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.

2010-07-05 13:22
2.7

本新闻稿中包含的是在Python 3.1中首次推出的许多功能。一个有序的字典类型。新unittest测试功能,包括跳绳,新断言方法。更快的I / O模块。自动编号在str.format()方法领域。浮法再版从3.x的改进的backported瓷砖支持Tkinter的。从3.x的对象的backport的memoryview集文字。设置和字典推导式。词典的意见。一种新的语法和语句的嵌套。该sysconfig中的模块。
标签: Security, Bugfixes, stable (2.7.x)
This release contains many of the features that were first released in Python 3.1. An ordered dictionary type. New unittest features including test skipping and new assert methods. A much faster I/O module. Automatic numbering of fields in the str.format() method. Float repr improvements backported from 3.x. Tile support for Tkinter. A backport of the memoryview object from 3.x. Set literals. Set and dictionary comprehensions. Dictionary views. A new syntax for nested with statements. The sysconfig module.

2010-03-23 10:06
3.1.2

第二个缺陷修复版本。
标签: Security, stable (3.1.x), Bugfixes
The second bugfix release.

2010-03-23 10:06
2.6.5

这是一个维护版本的Python 2.6.4,修复建设的核心,问题几十个模块,图书馆,和文件。
标签: Security, Stable (2.6.x), Bugfixes
This is a maintenance release for Python 2.6.4, fixing dozens of issues in the core, built-in modules, libraries, and documentation.

2010-02-01 10:29
2.5.5

此版本只包括日志记录,tar文件安全补丁的问题,和外籍人士的模块,并与线程局部变量。
标签: Stable (2.5.x), Security
This release only includes security fixes for issues with logging, tarfile, and expat modules, and with thread-local variables.

2010-01-23 18:07
2.5.4

80漏洞和修补程序得到解决。
标签: Stable (2.5.x)
80 bugs and patches were addressed.

Project Resources