-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathChangeLog
141 lines (118 loc) · 3.29 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
2.0.1
=====
* Add support for CPython 3.5.2 and 2.7.12
* Add missing hash for CPython 3.4.4
* Add support for PyPy 5.3.0 and 5.3.1
* Add missing changelog entries
2.0.0
=====
* Disable progress bar if size unknown
* Merge pull request #105 from inirudebwoy/fix_81
* size could be None
* Fix list command for Python3 and tweak its logic
* Merge pull request #106 from berdario/fix_81
* List command: only use exact match
* Merge pull request #107 from berdario/fix_list
* bypass snvrevision and Makefile problem
* Merge pull request #112 from hackaugusto/issue109
* Remove setup.py and MANIFEST.in
* Remove warning when SHA256 hash is not available
* Fix checksum for Stackless 3.3.5
* Fix using --file on Python 3
* Add support for PyPy 5.X
* Add support for CPython 3.4.4
1.11.0
======
* Remove spurious install_dir checks and use a cleaner Exception when it already exists
* Add sha256sum for every python package, and supporting code to check it before installation
* Add ability to make external installations
* Add support for PyPy 4.0.0 and 4.0.1
* Use resumable-urlretrieve to resume interrupted downloads
* Add list -a filtering by groups
* Add support for CPython 2.7.11 and 3.5.1
1.10.0
======
* Add support for CPython 3.5.0
* Add support for PyPy 2.6.1
1.9.1
=====
* Add missing 'import sys' in locate command
1.9.0
=====
* Add support for PyPy 2.5.1 and 2.6.0
* Fix parsing versions of the form X.Y.ZZ
* Changed locate command to error out when a version is not found
* Add support for CPython 2.7.10 (6 days ago) <Chip Warden>
* Add support for Jython 2.7
1.8.0
=====
* Exit pythonz-install with non-zero status
* Fix system-wide installation
* Add support for CPython 3.4.3
* Add support for CPython 3.3.6
* Add install instructions for OS X
1.7.1
=====
* Add support for PyPy 2.5.0
1.7.0
=====
* Add support for CPython 2.7.9
* Make static builds by default on OSX too
1.6.1
=====
* Add support for PyPy3 2.4.0
* Simplify detecting file type
* Fix locate command
1.6.0
=====
* Add support for CPython 3.4.2
* Add support for PyPy 2.4.0
* Improved installation instructions
* Add -C and --configure options to bash completion
* Remove development branch
1.5.1
=====
* Add support for CPython 2.7.8
1.5.0
=====
* Add support for Stackless 3.2.5 and 3.3.5
* Add ability to reinstall an already installed version
1.4.1
=====
* Add support for PyPy3 2.3.1
1.4.0
=====
* Added locate command
* Add support for CPython 2.7.7
* Add support for PyPy 2.3.1
* Fixed creating bin/python symlink
* Update bash completion script for new commands
1.3.0
=====
* Add support for CPython 3.4.1
* Added PyPy 2.3 support
* Added support for Stackless 3.2.5 and 3.3.5
* Don't create unnecessary symlinks
* Properly patch Python 2.6.0 through Python 2.6.6
1.2.2
=====
* Added support for CPython 3.4.0
1.2.1
=====
* Initialize Python installation and build paths
* Removed executable permission from patch files
1.2.0
=====
* Added support for CPython 3.3.5
* Add mention of optional dependencies before build
* Use setuptools and fallback to distutils
* Add 'pythonz' entrypoint, useful for system-wide installations
* Simplified setting PATH environment variable
1.1.0
=====
* Added support for CPython 3.3.4
* Added DTrace patches for CPython 2.7.6 and 3.3.4 on OSX
1.0.0
=====
* First tagged release
* Support for CPython, PyPy, Stackless and Jython