Skip to content

Commit fdf17dc

Browse files
author
stonebig
committed
2018-01
1 parent e3d74f0 commit fdf17dc

23 files changed

+2607
-1
lines changed

changelogs/WinPython-64bit-3.7.0.0.md

+289
Large diffs are not rendered by default.

changelogs/WinPython-64bit-3.7.0.0_History.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## History of changes for WinPython-64bit 3.7.0.0
2+
3+
The following changes were made to WinPython-64bit distribution since version 3.7.0.0.
4+
5+
* * *

changelogs/WinPythonQt5-32bit-3.5.4.2.md

+302
Large diffs are not rendered by default.

changelogs/WinPythonQt5-32bit-3.5.4.2_History.md

+187
Large diffs are not rendered by default.

changelogs/WinPythonQt5-32bit-3.6.5.0.md

+299
Large diffs are not rendered by default.

changelogs/WinPythonQt5-32bit-3.6.5.0_History.md

+189
Large diffs are not rendered by default.

changelogs/WinPythonQt5-64bit-3.5.4.2.md

+310
Large diffs are not rendered by default.

changelogs/WinPythonQt5-64bit-3.5.4.2_History.md

+195
Large diffs are not rendered by default.

changelogs/WinPythonQt5-64bit-3.6.5.0.md

+308
Large diffs are not rendered by default.

changelogs/WinPythonQt5-64bit-3.6.5.0_History.md

