bpython 0.12-1ubuntu1.1 source package in Ubuntu

Changelog

bpython (0.12-1ubuntu1.1) trusty-proposed; urgency=medium

  * fix wrong shebang of bpython (LP: #1307149)
 -- Julian Taylor <email address hidden>   Fri, 18 Apr 2014 12:41:06 +0200

Upload details

Uploaded by:
Julian Taylor
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty updates universe devel

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
bpython_0.12.orig.tar.gz 127.9 KiB 74a9074c5d5448e09ea9efe6b5305a4f580617d73c38f21eab5fe983312a8ec6
bpython_0.12-1ubuntu1.1.debian.tar.gz 7.9 KiB dabe736155e800e89dd0cf3c264b0b52d3cc5ca3c7a452d7e5add3e141c472ce
bpython_0.12-1ubuntu1.1.dsc 2.1 KiB 98f3456c61ae69114bc07781a59529ee12985d922ca29d2bd1eb326ebe3e0158

Available diffs

View changes file

Binary packages built by this source

bpython: fancy interface to the Python interpreter - Curses frontend

 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 the Curses frontend to bpython.

bpython-gtk: fancy interface to the Python interpreter - GTK+ frontend

 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 the GTK+ frontend to bpython.

bpython-urwid: fancy interface to the Python interpreter - urwid frontend

 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 the urwid frontend to bpython.

bpython3: fancy interface to the Python3 interpreter - Curses frontend

 bpython is a fancy interface to the Python3 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 the Curses frontend to bpython for Python 3.