Python (64-bit) 歷史版本列表 Page35

最新版本 App Builder 2023.60

Python (64-bit) 歷史版本列表

Python 64 位是一種動態的面向對象編程語言,可用於多種軟件開發。它提供了與其他語言和工具集成的強大支持,附帶大量的標準庫,並且可以在幾天內學到。許多 Python 程序員報告大幅提高生產力,並認為語言鼓勵開發更高質量,更易維護的代碼。下載用於 PC 的 Python 離線安裝程序設置 64 位 Python 在 Windows,Linux / Unix,Mac OS X,OS / 2,Am... Python (64-bit) 軟體介紹


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

更新時間:2013-04-08
更新細節:

What's new in this version:

Build:
- Issue #17550: Fix the –enable-profiling configure switch.

Library:
- Issue #17625: In IDLE, close the replace dialog after it is used.

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 3.2.3 (64-bit) 查看版本資訊

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

What's new in this version:

- Include several security fixes.

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