1. 6366d3d v2.3.0 by Kenneth Reitz · 11 years ago v2.3.0
  2. b26c85f history update by Kenneth Reitz · 11 years ago
  3. 343db40 Merge remote-tracking branch 'origin/master' by Kenneth Reitz · 11 years ago
  4. bbed65d Merge pull request #2040 from Lukasa/clog by Kenneth Reitz · 11 years ago
  5. 24986f8 Merge pull request #2041 from pawroman/patch-1 by Cory Benfield · 12 years ago
  6. a7e7241 Fix typo in advanced.rst docs by Paweł Romanowski · 12 years ago
  7. 739d153 Merge pull request #1944 from schlamar/redirect-decoding by Kenneth Reitz · 12 years ago
  8. 1645991 Added test for redirect with wrong gzipped header. by schlamar · 12 years ago
  9. 5e860c0 Added test case to handle response of streamed redirects. by schlamar · 12 years ago
  10. 59c8d81 Read content in Session.send instead of Adapter.send. by schlamar · 12 years ago
  11. c2a1f28 Catch possible exceptions while consuming content of redirect responses. by schlamar · 12 years ago
  12. 679ab5b Initial 2.3.0 changelog. by Cory Benfield · 12 years ago
  13. c15a8f8 CaseInsensitiveDict now looks like a normal dict by Kenneth Reitz · 12 years ago
  14. 5893cfc Merge pull request #1972 from avidas/response_str by Kenneth Reitz · 12 years ago
  15. c023f06 Merge pull request #1924 from schlamar/proxy-default-scheme by Kenneth Reitz · 12 years ago
  16. 569cd23 Merge pull request #1937 from jaraco/master by Kenneth Reitz · 12 years ago
  17. be2674b Merge pull request #2038 from dstufft/update-urllib3 by Kenneth Reitz · 12 years ago
  18. 626c48e Update urllib3 to 4fb351cd2 by Donald Stufft · 12 years ago
  19. 07f9a7e Remove references to not-yet-made 2.3.0 release. by Cory Benfield · 12 years ago
  20. 02a76b7 Merge pull request #2026 from Lukasa/updateurllib3 by Kenneth Reitz · 12 years ago
  21. 8f12f94 Merge pull request #2032 from dstufft/patch-1 by Kenneth Reitz · 12 years ago
  22. 3176289 Remove the easy_install section by Donald Stufft · 12 years ago
  23. b8049ba Add urllib3 util package to setup.py. by Cory Benfield · 12 years ago
  24. 54541a9 Merge pull request #2021 from Lukasa/proxies2 by Kenneth Reitz · 12 years ago
  25. 142b26e Clearer description of Response.close(). by Cory Benfield · 12 years ago
  26. 7fa9799 sidebar update by Kenneth Reitz · 12 years ago
  27. 3e568eb sidebar update by Kenneth Reitz · 12 years ago
  28. 459f8df Don't repopulate proxies if we don't trust the env. by Cory Benfield · 12 years ago
  29. dae4026 Merge pull request #2017 from Ayper/master by Kenneth Reitz · 12 years ago
  30. 36b0481 Update urllib to 1.8.2 by apr · 12 years ago
  31. 826425f Merge pull request #2010 from Lukasa/philosophy by Kenneth Reitz · 12 years ago
  32. 6c1ddee First pass at update to philosophy section. by Cory Benfield · 12 years ago
  33. 082b877 We're awesome, but don't need to be here twice. by Cory Benfield · 12 years ago
  34. 35d20b2 Merge pull request #2009 from sigmavirus24/fix-my-name by Cory Benfield · 12 years ago
  35. e56cc11 Fix my name by Ian Cordasco · 12 years ago
  36. 229c4d8 Merge pull request #2005 from ap-Codkelden/master by Kenneth Reitz · 12 years ago
  37. b1d0f97 SVG logo version (with fonts converted to curves) by ap-Codkelden@github.com · 12 years ago
  38. b4354fc Revert "Font layer convert to curves" by Kenneth Reitz · 12 years ago
  39. b5fd95c Merge pull request #1999 from ap-Codkelden/master by Kenneth Reitz · 12 years ago
  40. df34ed7 @sigmavirus42 by Kenneth Reitz · 12 years ago
  41. b8ba5c2 github urls by Kenneth Reitz · 12 years ago
  42. b2c801f Merge remote-tracking branch 'origin/master' by Kenneth Reitz · 12 years ago
  43. 21010ee core contributors by Kenneth Reitz · 12 years ago
  44. f409d65 12,000,000 by Kenneth Reitz · 12 years ago
  45. af21ec6 Font layer convert to curves by ap-Codkelden@github.com · 12 years ago
  46. 07ee20d Merge pull request #1998 from Kapishin/master by Cory Benfield · 12 years ago
  47. 4ca4865 Fix typo by Pavlo Kapyshin · 12 years ago
  48. 338c5f6 Merge pull request #1991 from gutworth/patch-1 by Kenneth Reitz · 12 years ago
  49. 6f52970 Reinstate '$'. by Cory Benfield · 12 years ago
  50. fb2380c delete pypi mirror section by Benjamin Peterson · 12 years ago
  51. 96936b5 Make it more clear where install commands are run (so that newbies don't run them in the REPL, I've seen it happen :). by Ionel Cristian Mărieș · 12 years ago
  52. 8a23dd9 replace reference to crate.io by Benjamin Peterson · 12 years ago
  53. 6a87766 Merge pull request #1989 from sigmavirus24/HISTORY-updates by Cory Benfield · 12 years ago
  54. b361a4c Make note of the fact that we fixed some CVEs by Ian Cordasco · 12 years ago
  55. ae5ecdf Merge pull request #1959 from Feng23/master by Kenneth Reitz · 12 years ago
  56. 826667a Merge pull request #1981 from stanhu/master by Kenneth Reitz · 12 years ago
  57. 6c83998 Update urllib to 1.8 (8a8c601bee) by Stan Hu · 12 years ago
  58. 24819e8 support request tuple data by Feng Liu · 12 years ago
  59. 0303e9b Merge pull request #1976 from kennethreitz/fix-redirect-test by Kenneth Reitz · 12 years ago
  60. b92f4ec The expected value changes for the proxies keyword by Ian Cordasco · 12 years ago
  61. b8128d6 Merge pull request #1962 from sigmavirus24/fix-history-type by Kenneth Reitz · 12 years ago
  62. 5f48e4a Merge pull request #1963 from sigmavirus24/fix-redirect-methods by Kenneth Reitz · 12 years ago
  63. a3cd2f3 Merge remote-tracking branch 'origin/master' by Kenneth Reitz · 12 years ago
  64. b2db089 3.4 by Kenneth Reitz · 12 years ago
  65. c2e6fe4 Shorten str for case insensitive dict by Avi Das · 12 years ago
  66. fe4c4f1 Merge pull request #1951 from Lukasa/proxyauth by Kenneth Reitz · 12 years ago
  67. a3fb689 Fix parenthesis typo by Avi Das · 12 years ago
  68. 90f7337 Style changes thanks to @sigmavirus24. by Cory Benfield · 12 years ago
  69. 98ac3df Add __str__ to case insensitive dict. Logging headers for debugging purposes is often necessary, and the currently logging the headers would be using __repr__ which would log the implementation detail of headers, caseinsensitivedict. Adding str lends a more printing and log friendly implementation for case insentitice dict by Avi Das · 12 years ago
  70. 8fc6a65 Actually assign history by Ian Cordasco · 12 years ago
  71. 8d693a2 Fix #1955: Do not use original request in redirect by Ian Cordasco · 12 years ago
  72. daf56b3 Fix #1960: A Response's history should be a list by Ian Cordasco · 12 years ago
  73. 724038e Test stripping standard auth. by Cory Benfield · 12 years ago
  74. 4f6dca4 Remove some extraneous comments to please KR. by Cory Benfield · 12 years ago
  75. 110048f Merge pull request #1916 from schlamar/accept-encoding by Kenneth Reitz · 12 years ago
  76. 4112b8f Merge pull request #1949 from Lukasa/pickle by Kenneth Reitz · 12 years ago
  77. 4d8cb32 Add method for rebuilding proxy configuration. by Cory Benfield · 12 years ago
  78. 97cf16e Move auth rebuild to its own method. by Cory Benfield · 12 years ago
  79. 6d7e8a9 Split get_environ_proxies into two methods. by Cory Benfield · 12 years ago
  80. ee7fe02 Ensure that .raw() is present after unpickling. by Cory Benfield · 12 years ago
  81. a59fac5 Removed compress from accepted encodings. by schlamar · 12 years ago
  82. 7b378cb Add tests for decode_unicode by Jason R. Coombs · 12 years ago
  83. d289eb2 Always honor decode_unicode, even when _content is present. by Jason R. Coombs · 12 years ago
  84. c8226f6 Add documentation about decode_unicode. by Jason R. Coombs · 12 years ago
  85. 03f444e Timeout documentation changes. by Cory Benfield · 12 years ago
  86. d8557a2 Merge pull request #1935 from cjstapleton/master by Kenneth Reitz · 12 years ago
  87. 3c4b374 Merge pull request #1921 from sigmavirus24/fix-session-header-none by Kenneth Reitz · 12 years ago
  88. 9a14086 Merge pull request #1934 from kennethreitz/update-notice by Cory Benfield · 12 years ago
  89. 64f0b3c Remove unnecessary bits from cacert notice section by Ian Cordasco · 12 years ago
  90. 5f404a0 Fix styling issues with add timeout to stream with testing by cjstapleton · 12 years ago
  91. 930f03c Add timeout to stream with testing by cjstapleton · 12 years ago
  92. 9b20cad Charade -> Chardet and Add cacert.pem license by Ian Cordasco · 12 years ago
  93. 4404e7e Default proxy scheme to http. by schlamar · 12 years ago
  94. 780ce39 Revert "Proxy urls should have explicit schemes." by schlamar · 12 years ago
  95. e909a92 Merge pull request #1923 from Lukasa/master by Cory Benfield · 12 years ago
  96. 81e88b7 The timeout is in seconds. by Cory Benfield · 12 years ago
  97. d2f647c Do not set headers with None value by Ian Cordasco · 12 years ago
  98. 3c88e52 Merge pull request #1918 from zackw/response-is-redirect by Kenneth Reitz · 12 years ago
  99. 0caa243 New Response property, .is_redirect. by Zack Weinberg · 12 years ago
  100. 4ecd746 Merge pull request #1891 from sigmavirus24/add-requests-to-exceptions by Kenneth Reitz · 12 years ago