Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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.

2010-08-03 00:15
0.9.7.1

Neue Features umfassen pastebin Bestätigung, die Fähigkeit zu ignorieren PYTHONSTARTUP beim Start mit-i, die Zugabe von BPDB (bpython Python-Debugger), ordnungsgemäßen Betrieb des Cw, eine umfassendere Unit Test Suite, pastebin Deduplizierung, Import Abschluss Verbesserungen, eine Reihe von GTK Verbesserungen, und eine Reihe von Bugfixes.
Tags: Major
New features include pastebin confirmation, the ability to ignore PYTHONSTARTUP when launched with -i, the addition of bpdb (bpython python debugger), correct operation of C-w, a more comprehensive unit testing suite, pastebin deduplication, import completion improvements, a bunch of GTK improvements, and a bunch of bug fixes.

2010-01-01 01:43
0.9.6.2

Dies ist ein Bugfix-Release zu PY3 Kompatibilität, die zufällig in der letzten Version war gebrochen zu beheben. Die Release-Prozess wurde ebenfalls verbessert, um diese Art von Problem in Zukunft zu verhindern.
This is a bugfix release to fix py3 compatibility, which was accidentally broken in the last release. The release process was also improved to prevent this kind of problem in the future.

2009-12-31 14:29
0.9.6.1

Ein Absturz in die "Save"-Funktion wurde behoben.
A crash in the "Save" functionality was fixed.

2009-12-31 00:08
0.9.6

Dies ist eine große Version. Zahlreiche kleinere Bugs wurden behoben und Funktionen wurden implementiert, um den allgemeinen Gebrauch viel weicher zu machen. Ein Schaufenster der beta GTK-Support wurde hinzugefügt, die unter Windows mit sehr gutem Erfolg getestet wurde. Volle Kompatibilität zu Windows ist sehr eng.
This is a big release. Numerous minor bugs were fixed and features were implemented to make general usage a lot smoother. A showcase of beta GTK support was added, which was tested on Windows with pretty good success. Full compatibility on Windows is very close.

2009-10-01 21:48
0.9.5.2

Dateiname Expansion wurde behoben. Future Einfuhren jetzt funktionieren. Docstring Fixes wurden für die Typen mit ihren eigenen gemacht __init__-Methode. Upgrade wird empfohlen.
Filename expansion was fixed. Future imports now work. Docstring fixes were made for types with their own __init__ method. Upgrading is recommended.

Project Resources