services/python-requests.git
2011-08-14 zedfix typo
2011-08-13 Kenneth Reitzstatus_codes lookup dict
2011-08-13 Kenneth Reitzsupporting codes class
2011-08-13 Kenneth Reitzrequests.codes
2011-08-13 Kenneth Reitzchanging history muahaha
2011-08-13 Kenneth Reitzattach request object to responses
2011-08-13 Kenneth Reitzremove Response.cached
2011-08-13 Kenneth Reitzall main functions are **kwargs now. People shouldn...
2011-08-13 Kenneth Reitzbetter
2011-08-13 Kenneth Reitzresponse error handling rework
2011-08-13 Kenneth Reitzhistory
2011-08-13 Kenneth Reitzadded Jeremy Selie to AUTHORS
2011-08-13 Kenneth Reitztest relative redirects
2011-08-13 Kenneth Reitzhttp/https tests
2011-08-13 Kenneth Reitzwhitespace!
2011-08-13 Kenneth ReitzMerge branch 'patch-1' of https://github.com/jeremys...
2011-08-09 Zbigniew SiciarzAdded proxies to requests.settings
2011-08-05 Kenneth ReitzAdded Peter Manser to AUTHORS
2011-08-05 Kenneth ReitzMerge pull request #99 from petermanser/develop
2011-08-04 Peter ManserFixing minor bug in code example - missing apostrophe
2011-08-03 Kenneth ReitzMerge https://github.com/bclermont/requests into develop
2011-08-02 Jeremy SelierJoin with the latest URL not the first one.
2011-08-02 Jeremy SelierFixes correct "relative" redirections. Example: digg...
2011-07-24 Kenneth Reitzv0.5.1
2011-07-24 Kenneth ReitzPython 2.5 bugfix
2011-07-24 Kenneth Reitztest fix
2011-07-24 Kenneth Reitzdefault headers and content encoding settings
2011-07-24 Kenneth Reitzredirect history length test
2011-07-24 Kenneth Reitzadded Rubén Abad to AUTHORS
2011-07-24 Kenneth Reitzhistory bugfix in history
2011-07-24 Kenneth ReitzMerge branch 'develop' of https://github.com/rabad...
2011-07-24 Kenneth ReitzRedirect history fix (Closes #91)
2011-07-24 Kenneth ReitzCaseInsensitiveDict notes
2011-07-24 Kenneth Reitzfixing bad url shortner link
2011-07-24 Kenneth ReitzMerge branch 'develop' of https://github.com/tgulacsi...
2011-07-24 Kenneth Reitzv0.5.1 history update
2011-07-24 Kenneth Reitzdefault user agent!
2011-07-24 Kenneth Reitzforced_basic default handler.
2011-07-24 Kenneth ReitzForced Basic Auth for 404'd resources
2011-07-24 Kenneth Reitzuse patched HTTPBasicAuthHandler
2011-07-23 Gulácsi Tamásstructures: CaseInsensitiveDict.__delitem__ missing...
2011-07-23 Gulácsi Tamásadd myself to AUTHORS
2011-07-23 Gulácsi Tamásstructures: little bit more general, lower-key-caching...
2011-07-23 Gulácsi Tamástest_request: simplejson is just as good as omnijson...
2011-07-13 Rubén AbadWe can represent multivalued params with arrays
2011-07-09 Kenneth Reitz:+1:
2011-06-29 Jérémy BethmontAdded the possibility to access headers without fetchin...
2011-06-26 Xu Panadd doseq to urlencode in model._encode_params to enabl...
2011-06-25 Kenneth Reitzinternational domain name support!
2011-06-24 Kenneth ReitzAdded Jérémy Bethmont to AUTHORS.
2011-06-24 Kenneth Reitznote about indns
2011-06-24 Jérémy BethmontImplemented idna (fixes #76).
2011-06-23 Kenneth Reitzraise_for_status +URLError
2011-06-23 Kenneth Reitztypos
2011-06-23 Kenneth Reitz!
2011-06-23 Kenneth Reitzoops
2011-06-23 Kenneth ReitzTURTLES
2011-06-23 Kenneth Reitznew sidebar logo
2011-06-23 Kenneth Reitztox fix
2011-06-23 Kenneth Reitzworking requests logo
2011-06-23 Kenneth ReitzTODO Docs
2011-06-22 Kenneth Reitzplaying nice.
2011-06-22 Kenneth ReitzTimeouts are normal errors now.
2011-06-22 Kenneth ReitzTimeouts are normal errors now.
2011-06-22 Kenneth ReitzRelease the v0.5.0!
2011-06-22 Kenneth Reitzso many paramatersssss
2011-06-22 Kenneth Reitzreadme update
2011-06-22 Kenneth Reitzadd PATCH to docs
2011-06-22 Kenneth ReitzPATCH in Docs
2011-06-22 Kenneth Reitzupdate history
2011-06-22 Kenneth Reitzredirect fix
2011-06-22 Kenneth Reitzverbose output stream support
2011-06-21 Kenneth Reitzproper PATCH testing
2011-06-21 Kenneth ReitzPATCH support
2011-06-21 Kenneth Reitzomnijson for tests
2011-06-21 Kenneth ReitzAdded Alberto Paro to AUTHORS
2011-06-21 Alberto ParoAdded setuptools management to setup.py to allow to...
2011-06-21 Kenneth Reitzupdated history
2011-06-19 moliwareSupport for proxies
2011-06-17 Kenneth Reitzno pypy default
2011-06-17 Kenneth Reitzthat works
2011-06-16 Richard BoultonAllow POST and PUT requests to take both querystring...
2011-06-16 Richard BoultonChange documentation comments for "params" and "data...
2011-06-16 Richard BoultonMove the code to encode the request data into a static...
2011-06-16 Richard BoultonActually use the HTTPSBIN variable for test https requests
2011-06-16 Kenneth Reitz+ Richard Boulton to AUTHOURS
2011-06-16 Richard BoultonUpdate documentation of the "data" parameter for reques...
2011-06-16 Zbigniew SiciarzPorting cookie test to httpbin.org.
2011-06-16 Zbigniew SiciarzMerge remote-tracking branch 'upstream/develop' into...
2011-06-16 Kenneth Reitzport request tests to :sparkles: httpbin.org :sparkles:
2011-06-16 Kenneth Reitztodo
2011-06-16 Kenneth ReitzRedirect chain flag default off.
2011-06-13 Zbigniew SiciarzMerge branch 'develop' of git://github.com/kennethreitz...
2011-06-13 Zbigniew SiciarzMerge branch 'master' of git://github.com/kennethreitz...
2011-06-13 Kenneth Reitzupdate tests
2011-06-13 Kenneth Reitzhttpbin
2011-06-12 Kenneth Reitzadded Daniele Tricoli 'Eriol' to authors
2011-06-09 Kenneth Reitzadd Zbigniew Siciarz to authors
2011-06-09 Zbigniew SiciarzTesting that cookies actually work.
2011-06-08 Kenneth Reitzless hostility
next