Commit Graph

235 Commits

Author SHA1 Message Date
kennethreitz 296928f36f fixed date formatting 2016-04-29 18:17:21 -04:00
kennethreitz efb4af0127 v2.10.0 2016-04-29 18:11:49 -04:00
kennethreitz 2824867412 v2.9.2 2016-04-29 17:52:19 -04:00
kennethreitz 90578795eb Update HISTORY.rst 2016-04-06 15:02:06 -04:00
Cory Benfield 90a166d44a Release note. 2016-03-11 09:57:59 +00:00
kennethreitz 087de5232c v2.9.2 in history 2016-02-05 17:53:18 -05:00
Cory Benfield 46b7f19857 Changelog for urllib3 update 2015-12-19 08:41:51 +00:00
Cory Benfield b444f21b1f Update changelog for 2.9.1 2015-12-18 09:54:42 +00:00
Cory Benfield 5f7a3a74aa v2.9.0 2015-12-15 15:29:27 +00:00
Cory Benfield 424fe263d8 Suggested wording from @sigmavirus24 2015-12-15 15:20:26 +00:00
Cory Benfield 2f744b5010 Update 2.9.0 release log. 2015-12-15 14:59:14 +00:00
Jakub Wilk 23d9b077d8 Fix typos 2015-12-01 12:24:56 +01:00
Cory Benfield 0352ec0bd3 Add support for a directory of CAs 2015-11-05 13:21:21 +00:00
Cory Benfield 18a6b60110 v2.8.1 2015-10-13 13:55:09 +01:00
Cory Benfield ba7d09354a Changelog for #2785. 2015-10-05 15:57:05 +01:00
Cory Benfield 8dcd9f12de Prepare changelog for 2.8.0 2015-10-05 15:38:31 +01:00
Andrew Murray d866d8a44d Fixed typos in HISTORY.rst 2015-05-21 10:25:42 +10:00
Benjamin Peterson ba7975fd16 use reST link syntax 2015-05-03 20:34:09 -04:00
Cory Benfield b7bd297340 v2.7.0 2015-05-03 15:47:20 +01:00
Ian Cordasco ca66267d2c Add release notes for 2.6.2
Closes #2561
2015-04-23 11:29:10 -05:00
Ian Cordasco ae7c28eb8e Update notes for 2.6.1 2015-04-22 16:52:40 -05:00
Ian Cordasco cfb9e66b04 Update history and version number for v2.6.1 2015-04-22 09:10:48 -05:00
Cory Benfield 3385c78999 Update 2.6.0 changelog with CVE number. 2015-03-15 11:49:32 +00:00
Ian Cordasco 80a3e87bf3 Bump version and add release notes for 2.6.0 2015-03-14 11:42:38 -05:00
Ian Cordasco 628474d626 Update HISTORY and release version for 2.5.3 2015-02-24 10:30:17 -06:00
Ian Cordasco d8be2473d1 Update HISTORY and version for v2.5.2 2015-02-23 16:28:42 -06:00
Chris Kuehl 74d85d0a2f HISTORY: replace n-dash to workaround pip bug
There exists a problem (maybe a bug?) in pip when using a locale like
`LC_ALL=C` (which is commonly used by CI environments and system
configuration tools such as Puppet), where the PKG-INFO file is decoded
using ascii, raising a UnicodeDecodeError when PKG-INFO contains
non-ASCII characters (such as the n-dash removed by this commit):

