Download List

Descripción del Proyecto

bpython is an enhanced Python interactive
interpreter that uses curses and provides the
following main features: in-line syntax
highlighting; readline-like autocompletion with
suggestions displayed as you type; expected
argument specification for functions; a handy
pastebin function to quickly submit your code and
return a URL. Its goal is to bring together a few
handy ideas to enhance the standard interpreter
without getting carried away.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-09-23 02:35
0.9.5.1

Varias soluciones de errores, funciones de introspección en el código Python 'fuente inicial de Python 3.x de apoyo, y las mejoras de configuración de varios.
Tags: Major bugfixes, major changes
Various bugfixes, introspect on Python functions' source code, initial Python 3.x support, and miscellaneous configuration improvements.

2009-07-24 05:31
0.9.4

Esta es una versión de corrección de errores en general, además de algunas mejoras adicionales para destacar paréntesis y ampliado configurabilidad clave, además de la implementación del tabulador para nombres de archivo cuando dentro de una cadena.
This is a general bugfix release, plus a few extra enhancements to parenthesis highlighting and extended key configurability, plus tab completion for filenames when inside a string.

2009-06-18 07:57
0.9.3

Ayuda () BUSCA utiliza en lugar de los buscapersonas interno mierda. Ayuda completa de Unicode se ha añadido. Esta versión ha keybinds configurable, soporte de tematización, la detección de pasta, coincidencia de paréntesis, y el argumento de relieve.
Tags: Feature Enhancements, Bugfixes
help() uses PAGER instead of the crappy internal pager. Full Unicode support has been added. This release has configurable keybinds, theming support, paste detection, parenthesis matching, and argument highlighting.

2009-06-02 23:52
0.9.0

Finalización de importación fue añadida. paste.pocoo.org se utiliza ahora para pastebin. Un esquema de color que trabaja bien con un fondo blanco fue añadida. Correcciones General y se introdujeron mejoras.
Tags: Major
Import completion was added. paste.pocoo.org is now used for pastebin. A color scheme that works well with a white background was added. General bugfixes and improvements were made.

2008-08-26 01:53
0.7.0

Junto con un algunas pequeñas correcciones de errores, esta versión se encarga inicio / fin / del etc correctamente, y raw_input () y amigos también funciona correctamente. PYTHONSTARTUP se analiza sin error ahora.
Tags: Major feature enhancements
Along with a few little bugfixes, this release handles home/end/del etc. properly, and raw_input() and friends also work correctly. PYTHONSTARTUP is parsed without error now.

Project Resources