Skip to content

Commit b06c553

Browse files
committed
Updated changelogs
1 parent 6a12fac commit b06c553

File tree

4 files changed

+46
-4
lines changed

4 files changed

+46
-4
lines changed

changelogs/WinPython-2.7.4.0_History.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1-
== History of changes for WinPython 2.7.4.0 ==
1+
== History of changes for WinPython 2.7.4.0 ==
22

33
The following changes were made to WinPython distribution since version 2.7.3.3.
44

5+
=== Internals ===
6+
7+
The following changes were made to WinPython tools (`winpython` Python package), including WPPM, WPCP and the distribution generation script (`make.py` and its dependencies):
8+
* utils: added `set_env` and `get_env` functions (will be useful to fix Issue 35)
9+
* Register WinPython distribution:
10+
* Added "Edit with Spyder" to context menu entries (requires Spyder 2.2+)
11+
* Added "unregistration" process (WinPython Control Panel: new "Unregister distribution..." entry in "Advanced" menu)
12+
* Issue 19: Disable 'settings' folder (%HOME% redirection) by renaming/deleting the directory
13+
* WinPython control panel (Issue 29): removed embedded Python (Spyder) console
14+
* Batch scripts: removed unnecessary "cd %WINPYDIR%" (this became unnecessary)
15+
* Fixed 'register_python.bat' scripts following changes in command line options (these changes were made in revision 9a62581ae693)
16+
* py3compat: fixed ImportError on non Windows plaforms due to winreg/_winreg
17+
518
=== Tools ===
619

720
Upgraded packages:

changelogs/WinPython-2.7.4.1_History.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
== History of changes for WinPython 2.7.4.1 ==
1+
== History of changes for WinPython 2.7.4.1 ==
22

33
The following changes were made to WinPython distribution since version 2.7.4.0.
44

5+
=== Internals ===
6+
7+
The following changes were made to WinPython tools (`winpython` Python package), including WPPM, WPCP and the distribution generation script (`make.py` and its dependencies):
8+
* WinPython Control Panel: added shortcut to command prompt
9+
* Bugfix: all launchers now accept command line options -- Example, for executing IPython Qt console without pylab mode enabled, just create a shortcut pointing to "IPython Qt console.exe" and add the option "--pylab=None"
10+
* Added launcher for IPython notebook
11+
* WinPython registration: now registers entries in HKCU\Software\Python\PythonCore. In other words, any distutils Python package will see WinPython distribution as a standard installed Python distribution
12+
513
=== Python packages ===
614

715
Upgraded packages:

changelogs/WinPython-3.3.1.0_History.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1-
== History of changes for WinPython 3.3.1.0 ==
1+
== History of changes for WinPython 3.3.1.0 ==
22

33
The following changes were made to WinPython distribution since version 3.3.0.0beta2.
44

5+
=== Internals ===
6+
7+
The following changes were made to WinPython tools (`winpython` Python package), including WPPM, WPCP and the distribution generation script (`make.py` and its dependencies):
8+
* utils: added `set_env` and `get_env` functions (will be useful to fix Issue 35)
9+
* Register WinPython distribution:
10+
* Added "Edit with Spyder" to context menu entries (requires Spyder 2.2+)
11+
* Added "unregistration" process (WinPython Control Panel: new "Unregister distribution..." entry in "Advanced" menu)
12+
* Issue 19: Disable 'settings' folder (%HOME% redirection) by renaming/deleting the directory
13+
* WinPython control panel (Issue 29): removed embedded Python (Spyder) console
14+
* Batch scripts: removed unnecessary "cd %WINPYDIR%" (this became unnecessary)
15+
* Fixed 'register_python.bat' scripts following changes in command line options (these changes were made in revision 9a62581ae693)
16+
* py3compat: fixed ImportError on non Windows plaforms due to winreg/_winreg
17+
518
=== Tools ===
619

720
Upgraded packages:

changelogs/WinPython-3.3.1.1_History.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
== History of changes for WinPython 3.3.1.1 ==
1+
== History of changes for WinPython 3.3.1.1 ==
22

33
The following changes were made to WinPython distribution since version 3.3.1.0.
44

5+
=== Internals ===
6+
7+
The following changes were made to WinPython tools (`winpython` Python package), including WPPM, WPCP and the distribution generation script (`make.py` and its dependencies):
8+
* WinPython Control Panel: added shortcut to command prompt
9+
* Bugfix: all launchers now accept command line options -- Example, for executing IPython Qt console without pylab mode enabled, just create a shortcut pointing to "IPython Qt console.exe" and add the option "--pylab=None"
10+
* Added launcher for IPython notebook
11+
* WinPython registration: now registers entries in HKCU\Software\Python\PythonCore. In other words, any distutils Python package will see WinPython distribution as a standard installed Python distribution
12+
513
=== Python packages ===
614

715
Upgraded packages:

0 commit comments

Comments
 (0)