services/python-requests.git
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 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
2012-02-14 Cory BenfieldAccept unusual keys in cookies.
2012-02-13 Chris Adamsheader_expand: handle Unicode strings (closes #400)
2012-02-12 Kenneth ReitzMerge pull request #410 from eriolv/develop
2012-02-06 Kenneth ReitzMerge pull request #413 from bancek/patch-1
2012-02-06 Luka ZakrajšekTypo fix in oreos/structures.py
2012-02-05 Greg TaylorUse basestring instead of str to determine when to...
2012-02-05 Daniele TricoliSince requests 0.10.1 dropped Python5 support, to catch...
2012-02-03 Kenneth ReitzUpdate docs/community/faq.rst
2012-02-02 Kenneth Reitz:trollface:
2012-02-01 Kenneth Reitztest #2
2012-02-01 Kenneth Reitzquick test
2012-01-31 Kenneth ReitzNative Instruments!
2012-01-30 Kenneth Reitzv0.10.2
2012-01-30 Kenneth ReitzMerge branch 'unicode_missing_self' of https://github...
2012-01-30 Kenneth ReitzMerge branch 'pr-urlfix-1' of https://github.com/brendo...
2012-01-30 Kenneth ReitzBrendon Crawford
2012-01-30 TelofyThe `self` was missing again, and I think the two block...
2012-01-30 Brendon CrawfordAdded ability to check if missing trailing slash in...
2012-01-30 Kenneth ReitzMerge branch '239-socket-leak' of https://github.com...
2012-01-29 Chris AdamsLess redundant freeing of resources on redirects
2012-01-29 Chris AdamsRevert "Initial stop-the-bleeding fix"
2012-01-29 Chris Adamsasync: force prefetch=True on send
2012-01-29 Kenneth ReitzRelease redirected connections.
2012-01-29 Chris AdamsInitial stop-the-bleeding fix
2012-01-29 Chris AdamsConsistent self.cookies usage
2012-01-29 Chris AdamsMinor PEP-8 cleanup
2012-01-29 Kenneth Reitzonly do oreos for 2
2012-01-27 Kenneth Reitzwow.
next