rigid 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (364) hide show
  1. checksums.yaml +7 -0
  2. data/bin/rigid +4 -0
  3. data/rigid +16 -0
  4. data/vendor/PyYAML-3.12.dist-info/DESCRIPTION.rst +12 -0
  5. data/vendor/PyYAML-3.12.dist-info/INSTALLER +1 -0
  6. data/vendor/PyYAML-3.12.dist-info/METADATA +35 -0
  7. data/vendor/PyYAML-3.12.dist-info/RECORD +42 -0
  8. data/vendor/PyYAML-3.12.dist-info/WHEEL +5 -0
  9. data/vendor/PyYAML-3.12.dist-info/metadata.json +1 -0
  10. data/vendor/PyYAML-3.12.dist-info/top_level.txt +2 -0
  11. data/vendor/_yaml.so +0 -0
  12. data/vendor/click/__init__.py +98 -0
  13. data/vendor/click/__init__.pyc +0 -0
  14. data/vendor/click/_bashcomplete.py +83 -0
  15. data/vendor/click/_bashcomplete.pyc +0 -0
  16. data/vendor/click/_compat.py +642 -0
  17. data/vendor/click/_compat.pyc +0 -0
  18. data/vendor/click/_termui_impl.py +547 -0
  19. data/vendor/click/_termui_impl.pyc +0 -0
  20. data/vendor/click/_textwrap.py +38 -0
  21. data/vendor/click/_textwrap.pyc +0 -0
  22. data/vendor/click/_unicodefun.py +119 -0
  23. data/vendor/click/_unicodefun.pyc +0 -0
  24. data/vendor/click/_winconsole.py +273 -0
  25. data/vendor/click/_winconsole.pyc +0 -0
  26. data/vendor/click/core.py +1738 -0
  27. data/vendor/click/core.pyc +0 -0
  28. data/vendor/click/decorators.py +304 -0
  29. data/vendor/click/decorators.pyc +0 -0
  30. data/vendor/click/exceptions.py +201 -0
  31. data/vendor/click/exceptions.pyc +0 -0
  32. data/vendor/click/formatting.py +256 -0
  33. data/vendor/click/formatting.pyc +0 -0
  34. data/vendor/click/globals.py +48 -0
  35. data/vendor/click/globals.pyc +0 -0
  36. data/vendor/click/parser.py +426 -0
  37. data/vendor/click/parser.pyc +0 -0
  38. data/vendor/click/termui.py +539 -0
  39. data/vendor/click/termui.pyc +0 -0
  40. data/vendor/click/testing.py +322 -0
  41. data/vendor/click/testing.pyc +0 -0
  42. data/vendor/click/types.py +550 -0
  43. data/vendor/click/types.pyc +0 -0
  44. data/vendor/click/utils.py +415 -0
  45. data/vendor/click/utils.pyc +0 -0
  46. data/vendor/click-6.6.dist-info/DESCRIPTION.rst +3 -0
  47. data/vendor/click-6.6.dist-info/INSTALLER +1 -0
  48. data/vendor/click-6.6.dist-info/METADATA +16 -0
  49. data/vendor/click-6.6.dist-info/RECORD +41 -0
  50. data/vendor/click-6.6.dist-info/WHEEL +6 -0
  51. data/vendor/click-6.6.dist-info/metadata.json +1 -0
  52. data/vendor/click-6.6.dist-info/top_level.txt +1 -0
  53. data/vendor/easy_install.py +5 -0
  54. data/vendor/easy_install.pyc +0 -0
  55. data/vendor/pip-9.0.1.dist-info/DESCRIPTION.rst +39 -0
  56. data/vendor/pip-9.0.1.dist-info/INSTALLER +1 -0
  57. data/vendor/pip-9.0.1.dist-info/METADATA +69 -0
  58. data/vendor/pip-9.0.1.dist-info/RECORD +501 -0
  59. data/vendor/pip-9.0.1.dist-info/WHEEL +6 -0
  60. data/vendor/pip-9.0.1.dist-info/entry_points.txt +5 -0
  61. data/vendor/pip-9.0.1.dist-info/metadata.json +1 -0
  62. data/vendor/pip-9.0.1.dist-info/top_level.txt +1 -0
  63. data/vendor/pkg_resources/__init__.py +3051 -0
  64. data/vendor/pkg_resources/__init__.pyc +0 -0
  65. data/vendor/pkg_resources/_vendor/__init__.py +0 -0
  66. data/vendor/pkg_resources/_vendor/__init__.pyc +0 -0
  67. data/vendor/pkg_resources/_vendor/appdirs.py +552 -0
  68. data/vendor/pkg_resources/_vendor/appdirs.pyc +0 -0
  69. data/vendor/pkg_resources/_vendor/packaging/__about__.py +21 -0
  70. data/vendor/pkg_resources/_vendor/packaging/__about__.pyc +0 -0
  71. data/vendor/pkg_resources/_vendor/packaging/__init__.py +14 -0
  72. data/vendor/pkg_resources/_vendor/packaging/__init__.pyc +0 -0
  73. data/vendor/pkg_resources/_vendor/packaging/_compat.py +30 -0
  74. data/vendor/pkg_resources/_vendor/packaging/_compat.pyc +0 -0
  75. data/vendor/pkg_resources/_vendor/packaging/_structures.py +68 -0
  76. data/vendor/pkg_resources/_vendor/packaging/_structures.pyc +0 -0
  77. data/vendor/pkg_resources/_vendor/packaging/markers.py +287 -0
  78. data/vendor/pkg_resources/_vendor/packaging/markers.pyc +0 -0
  79. data/vendor/pkg_resources/_vendor/packaging/requirements.py +127 -0
  80. data/vendor/pkg_resources/_vendor/packaging/requirements.pyc +0 -0
  81. data/vendor/pkg_resources/_vendor/packaging/specifiers.py +774 -0
  82. data/vendor/pkg_resources/_vendor/packaging/specifiers.pyc +0 -0
  83. data/vendor/pkg_resources/_vendor/packaging/utils.py +14 -0
  84. data/vendor/pkg_resources/_vendor/packaging/utils.pyc +0 -0
  85. data/vendor/pkg_resources/_vendor/packaging/version.py +393 -0
  86. data/vendor/pkg_resources/_vendor/packaging/version.pyc +0 -0
  87. data/vendor/pkg_resources/_vendor/pyparsing.py +5696 -0
  88. data/vendor/pkg_resources/_vendor/pyparsing.pyc +0 -0
  89. data/vendor/pkg_resources/_vendor/six.py +868 -0
  90. data/vendor/pkg_resources/_vendor/six.pyc +0 -0
  91. data/vendor/pkg_resources/extern/__init__.py +73 -0
  92. data/vendor/pkg_resources/extern/__init__.pyc +0 -0
  93. data/vendor/requests/__init__.py +86 -0
  94. data/vendor/requests/__init__.pyc +0 -0
  95. data/vendor/requests/adapters.py +503 -0
  96. data/vendor/requests/adapters.pyc +0 -0
  97. data/vendor/requests/api.py +148 -0
  98. data/vendor/requests/api.pyc +0 -0
  99. data/vendor/requests/auth.py +252 -0
  100. data/vendor/requests/auth.pyc +0 -0
  101. data/vendor/requests/cacert.pem +5616 -0
  102. data/vendor/requests/certs.py +25 -0
  103. data/vendor/requests/certs.pyc +0 -0
  104. data/vendor/requests/compat.py +66 -0
  105. data/vendor/requests/compat.pyc +0 -0
  106. data/vendor/requests/cookies.py +540 -0
  107. data/vendor/requests/cookies.pyc +0 -0
  108. data/vendor/requests/exceptions.py +114 -0
  109. data/vendor/requests/exceptions.pyc +0 -0
  110. data/vendor/requests/hooks.py +34 -0
  111. data/vendor/requests/hooks.pyc +0 -0
  112. data/vendor/requests/models.py +873 -0
  113. data/vendor/requests/models.pyc +0 -0
  114. data/vendor/requests/packages/__init__.py +36 -0
  115. data/vendor/requests/packages/__init__.pyc +0 -0
  116. data/vendor/requests/packages/chardet/__init__.py +32 -0
  117. data/vendor/requests/packages/chardet/__init__.pyc +0 -0
  118. data/vendor/requests/packages/chardet/big5freq.py +925 -0
  119. data/vendor/requests/packages/chardet/big5freq.pyc +0 -0
  120. data/vendor/requests/packages/chardet/big5prober.py +42 -0
  121. data/vendor/requests/packages/chardet/big5prober.pyc +0 -0
  122. data/vendor/requests/packages/chardet/chardetect.py +80 -0
  123. data/vendor/requests/packages/chardet/chardetect.pyc +0 -0
  124. data/vendor/requests/packages/chardet/chardistribution.py +231 -0
  125. data/vendor/requests/packages/chardet/chardistribution.pyc +0 -0
  126. data/vendor/requests/packages/chardet/charsetgroupprober.py +106 -0
  127. data/vendor/requests/packages/chardet/charsetgroupprober.pyc +0 -0
  128. data/vendor/requests/packages/chardet/charsetprober.py +62 -0
  129. data/vendor/requests/packages/chardet/charsetprober.pyc +0 -0
  130. data/vendor/requests/packages/chardet/codingstatemachine.py +61 -0
  131. data/vendor/requests/packages/chardet/codingstatemachine.pyc +0 -0
  132. data/vendor/requests/packages/chardet/compat.py +34 -0
  133. data/vendor/requests/packages/chardet/compat.pyc +0 -0
  134. data/vendor/requests/packages/chardet/constants.py +39 -0
  135. data/vendor/requests/packages/chardet/constants.pyc +0 -0
  136. data/vendor/requests/packages/chardet/cp949prober.py +44 -0
  137. data/vendor/requests/packages/chardet/cp949prober.pyc +0 -0
  138. data/vendor/requests/packages/chardet/escprober.py +86 -0
  139. data/vendor/requests/packages/chardet/escprober.pyc +0 -0
  140. data/vendor/requests/packages/chardet/escsm.py +242 -0
  141. data/vendor/requests/packages/chardet/escsm.pyc +0 -0
  142. data/vendor/requests/packages/chardet/eucjpprober.py +90 -0
  143. data/vendor/requests/packages/chardet/eucjpprober.pyc +0 -0
  144. data/vendor/requests/packages/chardet/euckrfreq.py +596 -0
  145. data/vendor/requests/packages/chardet/euckrfreq.pyc +0 -0
  146. data/vendor/requests/packages/chardet/euckrprober.py +42 -0
  147. data/vendor/requests/packages/chardet/euckrprober.pyc +0 -0
  148. data/vendor/requests/packages/chardet/euctwfreq.py +428 -0
  149. data/vendor/requests/packages/chardet/euctwfreq.pyc +0 -0
  150. data/vendor/requests/packages/chardet/euctwprober.py +41 -0
  151. data/vendor/requests/packages/chardet/euctwprober.pyc +0 -0
  152. data/vendor/requests/packages/chardet/gb2312freq.py +472 -0
  153. data/vendor/requests/packages/chardet/gb2312freq.pyc +0 -0
  154. data/vendor/requests/packages/chardet/gb2312prober.py +41 -0
  155. data/vendor/requests/packages/chardet/gb2312prober.pyc +0 -0
  156. data/vendor/requests/packages/chardet/hebrewprober.py +283 -0
  157. data/vendor/requests/packages/chardet/hebrewprober.pyc +0 -0
  158. data/vendor/requests/packages/chardet/jisfreq.py +569 -0
  159. data/vendor/requests/packages/chardet/jisfreq.pyc +0 -0
  160. data/vendor/requests/packages/chardet/jpcntx.py +227 -0
  161. data/vendor/requests/packages/chardet/jpcntx.pyc +0 -0
  162. data/vendor/requests/packages/chardet/langbulgarianmodel.py +229 -0
  163. data/vendor/requests/packages/chardet/langbulgarianmodel.pyc +0 -0
  164. data/vendor/requests/packages/chardet/langcyrillicmodel.py +329 -0
  165. data/vendor/requests/packages/chardet/langcyrillicmodel.pyc +0 -0
  166. data/vendor/requests/packages/chardet/langgreekmodel.py +225 -0
  167. data/vendor/requests/packages/chardet/langgreekmodel.pyc +0 -0
  168. data/vendor/requests/packages/chardet/langhebrewmodel.py +201 -0
  169. data/vendor/requests/packages/chardet/langhebrewmodel.pyc +0 -0
  170. data/vendor/requests/packages/chardet/langhungarianmodel.py +225 -0
  171. data/vendor/requests/packages/chardet/langhungarianmodel.pyc +0 -0
  172. data/vendor/requests/packages/chardet/langthaimodel.py +200 -0
  173. data/vendor/requests/packages/chardet/langthaimodel.pyc +0 -0
  174. data/vendor/requests/packages/chardet/latin1prober.py +139 -0
  175. data/vendor/requests/packages/chardet/latin1prober.pyc +0 -0
  176. data/vendor/requests/packages/chardet/mbcharsetprober.py +86 -0
  177. data/vendor/requests/packages/chardet/mbcharsetprober.pyc +0 -0
  178. data/vendor/requests/packages/chardet/mbcsgroupprober.py +54 -0
  179. data/vendor/requests/packages/chardet/mbcsgroupprober.pyc +0 -0
  180. data/vendor/requests/packages/chardet/mbcssm.py +572 -0
  181. data/vendor/requests/packages/chardet/mbcssm.pyc +0 -0
  182. data/vendor/requests/packages/chardet/sbcharsetprober.py +120 -0
  183. data/vendor/requests/packages/chardet/sbcharsetprober.pyc +0 -0
  184. data/vendor/requests/packages/chardet/sbcsgroupprober.py +69 -0
  185. data/vendor/requests/packages/chardet/sbcsgroupprober.pyc +0 -0
  186. data/vendor/requests/packages/chardet/sjisprober.py +91 -0
  187. data/vendor/requests/packages/chardet/sjisprober.pyc +0 -0
  188. data/vendor/requests/packages/chardet/universaldetector.py +170 -0
  189. data/vendor/requests/packages/chardet/universaldetector.pyc +0 -0
  190. data/vendor/requests/packages/chardet/utf8prober.py +76 -0
  191. data/vendor/requests/packages/chardet/utf8prober.pyc +0 -0
  192. data/vendor/requests/packages/urllib3/__init__.py +96 -0
  193. data/vendor/requests/packages/urllib3/__init__.pyc +0 -0
  194. data/vendor/requests/packages/urllib3/_collections.py +324 -0
  195. data/vendor/requests/packages/urllib3/_collections.pyc +0 -0
  196. data/vendor/requests/packages/urllib3/connection.py +330 -0
  197. data/vendor/requests/packages/urllib3/connection.pyc +0 -0
  198. data/vendor/requests/packages/urllib3/connectionpool.py +866 -0
  199. data/vendor/requests/packages/urllib3/connectionpool.pyc +0 -0
  200. data/vendor/requests/packages/urllib3/contrib/__init__.py +0 -0
  201. data/vendor/requests/packages/urllib3/contrib/__init__.pyc +0 -0
  202. data/vendor/requests/packages/urllib3/contrib/appengine.py +231 -0
  203. data/vendor/requests/packages/urllib3/contrib/appengine.pyc +0 -0
  204. data/vendor/requests/packages/urllib3/contrib/ntlmpool.py +115 -0
  205. data/vendor/requests/packages/urllib3/contrib/ntlmpool.pyc +0 -0
  206. data/vendor/requests/packages/urllib3/contrib/pyopenssl.py +358 -0
  207. data/vendor/requests/packages/urllib3/contrib/pyopenssl.pyc +0 -0
  208. data/vendor/requests/packages/urllib3/contrib/socks.py +172 -0
  209. data/vendor/requests/packages/urllib3/contrib/socks.pyc +0 -0
  210. data/vendor/requests/packages/urllib3/exceptions.py +209 -0
  211. data/vendor/requests/packages/urllib3/exceptions.pyc +0 -0
  212. data/vendor/requests/packages/urllib3/fields.py +178 -0
  213. data/vendor/requests/packages/urllib3/fields.pyc +0 -0
  214. data/vendor/requests/packages/urllib3/filepost.py +94 -0
  215. data/vendor/requests/packages/urllib3/filepost.pyc +0 -0
  216. data/vendor/requests/packages/urllib3/packages/__init__.py +5 -0
  217. data/vendor/requests/packages/urllib3/packages/__init__.pyc +0 -0
  218. data/vendor/requests/packages/urllib3/packages/ordered_dict.py +259 -0
  219. data/vendor/requests/packages/urllib3/packages/ordered_dict.pyc +0 -0
  220. data/vendor/requests/packages/urllib3/packages/six.py +868 -0
  221. data/vendor/requests/packages/urllib3/packages/six.pyc +0 -0
  222. data/vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py +13 -0
  223. data/vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyc +0 -0
  224. data/vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py +105 -0
  225. data/vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyc +0 -0
  226. data/vendor/requests/packages/urllib3/poolmanager.py +367 -0
  227. data/vendor/requests/packages/urllib3/poolmanager.pyc +0 -0
  228. data/vendor/requests/packages/urllib3/request.py +151 -0
  229. data/vendor/requests/packages/urllib3/request.pyc +0 -0
  230. data/vendor/requests/packages/urllib3/response.py +530 -0
  231. data/vendor/requests/packages/urllib3/response.pyc +0 -0
  232. data/vendor/requests/packages/urllib3/util/__init__.py +46 -0
  233. data/vendor/requests/packages/urllib3/util/__init__.pyc +0 -0
  234. data/vendor/requests/packages/urllib3/util/connection.py +144 -0
  235. data/vendor/requests/packages/urllib3/util/connection.pyc +0 -0
  236. data/vendor/requests/packages/urllib3/util/request.py +72 -0
  237. data/vendor/requests/packages/urllib3/util/request.pyc +0 -0
  238. data/vendor/requests/packages/urllib3/util/response.py +74 -0
  239. data/vendor/requests/packages/urllib3/util/response.pyc +0 -0
  240. data/vendor/requests/packages/urllib3/util/retry.py +300 -0
  241. data/vendor/requests/packages/urllib3/util/retry.pyc +0 -0
  242. data/vendor/requests/packages/urllib3/util/ssl_.py +320 -0
  243. data/vendor/requests/packages/urllib3/util/ssl_.pyc +0 -0
  244. data/vendor/requests/packages/urllib3/util/timeout.py +242 -0
  245. data/vendor/requests/packages/urllib3/util/timeout.pyc +0 -0
  246. data/vendor/requests/packages/urllib3/util/url.py +217 -0
  247. data/vendor/requests/packages/urllib3/util/url.pyc +0 -0
  248. data/vendor/requests/sessions.py +712 -0
  249. data/vendor/requests/sessions.pyc +0 -0
  250. data/vendor/requests/status_codes.py +91 -0
  251. data/vendor/requests/status_codes.pyc +0 -0
  252. data/vendor/requests/structures.py +105 -0
  253. data/vendor/requests/structures.pyc +0 -0
  254. data/vendor/requests/utils.py +817 -0
  255. data/vendor/requests/utils.pyc +0 -0
  256. data/vendor/requests-2.11.1.dist-info/DESCRIPTION.rst +1294 -0
  257. data/vendor/requests-2.11.1.dist-info/INSTALLER +1 -0
  258. data/vendor/requests-2.11.1.dist-info/METADATA +1323 -0
  259. data/vendor/requests-2.11.1.dist-info/RECORD +170 -0
  260. data/vendor/requests-2.11.1.dist-info/WHEEL +6 -0
  261. data/vendor/requests-2.11.1.dist-info/metadata.json +1 -0
  262. data/vendor/requests-2.11.1.dist-info/top_level.txt +1 -0
  263. data/vendor/rigid/__init__.py +1 -0
  264. data/vendor/rigid/__init__.pyc +0 -0
  265. data/vendor/rigid/api.py +129 -0
  266. data/vendor/rigid/api.pyc +0 -0
  267. data/vendor/rigid/commands/__init__.py +260 -0
  268. data/vendor/rigid/commands/__init__.pyc +0 -0
  269. data/vendor/rigid/commands/deploy.py +0 -0
  270. data/vendor/rigid/commands/deploy.pyc +0 -0
  271. data/vendor/rigid/deploy.py +70 -0
  272. data/vendor/rigid/deploy.pyc +0 -0
  273. data/vendor/rigid/file_scanner.py +63 -0
  274. data/vendor/rigid/file_scanner.pyc +0 -0
  275. data/vendor/rigid/utils.py +17 -0
  276. data/vendor/rigid/utils.pyc +0 -0
  277. data/vendor/rigid-0.2.0.dist-info/DESCRIPTION.rst +3 -0
  278. data/vendor/rigid-0.2.0.dist-info/INSTALLER +1 -0
  279. data/vendor/rigid-0.2.0.dist-info/METADATA +23 -0
  280. data/vendor/rigid-0.2.0.dist-info/RECORD +49 -0
  281. data/vendor/rigid-0.2.0.dist-info/WHEEL +5 -0
  282. data/vendor/rigid-0.2.0.dist-info/entry_points.txt +3 -0
  283. data/vendor/rigid-0.2.0.dist-info/metadata.json +1 -0
  284. data/vendor/rigid-0.2.0.dist-info/top_level.txt +2 -0
  285. data/vendor/setuptools-28.8.0.dist-info/DESCRIPTION.rst +243 -0
  286. data/vendor/setuptools-28.8.0.dist-info/INSTALLER +1 -0
  287. data/vendor/setuptools-28.8.0.dist-info/METADATA +272 -0
  288. data/vendor/setuptools-28.8.0.dist-info/RECORD +143 -0
  289. data/vendor/setuptools-28.8.0.dist-info/WHEEL +6 -0
  290. data/vendor/setuptools-28.8.0.dist-info/dependency_links.txt +2 -0
  291. data/vendor/setuptools-28.8.0.dist-info/entry_points.txt +63 -0
  292. data/vendor/setuptools-28.8.0.dist-info/metadata.json +1 -0
  293. data/vendor/setuptools-28.8.0.dist-info/top_level.txt +3 -0
  294. data/vendor/setuptools-28.8.0.dist-info/zip-safe +1 -0
  295. data/vendor/tests/__init__.py +0 -0
  296. data/vendor/tests/__init__.pyc +0 -0
  297. data/vendor/tests/integration/__init__.py +0 -0
  298. data/vendor/tests/integration/__init__.pyc +0 -0
  299. data/vendor/tests/integration/test_app.py +63 -0
  300. data/vendor/tests/integration/test_app.pyc +0 -0
  301. data/vendor/tests/integration/test_apps.py +27 -0
  302. data/vendor/tests/integration/test_apps.pyc +0 -0
  303. data/vendor/tests/integration/test_deploy.py +128 -0
  304. data/vendor/tests/integration/test_deploy.pyc +0 -0
  305. data/vendor/tests/integration/test_domains.py +35 -0
  306. data/vendor/tests/integration/test_domains.pyc +0 -0
  307. data/vendor/tests/integration/test_login.py +37 -0
  308. data/vendor/tests/integration/test_login.pyc +0 -0
  309. data/vendor/tests/integration/test_promote.py +24 -0
  310. data/vendor/tests/integration/test_promote.pyc +0 -0
  311. data/vendor/tests/integration/test_token.py +33 -0
  312. data/vendor/tests/integration/test_token.pyc +0 -0
  313. data/vendor/tests/integration/test_whoami.py +24 -0
  314. data/vendor/tests/integration/test_whoami.pyc +0 -0
  315. data/vendor/tests/test_deploy.py +33 -0
  316. data/vendor/tests/test_deploy.pyc +0 -0
  317. data/vendor/tests/test_file_scanner.py +89 -0
  318. data/vendor/tests/test_file_scanner.pyc +0 -0
  319. data/vendor/tests/utils.py +78 -0
  320. data/vendor/tests/utils.pyc +0 -0
  321. data/vendor/wheel-0.30.0a0.dist-info/DESCRIPTION.rst +325 -0
  322. data/vendor/wheel-0.30.0a0.dist-info/INSTALLER +1 -0
  323. data/vendor/wheel-0.30.0a0.dist-info/LICENSE.txt +22 -0
  324. data/vendor/wheel-0.30.0a0.dist-info/METADATA +357 -0
  325. data/vendor/wheel-0.30.0a0.dist-info/RECORD +86 -0
  326. data/vendor/wheel-0.30.0a0.dist-info/WHEEL +6 -0
  327. data/vendor/wheel-0.30.0a0.dist-info/entry_points.txt +6 -0
  328. data/vendor/wheel-0.30.0a0.dist-info/metadata.json +1 -0
  329. data/vendor/wheel-0.30.0a0.dist-info/top_level.txt +1 -0
  330. data/vendor/yaml/__init__.py +315 -0
  331. data/vendor/yaml/__init__.pyc +0 -0
  332. data/vendor/yaml/composer.py +139 -0
  333. data/vendor/yaml/composer.pyc +0 -0
  334. data/vendor/yaml/constructor.py +675 -0
  335. data/vendor/yaml/constructor.pyc +0 -0
  336. data/vendor/yaml/cyaml.py +85 -0
  337. data/vendor/yaml/cyaml.pyc +0 -0
  338. data/vendor/yaml/dumper.py +62 -0
  339. data/vendor/yaml/dumper.pyc +0 -0
  340. data/vendor/yaml/emitter.py +1140 -0
  341. data/vendor/yaml/emitter.pyc +0 -0
  342. data/vendor/yaml/error.py +75 -0
  343. data/vendor/yaml/error.pyc +0 -0
  344. data/vendor/yaml/events.py +86 -0
  345. data/vendor/yaml/events.pyc +0 -0
  346. data/vendor/yaml/loader.py +40 -0
  347. data/vendor/yaml/loader.pyc +0 -0
  348. data/vendor/yaml/nodes.py +49 -0
  349. data/vendor/yaml/nodes.pyc +0 -0
  350. data/vendor/yaml/parser.py +589 -0
  351. data/vendor/yaml/parser.pyc +0 -0
  352. data/vendor/yaml/reader.py +190 -0
  353. data/vendor/yaml/reader.pyc +0 -0
  354. data/vendor/yaml/representer.py +486 -0
  355. data/vendor/yaml/representer.pyc +0 -0
  356. data/vendor/yaml/resolver.py +227 -0
  357. data/vendor/yaml/resolver.pyc +0 -0
  358. data/vendor/yaml/scanner.py +1453 -0
  359. data/vendor/yaml/scanner.pyc +0 -0
  360. data/vendor/yaml/serializer.py +111 -0
  361. data/vendor/yaml/serializer.pyc +0 -0
  362. data/vendor/yaml/tokens.py +104 -0
  363. data/vendor/yaml/tokens.pyc +0 -0
  364. metadata +407 -0
