ipdb 0.8.1-1 source package in Ubuntu

Changelog

ipdb (0.8.1-1) unstable; urgency=medium

  * New upstream release
  * Fix the watch file to use pypi.debian.net
  * Bump Standards-Version to 3.9.6 (no change needed)
  * Drop the AUTHOR sections from manpages, per man-pages(7)

 -- Andrey Rahmatullin <email address hidden>  Mon, 24 Aug 2015 00:20:18 +0500

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe python

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ipdb_0.8.1-1.dsc 2.0 KiB dfa8b4dc2f37b0d367a4f877d6532c58f9cf82be12ead2b5fa934ade7a16fdb2
ipdb_0.8.1.orig.tar.gz 12.7 KiB a7d563002cf7018949fdcfb4f8c3c5fc7964d88b0afca21910d835823c171b02
ipdb_0.8.1-1.debian.tar.xz 2.4 KiB 2042d560964e2820367ff67f5a69ed9f2313d17dcbf54ddc9d0860c1e98cd9ac

No changes file available.

Binary packages built by this source

python-ipdb: IPython-based pdb replacement

 ipdb is a replacement for pdb Python debugger, adding IPython features (tab
 completion, syntax highlighting, better tracebacks, better introspection) to
 it.
 .
 ipdb contains replacements for all functions from the pdb stdlib module. It
 also contains the ipdb binary which can be used instead of the pdb binary to
 debug standalone scripts.

python3-ipdb: IPython-based pdb replacement (Python 3 version)

 ipdb is a replacement for pdb Python debugger, adding IPython features (tab
 completion, syntax highlighting, better tracebacks, better introspection) to
 it.
 .
 ipdb contains replacements for all functions from the pdb stdlib module. It
 also contains the ipdb3 binary which can be used instead of the pdb3 binary to
 debug standalone scripts.
 .
 This package contains the Python 3 version of the module.