services/python-requests.git
2012-02-26 Kenneth Reitzv0.10.6 v0.10.6
2012-02-26 Kenneth Reitzhistory
2012-02-26 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-02-26 Kenneth Reitz#452
2012-02-26 Kenneth ReitzMerge branch 'develop' of https://github.com/honzajavor...
2012-02-26 Kenneth ReitzMerge pull request #450 from Lukasa/issue_440
2012-02-26 Kenneth Reitzurllib3 v1.2.2
2012-02-26 Kenneth Reitzurllib3 release
2012-02-26 Kenneth Reitzv0.10.5 v0.10.5
2012-02-26 Kenneth Reitzhurray for passing tests
2012-02-26 Kenneth Reitz#457
2012-02-26 Kenneth ReitzMerge branch 'develop' of https://github.com/asciimoo...
2012-02-26 asciimoo[enh] async.imap added -- generator object handling
2012-02-26 Kenneth Reitzsimplify httpbin stuff
2012-02-24 Kenneth ReitzFix content-length: 0
2012-02-24 Kenneth ReitzBuilds??
2012-02-24 Kenneth Reitzpython3 fix
2012-02-24 Kenneth ReitzMerge branch 'master' into develop
2012-02-24 Kenneth Reitzi can't believe i'm doing this
2012-02-24 Kenneth Reitzteh spelling
2012-02-24 Kenneth Reitzno color
2012-02-24 Kenneth Reitzmirrors
2012-02-24 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-02-24 Kenneth Reitztravis ci
2012-02-23 Honza Javorekstr is redefined in compat module, but was not imported
2012-02-23 Honza Javorekget_unicode_from_response returned str instead of unicode
2012-02-21 Cory BenfieldAccept '=' in cookie keys.
2012-02-21 Kenneth ReitzMerge pull request #449 from benweatherman/develop
2012-02-21 BenDon't bonk if .netrc isn't readable.
2012-02-21 Kenneth ReitzMerge pull request #447 from gwrtheyrn/patch-1
2012-02-21 Danilo BargenAdded StringIO/Image example to quickstart documentation.
2012-02-20 Kenneth Reitzv0.10.4 v0.10.4
2012-02-20 Kenneth ReitzMerge branch 'netrc' into develop
2012-02-20 Kenneth Reitz.netrc
2012-02-20 Kenneth Reitzv0.10.4
2012-02-20 Kenneth Reitzpython 3 unicode grr
2012-02-20 Kenneth Reitznetrc fix
2012-02-20 Kenneth Reitzstick .netrc auth in pipeline
2012-02-20 Kenneth Reitznetrc parsing
2012-02-20 Kenneth Reitzspacing
2012-02-20 Kenneth Reitzhistory for HEAD 3xx v0.10.3
2012-02-20 Kenneth ReitzHEADs don't follow redirects by default.
2012-02-20 Kenneth Reitzdanger_mode redirect test
2012-02-20 Kenneth Reitz100k times
2012-02-20 Kenneth Reitzv0.10.3
2012-02-20 Kenneth Reitzallow 3XX in danger_mode
2012-02-20 Kenneth Reitzdon't raise for redirects if they're not allowed
2012-02-20 Kenneth Reitzno more SOPA
2012-02-20 Kenneth Reitznone headers test
2012-02-20 Kenneth Reitztest cleanups
2012-02-20 Kenneth ReitzValues can be none #433
2012-02-20 Kenneth ReitzSCHEMAS
2012-02-20 Kenneth Reitz#435
2012-02-20 Kenneth Reitzmodels cleanup
2012-02-20 Kenneth ReitzMerge branch 'issue_380' of https://github.com/Lukasa...
2012-02-20 Kenneth Reitzv0.10.3
2012-02-20 Kenneth Reitz__file__
2012-02-19 Shrikant SharatImplemented #439. Added supporting test.
2012-02-16 Kenneth ReitzUpdate HISTORY.rst
2012-02-16 Cory BenfieldCorrect unfortunate typo.
2012-02-16 Cory BenfieldFail if unsupported schemas are used.
2012-02-16 Cory BenfieldRemove a wayward change.
2012-02-16 Cory BenfieldAdded failing test for issue #380.
2012-02-15 Kenneth Reitzhistory v0.10.2
2012-02-15 Kenneth Reitzremove bunk utils for decoding
2012-02-15 Kenneth Reitzbytes data fix for python3
2012-02-15 Kenneth Reitzfix bytes
2012-02-15 Kenneth Reitzpath fixes
2012-02-15 Kenneth Reitzmove tests over
2012-02-15 Kenneth Reitzit's a start
2012-02-15 Kenneth Reitzsimplify
2012-02-15 Kenneth Reitzdon't rely on urllib3's decode
2012-02-15 Kenneth Reitzbinary data upload bug test
2012-02-15 Kenneth Reitzcleanups
2012-02-15 Kenneth Reitzlatin1, remove unicode_literals
2012-02-15 Kenneth Reitzsp
2012-02-15 Kenneth ReitzRuntimeError
2012-02-15 Kenneth Reitzwhitespace
2012-02-15 Kenneth Reitzmake all the tests
2012-02-15 Kenneth ReitzMerge branch '400-header_expand-unicode' of https:...
2012-02-15 Kenneth Reitzdecode response url again
2012-02-15 Kenneth Reitzhistory for 0.10.2
2012-02-15 Kenneth ReitzMerge branch 'develop' of https://github.com/Lukasa...
2012-02-15 Kenneth ReitzMerge branch 'mgiuca-uri-cleanup-nonpath' into develop
2012-02-15 Matt GiucaAdded Matt Giuca to AUTHORS.
2012-02-15 Matt GiucaRename utils.requote_path to requote_uri.
2012-02-15 Matt GiucaNow requotes the entire URL, not just the path (Issue...
2012-02-15 Matt GiucaAdded test cases for URI cleaning in the query part...
2012-02-14 Cory BenfieldChange the RFC we reference.
2012-02-14 Cory BenfieldMake clearer the source of forbidden characters
2012-02-14 Cory BenfieldKeep non RFC cookie key characters separate.
2012-02-14 Kenneth ReitzMerge branch 'py3-uri-encoding' of https://github.com...
2012-02-14 Matt GiucaSimplify requote_path.
2012-02-14 Matt GiucaFixed URI encoding of reserved characters (Issue #369).
2012-02-14 Matt GiucaChanged test case test_path_is_not_double_encoded.
2012-02-14 Matt GiucaAdded test case testing URI normalisation.
2012-02-14 Matt GiucaAdded test case for Issue #369.
2012-02-14 Matt GiucaFixed URI re-encoding on Python 3 (Issue #369).
2012-02-14 Matt GiucaAdded test case for quoted and illegal characters in...
2012-02-14 Kenneth ReitzMerge pull request #425 from Lukasa/develop
next