Download List

Projeto Descrição

Python is an interpreted, interactive, object-oriented programming language. It combines remarkable power with very clear syntax, and isn't difficult to learn. It has modules, classes, exceptions, very high level data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems (Tk, Mac, MFC, GTK+, Qt, wxWindows). New built-in modules are easily written in C or C++. Python is also usable as an extension language for applications that need a programmable interface.

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.

2012-10-01 01:20
3.3.0

Inclui uma variedade de melhorias do 3. x série, bem como mais fácil portar entre 2. x e 3. x. principais novos recursos foram adicionado à série 3.3 versão.
Tags: Major feature enhancements, stable (3.3.x)
Includes a range of improvements of the 3.x series, as well as easier porting between 2.x and 3.x. Major new features have been added to the 3.3 release series.

2012-09-15 16:08
3.2.3

Vários relataram problemas de segurança foram corrigidos, incluindo um hash de colisão de negação de serviço, de Expat hash colisão negação de serviço, SimpleXMLRPCServer de negação de serviço e desativação de contramedida de ataque a CBC IV no módulo _ssl.
Tags: Security, Bugfixes, stable (3.2.x)
Several reported security issues were fixed, including a hash collision denial of service, Expat hash collision denial of service, SimpleXMLRPCServer denial of service, and disabling of the CBC IV attack countermeasure in the _ssl module.

2011-09-05 15:25
3.2.2

Esta versão corrige uma regressão, principalmente com o módulo urllib.request que impediu abertura de muitos recursos HTTP corretamente.
Tags: Bugfixes, stable (3.2.x), Security
This release mainly fixes a regression with the urllib.request module that prevented opening many HTTP resources correctly.

2011-07-11 20:23
3.2.1

Muitas correções de bugs e melhorias foram feitas. Muitas correções de consistência e de comportamento foram feitas para operações numéricas.
Tags: Security, Bug Fix, stable (3.2.x)
Many bugfixes and enhancements were made. Many consistency and behavior fixes were made for numeric operations.

2011-02-21 13:08
3.2

Várias melhorias para o unittest módulo. PEP 3147, o apoio. Pyc diretórios do repositório. PEP 3149, suporte para a versão com a tag bibliotecas dinâmicas. PEP 3148, uma biblioteca de novos futuros para a programação concorrente. PEP 384, uma ABI estável para os módulos de extensão. PEP 391, baseada em dicionário de log de configuração. Uma implementação GIL revisada que reduz a contenção. Um pacote de e-mail estendida que controla as mensagens bytes. Um módulo de SSL muito melhorado com suporte para SSL contextos e combinando com o nome de certificado. A sysconfig módulo para acesso a informações de configuração.
Tags: stable (3.2.x), Bug Fix, Security
Numerous improvements to the unittest module. PEP 3147, support for .pyc repository directories. PEP 3149, support for version tagged dynamic libraries. PEP 3148, a new futures library for concurrent programming. PEP 384, a stable ABI for extension modules. PEP 391, dictionary-based logging configuration. An overhauled GIL implementation that reduces contention. An extended email package that handles bytes messages. A much improved SSL module with support for SSL contexts and certificate hostname matching. A sysconfig module to access configuration information.

Project Resources