Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Initialize git-dpm | SVN-Git Migration | 2015-10-08 |
| | |||
* | Cherry pick upstream devendorize patch | Daniele Tricoli | 2015-06-10 |
| | |||
* | Refresh and remove CA certificate bundle from MANIFEST.in | Daniele Tricoli | 2015-05-04 |
| | |||
* | Refresh again | Daniele Tricoli | 2015-05-04 |
| | |||
* | requests.packages must be exported | Daniele Tricoli | 2015-05-03 |
| | |||
* | Remove 05_do-not-ascribe-cookies-to-the-target-domain.patch since fixed upstream | Daniele Tricoli | 2015-05-03 |
| | |||
* | Refresh 04_make-requests.packages.urllib3-same-as-urllib3.patch | Daniele Tricoli | 2015-05-03 |
| | |||
* | Refresh 02_use-system-chardet-and-urllib3.patch | Daniele Tricoli | 2015-05-03 |
| | |||
* | Revert my fix for #770172 since it is not an RC bug while I need to fix #780506 | Daniele Tricoli | 2015-03-16 |
| | |||
* | Fix session fixation and cookie stealing: CVE-2015-2296. (Closes: #780506) | Daniele Tricoli | 2015-03-16 |
| | |||
* | * debian/patches/05_do-not-make-SSLv3-mandatory.patch | Daniele Tricoli | 2014-11-22 |
| | | | | | | - Since SSL version 3 is insecure it is supported only if Python supports it. (Closes: #770172) | ||
* | * debian/patches/04_make-requests.packages.urllib3-same-as-urllib3.patch | Daniele Tricoli | 2014-11-14 |
| | | | | | | - Fix requests.packages.urllib3 sub on Python 3. Thanks to Tianon Gravi for the report. (Closes: #769496) | ||
* | * debian/patches/04_make-requests.packages.urllib3-same-as-urllib3.patch | Daniele Tricoli | 2014-11-11 |
| | | | | | | | - Make Python import system know that requests.packages.urllib3 and urllib3 are the same thing. Thanks to Jakub Wilk for the patch. (Closes: #769047) | ||
* | Make DEP3 compliant | Daniele Tricoli | 2014-10-23 |
| | |||
* | Export IncompleteRead from requests.compat since it's imported by python-pip | Daniele Tricoli | 2014-10-23 |
| | |||
* | Refresh 02_use-system-chardet-and-urllib3.patch | Daniele Tricoli | 2014-10-20 |
| | |||
* | Refresh 02_use-system-chardet-and-urllib3.patch | Daniele Tricoli | 2014-10-08 |
| | |||
* | Refresh 01_use-system-ca-certificates.patch | Daniele Tricoli | 2014-10-08 |
| | |||
* | Provide requests.packages package because it will be used to supply a stub ↵ | Daniele Tricoli | 2014-07-03 |
| | | | | for requests.packages.urllib3 | ||
* | * Team upload. | Barry Warsaw | 2014-06-04 |
| | | | | | | | * New upstream release. * d/patches/*: Refreshed. * d/control: Added python{,3}-pytest to Build-Depends. * d/rules: Fixed running of test suite during package build. | ||
* | Converted further imports from embedded packages to system modules | Daniele Tricoli | 2014-01-27 |
| | |||
* | Refreshed 02_use-system-chardet-and-urllib3.patch | Daniele Tricoli | 2014-01-27 |
| | |||
* | Refreshed 02_use-system-chardet-and-urllib3.patch | Daniele Tricoli | 2013-10-17 |
| | |||
* | Refreshed debian/patches/02_use-system-chardet-and-urllib3.patches | Daniele Tricoli | 2013-06-21 |
| | |||
* | Refreshes debian/patches/02_use-system-chardet-and-urllib3.patch, | Thomas Goirand | 2013-05-11 |
| | | | | | removes debian/patches/03_fixes-egginfo.patch, delete egginfo folder on clean. | ||
* | Uploading to unstable. | Thomas Goirand | 2013-05-11 |
| | |||
* | * New upstream version. | Thomas Goirand | 2013-04-25 |
| | | | | * Refreshed bowth debian-specific patches. | ||
* | Use the system python-chardet and python-urllib3 instead of the embedded copies | Daniele Tricoli | 2013-01-19 |
| | |||
* | debian/patches/01_use-system-ca-certificates.patch | Daniele Tricoli | 2013-01-19 |
| | | | | | - Use the bundle provided by ca-certificates instead of the embedded one | ||
* | Removed 02_do-not-use-embedded-python-six.patch because | Daniele Tricoli | 2013-01-19 |
| | | | | no longer necessary | ||
* | Removed 01_do-not-use-python-certifi.patch since | Daniele Tricoli | 2013-01-19 |
| | | | | it is no longer necessary | ||
* | Refreshed debian/patches/01_do-not-use-python-certifi.patch | Daniele Tricoli | 2012-05-04 |
| | |||
* | Refreshed debian/patches/01_do-not-use-python-certifi.patch | Daniele Tricoli | 2012-04-23 |
| | |||
* | Refreshed debian/patches/02_do-not-use-embedded-python-six.patch | Daniele Tricoli | 2012-04-01 |
| | |||
* | Removed embedded copy of python-six | Daniele Tricoli | 2012-03-18 |
| | |||
* | Refreshed 01_do-not-use-python-certifi.patch | Daniele Tricoli | 2012-03-16 |
| | |||
* | Removed 02_fix-python3-except-sintax-error.patch as it is applied upstream | Daniele Tricoli | 2012-03-16 |
| | |||
* | * debian/patches/02_fix-python3-except-sintax-error.patches | Daniele Tricoli | 2012-02-05 |
| | | | | | - Fix SyntaxError on Python3 because "except Error, e" is not supported anymore | ||
* | * debian/patches/01_do-not-use-python-certifi.patch | Daniele Tricoli | 2012-02-05 |
- To verify SSL certificates for HTTPS requests, use the bundle provided by ca-certificates instead of python-certifi |