Changelog for
python-ipdb-0.8-1.1.noarch.rpm :
Sun Dec 8 13:00:00 2013 p.drouandAATTgmail.com
- Update to version 0.8
+ More Python 3 compatibility; implies dropping Python 2.5 support.
Closes https://github.com/gotcha/ipdb/issues/37
- Changes from 0.7.1
+ IPython 1.0 compatibility.
Closes https://github.com/gotcha/ipdb/issues/44
+ Index into version_info in setup.py for Python 2.6 compatibility.
+ Add Travis CI configuration.
- Changes from 0.7
+ Add launch_ipdb_on_exception context manager. Implies dropping
Python 2.4 support.
+ Wrap sys.excepthook only once.
+ Add GPL file and refer in headers.
+ Python 3 support.
+ Basic tests.
+ Added the functions runcall, runeval and run.
- Changes from 0.6.1
+ State dependency on IPython later or equal to 0.10.
- Add unzip dependency to support format of tarball
Thu Oct 24 14:00:00 2013 speilickeAATTsuse.com
- Require python-setuptools instead of distribute (upstreams merged)
Fri Sep 23 14:00:00 2011 saschpeAATTsuse.de
- Update to version 0.6:
* Add setuptools console_scripts entry point
* Nose support
- Changes from version 0.5:
* IPython 0.11 support
- Changes from version 0.4:
* When used from IPython, use its colors.
* Fixed errors when exiting with \"q\".
* Allow use of python -m ipdb mymodule.py. Python 2.7 only.
* Fixed post_mortem when the traceback is None.
Tue Jan 18 13:00:00 2011 saschpeAATTgmx.de
- Added Requires on IPython
Tue Jan 18 13:00:00 2011 saschpeAATTgmx.de
- Added setuptools dependency
- Install documentation (README.txt and HISTORY.txt)
Fri Jan 14 13:00:00 2011 saschpeAATTsuse.de
- Initial commit