Ian Cordasco
f74fc486be
Update version number examples. Strip whitespace
...
Also I've included a bit more verbiage around why a major release
would happen and some reassurances that they will be rare.
2015-04-25 09:29:40 -05:00
Ian Cordasco
773e730d80
Add new release process to docs
...
Closes #2569
2015-04-24 19:28:23 -05:00
Ian Cordasco
ca66267d2c
Add release notes for 2.6.2
...
Closes #2561
v2.6.2
2015-04-23 11:29:10 -05:00
Ian Cordasco
73b9b6906d
Update urllib3 to 7b82da0fa3a13514d11a863e379e7541d0ec46ef
2015-04-23 11:27:42 -05:00
Ian Cordasco
3880cf1255
Merge pull request #2556 from sigmavirus24/release/2.6.1
...
Prepare v2.6.1
v2.6.1
2015-04-22 17:12:26 -05:00
Ian Cordasco
ae7c28eb8e
Update notes for 2.6.1
2015-04-22 16:52:40 -05:00
Ian Cordasco
3e3fc7683c
Remove VendorAlias meta_path hook
2015-04-22 16:26:14 -05:00
Cory Benfield
3d339ed7e6
Update urllib3 to 0b744993
...
(cherry picked from commit df63ee3e13672caa6b3256c6579fa85caefb2729)
2015-04-22 13:16:12 -05:00
Ian Cordasco
cfb9e66b04
Update history and version number for v2.6.1
2015-04-22 09:10:48 -05:00
Ian Cordasco
5fcd843eb2
Update urllib3 to 10b7a0fefa6596f47a9a6afc80f1f4d1ae950b66
2015-04-22 08:17:39 -05:00
kennethreitz
1f0e5775f2
add betamax
2015-04-21 17:18:04 -04:00
kennethreitz
4cfc5bcd96
add @sigmavirus42's blog post
2015-04-21 17:15:51 -04:00
Cory Benfield
b906c04a6f
Merge pull request #2553 from sigmavirus24/bug/2552
...
Simplify PreparedRequest.prepare API
2015-04-21 06:59:55 +01:00
Ian Cordasco
35045e851a
Simplify PreparedRequest.prepare API
...
Do not require that hooks be passed as an empty list to
PreparedRequest.prepare. In the event hooks is None in prepare or
prepare_hooks, use an empty list as a default.
Related to #2552
2015-04-20 20:13:58 -05:00
kennethreitz
16eeee1436
and extensions
2015-04-17 08:52:47 -04:00
kennethreitz
576e18a796
recommended packages and extensions
2015-04-17 08:51:02 -04:00
kennethreitz
d0e64d32ba
Merge pull request #2550 from Lukasa/recommended
...
Recommended packages.
2015-04-17 08:44:38 -04:00
Cory Benfield
a0d9e0bc57
Merge pull request #2504 from pvanderlinden/bug/2503-resolve-redirect-pass-all-arguments
...
fix resolve redirect to pass all original arguments
2015-04-16 06:57:56 +01:00
kennethreitz
5a799dd0f5
Merge pull request #2546 from Lukasa/crystals
...
Keepers of the Three Crystals.
2015-04-14 14:03:08 -04:00
Cory Benfield
8cf5e67041
Recommended packages.
2015-04-13 11:39:23 -04:00
Ian Cordasco
a0632d8df0
Minor formatting change
2015-04-10 22:03:26 -05:00
Ian Cordasco
5478dd6271
Merge pull request #2547 from sh1buy/bug_2540
...
Fix MisssingSchema error message does not handle unicode input correctly #2540
2015-04-10 21:59:13 -05:00
sh1buy
599f834351
fix bug 2540
2015-04-11 03:29:21 +03:00
sh1buy
f02d0f9e79
Fix bug 2540
2015-04-11 01:41:02 +03:00
sh1buy
f89b5a5d90
fix bug 2540
2015-04-11 00:23:07 +03:00
Cory Benfield
0cd9f5855e
Keepers of the Three Crystals.
2015-04-10 14:40:52 -04:00
kennethreitz
ccc03b93ef
Test
2015-04-10 13:22:14 -04:00
kennethreitz
b0c008c593
Merge pull request #2536 from smiley/master
...
Document that "PreparedRequest.prepare_cookies" can only be called once
2015-04-06 18:29:17 -04:00
Cory Benfield
a57c87a459
Merge pull request #2535 from sigmavirus24/bug/2530
...
Fix build version number in metadata
2015-04-06 17:54:22 -04:00
Smiley Barry
e3c7b43fc9
#2532 : Documented strange behaviour in "PreparedRequest.prepare_cookies", caused by cookielib. Also documented a workaround if absolutely necessary.
2015-04-06 21:00:51 +03:00
Ian Cordasco
956ec8321a
Merge pull request #2427 from luozhaoyu/master
...
Bug fix: field uri in digest authentication should not be empty when enc...
2015-04-06 10:19:15 -05:00
Cory Benfield
0581f2c7d2
Merge pull request #2533 from sigmavirus24/bug/2465-2
...
Place VendorAlias first in meta_path
2015-04-06 07:19:15 -04:00
Cory Benfield
1ff9a05181
Merge pull request #2534 from sigmavirus24/bug/2527
...
Copy a PreparedRequest's CookieJar reliably
2015-04-06 07:15:55 -04:00
Ian Cordasco
36093e69c7
Copy a PreparedRequest's CookieJar reliably
...
When a PreparedRequests's cookie jar is not a RequestsCookieJar instance, it
will not have a "copy" method. By adding _copy_cookie_jar we can reliably copy
cookie jars so that we have an actual copy instead of the same instance on
different prepared requests.
This also updates the RequestsCookieJar.update logic to create copies of
cookies from the other jar.
Closes #2527
2015-04-05 21:49:52 -05:00
Ian Cordasco
dacf69a16d
Fix build version number in metadata
...
Closes #2530
2015-04-05 21:49:10 -05:00
Ian Cordasco
1b5bfe681b
Place VendorAlias first in meta_path
...
When other libraries or tools add items to the meta_path, we need to preempt
some of their import hooks to be sure modules can be properly found. This also
prevents problems importing built-in modules on Python 2 where it will first
attempt to import something like:
requests.packages.chardet.sys
By placing our VendorAlias first, the above will fail and then it will fall
back to trying to import sys directly instead.
Closes #2465
2015-04-05 20:48:36 -05:00
Cory Benfield
18e678c1f8
Merge pull request #2531 from benjaminran/issue2062
...
Issue 2062: Updated custom header precedence info with .netrc example
2015-04-05 23:33:29 +01:00
benjaminran
1b1866934b
updated custom header precedence info with .netrc example
2015-04-05 14:23:10 -07:00
Cory Benfield
d294de38c4
Merge pull request #2525 from benjaminran/issue2062
...
Issue 2062: Added custom header precedence info
2015-04-03 16:57:54 +01:00
benjaminran
898465756a
added custom header precedence info
2015-04-03 07:58:42 -07:00
kennethreitz
0ad075c430
Update index.rst
2015-03-31 12:44:50 -04:00
Ian Cordasco
460caf71a4
Merge pull request #2518 from deronnax/shorter_version_extraction
...
shorter and faster version extraction from __init__.py
2015-03-27 07:49:29 -05:00
Cory Benfield
452ba32edf
Merge pull request #2497 from Lukasa/secprocess
...
Requests security release policy
2015-03-27 11:03:41 +00:00
Paul van der Linden
587eb193dd
fix resolve redirect to pass all original arguments
2015-03-26 19:57:16 +00:00
deronnax
1145fe64a5
matching the version only at the begining of lines
2015-03-26 15:53:19 +01:00
deronnax
ce234d53a5
shorter and faster version extraction from __init__.py
2015-03-25 18:21:34 +01:00
Cory Benfield
e95e173b8c
Merge pull request #2514 from kennethreitz/revert-2513-master
...
Revert "Minor Patch TypeError thrown"
2015-03-23 15:13:14 +00:00
Ian Cordasco
b2ce5be9d0
Revert "Minor Patch TypeError thrown"
2015-03-23 10:11:13 -05:00
Cory Benfield
a0f5776f35
Merge pull request #2513 from Montycarlo/master
...
Minor Patch TypeError thrown
2015-03-23 06:18:48 +00:00
Josh Brown
1b5317ea08
Minor Patch TypeError thrown
2015-03-23 16:01:48 +11:00