mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 07:16:14 +00:00
99 lines
2.3 KiB
Plaintext
99 lines
2.3 KiB
Plaintext
* 1.1
|
|
- Added --framework, --universal and --static options to install command.
|
|
|
|
* 1.0
|
|
- Added systemwide install support. (issue #31)
|
|
- Fixed issue #41 Handle venv binary with the symlink command.
|
|
- Improved `venv` command (without virtualenvwrapper)
|
|
|
|
* 0.9
|
|
- Added `buildout` command.
|
|
- Added `venv` command.
|
|
|
|
* 0.8
|
|
- Fixed issue #21 Added Ubuntu 11.04(Natty) support
|
|
- Fixed issue #24 non-framework python27 now defines environ properly. Thanks npinto.
|
|
- Fixed issue #27 Cleanup of OS X python build flags
|
|
- Fixed issue #28 Describe the 'symlink' command better. Thanks tgs.
|
|
- Fixed issue #30 py command does not accept arguments with a space
|
|
- Fixed bug: `pythonbrew off` need not have removed the symlink in bin directory
|
|
- Added --no-test option to the install command
|
|
- Added --verbose option to the install command
|
|
- `pythonbrew clean` has been removed. Added `pythonbrew cleanup` instead.
|
|
|
|
* 0.7.3
|
|
- Improved symlink command
|
|
- Added python3 support
|
|
|
|
* 0.7.2
|
|
- Bug fixed
|
|
|
|
* 0.7.1
|
|
- Enable parallel make option (--jobs).
|
|
- The pythonbrew-install script accept Python-2.7.
|
|
- Added -b option to symlink command.
|
|
|
|
* 0.7
|
|
- Added symlink command.
|
|
- Added --as option.
|
|
|
|
* 0.6.9
|
|
- Bug fixed.
|
|
- Added config.cfg
|
|
- Help command by default
|
|
|
|
* 0.6.8
|
|
- Added Python-3.2 to the installation list
|
|
|
|
* 0.6.7
|
|
- Bug fixed: Off command did not work.
|
|
- Added tests.
|
|
|
|
* 0.6.6
|
|
- Added py command
|
|
|
|
* 0.6.5
|
|
- Supported file: URIs
|
|
|
|
* 0.6.4
|
|
- Added some functions to bashrc
|
|
- Removed installed command
|
|
- Bug fix
|
|
|
|
* 0.6.3
|
|
- Added use command
|
|
- Added some functions to bashrc
|
|
- Bug fix
|
|
|
|
* 0.6.2
|
|
- Use curl instead of urllib
|
|
- Added patch-gestaltmodule.c.diff
|
|
- Added some functions to bashrc
|
|
|
|
* 0.6.1
|
|
- Add setup.py MANIFEST.in
|
|
- Added list option (--all-versions)
|
|
- Bug fix
|
|
|
|
* 0.6
|
|
- Compiling Python-2.5.5 and Python-2.4.6 on MacOSX SnowLeopard
|
|
- Bug fix
|
|
|
|
* 0.5
|
|
- This version is incompatible with the 0.4 or less.
|
|
- Split the file.
|
|
- Added pythonbrew-install script.
|
|
- Added pybrew script. This is a symbolic pythonbrew.
|
|
- Rename `search` to `list`.
|
|
- Removed `init`.
|
|
- Added syntax that `pythonbrew command <VERSION>`
|
|
- Change default PYTHONBREW_ROOT path as $HOME/.pythonbrew
|
|
|
|
* 0.4
|
|
* 0.3
|
|
* 0.2
|
|
- Bug fix
|
|
|
|
* 0.1
|
|
- First release
|