> Downloading/unpacking requests from https://pypi.python.org/packages/source/r/requests/requests-2.5.1.tar.gz
>   Downloading requests-2.5.1.tar.gz (443Kb): 443Kb downloaded
>   Running setup.py egg_info for package requests
>
> Exception:
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/pip/basecommand.py", line 104, in main
>     status = self.run(options, args)
>   File "/usr/lib/python3/dist-packages/pip/commands/install.py", line 245, in run
>     requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
>   File "/usr/lib/python3/dist-packages/pip/req.py", line 1014, in prepare_files
>     req_to_install.assert_source_matches_version()
>   File "/usr/lib/python3/dist-packages/pip/req.py", line 359, in assert_source_matches_version
>     version = self.installed_version
>   File "/usr/lib/python3/dist-packages/pip/req.py", line 351, in installed_version
>     return self.pkg_info()['version']
>   File "/usr/lib/python3/dist-packages/pip/req.py", line 318, in pkg_info
>     data = self.egg_info_data('PKG-INFO')
>   File "/usr/lib/python3/dist-packages/pip/req.py", line 261, in egg_info_data
>     data = fp.read()
>   File "/usr/lib/python3.2/encodings/ascii.py", line 26, in decode
>     return codecs.ascii_decode(input, self.errors)[0]
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 8161: ordinal not in range(128)

I'm not able to reproduce this by installing the package directly, only by
installing another package which depends on it (via `install_requires`).

The command I used was `LC_ALL=C /usr/bin/pip-3.2 install --upgrade ocflib`,
with "pip 1.1 from /usr/lib/python3/dist-packages (python 3.2)" (which
is the packaged version for Debian 7).

Although this should probably be addressed ultimately in pip, replacing
this character in HISTORY is a pain-free and pragmatic way to help
developers and system administrators who may be stuck with old versions
of pip for many years to come.
2015-01-22 19:45:49 -08:00
Ian Cordasco ce5b5fe227 Add release notes for 2.5.1 2014-12-23 11:50:31 -06:00
Ian Cordasco 9a0ce93935 Add updates for 2.5.0 2014-12-01 17:02:42 -06:00
Kenneth Reitz 78d12bbbe9 v2.4.3 2014-10-06 05:42:55 -04:00
Kenneth Reitz 90dc467fc0 v2.4.2 changelog 2014-10-05 13:13:42 -04:00
Kenneth Reitz dff383ce8f requests v2.4.1 2014-09-09 12:34:34 -04:00
Kenneth Reitz 95161ed313 v2.4.0 changelog 2014-08-29 10:32:18 -04:00
Kenneth Reitz 702283093a v2.3.1 changelog 2014-05-30 13:36:18 -04:00
Alex Gaynor 53d3519a35 Fixed a typo 2014-05-16 14:11:05 -04:00
Kenneth Reitz b26c85f081 history update 2014-05-16 13:55:06 -04:00
Cory Benfield 679ab5bc20 Initial 2.3.0 changelog. 2014-05-12 20:30:10 +01:00
Cory Benfield 07f9a7ea02 Remove references to not-yet-made 2.3.0 release. 2014-05-03 10:59:14 +01:00
Ian Cordasco b361a4c056 Make note of the fact that we fixed some CVEs 2014-04-02 19:04:58 -05:00
Cory Benfield 03f444e601 Timeout documentation changes. 2014-03-03 20:23:59 +00:00
Zack Weinberg 0caa243212 New Response property, .is_redirect. 2014-02-13 14:27:42 -05:00
Cory Benfield 969195ad55 Clarify our 1.2.1 behaviour change. 2014-02-11 07:31:47 +00:00
Kenneth Reitz 33735480f7 v2.2.1 2014-01-23 13:25:40 -05:00
Cory Benfield 2a6b835a5e Update changelog for 2.2.1. 2014-01-22 14:28:41 +00:00
Kevin Burke f17ead4133 Typo in History 2014-01-21 10:18:04 -08:00
Kenneth Reitz 1720e4bb87 fix rst syntax bugs 2014-01-09 14:38:44 -05:00
Cory Benfield 48e2ecc14d Changelog for 2.2.0. 2014-01-09 19:10:30 +00:00
Ian Cordasco d8d9591076 Update the history and change the last last references to charade 2013-12-18 08:46:49 -06:00
Cory Benfield 456c42b00d Fixup changelog with missing breaking change. 2013-12-12 16:21:04 +00:00
Kenneth Reitz 3235766d67 updated CA Bundle! 2013-12-05 17:51:10 -05:00