services/python-requests.git
2012-03-31 Kenneth Reitzfake change for commit hook test
2012-03-31 Kenneth Reitzapp engine #498
2012-03-31 Kenneth Reitzblah
2012-03-31 Kenneth Reitzlicense=open("LICENSE").read(
2012-03-31 Kenneth Reitz.. :changelog:
2012-03-31 Kenneth ReitzHTTP/1.1
2012-03-31 Kenneth Reitzv0.11.1 v0.11.1
2012-03-31 Kenneth Reitzdefault to true for redirects now, since safe
2012-03-31 Kenneth Reitzupload data on redirects too
2012-03-31 Kenneth Reitzv0.11.1
2012-03-31 Kenneth ReitzPOST redirect => GET
2012-03-31 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-03-31 Kenneth ReitzFix app engine error for #498
2012-03-31 Kenneth Reitzstrict mode for #269
2012-03-31 Kenneth ReitzMerge pull request #519 from pulpe/doc-fix
2012-03-28 pulpelittle correction of curl in docs
2012-03-25 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-03-25 Kenneth Reitzurllib3 v1.3
2012-03-25 Kenneth ReitzMerge pull request #512 from silent1mezzo/master
2012-03-25 Adam McKerlieCreated MissingSchema and InvalidSchema which inherits...
2012-03-25 Kenneth Reitzpaypal
2012-03-22 Kenneth ReitzMerge branch 'develop' of github.com:kennethreitz/reque...
2012-03-22 Kenneth Reitz#508
2012-03-22 Daniel MillerSuggesting changing "async.map(rs)" to "responses ...
2012-03-19 Kenneth ReitzSteve Pulec
2012-03-19 Kenneth ReitzMerge branch 'patch-1' of https://github.com/spulec...
2012-03-19 Kenneth ReitzMerge #491
2012-03-19 Kenneth ReitzMerge pull request #488 from newmaniese/develop
2012-03-19 Kenneth ReitzMerge pull request #494 from JDrosdeck/doc
2012-03-19 Steve PulecFixes issues #496 by having Response.ok catch all Reque...
2012-03-19 Kenneth ReitzMerge pull request #497 from iandanforth/develop
2012-03-19 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-03-19 Kenneth Reitzremove debian packaging warning
2012-03-19 Ian DanforthSphinx throws an error if you don't escape ** in *...
2012-03-19 Ian DanforthSphinx throws an error if you don't escape ** in *...
2012-03-18 Jonathan DrosdeckAdd quickstart doc and example for passing parameters...
2012-03-16 Michael NewmanMerge https://github.com/kennethreitz/requests into...
2012-03-16 Kenneth ReitzMerge pull request #477 from maxcountryman/develop
2012-03-16 Kenneth ReitzMerge pull request #483 from maxcountryman/cleanup
2012-03-16 Kenneth ReitzMerge pull request #489 from maxcountryman/patch-1
2012-03-16 Max Countrymanfixing link to AUTHORS in README
2012-03-15 Michael NewmanExcluding select from the monkey patching that gevent...
2012-03-15 Kenneth ReitzMerge pull request #486 from Pinkerton/patch-1
2012-03-15 PinkertonFix issue #484
2012-03-15 Kenneth Reitzv0.11.0
2012-03-15 Kenneth ReitzNick Chadwick
2012-03-15 Kenneth Reitzonly verify private cert when verity is true
2012-03-15 Kenneth ReitzMerge branch 'develop' of https://github.com/chadnickbo...
2012-03-15 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-03-15 chadnickbok... Updated Requests api to accept a 'cert' argument.
2012-03-14 chadnickbok... Exposed key_file and cert_file in requests, to support...
2012-03-14 Max Countrymanremoving unused import
2012-03-14 Idan GazitMerge branch 'develop' of github.com:kennethreitz/reque...
2012-03-14 Idan GazitRemove unused import
2012-03-13 Kenneth Reitzremove cruft
2012-03-13 Kenneth Reitzdict sequence
2012-03-13 Kenneth Reitzdict_to_sequence
2012-03-13 Idan GazitMerge branch 'develop', remote-tracking branch 'upstrea...
2012-03-13 Kenneth Reitzfurther lies.
2012-03-13 Kenneth ReitzMerge branch 'josh' into develop
2012-03-13 Kenneth Reitzlies.
2012-03-12 Max Countrymanexplicating the cause of LookupError with a better...
2012-03-09 Max Countrymanpotentially fixes #338
2012-03-09 Kenneth Reitzcookie history v0.10.8
2012-03-09 Kenneth Reitzcatch cookie errors that are prone to failure
2012-03-09 Kenneth ReitzMerge of maxcountryman
2012-03-09 Kenneth Reitzmerge conflict and fixes for python3
2012-03-09 Kenneth Reitz_detected_encoding
2012-03-09 Kenneth Reitziter_lines py3 compatibility
2012-03-09 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-03-09 Kenneth Reitzchunk_size iter_lines
2012-03-09 Kenneth ReitzMerge branch 'iter_lines-fix' of https://github.com...
2012-03-09 Kenneth ReitzChris Dary
2012-03-09 Kenneth Reitzself.config.get('trust_env')
2012-03-09 Kenneth Reitzv0.10.8
2012-03-08 Kenneth ReitzMerge pull request #475 from umbrae/generate-chunked...
2012-03-08 Chris DaryMove chunked head redirect test to ext
2012-03-08 Chris DaryRemove unnecessary bit from previous branch.
2012-03-08 Chris DaryPotential fix for #436
2012-03-08 Chris DaryMerge remote-tracking branch 'upstream/develop' into...
2012-03-08 Johannes GorsetFacilitate proxy configuration by environment variables
2012-03-08 Kenneth Reitzbunk
2012-03-08 Kenneth Reitzpercent encoded v0.10.7
2012-03-08 Kenneth Reitzdefault encode_uri to True
2012-03-08 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-03-08 Kenneth Reitzencode_uri
2012-03-08 Kenneth Reitzdisablable encode_urls
2012-03-08 Kenneth Reitzmove config around a bit
2012-03-08 Kenneth Reitzencode urls setting
2012-03-05 Jakub WieczorekConsiderably simplify and fix the iter_lines() function
2012-03-01 Kenneth ReitzMerge pull request #466 from maxcountryman/develop
2012-03-01 Max Countrymanfixing a capitalization error in the send() method...
2012-02-28 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-02-28 Kenneth Reitzdevelop
2012-02-28 Kenneth ReitzMerge pull request #464 from brendanmaguire/session_pre...
2012-02-28 Brendan MaguireRemoved prefetch from args.
2012-02-28 Kenneth ReitzMerge pull request #463 from brendanmaguire/session_pre...
2012-02-28 Brendan MaguirePrefetch for sessions
2012-02-28 Chris DaryDecode URL to utf-8 before joining.
2012-02-26 Kenneth Reitzmaster build test
next