Skip to content

Commit

Permalink
2018-01
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebig committed Apr 7, 2018
1 parent e3d74f0 commit fdf17dc
Show file tree
Hide file tree
Showing 23 changed files with 2,607 additions and 1 deletion.
289 changes: 289 additions & 0 deletions changelogs/WinPython-64bit-3.7.0.0.md

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions changelogs/WinPython-64bit-3.7.0.0_History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## History of changes for WinPython-64bit 3.7.0.0
The following changes were made to WinPython-64bit distribution since version 3.7.0.0.
* * *
Expand Down
302 changes: 302 additions & 0 deletions changelogs/WinPythonQt5-32bit-3.5.4.2.md

Large diffs are not rendered by default.

187 changes: 187 additions & 0 deletions changelogs/WinPythonQt5-32bit-3.5.4.2_History.md

Large diffs are not rendered by default.

299 changes: 299 additions & 0 deletions changelogs/WinPythonQt5-32bit-3.6.5.0.md

Large diffs are not rendered by default.

189 changes: 189 additions & 0 deletions changelogs/WinPythonQt5-32bit-3.6.5.0_History.md

Large diffs are not rendered by default.

310 changes: 310 additions & 0 deletions changelogs/WinPythonQt5-64bit-3.5.4.2.md

Large diffs are not rendered by default.

195 changes: 195 additions & 0 deletions changelogs/WinPythonQt5-64bit-3.5.4.2_History.md

Large diffs are not rendered by default.

308 changes: 308 additions & 0 deletions changelogs/WinPythonQt5-64bit-3.6.5.0.md

Large diffs are not rendered by default.

196 changes: 196 additions & 0 deletions changelogs/WinPythonQt5-64bit-3.6.5.0_History.md

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions changelogs/WinPythonZero-32bit-3.5.4.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
## WinPython 3.5.4.2Zero

The following packages are included in WinPython-32bit v3.5.4.2Zero .

### Tools

Name | Version | Description
-----|---------|------------


### Python packages

