Download List

Projeto Descrição

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.

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.

2010-09-14 22:18
1.1.1

Esta é uma versão de correção, que geralmente melhora e corrige bugs no recurso AutoParen introduzida no DreamPie 1.1. Esta versão também torna mais fácil trabalhar com matplotlib fora da caixa. Tem também algumas melhorias na documentação da função, a conclusão automática, e muito mais.
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.

2010-07-14 21:03
1.1

Esta é uma liberação de recursos. AutoParen automaticamente parênteses tipo e cita possível quando você pressiona a tecla espaço depois de uma função ou método. Por exemplo, "execfile <space> "Será transformado em" execfile ("")". Isso permite criar "funções mágicas" que são muito fáceis de usar. Enhanced documentação função irá mostrar-lhe as docstring completa eo código fonte de uma função (se disponível), e pode ser deslocado facilmente. AutoCompletar vai agora completar os nomes dos módulos, os membros do módulo, e os nomes de argumento da função. Outras funcionalidades também foram adicionadas.
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.

2010-06-23 23:06
1.0.3

Esta versão corrige bugs numerosas descobertas nos últimos três meses. Local importações em IronPython trabalho agora. dicas de chamada são agora visíveis, mesmo em temas escuros. emulação shell Regular foi melhorado. exceções Acorrentado em Python 3 são mostrados. Decoradores são suportados em Python 2.5. O apoio layout us-intl teclado foi melhorado. A lista pdb comando "agora trabalha para o código escrito no escudo. Várias falhas foram corrigidas. "Sim" é agora a resposta padrão para "Tem certeza que deseja sair?"
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?"

Project Resources