TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.

TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.
 Python 軟體歷史版本 Download Page38 :: 軟體兄弟

Python 歷史版本列表 Page38

最新版本 [var.version]

Python 歷史版本列表

Python(以流行電視劇“Monty Python 的飛行馬戲團”命名)是一種年輕而且廣泛使用的面向對象編程語言,它是在 20 世紀 90 年代初期開發的,在 2000 年代得到了很大的普及,現代 Web 2.0 的運動帶來了許多靈活的在線服務的開發,這些服務都是用這種偉大的語言提供的這是非常容易學習,但功能非常強大,可用於創建緊湊,但強大的應用程序.8997423 選擇版本:Python 3.... Python 軟體介紹

Python (32-bit)Python (64-bit)


Python 3.3.0 (64-bit) 查看版本資訊

更新時間:2012-10-01
更新細節:

What's new in this version:

- syntax for delegating to a subgenerator (yield from)
- flexible string representation (doing away with the distinction between "wide" and "narrow" Unicode builds)
- A C implementation of the "decimal" module, with up to 120x speedup for decimal-heavy applications
- The import system (__import__) is based on importlib by default
- The new "lzma" module with LZMA/XZ support
- a Python launcher for Windows
- virtual environment support in core
- namespace package support
- reworking the OS and IO exception hierarchy
- qualified name for classes and functions
- suppressing exception context
- explicit Unicode literals to help with porting
- extended platform-independent clocks in the "time" module
- a new key-sharing dictionary implementation that significantly saves memory for object-oriented code
- the function-signature object
- The new "faulthandler" module that helps diagnosing crashes
- The new "unittest.mock" module
- The new "ipaddress" module
- The "sys.implementation" attribute
- A policy framework for the email package, with a provisional (see PEP 411) policy that adds much improved unicode support for email header parsing
- A "collections.ChainMap" class for linking mappings to a single unit
- Wrappers for many more POSIX functions in the "os" and "signal" modules, as well as other useful functions such as "sendfile()"
- Hash randomization, introduced in earlier bugfix releases, is now switched on by default

Python 2.7.3 查看版本資訊

更新時間:2012-04-12
更新細節:

What's new in this version:

- Include several security fixes.

Python 3.2.3 (32-bit) 查看版本資訊

更新時間:2012-04-12
更新細節:

What's new in this version:

- Include several security fixes.

Python 3.2.3 (64-bit) 查看版本資訊

更新時間:2012-04-12
更新細節:

What's new in this version:

- Include several security fixes.

Python 3.2.2 (32-bit) 查看版本資訊

更新時間:2011-09-05
更新細節:

What's new in this version:

Core and Builtins:
- sys.platform is now always 'linux2' on Linux, even if Python is compiled on Linux 3.
- Accept bytes for the AST string type. This is temporary until a proper fix in 3.3.

Library:
- The distutils commands bdist_dumb, bdist_wininst and bdist_msi now respect a --skip-build option given to bdist.
- Fix crash in zlib module due to version mismatch.

Extension Modules:
- Fix a crash when ctypes.create_string_buffer(0) was passed to some functions like file.write().

Python 3.2.2 (64-bit) 查看版本資訊

更新時間:2011-09-05
更新細節:

What's new in this version:

* Core and Builtins
- sys.platform is now always 'linux2' on Linux, even if Python is compiled on Linux 3.
- Accept bytes for the AST string type. This is temporary until a proper fix in 3.3.
* Library
- The distutils commands bdist_dumb, bdist_wininst and bdist_msi now respect a --skip-build option given to bdist.
- Fix crash in zlib module due to version mismatch.
* Extension Modules
- Fix a crash when ctypes.create_string_buffer(0) was passed to some functions like file.write().

Python 3.2.1 (32-bit) 查看版本資訊

更新時間:2011-07-11
更新細節:

What's new in this version:

- numerous improvements to the unittest module
- support for .pyc repository directories
- support for version tagged dynamic libraries
- a new futures library for concurrent programming
- a stable ABI for extension modules
- 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
- additions to the shutil module, among them archive file support
- many enhancements to configparser, among them mapping protocol support
- improvements to pdb, the Python debugger
- countless fixes regarding bytes/string issues; among them full support for a bytes environment (filenames, environment variables)
- many consistency and behavior fixes for numeric operations

Python 3.2.1 (64-bit) 查看版本資訊

更新時間:2011-07-11
更新細節:

What's new in this version:

- numerous improvements to the unittest module
- support for .pyc repository directories
- support for version tagged dynamic libraries
- a new futures library for concurrent programming
- a stable ABI for extension modules
- 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
- additions to the shutil module, among them archive file support
- many enhancements to configparser, among them mapping protocol support
- improvements to pdb, the Python debugger
- countless fixes regarding bytes/string issues; among them full support for a bytes environment (filenames, environment variables)
- many consistency and behavior fixes for numeric operations

Python 2.7.2 查看版本資訊

更新時間:2011-06-13
更新細節:

What's new in this version:

Improvements:
- An ordered dictionary type
- New unittest features including test skipping, new assert methods, and test discovery
- A much faster io 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
- New syntax for nested with statements
- The sysconfig module

Python 3.1.4 查看版本資訊

更新時間:2011-06-12
更新細節:

What's new in this version:

Improvements:
- An ordered dictionary type
- Various optimizations to the int type
- New unittest features including test skipping and new assert methods.
- A much faster io module
- Tile support for Tkinter
- A pure Python reference implementation of the import statement
- New syntax for nested with statements