+196
Large diffs are not rendered by default.
+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
## WinPython 3.5.4.2Zero
2+
3+
The following packages are included in WinPython-32bit v3.5.4.2Zero .
4+
5+
### Tools
6+
7+
Name | Version | Description
8+
-----|---------|------------
9+
10+
11+
### Python packages
12+
13+
Name | Version | Description
14+
-----|---------|------------
15+
[Python](http://www.python.org/) | 3.5.4 | Python programming language with standard library
16+
[brotli](https://pypi.python.org/pypi/brotli) | 1.0.2 | Python binding of the Brotli compression library
17+
[cloudpickle](https://pypi.python.org/pypi/cloudpickle) | 0.5.2 | Extended pickling support for Python objects
18+
[dask](https://pypi.python.org/pypi/dask) | 0.17.2 | Minimal task scheduling abstraction
19+
[docopt](https://pypi.python.org/pypi/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile
20+
[idlex](https://pypi.python.org/pypi/idlex) | 1.13 | IDLE Extensions for Python
21+
[jedi](https://pypi.python.org/pypi/jedi) | 0.11.1 | An autocompletion tool for Python that can be used for text editors
22+
[joblib](https://pypi.python.org/pypi/joblib) | 0.11 | Lightweight pipelining: using Python functions as pipeline jobs.
23+
[locket](https://pypi.python.org/pypi/locket) | 0.2.0 | File-based locks for Python for Linux and Windows
24+
[parso](https://pypi.python.org/pypi/parso) | 0.1.1 | A Python Parser
25+
[partd](https://pypi.python.org/pypi/partd) | 0.3.8 | Appendable key-value storage
26+
[pip](https://pypi.python.org/pypi/pip) | 9.0.3 | A tool for installing and managing Python packages
27+
[prompt_toolkit](https://pypi.python.org/pypi/prompt_toolkit) | 1.0.15 | Library for building powerful interactive command lines in Python
28+
[ptpython](https://pypi.python.org/pypi/ptpython) | 0.41 | Python REPL build on top of prompt_toolkit
29+
[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software
30+
[pyodbc](https://pypi.python.org/pypi/pyodbc) | 4.0.22 | DB API Module for ODBC
31+
[pyreadline](https://pypi.python.org/pypi/pyreadline) | 2.0 | IPython needs this module to display color text in Windows command window
32+
[python_snappy](https://pypi.python.org/pypi/python_snappy) | 0.5.2 | Python library for the snappy compression library from Google
33+
[pythonnet](https://pypi.python.org/pypi/pythonnet) | 2.4.0.dev0 | .Net and Mono integration for Python
34+
[setuptools](https://pypi.python.org/pypi/setuptools) | 39.0.1 | Download, build, install, upgrade, and uninstall Python packages - easily
35+
[six](https://pypi.python.org/pypi/six) | 1.11.0 | Python 2 and 3 compatibility utilities
36+
[sqlite_bro](https://pypi.python.org/pypi/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file
37+
[toolz](https://pypi.python.org/pypi/toolz) | 0.9.0 | List processing tools and functional utilities
38+
[wcwidth](https://pypi.python.org/pypi/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes
39+
[winpython](http://winpython.github.io/) | 1.10.20180404 | WinPython distribution tools, including WPPM (package manager)

changelogs/WinPythonZero-32bit-3.5.4.2_History.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## History of changes for WinPython-32bit 3.5.4.2Zero
2+
3+
The following changes were made to WinPython-32bit distribution since version 3.5.4.1Zero.
4+
5+
### Python packages
6+
7+
Upgraded packages:
8+
9+
* [brotli](https://pypi.python.org/pypi/brotli) 1.0.0 → 1.0.2 (Python binding of the Brotli compression library)
10+
* [cloudpickle](https://pypi.python.org/pypi/cloudpickle) 0.4.1 → 0.5.2 (Extended pickling support for Python objects)
11+
* [dask](https://pypi.python.org/pypi/dask) 0.15.4 → 0.17.2 (Minimal task scheduling abstraction)
12+
* [jedi](https://pypi.python.org/pypi/jedi) 0.11.0 → 0.11.1 (An autocompletion tool for Python that can be used for text editors)
13+
* [parso](https://pypi.python.org/pypi/parso) 0.1.0 → 0.1.1 (A Python Parser)
14+
* [pip](https://pypi.python.org/pypi/pip) 9.0.1 → 9.0.3 (A tool for installing and managing Python packages)
15+
* [pyodbc](https://pypi.python.org/pypi/pyodbc) 4.0.19 → 4.0.22 (DB API Module for ODBC)
16+
* [python_snappy](https://pypi.python.org/pypi/python_snappy) 0.5.1 → 0.5.2 (Python library for the snappy compression library from Google)
17+
* [setuptools](https://pypi.python.org/pypi/setuptools) 36.6.0 → 39.0.1 (Download, build, install, upgrade, and uninstall Python packages - easily)
18+
* [toolz](https://pypi.python.org/pypi/toolz) 0.8.2 → 0.9.0 (List processing tools and functional utilities)
19+
* [winpython](http://winpython.github.io/) 1.9.20171031 → 1.10.20180404 (WinPython distribution tools, including WPPM (package manager))
20+
21+
* * *
+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
## WinPython 3.6.5.0Zero
2+
3+
The following packages are included in WinPython-32bit v3.6.5.0Zero .
4+
5+
### Tools
6+
7+
Name | Version | Description
8+
-----|---------|------------
9+
10+
11+
### Python packages
12+
13+
Name | Version | Description
14+
-----|---------|------------
15+
[Python](http://www.python.org/) | 3.6.5 | Python programming language with standard library
16+
[brotli](https://pypi.python.org/pypi/brotli) | 1.0.2 | Python binding of the Brotli compression library
17+
[cloudpickle](https://pypi.python.org/pypi/cloudpickle) | 0.5.2 | Extended pickling support for Python objects
18+
[dask](https://pypi.python.org/pypi/dask) | 0.17.2 | Minimal task scheduling abstraction
19+
[docopt](https://pypi.python.org/pypi/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile
20+
[jedi](https://pypi.python.org/pypi/jedi) | 0.11.1 | An autocompletion tool for Python that can be used for text editors
21+
[joblib](https://pypi.python.org/pypi/joblib) | 0.11 | Lightweight pipelining: using Python functions as pipeline jobs.
22+
[locket](https://pypi.python.org/pypi/locket) | 0.2.0 | File-based locks for Python for Linux and Windows
23+
[parso](https://pypi.python.org/pypi/parso) | 0.1.1 | A Python Parser
24+
[partd](https://pypi.python.org/pypi/partd) | 0.3.8 | Appendable key-value storage
25+
[pip](https://pypi.python.org/pypi/pip) | 9.0.3 | A tool for installing and managing Python packages
26+
[prompt_toolkit](https://pypi.python.org/pypi/prompt_toolkit) | 1.0.15 | Library for building powerful interactive command lines in Python
27+
[ptpython](https://pypi.python.org/pypi/ptpython) | 0.41 | Python REPL build on top of prompt_toolkit
28+
[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software
29+
[pyodbc](https://pypi.python.org/pypi/pyodbc) | 4.0.22 | DB API Module for ODBC
30+
[python_snappy](https://pypi.python.org/pypi/python_snappy) | 0.5.2 | Python library for the snappy compression library from Google
31+
[pythonnet](https://pypi.python.org/pypi/pythonnet) | 2.4.0.dev0 | .Net and Mono integration for Python
32+
[setuptools](https://pypi.python.org/pypi/setuptools) | 39.0.1 | Download, build, install, upgrade, and uninstall Python packages - easily
33+
[six](https://pypi.python.org/pypi/six) | 1.11.0 | Python 2 and 3 compatibility utilities
34+
[sqlite_bro](https://pypi.python.org/pypi/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file
35+
[toolz](https://pypi.python.org/pypi/toolz) | 0.9.0 | List processing tools and functional utilities
36+
[wcwidth](https://pypi.python.org/pypi/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes
37+
[winpython](http://winpython.github.io/) | 1.10.20180404 | WinPython distribution tools, including WPPM (package manager)

changelogs/WinPythonZero-32bit-3.6.5.0_History.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## History of changes for WinPython-32bit 3.6.5.0Zero
2+
3+
The following changes were made to WinPython-32bit distribution since version 3.6.3.0Zero.
4+
5+
### Python packages
6+
7+
Upgraded packages:
8+
9+
* [brotli](https://pypi.python.org/pypi/brotli) 1.0.0 → 1.0.2 (Python binding of the Brotli compression library)
10+
* [cloudpickle](https://pypi.python.org/pypi/cloudpickle) 0.4.1 → 0.5.2 (Extended pickling support for Python objects)
11+
* [dask](https://pypi.python.org/pypi/dask) 0.15.4 → 0.17.2 (Minimal task scheduling abstraction)
12+
* [jedi](https://pypi.python.org/pypi/jedi) 0.11.0 → 0.11.1 (An autocompletion tool for Python that can be used for text editors)
13+
* [parso](https://pypi.python.org/pypi/parso) 0.1.0 → 0.1.1 (A Python Parser)
14+
* [pip](https://pypi.python.org/pypi/pip) 9.0.1 → 9.0.3 (A tool for installing and managing Python packages)
15+
* [pyodbc](https://pypi.python.org/pypi/pyodbc) 4.0.19 → 4.0.22 (DB API Module for ODBC)
16+
* [Python](http://www.python.org/) 3.6.3 → 3.6.5 (Python programming language with standard library)
17+
* [python_snappy](https://pypi.python.org/pypi/python_snappy) 0.5.1 → 0.5.2 (Python library for the snappy compression library from Google)
18+
* [setuptools](https://pypi.python.org/pypi/setuptools) 36.6.0 → 39.0.1 (Download, build, install, upgrade, and uninstall Python packages - easily)
19+
* [toolz](https://pypi.python.org/pypi/toolz) 0.8.2 → 0.9.0 (List processing tools and functional utilities)
20+
* [winpython](http://winpython.github.io/) 1.9.20171031 → 1.10.20180404 (WinPython distribution tools, including WPPM (package manager))
21+
22+
Removed packages:
23+
24+
* [pyreadline](https://pypi.python.org/pypi/pyreadline) 2.0 (IPython needs this module to display color text in Windows command window)
25+
26+
* * *
+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## WinPython 3.7.0.0Zero
2+
3+
The following packages are included in WinPython-32bit v3.7.0.0Zero b4.
4+
5+
### Tools
6+
7+
Name | Version | Description
8+
-----|---------|------------
9+
10+
11+
### Python packages
12+
13+
Name | Version | Description
14+
-----|---------|------------
15+
[Python](http://www.python.org/) | 3.7.0 | Python programming language with standard library
16+
[brotli](https://pypi.python.org/pypi/brotli) | 1.0.2 | Python binding of the Brotli compression library
17+
[cloudpickle](https://pypi.python.org/pypi/cloudpickle) | 0.5.2 | Extended pickling support for Python objects
18+
[dask](https://pypi.python.org/pypi/dask) | 0.17.2 | Minimal task scheduling abstraction
19+
[docopt](https://pypi.python.org/pypi/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile
20+
[jedi](https://pypi.python.org/pypi/jedi) | 0.11.1 | An autocompletion tool for Python that can be used for text editors
21+
[joblib](https://pypi.python.org/pypi/joblib) | 0.11 | Lightweight pipelining: using Python functions as pipeline jobs.
22+
[locket](https://pypi.python.org/pypi/locket) | 0.2.0 | File-based locks for Python for Linux and Windows
23+
[parso](https://pypi.python.org/pypi/parso) | 0.1.1 | A Python Parser
24+
[partd](https://pypi.python.org/pypi/partd) | 0.3.8 | Appendable key-value storage
25+
[pip](https://pypi.python.org/pypi/pip) | 9.0.3 | A tool for installing and managing Python packages
26+
[prompt_toolkit](https://pypi.python.org/pypi/prompt_toolkit) | 1.0.15 | Library for building powerful interactive command lines in Python
27+
[ptpython](https://pypi.python.org/pypi/ptpython) | 0.41 | Python REPL build on top of prompt_toolkit
28+
[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software
29+
[pyodbc](https://pypi.python.org/pypi/pyodbc) | 4.0.23 | DB API Module for ODBC
30+
[setuptools](https://pypi.python.org/pypi/setuptools) | 39.0.1 | Download, build, install, upgrade, and uninstall Python packages - easily
31+
[six](https://pypi.python.org/pypi/six) | 1.11.0 | Python 2 and 3 compatibility utilities
32+
[sqlite_bro](https://pypi.python.org/pypi/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file
33+
[toolz](https://pypi.python.org/pypi/toolz) | 0.9.0 | List processing tools and functional utilities
34+
[wcwidth](https://pypi.python.org/pypi/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes
35+
[winpython](http://winpython.github.io/) | 1.10.20180404 | WinPython distribution tools, including WPPM (package manager)

changelogs/WinPythonZero-32bit-3.7.0.0_History.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## History of changes for WinPython-32bit 3.7.0.0Zero
2+
3+
The following changes were made to WinPython-32bit distribution since version 3.7.0.0Zero.
4+
5+
* * *
+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
## WinPython 3.5.4.2Zero
2+
3+
The following packages are included in WinPython-64bit v3.5.4.2Zero .
4+
5+
### Tools
6+
7+
Name | Version | Description
8+
-----|---------|------------
9+
10+
11+
### Python packages
12+
13+
Name | Version | Description
14+
-----|---------|------------
15+
[Python](http://www.python.org/) | 3.5.4 | Python programming language with standard library
16+
[brotli](https://pypi.python.org/pypi/brotli) | 1.0.2 | Python binding of the Brotli compression library
17+
[cloudpickle](https://pypi.python.org/pypi/cloudpickle) | 0.5.2 | Extended pickling support for Python objects
18+
[dask](https://pypi.python.org/pypi/dask) | 0.17.2 | Minimal task scheduling abstraction
19+
[docopt](https://pypi.python.org/pypi/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile
20+
[idlex](https://pypi.python.org/pypi/idlex) | 1.13 | IDLE Extensions for Python
21+
[jedi](https://pypi.python.org/pypi/jedi) | 0.11.1 | An autocompletion tool for Python that can be used for text editors
22+
[joblib](https://pypi.python.org/pypi/joblib) | 0.11 | Lightweight pipelining: using Python functions as pipeline jobs.
23+
[locket](https://pypi.python.org/pypi/locket) | 0.2.0 | File-based locks for Python for Linux and Windows
24+
[parso](https://pypi.python.org/pypi/parso) | 0.1.1 | A Python Parser
25+
[partd](https://pypi.python.org/pypi/partd) | 0.3.8 | Appendable key-value storage
26+
[pip](https://pypi.python.org/pypi/pip) | 9.0.3 | A tool for installing and managing Python packages
27+
[prompt_toolkit](https://pypi.python.org/pypi/prompt_toolkit) | 1.0.15 | Library for building powerful interactive command lines in Python
28+
[ptpython](https://pypi.python.org/pypi/ptpython) | 0.41 | Python REPL build on top of prompt_toolkit
29+
[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software
30+
[pyodbc](https://pypi.python.org/pypi/pyodbc) | 4.0.22 | DB API Module for ODBC
31+
[pyreadline](https://pypi.python.org/pypi/pyreadline) | 2.0 | IPython needs this module to display color text in Windows command window
32+
[python_snappy](https://pypi.python.org/pypi/python_snappy) | 0.5.2 | Python library for the snappy compression library from Google
33+
[pythonnet](https://pypi.python.org/pypi/pythonnet) | 2.4.0.dev0 | .Net and Mono integration for Python
34+
[setuptools](https://pypi.python.org/pypi/setuptools) | 39.0.1 | Download, build, install, upgrade, and uninstall Python packages - easily
35+
[six](https://pypi.python.org/pypi/six) | 1.11.0 | Python 2 and 3 compatibility utilities
36+
[sqlite_bro](https://pypi.python.org/pypi/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file
37+
[toolz](https://pypi.python.org/pypi/toolz) | 0.9.0 | List processing tools and functional utilities
38+
[wcwidth](https://pypi.python.org/pypi/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes
39+
[winpython](http://winpython.github.io/) | 1.10.20180404 | WinPython distribution tools, including WPPM (package manager)

changelogs/WinPythonZero-64bit-3.5.4.2_History.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## History of changes for WinPython-64bit 3.5.4.2Zero
2+
3+
The following changes were made to WinPython-64bit distribution since version 3.5.4.1Zero.
4+
5+
### Python packages
6+
7+
Upgraded packages:
8+
9+
* [brotli](https://pypi.python.org/pypi/brotli) 1.0.0 → 1.0.2 (Python binding of the Brotli compression library)
10+
* [cloudpickle](https://pypi.python.org/pypi/cloudpickle) 0.4.1 → 0.5.2 (Extended pickling support for Python objects)
11+
* [dask](https://pypi.python.org/pypi/dask) 0.15.4 → 0.17.2 (Minimal task scheduling abstraction)
12+
* [jedi](https://pypi.python.org/pypi/jedi) 0.11.0 → 0.11.1 (An autocompletion tool for Python that can be used for text editors)
13+
* [parso](https://pypi.python.org/pypi/parso) 0.1.0 → 0.1.1 (A Python Parser)
14+
* [pip](https://pypi.python.org/pypi/pip) 9.0.1 → 9.0.3 (A tool for installing and managing Python packages)
15+
* [pyodbc](https://pypi.python.org/pypi/pyodbc) 4.0.19 → 4.0.22 (DB API Module for ODBC)
16+
* [python_snappy](https://pypi.python.org/pypi/python_snappy) 0.5.1 → 0.5.2 (Python library for the snappy compression library from Google)
17+
* [setuptools](https://pypi.python.org/pypi/setuptools) 36.6.0 → 39.0.1 (Download, build, install, upgrade, and uninstall Python packages - easily)
18+
* [toolz](https://pypi.python.org/pypi/toolz) 0.8.2 → 0.9.0 (List processing tools and functional utilities)
19+
* [winpython](http://winpython.github.io/) 1.9.20171031 → 1.10.20180404 (WinPython distribution tools, including WPPM (package manager))
20+
21+
* * *
+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
## WinPython 3.6.5.0Zero
2+
3+
The following packages are included in WinPython-64bit v3.6.5.0Zero .
4+
5+
### Tools
6+
7+
Name | Version | Description
8+
-----|---------|------------
9+
10+
11+
### Python packages
12+
13+
Name | Version | Description
14+
-----|---------|------------
15+
[Python](http://www.python.org/) | 3.6.5 | Python programming language with standard library
16+
[brotli](https://pypi.python.org/pypi/brotli) | 1.0.2 | Python binding of the Brotli compression library
17+
[cloudpickle](https://pypi.python.org/pypi/cloudpickle) | 0.5.2 | Extended pickling support for Python objects
18+
[dask](https://pypi.python.org/pypi/dask) | 0.17.2 | Minimal task scheduling abstraction
19+
[docopt](https://pypi.python.org/pypi/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile
20+
[jedi](https://pypi.python.org/pypi/jedi) | 0.11.1 | An autocompletion tool for Python that can be used for text editors
21+
[joblib](https://pypi.python.org/pypi/joblib) | 0.11 | Lightweight pipelining: using Python functions as pipeline jobs.
22+
[locket](https://pypi.python.org/pypi/locket) | 0.2.0 | File-based locks for Python for Linux and Windows
23+
[parso](https://pypi.python.org/pypi/parso) | 0.1.1 | A Python Parser
24+
[partd](https://pypi.python.org/pypi/partd) | 0.3.8 | Appendable key-value storage
25+
[pip](https://pypi.python.org/pypi/pip) | 9.0.3 | A tool for installing and managing Python packages
26+
[prompt_toolkit](https://pypi.python.org/pypi/prompt_toolkit) | 1.0.15 | Library for building powerful interactive command lines in Python
27+
[ptpython](https://pypi.python.org/pypi/ptpython) | 0.41 | Python REPL build on top of prompt_toolkit
28+
[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software
29+
[pyodbc](https://pypi.python.org/pypi/pyodbc) | 4.0.22 | DB API Module for ODBC
30+
[python_snappy](https://pypi.python.org/pypi/python_snappy) | 0.5.2 | Python library for the snappy compression library from Google
31+
[pythonnet](https://pypi.python.org/pypi/pythonnet) | 2.4.0.dev0 | .Net and Mono integration for Python
32+
[setuptools](https://pypi.python.org/pypi/setuptools) | 39.0.1 | Download, build, install, upgrade, and uninstall Python packages - easily
33+
[six](https://pypi.python.org/pypi/six) | 1.11.0 | Python 2 and 3 compatibility utilities
34+
[sqlite_bro](https://pypi.python.org/pypi/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file
35+
[toolz](https://pypi.python.org/pypi/toolz) | 0.9.0 | List processing tools and functional utilities
36+
[wcwidth](https://pypi.python.org/pypi/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes
37+
[winpython](http://winpython.github.io/) | 1.10.20180404 | WinPython distribution tools, including WPPM (package manager)

0 commit comments

Comments
 (0)