Name | Version | Description
-----|---------|------------
[Python](http://www.python.org/) | 3.5.4 | Python programming language with standard library
[brotli](https://pypi.python.org/pypi/brotli) | 1.0.2 | Python binding of the Brotli compression library
[cloudpickle](https://pypi.python.org/pypi/cloudpickle) | 0.5.2 | Extended pickling support for Python objects
[dask](https://pypi.python.org/pypi/dask) | 0.17.2 | Minimal task scheduling abstraction
[docopt](https://pypi.python.org/pypi/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile
[idlex](https://pypi.python.org/pypi/idlex) | 1.13 | IDLE Extensions for Python
[jedi](https://pypi.python.org/pypi/jedi) | 0.11.1 | An autocompletion tool for Python that can be used for text editors
[joblib](https://pypi.python.org/pypi/joblib) | 0.11 | Lightweight pipelining: using Python functions as pipeline jobs.
[locket](https://pypi.python.org/pypi/locket) | 0.2.0 | File-based locks for Python for Linux and Windows
[parso](https://pypi.python.org/pypi/parso) | 0.1.1 | A Python Parser
[partd](https://pypi.python.org/pypi/partd) | 0.3.8 | Appendable key-value storage
[pip](https://pypi.python.org/pypi/pip) | 9.0.3 | A tool for installing and managing Python packages
[prompt_toolkit](https://pypi.python.org/pypi/prompt_toolkit) | 1.0.15 | Library for building powerful interactive command lines in Python
[ptpython](https://pypi.python.org/pypi/ptpython) | 0.41 | Python REPL build on top of prompt_toolkit
[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software
[pyodbc](https://pypi.python.org/pypi/pyodbc) | 4.0.22 | DB API Module for ODBC
[pyreadline](https://pypi.python.org/pypi/pyreadline) | 2.0 | IPython needs this module to display color text in Windows command window
[python_snappy](https://pypi.python.org/pypi/python_snappy) | 0.5.2 | Python library for the snappy compression library from Google
[pythonnet](https://pypi.python.org/pypi/pythonnet) | 2.4.0.dev0 | .Net and Mono integration for Python
[setuptools](https://pypi.python.org/pypi/setuptools) | 39.0.1 | Download, build, install, upgrade, and uninstall Python packages - easily
[six](https://pypi.python.org/pypi/six) | 1.11.0 | Python 2 and 3 compatibility utilities
[sqlite_bro](https://pypi.python.org/pypi/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file
[toolz](https://pypi.python.org/pypi/toolz) | 0.9.0 | List processing tools and functional utilities
[wcwidth](https://pypi.python.org/pypi/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes
[winpython](http://winpython.github.io/) | 1.10.20180404 | WinPython distribution tools, including WPPM (package manager)
21 changes: 21 additions & 0 deletions changelogs/WinPythonZero-32bit-3.5.4.2_History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## History of changes for WinPython-32bit 3.5.4.2Zero
The following changes were made to WinPython-32bit distribution since version 3.5.4.1Zero.
### Python packages
Upgraded packages:
* [brotli](https://pypi.python.org/pypi/brotli) 1.0.0 → 1.0.2 (Python binding of the Brotli compression library)
* [cloudpickle](https://pypi.python.org/pypi/cloudpickle) 0.4.1 → 0.5.2 (Extended pickling support for Python objects)
* [dask](https://pypi.python.org/pypi/dask) 0.15.4 → 0.17.2 (Minimal task scheduling abstraction)
* [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)
* [parso](https://pypi.python.org/pypi/parso) 0.1.0 → 0.1.1 (A Python Parser)
* [pip](https://pypi.python.org/pypi/pip) 9.0.1 → 9.0.3 (A tool for installing and managing Python packages)
* [pyodbc](https://pypi.python.org/pypi/pyodbc) 4.0.19 → 4.0.22 (DB API Module for ODBC)
* [python_snappy](https://pypi.python.org/pypi/python_snappy) 0.5.1 → 0.5.2 (Python library for the snappy compression library from Google)
* [setuptools](https://pypi.python.org/pypi/setuptools) 36.6.0 → 39.0.1 (Download, build, install, upgrade, and uninstall Python packages - easily)
* [toolz](https://pypi.python.org/pypi/toolz) 0.8.2 → 0.9.0 (List processing tools and functional utilities)
* [winpython](http://winpython.github.io/) 1.9.20171031 → 1.10.20180404 (WinPython distribution tools, including WPPM (package manager))
* * *
Expand Down
37 changes: 37 additions & 0 deletions changelogs/WinPythonZero-32bit-3.6.5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
## WinPython 3.6.5.0Zero

The following packages are included in WinPython-32bit v3.6.5.0Zero .

### Tools

Name | Version | Description
-----|---------|------------


### Python packages

Name | Version | Description
-----|---------|------------
[Python](http://www.python.org/) | 3.6.5 | Python programming language with standard library
[brotli](https://pypi.python.org/pypi/brotli) | 1.0.2 | Python binding of the Brotli compression library
[cloudpickle](https://pypi.python.org/pypi/cloudpickle) | 0.5.2 | Extended pickling support for Python objects
[dask](https://pypi.python.org/pypi/dask) | 0.17.2 | Minimal task scheduling abstraction
[docopt](https://pypi.python.org/pypi/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile
[jedi](https://pypi.python.org/pypi/jedi) | 0.11.1 | An autocompletion tool for Python that can be used for text editors
[joblib](https://pypi.python.org/pypi/joblib) | 0.11 | Lightweight pipelining: using Python functions as pipeline jobs.
[locket](https://pypi.python.org/pypi/locket) | 0.2.0 | File-based locks for Python for Linux and Windows
[parso](https://pypi.python.org/pypi/parso) | 0.1.1 | A Python Parser
[partd](https://pypi.python.org/pypi/partd) | 0.3.8 | Appendable key-value storage
[pip](https://pypi.python.org/pypi/pip) | 9.0.3 | A tool for installing and managing Python packages
[prompt_toolkit](https://pypi.python.org/pypi/prompt_toolkit) | 1.0.15 | Library for building powerful interactive command lines in Python
[ptpython](https://pypi.python.org/pypi/ptpython) | 0.41 | Python REPL build on top of prompt_toolkit
[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software
[pyodbc](https://pypi.python.org/pypi/pyodbc) | 4.0.22 | DB API Module for ODBC
[python_snappy](https://pypi.python.org/pypi/python_snappy) | 0.5.2 | Python library for the snappy compression library from Google
[pythonnet](https://pypi.python.org/pypi/pythonnet) | 2.4.0.dev0 | .Net and Mono integration for Python
[setuptools](https://pypi.python.org/pypi/setuptools) | 39.0.1 | Download, build, install, upgrade, and uninstall Python packages - easily
[six](https://pypi.python.org/pypi/six) | 1.11.0 | Python 2 and 3 compatibility utilities
[sqlite_bro](https://pypi.python.org/pypi/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file
[toolz](https://pypi.python.org/pypi/toolz) | 0.9.0 | List processing tools and functional utilities
[wcwidth](https://pypi.python.org/pypi/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes
[winpython](http://winpython.github.io/) | 1.10.20180404 | WinPython distribution tools, including WPPM (package manager)
26 changes: 26 additions & 0 deletions changelogs/WinPythonZero-32bit-3.6.5.0_History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## History of changes for WinPython-32bit 3.6.5.0Zero
The following changes were made to WinPython-32bit distribution since version 3.6.3.0Zero.
### Python packages
Upgraded packages:
* [brotli](https://pypi.python.org/pypi/brotli) 1.0.0 → 1.0.2 (Python binding of the Brotli compression library)
* [cloudpickle](https://pypi.python.org/pypi/cloudpickle) 0.4.1 → 0.5.2 (Extended pickling support for Python objects)
* [dask](https://pypi.python.org/pypi/dask) 0.15.4 → 0.17.2 (Minimal task scheduling abstraction)
* [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)
* [parso](https://pypi.python.org/pypi/parso) 0.1.0 → 0.1.1 (A Python Parser)
* [pip](https://pypi.python.org/pypi/pip) 9.0.1 → 9.0.3 (A tool for installing and managing Python packages)
* [pyodbc](https://pypi.python.org/pypi/pyodbc) 4.0.19 → 4.0.22 (DB API Module for ODBC)
* [Python](http://www.python.org/) 3.6.3 → 3.6.5 (Python programming language with standard library)
* [python_snappy](https://pypi.python.org/pypi/python_snappy) 0.5.1 → 0.5.2 (Python library for the snappy compression library from Google)
* [setuptools](https://pypi.python.org/pypi/setuptools) 36.6.0 → 39.0.1 (Download, build, install, upgrade, and uninstall Python packages - easily)
* [toolz](https://pypi.python.org/pypi/toolz) 0.8.2 → 0.9.0 (List processing tools and functional utilities)
* [winpython](http://winpython.github.io/) 1.9.20171031 → 1.10.20180404 (WinPython distribution tools, including WPPM (package manager))
Removed packages:
* [pyreadline](https://pypi.python.org/pypi/pyreadline) 2.0 (IPython needs this module to display color text in Windows command window)
* * *
Expand Down
35 changes: 35 additions & 0 deletions changelogs/WinPythonZero-32bit-3.7.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## WinPython 3.7.0.0Zero

The following packages are included in WinPython-32bit v3.7.0.0Zero b4.

### Tools

Name | Version | Description
-----|---------|------------


### Python packages

Name | Version | Description
-----|---------|------------
[Python](http://www.python.org/) | 3.7.0 | Python programming language with standard library
[brotli](https://pypi.python.org/pypi/brotli) | 1.0.2 | Python binding of the Brotli compression library
[cloudpickle](https://pypi.python.org/pypi/cloudpickle) | 0.5.2 | Extended pickling support for Python objects
[dask](https://pypi.python.org/pypi/dask) | 0.17.2 | Minimal task scheduling abstraction
[docopt](https://pypi.python.org/pypi/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile
[jedi](https://pypi.python.org/pypi/jedi) | 0.11.1 | An autocompletion tool for Python that can be used for text editors
[joblib](https://pypi.python.org/pypi/joblib) | 0.11 | Lightweight pipelining: using Python functions as pipeline jobs.
[locket](https://pypi.python.org/pypi/locket) | 0.2.0 | File-based locks for Python for Linux and Windows
[parso](https://pypi.python.org/pypi/parso) | 0.1.1 | A Python Parser
[partd](https://pypi.python.org/pypi/partd) | 0.3.8 | Appendable key-value storage
[pip](https://pypi.python.org/pypi/pip) | 9.0.3 | A tool for installing and managing Python packages
[prompt_toolkit](https://pypi.python.org/pypi/prompt_toolkit) | 1.0.15 | Library for building powerful interactive command lines in Python
[ptpython](https://pypi.python.org/pypi/ptpython) | 0.41 | Python REPL build on top of prompt_toolkit
[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software
[pyodbc](https://pypi.python.org/pypi/pyodbc) | 4.0.23 | DB API Module for ODBC
[setuptools](https://pypi.python.org/pypi/setuptools) | 39.0.1 | Download, build, install, upgrade, and uninstall Python packages - easily
[six](https://pypi.python.org/pypi/six) | 1.11.0 | Python 2 and 3 compatibility utilities
[sqlite_bro](https://pypi.python.org/pypi/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file
[toolz](https://pypi.python.org/pypi/toolz) | 0.9.0 | List processing tools and functional utilities
[wcwidth](https://pypi.python.org/pypi/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes
[winpython](http://winpython.github.io/) | 1.10.20180404 | WinPython distribution tools, including WPPM (package manager)
5 changes: 5 additions & 0 deletions changelogs/WinPythonZero-32bit-3.7.0.0_History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## History of changes for WinPython-32bit 3.7.0.0Zero
The following changes were made to WinPython-32bit distribution since version 3.7.0.0Zero.
* * *
Expand Down
39 changes: 39 additions & 0 deletions changelogs/WinPythonZero-64bit-3.5.4.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
## WinPython 3.5.4.2Zero

The following packages are included in WinPython-64bit v3.5.4.2Zero .

### Tools

Name | Version | Description
-----|---------|------------


### Python packages

Name | Version | Description
-----|---------|------------
[Python](http://www.python.org/) | 3.5.4 | Python programming language with standard library
[brotli](https://pypi.python.org/pypi/brotli) | 1.0.2 | Python binding of the Brotli compression library
[cloudpickle](https://pypi.python.org/pypi/cloudpickle) | 0.5.2 | Extended pickling support for Python objects
[dask](https://pypi.python.org/pypi/dask) | 0.17.2 | Minimal task scheduling abstraction
[docopt](https://pypi.python.org/pypi/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile
[idlex](https://pypi.python.org/pypi/idlex) | 1.13 | IDLE Extensions for Python
[jedi](https://pypi.python.org/pypi/jedi) | 0.11.1 | An autocompletion tool for Python that can be used for text editors
[joblib](https://pypi.python.org/pypi/joblib) | 0.11 | Lightweight pipelining: using Python functions as pipeline jobs.
[locket](https://pypi.python.org/pypi/locket) | 0.2.0 | File-based locks for Python for Linux and Windows
[parso](https://pypi.python.org/pypi/parso) | 0.1.1 | A Python Parser
[partd](https://pypi.python.org/pypi/partd) | 0.3.8 | Appendable key-value storage
[pip](https://pypi.python.org/pypi/pip) | 9.0.3 | A tool for installing and managing Python packages
[prompt_toolkit](https://pypi.python.org/pypi/prompt_toolkit) | 1.0.15 | Library for building powerful interactive command lines in Python
[ptpython](https://pypi.python.org/pypi/ptpython) | 0.41 | Python REPL build on top of prompt_toolkit
[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software
[pyodbc](https://pypi.python.org/pypi/pyodbc) | 4.0.22 | DB API Module for ODBC
[pyreadline](https://pypi.python.org/pypi/pyreadline) | 2.0 | IPython needs this module to display color text in Windows command window
[python_snappy](https://pypi.python.org/pypi/python_snappy) | 0.5.2 | Python library for the snappy compression library from Google
[pythonnet](https://pypi.python.org/pypi/pythonnet) | 2.4.0.dev0 | .Net and Mono integration for Python
[setuptools](https://pypi.python.org/pypi/setuptools) | 39.0.1 | Download, build, install, upgrade, and uninstall Python packages - easily
[six](https://pypi.python.org/pypi/six) | 1.11.0 | Python 2 and 3 compatibility utilities
[sqlite_bro](https://pypi.python.org/pypi/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file
[toolz](https://pypi.python.org/pypi/toolz) | 0.9.0 | List processing tools and functional utilities
[wcwidth](https://pypi.python.org/pypi/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes
[winpython](http://winpython.github.io/) | 1.10.20180404 | WinPython distribution tools, including WPPM (package manager)
21 changes: 21 additions & 0 deletions changelogs/WinPythonZero-64bit-3.5.4.2_History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## History of changes for WinPython-64bit 3.5.4.2Zero
The following changes were made to WinPython-64bit distribution since version 3.5.4.1Zero.
### Python packages
Upgraded packages:
* [brotli](https://pypi.python.org/pypi/brotli) 1.0.0 → 1.0.2 (Python binding of the Brotli compression library)
* [cloudpickle](https://pypi.python.org/pypi/cloudpickle) 0.4.1 → 0.5.2 (Extended pickling support for Python objects)
* [dask](https://pypi.python.org/pypi/dask) 0.15.4 → 0.17.2 (Minimal task scheduling abstraction)
* [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)
* [parso](https://pypi.python.org/pypi/parso) 0.1.0 → 0.1.1 (A Python Parser)
* [pip](https://pypi.python.org/pypi/pip) 9.0.1 → 9.0.3 (A tool for installing and managing Python packages)
* [pyodbc](https://pypi.python.org/pypi/pyodbc) 4.0.19 → 4.0.22 (DB API Module for ODBC)
* [python_snappy](https://pypi.python.org/pypi/python_snappy) 0.5.1 → 0.5.2 (Python library for the snappy compression library from Google)
* [setuptools](https://pypi.python.org/pypi/setuptools) 36.6.0 → 39.0.1 (Download, build, install, upgrade, and uninstall Python packages - easily)
* [toolz](https://pypi.python.org/pypi/toolz) 0.8.2 → 0.9.0 (List processing tools and functional utilities)
* [winpython](http://winpython.github.io/) 1.9.20171031 → 1.10.20180404 (WinPython distribution tools, including WPPM (package manager))
* * *
Expand Down
37 changes: 37 additions & 0 deletions changelogs/WinPythonZero-64bit-3.6.5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
## WinPython 3.6.5.0Zero

The following packages are included in WinPython-64bit v3.6.5.0Zero .

### Tools

Name | Version | Description
-----|---------|------------


### Python packages

Name | Version | Description
-----|---------|------------
[Python](http://www.python.org/) | 3.6.5 | Python programming language with standard library
[brotli](https://pypi.python.org/pypi/brotli) | 1.0.2 | Python binding of the Brotli compression library
[cloudpickle](https://pypi.python.org/pypi/cloudpickle) | 0.5.2 | Extended pickling support for Python objects
[dask](https://pypi.python.org/pypi/dask) | 0.17.2 | Minimal task scheduling abstraction
[docopt](https://pypi.python.org/pypi/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile
[jedi](https://pypi.python.org/pypi/jedi) | 0.11.1 | An autocompletion tool for Python that can be used for text editors
[joblib](https://pypi.python.org/pypi/joblib) | 0.11 | Lightweight pipelining: using Python functions as pipeline jobs.
[locket](https://pypi.python.org/pypi/locket) | 0.2.0 | File-based locks for Python for Linux and Windows
[parso](https://pypi.python.org/pypi/parso) | 0.1.1 | A Python Parser
[partd](https://pypi.python.org/pypi/partd) | 0.3.8 | Appendable key-value storage
[pip](https://pypi.python.org/pypi/pip) | 9.0.3 | A tool for installing and managing Python packages
[prompt_toolkit](https://pypi.python.org/pypi/prompt_toolkit) | 1.0.15 | Library for building powerful interactive command lines in Python
[ptpython](https://pypi.python.org/pypi/ptpython) | 0.41 | Python REPL build on top of prompt_toolkit
[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software
[pyodbc](https://pypi.python.org/pypi/pyodbc) | 4.0.22 | DB API Module for ODBC
[python_snappy](https://pypi.python.org/pypi/python_snappy) | 0.5.2 | Python library for the snappy compression library from Google
[pythonnet](https://pypi.python.org/pypi/pythonnet) | 2.4.0.dev0 | .Net and Mono integration for Python
[setuptools](https://pypi.python.org/pypi/setuptools) | 39.0.1 | Download, build, install, upgrade, and uninstall Python packages - easily
[six](https://pypi.python.org/pypi/six) | 1.11.0 | Python 2 and 3 compatibility utilities
[sqlite_bro](https://pypi.python.org/pypi/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file
[toolz](https://pypi.python.org/pypi/toolz) | 0.9.0 | List processing tools and functional utilities
[wcwidth](https://pypi.python.org/pypi/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes
[winpython](http://winpython.github.io/) | 1.10.20180404 | WinPython distribution tools, including WPPM (package manager)
Loading

0 comments on commit fdf17dc

Please sign in to comment.