Download List

项目描述

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 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

包括一系列的 3.x 系列,以及作为更容易移植之间 2.x 和 3.x 版主要的新功能已添加到 3.3 发布一系列的改善措施。
标签: 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

几个报告安全问题固定的包括哈希碰撞拒绝服务,外籍人士哈希碰撞拒绝服务,SimpleXMLRPCServer 拒绝服务,和禁用在 _ssl 模块中的 CBC 四攻击对策。
标签: 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

此版本主要修复与回归urllib.request模块,无法正确打开许多HTTP资源。
标签: 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

许多错误修正和改进。许多一致性和行为修正的数值运算。
标签: 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

unittest模块的大量改进。人教版3147,支持。pyc文件储存库目录。人教版3149,对于标签的动态库版本的支持。人教版3148,一个新的期货并行编程库。 PEP的384,一个稳定的ABI扩展模块。 PEP的391,基于字典的日志配置。一个大修GIL的执行,减少争用。一个扩展的电子邮件软件包,处理字节的信息。一个更具有对SSL证书的主机名匹配的上下文和支持改进SSL模块。阿sysconfig模块来访问配置信息。
标签: 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