DreamPie is a Python shell which is designed to be reliable and fun. It was designed from the ground up to bring you a great interactive Python experience. It includes what you'd expect from a graphical Python shell, and more.
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.
Dies ist ein Bugfix-Release, die meist verbessert und behebt Fehler in der neuen Funktion in AutoParen DreamPie 1.1 eingeführt. Diese Version macht es auch leichter, mit matplotlib out of the box funktionieren. Es hat auch ein paar Verbesserungen in der Funktion Dokumentation, automatische Vervollständigung und vieles mehr.
This is a bug fix release, which mostly improves and fixes bugs in the new AutoParen feature introduced in DreamPie 1.1. This release also makes it easier to work with matplotlib out of the box. It also has a few improvements in function documentation, automatic completion, and more.
Dies ist ein Feature Release. AutoParen automatisch Typ Klammern und Anführungszeichen möglich, wenn Sie die Leertaste drücken, nachdem eine Funktion oder eine Methode. Zum Beispiel, "execfile <space> execfile "wird gedreht werden in" ("")". Dies ermöglicht Ihnen das Erstellen "magischen" Funktionen ", die sehr einfach zu bedienen. Enhanced Funktion Dokumentation zeigt Ihnen die komplette DocString und Quellcode einer Funktion (falls vorhanden) sind, und kann leicht gescrollt werden. AutoVervollständigen wird nun komplett Modulnamen, Modul Mitglieder und Funktionsargument Namen. Weitere Merkmale auch hinzugefügt wurden.
This is a feature release. AutoParen will automatically type parentheses and possible quotes when you press the space key after a function or a method. For example, "execfile<space>" will be turned into "execfile("")". This lets you create "magic functions" that are very easy to use. Enhanced function documentation will show you the complete docstring and source code of a function (if available), and can be scrolled easily. AutoComplete will now complete module names, module members, and function argument names. Other features were also added.
Dieses Release behebt zahlreiche Bugs in den letzten drei Monaten entdeckt. Lokale Einfuhren in IronPython jetzt funktionieren. Call-Tipps sind jetzt auch in dunklen Themen sichtbar. Regelmäßige Shell-Emulation wurde verbessert. Chained Ausnahmen in Python 3 werden angezeigt. Decorators sind in Python 2.5 unterstützt. Der us-intl Tastaturlayout Unterstützung wurde verbessert. Die pdb "list"-Befehl funktioniert nun auch für Code in der Shell geschrieben. Mehrere Abstürze wurden behoben. "Ja" ist nun die Standard-Antwort für "Bist du sicher, dass Sie zu verlassen?"
This release fixes numerous bugs discovered in the last three months. Local imports in IronPython now work. Call tips are now visible even in dark themes. Regular shell emulation was improved. Chained exceptions in Python 3 are shown. Decorators are supported in Python 2.5. The us-intl keyboard layout support was improved. The pdb "list" command now works for code written in the shell. Several crashes were fixed. "Yes" is now the default answer for "Are you sure you want to exit?"