services/python-requests.git
2012-05-04 Rohan JainA utility function to fetch environment proxies
2012-05-03 Kenneth ReitzMerge pull request #577 from slingamn/redirects_537
2012-05-03 Kenneth ReitzMerge pull request #572 from slingamn/chardet_2
2012-05-03 Shivaram Lingamnenifix crash in safe mode when response.cookies is None
2012-05-03 Shivaram Lingamneniadd a test for max_redirects in safe/normal modes
2012-05-03 Shivaram Lingamneniconsistency: .text shouldn't recover from unicode decod...
2012-05-03 Shivaram Lingamneniremove fancy test assertions that are unavailable on 2.6
2012-05-03 Shivaram Lingamneniraise a ValueError if no encoding was sent and chardet...
2012-05-03 Shivaram LingamneniHave Travis run all tests except the external and async...
2012-05-02 Kenneth Reitzmissed import
2012-05-02 Kenneth Reitzdate fix v0.12.0
2012-05-02 Kenneth Reitzoauthlib
2012-05-02 Kenneth Reitzv0.12.0
2012-05-02 Kenneth Reitzpre-send hook
2012-05-02 Kenneth ReitzMerge pull request #516 from EnTeQuAk/move_pre_request
2012-05-02 Kenneth Reitzupper case automatically
2012-05-02 Kenneth Reitzmaking history
2012-05-02 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-05-02 Kenneth Reitzdefault chunk size for .content much bigger
2012-05-02 Kenneth ReitzMerge pull request #573 from idangazit/develop
2012-05-02 Idan GazitMerge remote-tracking branch 'upstream/develop' into...
2012-05-02 Idan GazitLazily encode data, params, files
2012-05-02 Idan GazitPEP8 Cleanup
2012-05-02 Kenneth ReitzRevert "Update Makefile and travis configuration to...
2012-05-02 Kenneth ReitzRevert "Cache the value of the `Response.text` property"
2012-05-02 Kenneth ReitzRevert "Use utf-8 as the default encoding"
2012-05-02 Shivaram LingamneniUpdate Makefile and travis configuration to run all...
2012-05-02 Shivaram LingamneniChange setup.py to reflect required/optional dependencies
2012-05-02 Shivaram LingamneniCache the value of the `Response.text` property
2012-05-02 Shivaram LingamneniUse utf-8 as the default encoding
2012-05-02 Shivaram Lingamneniupdate documentation to correspond to new cookie API
2012-05-02 Shivaram Lingamnenirestore docs/_build directory to .gitignore
2012-05-02 Kenneth ReitzMerge pull request #565 from slingamn/cookiejar
2012-05-02 Shivaram Lingamneniadd Python 3 compatibility
2012-05-02 Shivaram Lingamneniadd laurentb's test case for cookie handling on redirects
2012-05-02 Shivaram Lingamneniremove unused import in test
2012-05-02 Shivaram Lingamnenifix and test for a bug dhagrow reported
2012-05-02 Shivaram Lingamneniclarified documentation from e-mail discussion
2012-05-02 Shivaram Lingamnenifix usage of compat.urlparse
2012-05-02 Shivaram Lingamneniadd a test for redirection
2012-05-02 Shivaram LingamneniFurther changes to move cookies to CookieJar
2012-05-02 miguelmostly complete cookie support based on cookiejar
2012-05-02 miguelmostly complete cookie support based on cookiejar
2012-05-02 miguelcatch TooManyRedirects in safe_mode
2012-05-02 Shivaram Lingamnenichanges to .gitignore
2012-05-01 Kenneth ReitzLOLJK
2012-05-01 Kenneth ReitzOAUTH ALL THE THINGS
2012-05-01 Kenneth Reitzv0.11.3
2012-05-01 Kenneth Reitzoauthlib only for 2
2012-05-01 Kenneth Reitzsyntax errors
2012-05-01 Kenneth Reitzor str
2012-05-01 Kenneth Reitzhax
2012-05-01 Kenneth Reitzmissed an import
2012-05-01 Kenneth Reitzonly import oauthlib in python2
2012-05-01 Kenneth Reitzno -e
2012-05-01 Kenneth Reitzuh, sure
2012-05-01 Kenneth ReitzRevert "Call auth callable before encoding body data"
2012-05-01 Kenneth Reitzgit+git://github.com/idangazit/oauthlib.git
2012-05-01 Idan GazitTrim down OAuth1 callable logic
2012-05-01 Idan GazitBacking out stupidly incorrect str vs unicode check
2012-05-01 Idan GazitFix order of return values from OAuth Client.sign()
2012-05-01 Idan GazitFix Content-Type validation in OAuth1 callable
2012-05-01 Idan GazitCall auth callable before encoding body data
2012-05-01 Idan GazitImprove _encode_params to handle lists of two-element...
2012-05-01 Idan GazitProper test for str vs unicode when preparing data
2012-05-01 Idan GazitInitial implementation of OAuth1 request signing with...
2012-05-01 Idan GazitImprove docstring description of auth parameter
2012-05-01 Idan GazitAdd .egg-info/ dir to gitignore
2012-05-01 Kenneth Reitzhttpbin weirdness
2012-04-23 Kenneth Reitzv0.11.2
2012-04-23 Kenneth Reitzrevert
2012-04-23 Kenneth Reitzmerge conflict
2012-04-23 Kenneth ReitzRevert "Add failing tests for invalid %encodings"
2012-04-23 Kenneth ReitzRevert "Reenable test_session_with_escaped_url test"
2012-04-23 Kenneth Reitzv0.11.2
2012-04-23 Kenneth ReitzMerge pull request #552 from slingamn/bundle_2
2012-04-23 Shivaram Lingamneniprefer certifi's bundle to the OS bundle
2012-04-19 Shivaram Lingamneniadd the FreeBSD certificate bundle path
2012-04-17 Shivaram LingamneniAdd a smoke test for https functionality
2012-04-16 Shivaram LingamneniTry to use the OS's CA certificate bundle for SSL verif...
2012-04-14 Kenneth ReitzMerge pull request #550 from reclosedev/develop
2012-04-13 Roman Haritonovfix #549 Add 'prefetch' to Session.__attrs__ and Reques...
2012-04-13 Kenneth ReitzMerge branch 'develop' of https://github.com/catwell...
2012-04-12 Kenneth ReitzMerge pull request #548 from umbrae/httperror_fix
2012-04-12 Chris DaryA get with an invalid port should wrap urllib3's Locati...
2012-04-12 Pierre ChapuisEncode Multipart Post data at Request creation
2012-04-12 Pierre ChapuisFix infinite loop on wrong Digest Authentication
2012-04-11 Kenneth ReitzMerge pull request #535 from Jonty/develop
2012-04-11 Jonty WareingRewrite unquote_unreserved based on urllib.unquote
2012-04-11 Jonty WareingAdd failing tests for invalid %encodings
2012-04-11 Jonty WareingReenable test_session_with_escaped_url test
2012-04-11 Idan GazitTrigger setup.py develop when installing requirements
2012-04-11 Idan GazitClarify digest hash method names
2012-04-11 Kenneth Reitz#539
2012-04-10 Kenneth ReitzMerge pull request #545 from sharat87/patch-1
2012-04-10 Shrikant Sharat... Add docs on sending lists for multivalued query params.
2012-04-09 Kenneth Reitzmoar
2012-04-09 Kenneth ReitzMerge pull request #542 from newmaniese/develop
2012-04-08 Michael NewmanFixing a silly typo in my test
2012-04-08 Michael NewmanShamelessly adding myself to the authors list
next