@@ -0,0 +1,1323 @@
1
+ Metadata-Version: 2.0
2
+ Name: requests
3
+ Version: 2.11.1
4
+ Summary: Python HTTP for Humans.
5
+ Home-page: http://python-requests.org
6
+ Author: Kenneth Reitz
7
+ Author-email: me@kennethreitz.com
8
+ License: Apache 2.0
9
+ Platform: UNKNOWN
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Natural Language :: English
13
+ Classifier: License :: OSI Approved :: Apache Software License
14
+ Classifier: Programming Language :: Python
15
+ Classifier: Programming Language :: Python :: 2.6
16
+ Classifier: Programming Language :: Python :: 2.7
17
+ Classifier: Programming Language :: Python :: 3
18
+ Classifier: Programming Language :: Python :: 3.3
19
+ Classifier: Programming Language :: Python :: 3.4
20
+ Classifier: Programming Language :: Python :: 3.5
21
+ Classifier: Programming Language :: Python :: Implementation :: CPython
22
+ Classifier: Programming Language :: Python :: Implementation :: PyPy
23
+ Provides-Extra: security
24
+ Requires-Dist: ndg-httpsclient; extra == 'security'
25
+ Requires-Dist: pyOpenSSL (>=0.13); extra == 'security'
26
+ Requires-Dist: pyasn1; extra == 'security'
27
+ Provides-Extra: socks
28
+ Requires-Dist: PySocks (>=1.5.6); extra == 'socks'
29
+
30
+ Requests: HTTP for Humans
31
+ =========================
32
+
33
+ .. image:: https://img.shields.io/pypi/v/requests.svg
34
+ :target: https://pypi.python.org/pypi/requests
35
+
36
+ Requests is the only *Non-GMO* HTTP library for Python, safe for human
37
+ consumption.
38
+
39
+ **Warning:** Recreational use of other HTTP libraries may result in dangerous side-effects,
40
+ including: security vulnerabilities, verbose code, reinventing the wheel,
41
+ constantly reading documentation, depression, headaches, or even death.
42
+
43
+ Behold, the power of Requests:
44
+
45
+ .. code-block:: python
46
+
47
+ >>> r = requests.get('https://api.github.com/user', auth=('user', 'pass'))
48
+ >>> r.status_code
49
+ 200
50
+ >>> r.headers['content-type']
51
+ 'application/json; charset=utf8'
52
+ >>> r.encoding
53
+ 'utf-8'
54
+ >>> r.text
55
+ u'{"type":"User"...'
56
+ >>> r.json()
57
+ {u'disk_usage': 368627, u'private_gists': 484, ...}
58
+
59
+ See `the similar code, sans Requests <https://gist.github.com/973705>`_.
60
+
61
+ Requests allows you to send *organic, grass-fed* HTTP/1.1 requests, without the
62
+ need for manual labor. There's no need to manually add query strings to your
63
+ URLs, or to form-encode your POST data. Keep-alive and HTTP connection pooling
64
+ are 100% automatic, powered by `urllib3 <https://github.com/shazow/urllib3>`_,
65
+ which is embedded within Requests.
66
+
67
+ Besides, all the cool kids are doing it. Requests is one of the most
68
+ downloaded Python packages of all time, pulling in over 7,000,000 downloads
69
+ every month. You don't want to be left out!
70
+
71
+ Feature Support
72
+ ---------------
73
+
74
+ Requests is ready for today's web.
75
+
76
+ - International Domains and URLs
77
+ - Keep-Alive & Connection Pooling
78
+ - Sessions with Cookie Persistence
79
+ - Browser-style SSL Verification
80
+ - Basic/Digest Authentication
81
+ - Elegant Key/Value Cookies
82
+ - Automatic Decompression
83
+ - Automatic Content Decoding
84
+ - Unicode Response Bodies
85
+ - Multipart File Uploads
86
+ - HTTP(S) Proxy Support
87
+ - Connection Timeouts
88
+ - Streaming Downloads
89
+ - ``.netrc`` Support
90
+ - Chunked Requests
91
+ - Thread-safety
92
+
93
+ Requests officially supports Python 2.6–2.7 & 3.3–3.5, and runs great on PyPy.
94
+
95
+ Installation
96
+ ------------
97
+
98
+ To install Requests, simply:
99
+
100
+ .. code-block:: bash
101
+
102
+ $ pip install requests
103
+ ✨🍰✨
104
+
105
+ Satisfaction, guaranteed.
106
+
107
+ Documentation
108
+ -------------
109
+
110
+ Fantastic documentation is available at http://docs.python-requests.org/, for a limited time only.
111
+
112
+
113
+ How to Contribute
114
+ -----------------
115
+
116
+ #. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug. There is a `Contributor Friendly`_ tag for issues that should be ideal for people who are not very familiar with the codebase yet.
117
+ #. Fork `the repository`_ on GitHub to start making your changes to the **master** branch (or branch off of it).
118
+ #. Write a test which shows that the bug was fixed or that the feature works as expected.
119
+ #. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to AUTHORS_.
120
+
121
+ .. _`the repository`: http://github.com/kennethreitz/requests
122
+ .. _AUTHORS: https://github.com/kennethreitz/requests/blob/master/AUTHORS.rst
123
+ .. _Contributor Friendly: https://github.com/kennethreitz/requests/issues?direction=desc&labels=Contributor+Friendly&page=1&sort=updated&state=open
124
+
125
+
126
+ .. :changelog:
127
+
128
+ Release History
129
+ ---------------
130
+
131
+ 2.11.1 (2016-08-17)
132
+ +++++++++++++++++++
133
+
134
+ **Bugfixes**
135
+
136
+ - Fixed a bug when using ``iter_content`` with ``decode_unicode=True`` for
137
+ streamed bodies would raise ``AttributeError``. This bug was introduced in
138
+ 2.11.
139
+ - Strip Content-Type and Transfer-Encoding headers from the header block when
140
+ following a redirect that transforms the verb from POST/PUT to GET.
141
+
142
+ 2.11.0 (2016-08-08)
143
+ +++++++++++++++++++
144
+
145
+ **Improvements**
146
+
147
+ - Added support for the ``ALL_PROXY`` environment variable.
148
+ - Reject header values that contain leading whitespace or newline characters to
149
+ reduce risk of header smuggling.
150
+
151
+ **Bugfixes**
152
+
153
+ - Fixed occasional ``TypeError`` when attempting to decode a JSON response that
154
+ occurred in an error case. Now correctly returns a ``ValueError``.
155
+ - Requests would incorrectly ignore a non-CIDR IP address in the ``NO_PROXY``
156
+ environment variables: Requests now treats it as a specific IP.
157
+ - Fixed a bug when sending JSON data that could cause us to encounter obscure
158
+ OpenSSL errors in certain network conditions (yes, really).
159
+ - Added type checks to ensure that ``iter_content`` only accepts integers and
160
+ ``None`` for chunk sizes.
161
+ - Fixed issue where responses whose body had not been fully consumed would have
162
+ the underlying connection closed but not returned to the connection pool,
163
+ which could cause Requests to hang in situations where the ``HTTPAdapter``
164
+ had been configured to use a blocking connection pool.
165
+
166
+ **Miscellaneous**
167
+
168
+ - Updated bundled urllib3 to 1.16.
169
+ - Some previous releases accidentally accepted non-strings as acceptable header values. This release does not.
170
+
171
+ 2.10.0 (2016-04-29)
172
+ +++++++++++++++++++
173
+
174
+ **New Features**
175
+
176
+ - SOCKS Proxy Support! (requires PySocks; $ pip install requests[socks])
177
+
178
+ **Miscellaneous**
179
+
180
+ - Updated bundled urllib3 to 1.15.1.
181
+
182
+ 2.9.2 (2016-04-29)
183
+ ++++++++++++++++++
184
+
185
+ **Improvements**
186
+
187
+ - Change built-in CaseInsensitiveDict (used for headers) to use OrderedDict
188
+ as its underlying datastore.
189
+
190
+ **Bugfixes**
191
+
192
+ - Don't use redirect_cache if allow_redirects=False
193
+ - When passed objects that throw exceptions from ``tell()``, send them via
194
+ chunked transfer encoding instead of failing.
195
+ - Raise a ProxyError for proxy related connection issues.
196
+
197
+ 2.9.1 (2015-12-21)
198
+ ++++++++++++++++++
199
+
200
+ **Bugfixes**
201
+
202
+ - Resolve regression introduced in 2.9.0 that made it impossible to send binary
203
+ strings as bodies in Python 3.
204
+ - Fixed errors when calculating cookie expiration dates in certain locales.
205
+
206
+ **Miscellaneous**
207
+
208
+ - Updated bundled urllib3 to 1.13.1.
209
+
210
+ 2.9.0 (2015-12-15)
211
+ ++++++++++++++++++
212
+
213
+ **Minor Improvements** (Backwards compatible)
214
+
215
+ - The ``verify`` keyword argument now supports being passed a path to a
216
+ directory of CA certificates, not just a single-file bundle.
217
+ - Warnings are now emitted when sending files opened in text mode.
218
+ - Added the 511 Network Authentication Required status code to the status code
219
+ registry.
220
+
221
+ **Bugfixes**
222
+
223
+ - For file-like objects that are not seeked to the very beginning, we now
224
+ send the content length for the number of bytes we will actually read, rather
225
+ than the total size of the file, allowing partial file uploads.
226
+ - When uploading file-like objects, if they are empty or have no obvious
227
+ content length we set ``Transfer-Encoding: chunked`` rather than
228
+ ``Content-Length: 0``.
229
+ - We correctly receive the response in buffered mode when uploading chunked
230
+ bodies.
231
+ - We now handle being passed a query string as a bytestring on Python 3, by
232
+ decoding it as UTF-8.
233
+ - Sessions are now closed in all cases (exceptional and not) when using the
234
+ functional API rather than leaking and waiting for the garbage collector to
235
+ clean them up.
236
+ - Correctly handle digest auth headers with a malformed ``qop`` directive that
237
+ contains no token, by treating it the same as if no ``qop`` directive was
238
+ provided at all.
239
+ - Minor performance improvements when removing specific cookies by name.
240
+
241
+ **Miscellaneous**
242
+
243
+ - Updated urllib3 to 1.13.
244
+
245
+ 2.8.1 (2015-10-13)
246
+ ++++++++++++++++++
247
+
248
+ **Bugfixes**
249
+
250
+ - Update certificate bundle to match ``certifi`` 2015.9.6.2's weak certificate
251
+ bundle.
252
+ - Fix a bug in 2.8.0 where requests would raise ``ConnectTimeout`` instead of
253
+ ``ConnectionError``
254
+ - When using the PreparedRequest flow, requests will now correctly respect the
255
+ ``json`` parameter. Broken in 2.8.0.
256
+ - When using the PreparedRequest flow, requests will now correctly handle a
257
+ Unicode-string method name on Python 2. Broken in 2.8.0.
258
+
259
+ 2.8.0 (2015-10-05)
260
+ ++++++++++++++++++
261
+
262
+ **Minor Improvements** (Backwards Compatible)
263
+
264
+ - Requests now supports per-host proxies. This allows the ``proxies``
265
+ dictionary to have entries of the form
266
+ ``{'<scheme>://<hostname>': '<proxy>'}``. Host-specific proxies will be used
267
+ in preference to the previously-supported scheme-specific ones, but the
268
+ previous syntax will continue to work.
269
+ - ``Response.raise_for_status`` now prints the URL that failed as part of the
270
+ exception message.
271
+ - ``requests.utils.get_netrc_auth`` now takes an ``raise_errors`` kwarg,
272
+ defaulting to ``False``. When ``True``, errors parsing ``.netrc`` files cause
273
+ exceptions to be thrown.
274
+ - Change to bundled projects import logic to make it easier to unbundle
275
+ requests downstream.
276
+ - Changed the default User-Agent string to avoid leaking data on Linux: now
277
+ contains only the requests version.
278
+
279
+ **Bugfixes**
280
+
281
+ - The ``json`` parameter to ``post()`` and friends will now only be used if
282
+ neither ``data`` nor ``files`` are present, consistent with the
283
+ documentation.
284
+ - We now ignore empty fields in the ``NO_PROXY`` environment variable.
285
+ - Fixed problem where ``httplib.BadStatusLine`` would get raised if combining
286
+ ``stream=True`` with ``contextlib.closing``.
287
+ - Prevented bugs where we would attempt to return the same connection back to
288
+ the connection pool twice when sending a Chunked body.
289
+ - Miscellaneous minor internal changes.
290
+ - Digest Auth support is now thread safe.
291
+
292
+ **Updates**
293
+
294
+ - Updated urllib3 to 1.12.
295
+
296
+ 2.7.0 (2015-05-03)
297
+ ++++++++++++++++++
298
+
299
+ This is the first release that follows our new release process. For more, see
300
+ `our documentation
301
+ <http://docs.python-requests.org/en/latest/community/release-process/>`_.
302
+
303
+ **Bugfixes**
304
+
305
+ - Updated urllib3 to 1.10.4, resolving several bugs involving chunked transfer
306
+ encoding and response framing.
307
+
308
+ 2.6.2 (2015-04-23)
309
+ ++++++++++++++++++
310
+
311
+ **Bugfixes**
312
+
313
+ - Fix regression where compressed data that was sent as chunked data was not
314
+ properly decompressed. (#2561)
315
+
316
+ 2.6.1 (2015-04-22)
317
+ ++++++++++++++++++
318
+
319
+ **Bugfixes**
320
+
321
+ - Remove VendorAlias import machinery introduced in v2.5.2.
322
+
323
+ - Simplify the PreparedRequest.prepare API: We no longer require the user to
324
+ pass an empty list to the hooks keyword argument. (c.f. #2552)
325
+
326
+ - Resolve redirects now receives and forwards all of the original arguments to
327
+ the adapter. (#2503)
328
+
329
+ - Handle UnicodeDecodeErrors when trying to deal with a unicode URL that
330
+ cannot be encoded in ASCII. (#2540)
331
+
332
+ - Populate the parsed path of the URI field when performing Digest
333
+ Authentication. (#2426)
334
+
335
+ - Copy a PreparedRequest's CookieJar more reliably when it is not an instance
336
+ of RequestsCookieJar. (#2527)
337
+
338
+ 2.6.0 (2015-03-14)
339
+ ++++++++++++++++++
340
+
341
+ **Bugfixes**
342
+
343
+ - CVE-2015-2296: Fix handling of cookies on redirect. Previously a cookie
344
+ without a host value set would use the hostname for the redirected URL
345
+ exposing requests users to session fixation attacks and potentially cookie
346
+ stealing. This was disclosed privately by Matthew Daley of
347
+ `BugFuzz <https://bugfuzz.com>`_. This affects all versions of requests from
348
+ v2.1.0 to v2.5.3 (inclusive on both ends).
349
+
350
+ - Fix error when requests is an ``install_requires`` dependency and ``python
351
+ setup.py test`` is run. (#2462)
352
+
353
+ - Fix error when urllib3 is unbundled and requests continues to use the
354
+ vendored import location.
355
+
356
+ - Include fixes to ``urllib3``'s header handling.
357
+
358
+ - Requests' handling of unvendored dependencies is now more restrictive.
359
+
360
+ **Features and Improvements**
361
+
362
+ - Support bytearrays when passed as parameters in the ``files`` argument.
363
+ (#2468)
364
+
365
+ - Avoid data duplication when creating a request with ``str``, ``bytes``, or
366
+ ``bytearray`` input to the ``files`` argument.
367
+
368
+ 2.5.3 (2015-02-24)
369
+ ++++++++++++++++++
370
+
371
+ **Bugfixes**
372
+
373
+ - Revert changes to our vendored certificate bundle. For more context see
374
+ (#2455, #2456, and http://bugs.python.org/issue23476)
375
+
376
+ 2.5.2 (2015-02-23)
377
+ ++++++++++++++++++
378
+
379
+ **Features and Improvements**
380
+
381
+ - Add sha256 fingerprint support. (`shazow/urllib3#540`_)
382
+
383
+ - Improve the performance of headers. (`shazow/urllib3#544`_)
384
+
385
+ **Bugfixes**
386
+
387
+ - Copy pip's import machinery. When downstream redistributors remove
388
+ requests.packages.urllib3 the import machinery will continue to let those
389
+ same symbols work. Example usage in requests' documentation and 3rd-party
390
+ libraries relying on the vendored copies of urllib3 will work without having
391
+ to fallback to the system urllib3.
392
+
393
+ - Attempt to quote parts of the URL on redirect if unquoting and then quoting
394
+ fails. (#2356)
395
+
396
+ - Fix filename type check for multipart form-data uploads. (#2411)
397
+
398
+ - Properly handle the case where a server issuing digest authentication
399
+ challenges provides both auth and auth-int qop-values. (#2408)
400
+
401
+ - Fix a socket leak. (`shazow/urllib3#549`_)
402
+
403
+ - Fix multiple ``Set-Cookie`` headers properly. (`shazow/urllib3#534`_)
404
+
405
+ - Disable the built-in hostname verification. (`shazow/urllib3#526`_)
406
+
407
+ - Fix the behaviour of decoding an exhausted stream. (`shazow/urllib3#535`_)
408
+
409
+ **Security**
410
+
411
+ - Pulled in an updated ``cacert.pem``.
412
+
413
+ - Drop RC4 from the default cipher list. (`shazow/urllib3#551`_)
414
+
415
+ .. _shazow/urllib3#551: https://github.com/shazow/urllib3/pull/551
416
+ .. _shazow/urllib3#549: https://github.com/shazow/urllib3/pull/549
417
+ .. _shazow/urllib3#544: https://github.com/shazow/urllib3/pull/544
418
+ .. _shazow/urllib3#540: https://github.com/shazow/urllib3/pull/540
419
+ .. _shazow/urllib3#535: https://github.com/shazow/urllib3/pull/535
420
+ .. _shazow/urllib3#534: https://github.com/shazow/urllib3/pull/534
421
+ .. _shazow/urllib3#526: https://github.com/shazow/urllib3/pull/526
422
+
423
+ 2.5.1 (2014-12-23)
424
+ ++++++++++++++++++
425
+
426
+ **Behavioural Changes**
427
+
428
+ - Only catch HTTPErrors in raise_for_status (#2382)
429
+
430
+ **Bugfixes**
431
+
432
+ - Handle LocationParseError from urllib3 (#2344)
433
+ - Handle file-like object filenames that are not strings (#2379)
434
+ - Unbreak HTTPDigestAuth handler. Allow new nonces to be negotiated (#2389)
435
+
436
+ 2.5.0 (2014-12-01)
437
+ ++++++++++++++++++
438
+
439
+ **Improvements**
440
+
441
+ - Allow usage of urllib3's Retry object with HTTPAdapters (#2216)
442
+ - The ``iter_lines`` method on a response now accepts a delimiter with which
443
+ to split the content (#2295)
444
+
445
+ **Behavioural Changes**
446
+
447
+ - Add deprecation warnings to functions in requests.utils that will be removed
448
+ in 3.0 (#2309)
449
+ - Sessions used by the functional API are always closed (#2326)
450
+ - Restrict requests to HTTP/1.1 and HTTP/1.0 (stop accepting HTTP/0.9) (#2323)
451
+
452
+ **Bugfixes**
453
+
454
+ - Only parse the URL once (#2353)
455
+ - Allow Content-Length header to always be overridden (#2332)
456
+ - Properly handle files in HTTPDigestAuth (#2333)
457
+ - Cap redirect_cache size to prevent memory abuse (#2299)
458
+ - Fix HTTPDigestAuth handling of redirects after authenticating successfully
459
+ (#2253)
460
+ - Fix crash with custom method parameter to Session.request (#2317)
461
+ - Fix how Link headers are parsed using the regular expression library (#2271)
462
+
463
+ **Documentation**
464
+
465
+ - Add more references for interlinking (#2348)
466
+ - Update CSS for theme (#2290)
467
+ - Update width of buttons and sidebar (#2289)
468
+ - Replace references of Gittip with Gratipay (#2282)
469
+ - Add link to changelog in sidebar (#2273)
470
+
471
+ 2.4.3 (2014-10-06)
472
+ ++++++++++++++++++
473
+
474
+ **Bugfixes**
475
+
476
+ - Unicode URL improvements for Python 2.
477
+ - Re-order JSON param for backwards compat.
478
+ - Automatically defrag authentication schemes from host/pass URIs. (`#2249 <https://github.com/kennethreitz/requests/issues/2249>`_)
479
+
480
+
481
+ 2.4.2 (2014-10-05)
482
+ ++++++++++++++++++
483
+
484
+ **Improvements**
485
+
486
+ - FINALLY! Add json parameter for uploads! (`#2258 <https://github.com/kennethreitz/requests/pull/2258>`_)
487
+ - Support for bytestring URLs on Python 3.x (`#2238 <https://github.com/kennethreitz/requests/pull/2238>`_)
488
+
489
+ **Bugfixes**
490
+
491
+ - Avoid getting stuck in a loop (`#2244 <https://github.com/kennethreitz/requests/pull/2244>`_)
492
+ - Multiple calls to iter* fail with unhelpful error. (`#2240 <https://github.com/kennethreitz/requests/issues/2240>`_, `#2241 <https://github.com/kennethreitz/requests/issues/2241>`_)
493
+
494
+ **Documentation**
495
+
496
+ - Correct redirection introduction (`#2245 <https://github.com/kennethreitz/requests/pull/2245/>`_)
497
+ - Added example of how to send multiple files in one request. (`#2227 <https://github.com/kennethreitz/requests/pull/2227/>`_)
498
+ - Clarify how to pass a custom set of CAs (`#2248 <https://github.com/kennethreitz/requests/pull/2248/>`_)
499
+
500
+
501
+
502
+ 2.4.1 (2014-09-09)
503
+ ++++++++++++++++++
504
+
505
+ - Now has a "security" package extras set, ``$ pip install requests[security]``
506
+ - Requests will now use Certifi if it is available.
507
+ - Capture and re-raise urllib3 ProtocolError
508
+ - Bugfix for responses that attempt to redirect to themselves forever (wtf?).
509
+
510
+
511
+ 2.4.0 (2014-08-29)
512
+ ++++++++++++++++++
513
+
514
+ **Behavioral Changes**
515
+
516
+ - ``Connection: keep-alive`` header is now sent automatically.
517
+
518
+ **Improvements**
519
+
520
+ - Support for connect timeouts! Timeout now accepts a tuple (connect, read) which is used to set individual connect and read timeouts.
521
+ - Allow copying of PreparedRequests without headers/cookies.
522
+ - Updated bundled urllib3 version.
523
+ - Refactored settings loading from environment -- new `Session.merge_environment_settings`.
524
+ - Handle socket errors in iter_content.
525
+
526
+
527
+ 2.3.0 (2014-05-16)
528
+ ++++++++++++++++++
529
+
530
+ **API Changes**
531
+
532
+ - New ``Response`` property ``is_redirect``, which is true when the
533
+ library could have processed this response as a redirection (whether
534
+ or not it actually did).
535
+ - The ``timeout`` parameter now affects requests with both ``stream=True`` and
536
+ ``stream=False`` equally.
537
+ - The change in v2.0.0 to mandate explicit proxy schemes has been reverted.
538
+ Proxy schemes now default to ``http://``.
539
+ - The ``CaseInsensitiveDict`` used for HTTP headers now behaves like a normal
540
+ dictionary when references as string or viewed in the interpreter.
541
+
542
+ **Bugfixes**
543
+
544
+ - No longer expose Authorization or Proxy-Authorization headers on redirect.
545
+ Fix CVE-2014-1829 and CVE-2014-1830 respectively.
546
+ - Authorization is re-evaluated each redirect.
547
+ - On redirect, pass url as native strings.
548
+ - Fall-back to autodetected encoding for JSON when Unicode detection fails.
549
+ - Headers set to ``None`` on the ``Session`` are now correctly not sent.
550
+ - Correctly honor ``decode_unicode`` even if it wasn't used earlier in the same
551
+ response.
552
+ - Stop advertising ``compress`` as a supported Content-Encoding.
553
+ - The ``Response.history`` parameter is now always a list.
554
+ - Many, many ``urllib3`` bugfixes.
555
+
556
+ 2.2.1 (2014-01-23)
557
+ ++++++++++++++++++
558
+
559
+ **Bugfixes**
560
+
561
+ - Fixes incorrect parsing of proxy credentials that contain a literal or encoded '#' character.
562
+ - Assorted urllib3 fixes.
563
+
564
+ 2.2.0 (2014-01-09)
565
+ ++++++++++++++++++
566
+
567
+ **API Changes**
568
+
569
+ - New exception: ``ContentDecodingError``. Raised instead of ``urllib3``
570
+ ``DecodeError`` exceptions.
571
+
572
+ **Bugfixes**
573
+
574
+ - Avoid many many exceptions from the buggy implementation of ``proxy_bypass`` on OS X in Python 2.6.
575
+ - Avoid crashing when attempting to get authentication credentials from ~/.netrc when running as a user without a home directory.
576
+ - Use the correct pool size for pools of connections to proxies.
577
+ - Fix iteration of ``CookieJar`` objects.
578
+ - Ensure that cookies are persisted over redirect.
579
+ - Switch back to using chardet, since it has merged with charade.
580
+
581
+ 2.1.0 (2013-12-05)
582
+ ++++++++++++++++++
583
+
584
+ - Updated CA Bundle, of course.
585
+ - Cookies set on individual Requests through a ``Session`` (e.g. via ``Session.get()``) are no longer persisted to the ``Session``.
586
+ - Clean up connections when we hit problems during chunked upload, rather than leaking them.
587
+ - Return connections to the pool when a chunked upload is successful, rather than leaking it.
588
+ - Match the HTTPbis recommendation for HTTP 301 redirects.
589
+ - Prevent hanging when using streaming uploads and Digest Auth when a 401 is received.
590
+ - Values of headers set by Requests are now always the native string type.
591
+ - Fix previously broken SNI support.
592
+ - Fix accessing HTTP proxies using proxy authentication.
593
+ - Unencode HTTP Basic usernames and passwords extracted from URLs.
594
+ - Support for IP address ranges for no_proxy environment variable
595
+ - Parse headers correctly when users override the default ``Host:`` header.
596
+ - Avoid munging the URL in case of case-sensitive servers.
597
+ - Looser URL handling for non-HTTP/HTTPS urls.
598
+ - Accept unicode methods in Python 2.6 and 2.7.
599
+ - More resilient cookie handling.
600
+ - Make ``Response`` objects pickleable.
601
+ - Actually added MD5-sess to Digest Auth instead of pretending to like last time.
602
+ - Updated internal urllib3.
603
+ - Fixed @Lukasa's lack of taste.
604
+
605
+ 2.0.1 (2013-10-24)
606
+ ++++++++++++++++++
607
+
608
+ - Updated included CA Bundle with new mistrusts and automated process for the future
609
+ - Added MD5-sess to Digest Auth
610
+ - Accept per-file headers in multipart file POST messages.
611
+ - Fixed: Don't send the full URL on CONNECT messages.
612
+ - Fixed: Correctly lowercase a redirect scheme.
613
+ - Fixed: Cookies not persisted when set via functional API.
614
+ - Fixed: Translate urllib3 ProxyError into a requests ProxyError derived from ConnectionError.
615
+ - Updated internal urllib3 and chardet.
616
+
617
+ 2.0.0 (2013-09-24)
618
+ ++++++++++++++++++
619
+
620
+ **API Changes:**
621
+
622
+ - Keys in the Headers dictionary are now native strings on all Python versions,
623
+ i.e. bytestrings on Python 2, unicode on Python 3.
624
+ - Proxy URLs now *must* have an explicit scheme. A ``MissingSchema`` exception
625
+ will be raised if they don't.
626
+ - Timeouts now apply to read time if ``Stream=False``.
627
+ - ``RequestException`` is now a subclass of ``IOError``, not ``RuntimeError``.
628
+ - Added new method to ``PreparedRequest`` objects: ``PreparedRequest.copy()``.
629
+ - Added new method to ``Session`` objects: ``Session.update_request()``. This
630
+ method updates a ``Request`` object with the data (e.g. cookies) stored on
631
+ the ``Session``.
632
+ - Added new method to ``Session`` objects: ``Session.prepare_request()``. This
633
+ method updates and prepares a ``Request`` object, and returns the
634
+ corresponding ``PreparedRequest`` object.
635
+ - Added new method to ``HTTPAdapter`` objects: ``HTTPAdapter.proxy_headers()``.
636
+ This should not be called directly, but improves the subclass interface.
637
+ - ``httplib.IncompleteRead`` exceptions caused by incorrect chunked encoding
638
+ will now raise a Requests ``ChunkedEncodingError`` instead.
639
+ - Invalid percent-escape sequences now cause a Requests ``InvalidURL``
640
+ exception to be raised.
641
+ - HTTP 208 no longer uses reason phrase ``"im_used"``. Correctly uses
642
+ ``"already_reported"``.
643
+ - HTTP 226 reason added (``"im_used"``).
644
+
645
+ **Bugfixes:**
646
+
647
+ - Vastly improved proxy support, including the CONNECT verb. Special thanks to
648
+ the many contributors who worked towards this improvement.
649
+ - Cookies are now properly managed when 401 authentication responses are
650
+ received.
651
+ - Chunked encoding fixes.
652
+ - Support for mixed case schemes.
653
+ - Better handling of streaming downloads.
654
+ - Retrieve environment proxies from more locations.
655
+ - Minor cookies fixes.
656
+ - Improved redirect behaviour.
657
+ - Improved streaming behaviour, particularly for compressed data.
658
+ - Miscellaneous small Python 3 text encoding bugs.
659
+ - ``.netrc`` no longer overrides explicit auth.
660
+ - Cookies set by hooks are now correctly persisted on Sessions.
661
+ - Fix problem with cookies that specify port numbers in their host field.
662
+ - ``BytesIO`` can be used to perform streaming uploads.
663
+ - More generous parsing of the ``no_proxy`` environment variable.
664
+ - Non-string objects can be passed in data values alongside files.
665
+
666
+ 1.2.3 (2013-05-25)
667
+ ++++++++++++++++++
668
+
669
+ - Simple packaging fix
670
+
671
+
672
+ 1.2.2 (2013-05-23)
673
+ ++++++++++++++++++
674
+
675
+ - Simple packaging fix
676
+
677
+
678
+ 1.2.1 (2013-05-20)
679
+ ++++++++++++++++++
680
+
681
+ - 301 and 302 redirects now change the verb to GET for all verbs, not just
682
+ POST, improving browser compatibility.
683
+ - Python 3.3.2 compatibility
684
+ - Always percent-encode location headers
685
+ - Fix connection adapter matching to be most-specific first
686
+ - new argument to the default connection adapter for passing a block argument
687
+ - prevent a KeyError when there's no link headers
688
+
689
+ 1.2.0 (2013-03-31)
690
+ ++++++++++++++++++
691
+
692
+ - Fixed cookies on sessions and on requests
693
+ - Significantly change how hooks are dispatched - hooks now receive all the
694
+ arguments specified by the user when making a request so hooks can make a
695
+ secondary request with the same parameters. This is especially necessary for
696
+ authentication handler authors
697
+ - certifi support was removed
698
+ - Fixed bug where using OAuth 1 with body ``signature_type`` sent no data
699
+ - Major proxy work thanks to @Lukasa including parsing of proxy authentication
700
+ from the proxy url
701
+ - Fix DigestAuth handling too many 401s
702
+ - Update vendored urllib3 to include SSL bug fixes
703
+ - Allow keyword arguments to be passed to ``json.loads()`` via the
704
+ ``Response.json()`` method
705
+ - Don't send ``Content-Length`` header by default on ``GET`` or ``HEAD``
706
+ requests
707
+ - Add ``elapsed`` attribute to ``Response`` objects to time how long a request
708
+ took.
709
+ - Fix ``RequestsCookieJar``
710
+ - Sessions and Adapters are now picklable, i.e., can be used with the
711
+ multiprocessing library
712
+ - Update charade to version 1.0.3
713
+
714
+ The change in how hooks are dispatched will likely cause a great deal of
715
+ issues.
716
+
717
+ 1.1.0 (2013-01-10)
718
+ ++++++++++++++++++
719
+
720
+ - CHUNKED REQUESTS
721
+ - Support for iterable response bodies
722
+ - Assume servers persist redirect params
723
+ - Allow explicit content types to be specified for file data
724
+ - Make merge_kwargs case-insensitive when looking up keys
725
+
726
+ 1.0.3 (2012-12-18)
727
+ ++++++++++++++++++
728
+
729
+ - Fix file upload encoding bug
730
+ - Fix cookie behavior
731
+
732
+ 1.0.2 (2012-12-17)
733
+ ++++++++++++++++++
734
+
735
+ - Proxy fix for HTTPAdapter.
736
+
737
+ 1.0.1 (2012-12-17)
738
+ ++++++++++++++++++
739
+
740
+ - Cert verification exception bug.
741
+ - Proxy fix for HTTPAdapter.
742
+
743
+ 1.0.0 (2012-12-17)
744
+ ++++++++++++++++++
745
+
746
+ - Massive Refactor and Simplification
747
+ - Switch to Apache 2.0 license
748
+ - Swappable Connection Adapters
749
+ - Mountable Connection Adapters
750
+ - Mutable ProcessedRequest chain
751
+ - /s/prefetch/stream
752
+ - Removal of all configuration
753
+ - Standard library logging
754
+ - Make Response.json() callable, not property.
755
+ - Usage of new charade project, which provides python 2 and 3 simultaneous chardet.
756
+ - Removal of all hooks except 'response'
757
+ - Removal of all authentication helpers (OAuth, Kerberos)
758
+
759
+ This is not a backwards compatible change.
760
+
761
+ 0.14.2 (2012-10-27)
762
+ +++++++++++++++++++
763
+
764
+ - Improved mime-compatible JSON handling
765
+ - Proxy fixes
766
+ - Path hack fixes
767
+ - Case-Insensitive Content-Encoding headers
768
+ - Support for CJK parameters in form posts
769
+
770
+
771
+ 0.14.1 (2012-10-01)
772
+ +++++++++++++++++++
773
+
774
+ - Python 3.3 Compatibility
775
+ - Simply default accept-encoding
776
+ - Bugfixes
777
+
778
+
779
+ 0.14.0 (2012-09-02)
780
+ ++++++++++++++++++++
781
+
782
+ - No more iter_content errors if already downloaded.
783
+
784
+ 0.13.9 (2012-08-25)
785
+ +++++++++++++++++++
786
+
787
+ - Fix for OAuth + POSTs
788
+ - Remove exception eating from dispatch_hook
789
+ - General bugfixes
790
+
791
+ 0.13.8 (2012-08-21)
792
+ +++++++++++++++++++
793
+
794
+ - Incredible Link header support :)
795
+
796
+ 0.13.7 (2012-08-19)
797
+ +++++++++++++++++++
798
+
799
+ - Support for (key, value) lists everywhere.
800
+ - Digest Authentication improvements.
801
+ - Ensure proxy exclusions work properly.
802
+ - Clearer UnicodeError exceptions.
803
+ - Automatic casting of URLs to strings (fURL and such)
804
+ - Bugfixes.
805
+
806
+ 0.13.6 (2012-08-06)
807
+ +++++++++++++++++++
808
+
809
+ - Long awaited fix for hanging connections!
810
+
811
+ 0.13.5 (2012-07-27)
812
+ +++++++++++++++++++
813
+
814
+ - Packaging fix
815
+
816
+ 0.13.4 (2012-07-27)
817
+ +++++++++++++++++++
818
+
819
+ - GSSAPI/Kerberos authentication!
820
+ - App Engine 2.7 Fixes!
821
+ - Fix leaking connections (from urllib3 update)
822
+ - OAuthlib path hack fix
823
+ - OAuthlib URL parameters fix.
824
+
825
+ 0.13.3 (2012-07-12)
826
+ +++++++++++++++++++
827
+
828
+ - Use simplejson if available.
829
+ - Do not hide SSLErrors behind Timeouts.
830
+ - Fixed param handling with urls containing fragments.
831
+ - Significantly improved information in User Agent.
832
+ - client certificates are ignored when verify=False
833
+
834
+ 0.13.2 (2012-06-28)
835
+ +++++++++++++++++++
836
+
837
+ - Zero dependencies (once again)!
838
+ - New: Response.reason
839
+ - Sign querystring parameters in OAuth 1.0
840
+ - Client certificates no longer ignored when verify=False
841
+ - Add openSUSE certificate support
842
+
843
+ 0.13.1 (2012-06-07)
844
+ +++++++++++++++++++
845
+
846
+ - Allow passing a file or file-like object as data.
847
+ - Allow hooks to return responses that indicate errors.
848
+ - Fix Response.text and Response.json for body-less responses.
849
+
850
+ 0.13.0 (2012-05-29)
851
+ +++++++++++++++++++
852
+
853
+ - Removal of Requests.async in favor of `grequests <https://github.com/kennethreitz/grequests>`_
854
+ - Allow disabling of cookie persistence.
855
+ - New implementation of safe_mode
856
+ - cookies.get now supports default argument
857
+ - Session cookies not saved when Session.request is called with return_response=False
858
+ - Env: no_proxy support.
859
+ - RequestsCookieJar improvements.
860
+ - Various bug fixes.
861
+
862
+ 0.12.1 (2012-05-08)
863
+ +++++++++++++++++++
864
+
865
+ - New ``Response.json`` property.
866
+ - Ability to add string file uploads.
867
+ - Fix out-of-range issue with iter_lines.
868
+ - Fix iter_content default size.
869
+ - Fix POST redirects containing files.
870
+
871
+ 0.12.0 (2012-05-02)
872
+ +++++++++++++++++++
873
+
874
+ - EXPERIMENTAL OAUTH SUPPORT!
875
+ - Proper CookieJar-backed cookies interface with awesome dict-like interface.
876
+ - Speed fix for non-iterated content chunks.
877
+ - Move ``pre_request`` to a more usable place.
878
+ - New ``pre_send`` hook.
879
+ - Lazily encode data, params, files.
880
+ - Load system Certificate Bundle if ``certify`` isn't available.
881
+ - Cleanups, fixes.
882
+
883
+ 0.11.2 (2012-04-22)
884
+ +++++++++++++++++++
885
+
886
+ - Attempt to use the OS's certificate bundle if ``certifi`` isn't available.
887
+ - Infinite digest auth redirect fix.
888
+ - Multi-part file upload improvements.
889
+ - Fix decoding of invalid %encodings in URLs.
890
+ - If there is no content in a response don't throw an error the second time that content is attempted to be read.
891
+ - Upload data on redirects.
892
+
893
+ 0.11.1 (2012-03-30)
894
+ +++++++++++++++++++
895
+
896
+ * POST redirects now break RFC to do what browsers do: Follow up with a GET.
897
+ * New ``strict_mode`` configuration to disable new redirect behavior.
898
+
899
+
900
+ 0.11.0 (2012-03-14)
901
+ +++++++++++++++++++
902
+
903
+ * Private SSL Certificate support
904
+ * Remove select.poll from Gevent monkeypatching
905
+ * Remove redundant generator for chunked transfer encoding
906
+ * Fix: Response.ok raises Timeout Exception in safe_mode
907
+
908
+ 0.10.8 (2012-03-09)
909
+ +++++++++++++++++++
910
+
911
+ * Generate chunked ValueError fix
912
+ * Proxy configuration by environment variables
913
+ * Simplification of iter_lines.
914
+ * New `trust_env` configuration for disabling system/environment hints.
915
+ * Suppress cookie errors.
916
+
917
+ 0.10.7 (2012-03-07)
918
+ +++++++++++++++++++
919
+
920
+ * `encode_uri` = False
921
+
922
+ 0.10.6 (2012-02-25)
923
+ +++++++++++++++++++
924
+
925
+ * Allow '=' in cookies.
926
+
927
+ 0.10.5 (2012-02-25)
928
+ +++++++++++++++++++
929
+
930
+ * Response body with 0 content-length fix.
931
+ * New async.imap.
932
+ * Don't fail on netrc.
933
+
934
+
935
+ 0.10.4 (2012-02-20)
936
+ +++++++++++++++++++
937
+
938
+ * Honor netrc.
939
+
940
+ 0.10.3 (2012-02-20)
941
+ +++++++++++++++++++
942
+
943
+ * HEAD requests don't follow redirects anymore.
944
+ * raise_for_status() doesn't raise for 3xx anymore.
945
+ * Make Session objects picklable.
946
+ * ValueError for invalid schema URLs.
947
+
948
+ 0.10.2 (2012-01-15)
949
+ +++++++++++++++++++
950
+
951
+ * Vastly improved URL quoting.
952
+ * Additional allowed cookie key values.
953
+ * Attempted fix for "Too many open files" Error
954
+ * Replace unicode errors on first pass, no need for second pass.
955
+ * Append '/' to bare-domain urls before query insertion.
956
+ * Exceptions now inherit from RuntimeError.
957
+ * Binary uploads + auth fix.
958
+ * Bugfixes.
959
+
960
+
961
+ 0.10.1 (2012-01-23)
962
+ +++++++++++++++++++
963
+
964
+ * PYTHON 3 SUPPORT!
965
+ * Dropped 2.5 Support. (*Backwards Incompatible*)
966
+
967
+ 0.10.0 (2012-01-21)
968
+ +++++++++++++++++++
969
+
970
+ * ``Response.content`` is now bytes-only. (*Backwards Incompatible*)
971
+ * New ``Response.text`` is unicode-only.
972
+ * If no ``Response.encoding`` is specified and ``chardet`` is available, ``Response.text`` will guess an encoding.
973
+ * Default to ISO-8859-1 (Western) encoding for "text" subtypes.
974
+ * Removal of `decode_unicode`. (*Backwards Incompatible*)
975
+ * New multiple-hooks system.
976
+ * New ``Response.register_hook`` for registering hooks within the pipeline.
977
+ * ``Response.url`` is now Unicode.
978
+
979
+ 0.9.3 (2012-01-18)
980
+ ++++++++++++++++++
981
+
982
+ * SSL verify=False bugfix (apparent on windows machines).
983
+
984
+ 0.9.2 (2012-01-18)
985
+ ++++++++++++++++++
986
+
987
+ * Asynchronous async.send method.
988
+ * Support for proper chunk streams with boundaries.
989
+ * session argument for Session classes.
990
+ * Print entire hook tracebacks, not just exception instance.
991
+ * Fix response.iter_lines from pending next line.
992
+ * Fix but in HTTP-digest auth w/ URI having query strings.
993
+ * Fix in Event Hooks section.
994
+ * Urllib3 update.
995
+
996
+
997
+ 0.9.1 (2012-01-06)
998
+ ++++++++++++++++++
999
+
1000
+ * danger_mode for automatic Response.raise_for_status()
1001
+ * Response.iter_lines refactor
1002
+
1003
+ 0.9.0 (2011-12-28)
1004
+ ++++++++++++++++++
1005
+
1006
+ * verify ssl is default.
1007
+
1008
+
1009
+ 0.8.9 (2011-12-28)
1010
+ ++++++++++++++++++
1011
+
1012
+ * Packaging fix.
1013
+
1014
+
1015
+ 0.8.8 (2011-12-28)
1016
+ ++++++++++++++++++
1017
+
1018
+ * SSL CERT VERIFICATION!
1019
+ * Release of Cerifi: Mozilla's cert list.
1020
+ * New 'verify' argument for SSL requests.
1021
+ * Urllib3 update.
1022
+
1023
+ 0.8.7 (2011-12-24)
1024
+ ++++++++++++++++++
1025
+
1026
+ * iter_lines last-line truncation fix
1027
+ * Force safe_mode for async requests
1028
+ * Handle safe_mode exceptions more consistently
1029
+ * Fix iteration on null responses in safe_mode
1030
+
1031
+ 0.8.6 (2011-12-18)
1032
+ ++++++++++++++++++
1033
+
1034
+ * Socket timeout fixes.
1035
+ * Proxy Authorization support.
1036
+
1037
+ 0.8.5 (2011-12-14)
1038
+ ++++++++++++++++++
1039
+
1040
+ * Response.iter_lines!
1041
+
1042
+ 0.8.4 (2011-12-11)
1043
+ ++++++++++++++++++
1044
+
1045
+ * Prefetch bugfix.
1046
+ * Added license to installed version.
1047
+
1048
+ 0.8.3 (2011-11-27)
1049
+ ++++++++++++++++++
1050
+
1051
+ * Converted auth system to use simpler callable objects.
1052
+ * New session parameter to API methods.
1053
+ * Display full URL while logging.
1054
+
1055
+ 0.8.2 (2011-11-19)
1056
+ ++++++++++++++++++
1057
+
1058
+ * New Unicode decoding system, based on over-ridable `Response.encoding`.
1059
+ * Proper URL slash-quote handling.
1060
+ * Cookies with ``[``, ``]``, and ``_`` allowed.
1061
+
1062
+ 0.8.1 (2011-11-15)
1063
+ ++++++++++++++++++
1064
+
1065
+ * URL Request path fix
1066
+ * Proxy fix.
1067
+ * Timeouts fix.
1068
+
1069
+ 0.8.0 (2011-11-13)
1070
+ ++++++++++++++++++
1071
+
1072
+ * Keep-alive support!
1073
+ * Complete removal of Urllib2
1074
+ * Complete removal of Poster
1075
+ * Complete removal of CookieJars
1076
+ * New ConnectionError raising
1077
+ * Safe_mode for error catching
1078
+ * prefetch parameter for request methods
1079
+ * OPTION method
1080
+ * Async pool size throttling
1081
+ * File uploads send real names
1082
+ * Vendored in urllib3
1083
+
1084
+ 0.7.6 (2011-11-07)
1085
+ ++++++++++++++++++
1086
+
1087
+ * Digest authentication bugfix (attach query data to path)
1088
+
1089
+ 0.7.5 (2011-11-04)
1090
+ ++++++++++++++++++
1091
+
1092
+ * Response.content = None if there was an invalid response.
1093
+ * Redirection auth handling.
1094
+
1095
+ 0.7.4 (2011-10-26)
1096
+ ++++++++++++++++++
1097
+
1098
+ * Session Hooks fix.
1099
+
1100
+ 0.7.3 (2011-10-23)
1101
+ ++++++++++++++++++
1102
+
1103
+ * Digest Auth fix.
1104
+
1105
+
1106
+ 0.7.2 (2011-10-23)
1107
+ ++++++++++++++++++
1108
+
1109
+ * PATCH Fix.
1110
+
1111
+
1112
+ 0.7.1 (2011-10-23)
1113
+ ++++++++++++++++++
1114
+
1115
+ * Move away from urllib2 authentication handling.
1116
+ * Fully Remove AuthManager, AuthObject, &c.
1117
+ * New tuple-based auth system with handler callbacks.
1118
+
1119
+
1120
+ 0.7.0 (2011-10-22)
1121
+ ++++++++++++++++++
1122
+
1123
+ * Sessions are now the primary interface.
1124
+ * Deprecated InvalidMethodException.
1125
+ * PATCH fix.
1126
+ * New config system (no more global settings).
1127
+
1128
+
1129
+ 0.6.6 (2011-10-19)
1130
+ ++++++++++++++++++
1131
+
1132
+ * Session parameter bugfix (params merging).
1133
+
1134
+
1135
+ 0.6.5 (2011-10-18)
1136
+ ++++++++++++++++++
1137
+
1138
+ * Offline (fast) test suite.
1139
+ * Session dictionary argument merging.
1140
+
1141
+
1142
+ 0.6.4 (2011-10-13)
1143
+ ++++++++++++++++++
1144
+
1145
+ * Automatic decoding of unicode, based on HTTP Headers.
1146
+ * New ``decode_unicode`` setting.
1147
+ * Removal of ``r.read/close`` methods.
1148
+ * New ``r.faw`` interface for advanced response usage.*
1149
+ * Automatic expansion of parameterized headers.
1150
+
1151
+
1152
+ 0.6.3 (2011-10-13)
1153
+ ++++++++++++++++++
1154
+
1155
+ * Beautiful ``requests.async`` module, for making async requests w/ gevent.
1156
+
1157
+
1158
+ 0.6.2 (2011-10-09)
1159
+ ++++++++++++++++++
1160
+
1161
+ * GET/HEAD obeys allow_redirects=False.
1162
+
1163
+
1164
+ 0.6.1 (2011-08-20)
1165
+ ++++++++++++++++++
1166
+
1167
+ * Enhanced status codes experience ``\o/``
1168
+ * Set a maximum number of redirects (``settings.max_redirects``)
1169
+ * Full Unicode URL support
1170
+ * Support for protocol-less redirects.
1171
+ * Allow for arbitrary request types.
1172
+ * Bugfixes
1173
+
1174
+
1175
+ 0.6.0 (2011-08-17)
1176
+ ++++++++++++++++++
1177
+
1178
+ * New callback hook system
1179
+ * New persistent sessions object and context manager
1180
+ * Transparent Dict-cookie handling
1181
+ * Status code reference object
1182
+ * Removed Response.cached
1183
+ * Added Response.request
1184
+ * All args are kwargs
1185
+ * Relative redirect support
1186
+ * HTTPError handling improvements
1187
+ * Improved https testing
1188
+ * Bugfixes
1189
+
1190
+
1191
+ 0.5.1 (2011-07-23)
1192
+ ++++++++++++++++++
1193
+
1194
+ * International Domain Name Support!
1195
+ * Access headers without fetching entire body (``read()``)
1196
+ * Use lists as dicts for parameters
1197
+ * Add Forced Basic Authentication
1198
+ * Forced Basic is default authentication type
1199
+ * ``python-requests.org`` default User-Agent header
1200
+ * CaseInsensitiveDict lower-case caching
1201
+ * Response.history bugfix
1202
+
1203
+
1204
+ 0.5.0 (2011-06-21)
1205
+ ++++++++++++++++++
1206
+
1207
+ * PATCH Support
1208
+ * Support for Proxies
1209
+ * HTTPBin Test Suite
1210
+ * Redirect Fixes
1211
+ * settings.verbose stream writing
1212
+ * Querystrings for all methods
1213
+ * URLErrors (Connection Refused, Timeout, Invalid URLs) are treated as explicitly raised
1214
+ ``r.requests.get('hwe://blah'); r.raise_for_status()``
1215
+
1216
+
1217
+ 0.4.1 (2011-05-22)
1218
+ ++++++++++++++++++
1219
+
1220
+ * Improved Redirection Handling
1221
+ * New 'allow_redirects' param for following non-GET/HEAD Redirects
1222
+ * Settings module refactoring
1223
+
1224
+
1225
+ 0.4.0 (2011-05-15)
1226
+ ++++++++++++++++++
1227
+
1228
+ * Response.history: list of redirected responses
1229
+ * Case-Insensitive Header Dictionaries!
1230
+ * Unicode URLs
1231
+
1232
+
1233
+ 0.3.4 (2011-05-14)
1234
+ ++++++++++++++++++
1235
+
1236
+ * Urllib2 HTTPAuthentication Recursion fix (Basic/Digest)
1237
+ * Internal Refactor
1238
+ * Bytes data upload Bugfix
1239
+
1240
+
1241
+
1242
+ 0.3.3 (2011-05-12)
1243
+ ++++++++++++++++++
1244
+
1245
+ * Request timeouts
1246
+ * Unicode url-encoded data
1247
+ * Settings context manager and module
1248
+
1249
+
1250
+ 0.3.2 (2011-04-15)
1251
+ ++++++++++++++++++
1252
+
1253
+ * Automatic Decompression of GZip Encoded Content
1254
+ * AutoAuth Support for Tupled HTTP Auth
1255
+
1256
+
1257
+ 0.3.1 (2011-04-01)
1258
+ ++++++++++++++++++
1259
+
1260
+ * Cookie Changes
1261
+ * Response.read()
1262
+ * Poster fix
1263
+
1264
+
1265
+ 0.3.0 (2011-02-25)
1266
+ ++++++++++++++++++
1267
+
1268
+ * Automatic Authentication API Change
1269
+ * Smarter Query URL Parameterization
1270
+ * Allow file uploads and POST data together
1271
+ * New Authentication Manager System
1272
+ - Simpler Basic HTTP System
1273
+ - Supports all build-in urllib2 Auths
1274
+ - Allows for custom Auth Handlers
1275
+
1276
+
1277
+ 0.2.4 (2011-02-19)
1278
+ ++++++++++++++++++
1279
+
1280
+ * Python 2.5 Support
1281
+ * PyPy-c v1.4 Support
1282
+ * Auto-Authentication tests
1283
+ * Improved Request object constructor
1284
+
1285
+ 0.2.3 (2011-02-15)
1286
+ ++++++++++++++++++
1287
+
1288
+ * New HTTPHandling Methods
1289
+ - Response.__nonzero__ (false if bad HTTP Status)
1290
+ - Response.ok (True if expected HTTP Status)
1291
+ - Response.error (Logged HTTPError if bad HTTP Status)
1292
+ - Response.raise_for_status() (Raises stored HTTPError)
1293
+
1294
+
1295
+ 0.2.2 (2011-02-14)
1296
+ ++++++++++++++++++
1297
+
1298
+ * Still handles request in the event of an HTTPError. (Issue #2)
1299
+ * Eventlet and Gevent Monkeypatch support.
1300
+ * Cookie Support (Issue #1)
1301
+
1302
+
1303
+ 0.2.1 (2011-02-14)
1304
+ ++++++++++++++++++
1305
+
1306
+ * Added file attribute to POST and PUT requests for multipart-encode file uploads.
1307
+ * Added Request.url attribute for context and redirects
1308
+
1309
+
1310
+ 0.2.0 (2011-02-14)
1311
+ ++++++++++++++++++
1312
+
1313
+ * Birth!
1314
+
1315
+
1316
+ 0.0.1 (2011-02-13)
1317
+ ++++++++++++++++++
1318
+
1319
+ * Frustration
1320
+ * Conception
1321
+
1322
+
1323
+