projects
/
platform
/
upstream
/
python-requests.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/python-requests.git
2012-11-13
Pavel Dmitriev
Fix for user-agent setting
commit
|
commitdiff
|
tree
|
snapshot
2012-11-09
Kenneth Reitz
Merge pull request #930 from maxcountryman/status-codes
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Max Countryman
adding UTF-8 status codes
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Kenneth Reitz
Merge pull request #921 from bmcustodio/setuptools...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-30
bmcustodio
Fixed typo in 'MANIFEST.in'.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-30
bmcustodio
Added 'zip_safe' flag to 'setup.py'.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Kenneth Reitz
Merge pull request #909 from mjpieters/issue765-json...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Kenneth Reitz
Merge pull request #912 from jhalcrow/develop
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Jonathan Halcrow
Make sure that url has fragment removed when using...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Martijn Pieters
Fix the smoke test in the face of UTF-16 surrogate...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Martijn Pieters
Better not call it `chr`, rename to `byteschr`.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Martijn Pieters
Redefine the `unichr` and bytes-variant of `chr` at...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Martijn Pieters
Cheek: insert myself into AUTHORS.rst.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Martijn Pieters
Correct a c&p mistake: set a correct docstring for...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Martijn Pieters
Use a JSON-specific encoding detection when no encoding...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-22
Kenneth Reitz
Merge pull request #906 from Atheuz/develop
commit
|
commitdiff
|
tree
|
snapshot
2012-10-22
Lasse Vang...
quote_plus, unquote_plus added
commit
|
commitdiff
|
tree
|
snapshot
2012-10-21
Kenneth Reitz
Merge pull request #903 from building39/issue-901
commit
|
commitdiff
|
tree
|
snapshot
2012-10-21
Kenneth Reitz
Merge pull request #904 from g2p/develop
commit
|
commitdiff
|
tree
|
snapshot
2012-10-21
Gabriel
Remove path hacks that break chardet in Python 3. Close...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-20
Kenneth Reitz
Merge pull request #898 from rvoicilas/develop
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
mmartin
Issue 901:
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Radu Voicilas
Replace assert statements with unittest's self.assert*
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Kenneth Reitz
Merge remote-tracking branch 'origin/develop' into...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Kenneth Reitz
exactly
commit
|
commitdiff
|
tree
|
snapshot
2012-10-17
Kenneth Reitz
Merge pull request #884 from everbird/develop
commit
|
commitdiff
|
tree
|
snapshot
2012-10-17
Kenneth Reitz
Merge pull request #887 from rvoicilas/develop
commit
|
commitdiff
|
tree
|
snapshot
2012-10-17
Kenneth Reitz
Merge pull request #897 from ametaireau/fix-cheeseshop...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-17
Alexis Métaireau
Fix the cheeseshop mirror url from pip.kennethreitz...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Kenneth Reitz
Merge pull request #892 from treyhunner/topic/whitespac...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Trey Hunner
Fix multiple code style (whitespace) in docs/
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Kenneth Reitz
typo all the things
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Kenneth Reitz
Merge remote-tracking branch 'origin/develop' into...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Kenneth Reitz
oauth awesomeness
commit
|
commitdiff
|
tree
|
snapshot
2012-10-09
Stephen Zhuang
For the uniformity :)
commit
|
commitdiff
|
tree
|
snapshot
2012-10-09
Stephen Zhuang
Add name to AUTHORS according to Contribute section
commit
|
commitdiff
|
tree
|
snapshot
2012-10-08
Radu Voicilas
Making the code more PEP8 compliant
commit
|
commitdiff
|
tree
|
snapshot
2012-10-08
tokuda109
declare the encoding
commit
|
commitdiff
|
tree
|
snapshot
2012-10-08
Kenneth Reitz
update
commit
|
commitdiff
|
tree
|
snapshot
2012-10-08
Kenneth Reitz
wording
commit
|
commitdiff
|
tree
|
snapshot
2012-10-08
Kenneth Reitz
padding
commit
|
commitdiff
|
tree
|
snapshot
2012-10-08
Kenneth Reitz
order fix
commit
|
commitdiff
|
tree
|
snapshot
2012-10-08
Kenneth Reitz
why not
commit
|
commitdiff
|
tree
|
snapshot
2012-10-08
Ian Cordasco
Only register callable items in lists
commit
|
commitdiff
|
tree
|
snapshot
2012-10-08
Kenneth Reitz
new classifiers for 3.2+
commit
|
commitdiff
|
tree
|
snapshot
2012-10-08
Kenneth Reitz
v0.14.1
commit
|
commitdiff
|
tree
|
snapshot
2012-10-08
yegle
Update: @property decorator instead of __getattr__
commit
|
commitdiff
|
tree
|
snapshot
2012-10-08
Kunal Mehta
Use __iter__ rather than the inefficient nested for...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-08
yegle
Python 3.3 compatible update
commit
|
commitdiff
|
tree
|
snapshot
2012-10-08
Matt Sweeney
Simplify error handling when decoding unicode
commit
|
commitdiff
|
tree
|
snapshot
2012-10-08
Matt Sweeney
Handle encoding of `None` when decoding unicode
commit
|
commitdiff
|
tree
|
snapshot
2012-10-08
Stephen Zhuang
Support CJK parameters when post files
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Kenneth Reitz
Merge pull request #878 from tokuda109/encoding
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
tokuda109
declare the encoding
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Kenneth Reitz
update
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Kenneth Reitz
wording
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Kenneth Reitz
padding
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Kenneth Reitz
order fix
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Kenneth Reitz
Merge remote-tracking branch 'origin/develop' into...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Kenneth Reitz
why not
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Kenneth Reitz
Merge pull request #876 from sigmavirus24/register_hook_fix
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Ian Cordasco
Only register callable items in lists
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Kenneth Reitz
new classifiers for 3.2+
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Kenneth Reitz
v0.14.1
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Kenneth Reitz
Merge pull request #871 from yegle/develop
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
yegle
Update: @property decorator instead of __getattr__
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Kenneth Reitz
Merge pull request #867 from mattswe/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Kenneth Reitz
Merge pull request #873 from legoktm/develop
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Kunal Mehta
Use __iter__ rather than the inefficient nested for...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-29
yegle
Python 3.3 compatible update
commit
|
commitdiff
|
tree
|
snapshot
2012-09-26
Matt Sweeney
Simplify error handling when decoding unicode
commit
|
commitdiff
|
tree
|
snapshot
2012-09-25
Matt Sweeney
Handle encoding of `None` when decoding unicode
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Kenneth Reitz
Revert "Fix SSL3 error on Ubuntu 12.04"
commit
|
commitdiff
|
tree
|
snapshot
2012-09-23
Kenneth Reitz
change default accept-encoding
commit
|
commitdiff
|
tree
|
snapshot
2012-09-23
Kenneth Reitz
amazon
commit
|
commitdiff
|
tree
|
snapshot
2012-09-23
Kenneth Reitz
Merge pull request #863 from sigmavirus24/fix_hooks
commit
|
commitdiff
|
tree
|
snapshot
2012-09-21
Kenneth Reitz
1,000,000
commit
|
commitdiff
|
tree
|
snapshot
2012-09-21
Kenneth Reitz
Merge remote-tracking branch 'origin/develop' into...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-21
Kenneth Reitz
epic
commit
|
commitdiff
|
tree
|
snapshot
2012-09-20
Ian Cordasco
Fix #785 & add regression test.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Kenneth Reitz
Merge pull request #853 from plaes/docs-license-missing-ref
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Priit Laes
Create label for the ISC License, which is referenced...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Kenneth Reitz
Merge pull request #852 from plaes/docs-include-license
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Priit Laes
Use the include directive instead of rewriting the...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Kenneth Reitz
Merge pull request #848 from barberj/develop
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Kenneth Reitz
Merge pull request #850 from SecurityForUs/fix_proxies_...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Eric Hansen
Fix for v3 in deleting empty proxies.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Eric Hansen
Fixed issue with empty proxies being passed
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
barberj
None is not iterable
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Kenneth Reitz
Merge pull request #841 from sigmavirus24/bytecode
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Ian Cordasco
As per the discussion on #841.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Ian Cordasco
Reset PYTHONDONTWRITEBYTECODE after installation
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Kenneth Reitz
Merge pull request #820 from dergraf/develop
commit
|
commitdiff
|
tree
|
snapshot
2012-09-11
Kenneth Reitz
Merge pull request #833 from sigmavirus24/fix_key_val_args
commit
|
commitdiff
|
tree
|
snapshot
2012-09-09
Kenneth Reitz
Merge pull request #845 from alanhamlett/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2012-09-09
Alan Hamlett
fixed typo in docs
commit
|
commitdiff
|
tree
|
snapshot
2012-09-07
Kenneth Reitz
Merge pull request #842 from slingamn/test_tweak
commit
|
commitdiff
|
tree
|
snapshot
2012-09-07
Kenneth Reitz
Merge pull request #840 from gareth-lloyd/develop
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Shivaram Lingamneni
fix some tests to correctly cover the API
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Gareth Lloyd
add prefetch=False to streaming example
commit
|
commitdiff
|
tree
|
snapshot
next