bpython 0.12-1.2build2 source package in Ubuntu

Changelog

bpython (0.12-1.2build2) xenial; urgency=medium

  * No-change rebuild for python3 defaults change.

 -- Matthias Klose <email address hidden>  Fri, 23 Oct 2015 18:33:26 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bpython_0.12.orig.tar.gz 127.9 KiB 74a9074c5d5448e09ea9efe6b5305a4f580617d73c38f21eab5fe983312a8ec6
bpython_0.12-1.2build2.debian.tar.xz 7.4 KiB c4facd73a39e2c40ab3ccd30f003bef2152987eec68a00547c64b286c1d6f72c
bpython_0.12-1.2build2.dsc 2.2 KiB eb2d9ec0b88f4a493953f3553e6cf265064cdef41b9a30a25d0d41b893d3793d

Available diffs

View changes file

Binary packages built by this source

bpython: fancy interface to the Python 2 interpreter

 bpython is a fancy interface to the Python interpreter, and has the
 following features:
 .
   * In-line syntax highlighting.
   * Readline-like autocomplete with suggestions displayed as you type
   * Expected parameter list for any Python function. Uses pydoc to attempt to
     divine params for C functions.
   * "Rewind" function to pop the last line of code from memory and re-evaluate.
     Note: this is only really useful when laying out classes and functions,
     since a true "undo" function is impossible, so be careful when using this.
   * Send the code you've entered off to a pastebin and display the pastebin URL
     for copying, etc.
   * Save the code you've entered to a file.
   * Auto-indentation.
   * Anti-Crash Mode.
 .
 This package contains bpython for Python 2.

bpython-gtk: No summary available for bpython-gtk in ubuntu xenial.

No description available for bpython-gtk in ubuntu xenial.

bpython-urwid: No summary available for bpython-urwid in ubuntu xenial.

No description available for bpython-urwid in ubuntu xenial.

bpython3: fancy interface to the Python 3 interpreter

 bpython is a fancy interface to the Python interpreter, and has the
 following features:
 .
   * In-line syntax highlighting.
   * Readline-like autocomplete with suggestions displayed as you type
   * Expected parameter list for any Python function. Uses pydoc to attempt to
     divine params for C functions.
   * "Rewind" function to pop the last line of code from memory and re-evaluate.
     Note: this is only really useful when laying out classes and functions,
     since a true "undo" function is impossible, so be careful when using this.
   * Send the code you've entered off to a pastebin and display the pastebin URL
     for copying, etc.
   * Save the code you've entered to a file.
   * Auto-indentation.
   * Anti-Crash Mode.
 .
 This package contains bpython for Python 3.