Python

Python 3.1.1

Python
開源軟體

Python是一款簡單強大又好用的動態語言,在國外已經流行了十幾年。Python擁有更高的時效性,可以讓您的開發週期更短,並讓您的生產力提升。

  • 簡單易學,並有內建的各種現成的模組
  • 具有簡單明瞭的可讀性
  • 豐富的標準函式庫
  • 物件導向
  • 動態語言
  • 開發快速
  • 跨平台的語言
  • 強大的穩定性
  • 容易擴充和嵌入
  • 深思熟慮的設計哲學
  • 優質的文件說明

軟體資訊
檔案版本 Python 3.1.1
檔案名稱 python-3.1.1.msi
檔案大小 13.10MB
系統 Windows (All Versions)
支援語系 Multiple languages
軟體類型 開源軟體
更新日期 2009-08-18
更新日誌

Core and Builtins
-------------------

- Issue #6707: dir() on an uninitialized module caused a crash.
- Issue #6540: Fixed crash for bytearray.translate() with invalid parameters.
- Issue #6573: set.union() stopped processing inputs if an instance of self
occurred in the argument chain.
- Issue #6070: On posix platforms import no longer copies the execute bit
from the .py file to the .pyc file if it is set.
- Issue #6428: Since Python 3.0, the __bool__ method must return a bool
object, and not an int. Fix the corresponding error message, and the
documentation.
- Issue #6347: Include inttypes.h as well as stdint.h in pyport.h.
This fixes a build failure on HP-UX: int32_t and uint32_t are
defined in inttypes.h instead of stdint.h on that platform.
- Issue #6373: Fixed a SystemError when encoding with the latin-1 codec and
the 'surrogateescape' error handler, a string which contains unpaired
surrogates.

C-API
------

- Issue #6624: yArg_ParseTuple with "s" format when parsing argument with
NUL: Bogus TypeError detail string.
- Issue #6405: Remove duplicate type declarations in descrobject.h.
- The code flags for old __future__ features are now available again.

Library
-------

- Issue #6106: telnetlib.Telnet.process_rawq doesn't handle default WILL/WONT
DO/DONT correctly.
- Issue #6126: Fixed pdb command-line usage.
- Issue #6629: Fix a data corruption issue in the new I/O library, which could
occur when writing to a BufferedRandom object (e.g. a file opened in "rb+" or
"wb+" mode) after having buffered a certain amount of data for reading. This
bug was not present in the pure Python implementation.
- Issue #6622: Fix "local variable 'secret' referenced before
assignment" bug in POP3.apop.
- Issue #6637: defaultdict.copy() did not work when the default factory
was left unspecified. Also, the eval/repr round-trip would fail when
the default_factory was None.
- Issue #2715: Remove remnants of Carbon.File from binhex module.
- Issue #6595: The Decimal constructor now allows arbitrary Unicode
decimal digits in input, as recommended by the standard. Previously
it was restricted to accepting [0-9].
- Issues #5155, #5313, #5331: multiprocessing.Process._bootstrap was
unconditionally calling "os.close(sys.stdin.fileno())" resulting in file
descriptor errors
- Issue #1424152: Fix for http.client, urllib.request to support SSL while
working through proxy. Original patch by Christopher Li, changes made by
Senthil Kumaran
- importlib.abc.PyLoader did not inherit from importlib.abc.ResourceLoader like
the documentation said it did even though the code in PyLoader relied on the
abstract method required by ResourceLoader.
- Issue #6431: Make Fraction type return NotImplemented when it doesn't
know how to handle a comparison without loss of precision. Also add
correct handling of infinities and nans for comparisons with float.
- Issue #6415: Fixed warnings.warn segfault on bad formatted string.
- Issue #6358: The exit status of a command started with os.popen() was
reported differently than it did with python 2.x.
- Issue #6323: The pdb debugger did not exit when running a script with a
syntax error.
- Issue #3392: The subprocess communicate() method no longer fails in select()
when file descriptors are large; communicate() now uses poll() when possible.
- Issue #6369: Fix an RLE decompression bug in the binhex module.
- Issue #6344: Fixed a crash of mmap.read() when passed a negative argument.
- Issue #4005: Fixed a crash of pydoc when there was a zip file present in
sys.path.

Extension Modules
---------------------

- Fix a segfault in expat.
- Issue #4509: array.array objects are no longer modified after an operation
failing due to the resize restriction in-place when the object has exported
buffers.

Build
-----

- Issue 4601: 'make install' did not set the appropriate permissions on
directories.
- Issue 5390: Add uninstall icon independent of whether file
extensions are installed.

Test
----

- Fix a test in importlib.test.source.test_abc_loader that was incorrectly
testing when a .pyc file lacked an code object bytecode.

作者 Python
官網 http://www.python.org

  • Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with ...
    Python
    Download Python 3.1.1 - FileHippo.com
    http://filehippo.com
  • Python 3.1.1 2009-08-17 Download Release Notes Python 3.1.0 2009-06-26 Download Release Notes Python 2.6.2 2009-04-14 Download Release Notes Python 3.0.1 2009-02-13 Download Release Notes Python 2.5.4...
    Python
    Download Python | Python.org
    https://www.python.org
  • PyInstaller 3.1.1. Downloads ↓. PyInstaller bundles a Python application and all its dependencies into a single package. Package Documentation.
    Python
    PyInstaller 3.1.1 : Python Package Index
    https://pypi.python.org
  • 2016年6月12日 - pyserial 3.1.1. Downloads ↓. Python Serial Port Extension. Package Documentation. Latest Version: 3.3. Python Serial Port Extension for ...
    Python
    pyserial 3.1.1 : Python Package Index
    https://pypi.python.org
  • Quick & Easy to Learn Experienced programmers in any other language can pick up Python very quickly, and beginners find the clean syntax and indentation structure easy to learn. Whet your appetite...
    Python
    Python - Official Site
    https://www.python.org
  • Python 3.0 is end-of-lifed with the release of Python 3.1. All users of Python 3.0 should upgrade to Python 3.1. Python 3.0.1 was released on February 13, 2009. ...
    Python
    Python 3.0.1 Release | Python.org
    https://www.python.org
  • Python 3.1 Python 3.1 has been superseded by 3.1.1. You can download 3.1.1. Python 3.1 final was released on June 27th, 2009. Python 3.1 is a continuation of the work started by Python 3.0, the new ba...
    Python
    Python 3.1 Release - Python Programming Language – Legacy Website
    http://legacy.python.org
  • Python 3.1 has been superseded by 3.1.1. You can download 3.1.1. Python 3.1 final was released on June 27th, 2009. Python 3.1 is a continuation of the work ...
    Python
    Python 3.1 Release | Python.org
    https://www.python.org
  • Python 3.1.1 Join our mailing list Stay up to date with latest software releases, news, software discounts, deals and more Free Download (13.1 MB) FileHorse Secure Share with Friends Browse Software A...
    Python
    Python 3.1.1 Download for Windows / FileHorse.com
    http://www.filehorse.com
  • Advertisement. Python 3.1.1 download. Python 32 bit · Python 64 bit. Advertisement. Latest Programming downloads. Latest downloads; Freeware; Shareware.
    Python
    Python 3.1.1 Free Download - Download.hr
    https://www.download.hr
  • Python 3.1.1 license Python 3.1.1 license This is the official license for the Python 3.1.1 release: A. HISTORY OF THE SOFTWARE Python was created in the early 1990s by Guido van Rossum at Stichting M...
    Python
    Python 3.1.1 license | Python.org
    https://www.python.org
  • Python 3.1.1 Release. ... Python 3.1 is a continuation of the work started by ...
    Python
    Python 3.1.1 Release
    http://ftp.python.org
  • Python 3.1.1 Python 3.1.1 has been superseded by 3.1.2. You can download 3.1.2. Python 3.1.1 was released on August 17th, 2009. Python 3.1 is a continuation of the work started by Python 3.0, the new ...
    Python
    Python 3.1.1 Release | Python.org
    https://www.python.org
  • Python 3.1.2 Note: It is recommended that you use the latest bug fix release of the 3.1 series, 3.1.4. Python 3.1.2 was released on March 21st, 2010. The Python 3.1 version series is a continuation of...
    Python
    Python 3.1.2 Release | Python.org
    https://www.python.org
  • Python 3.3 includes a range of improvements of the 3.x series, as well as easier porting between 2.x and 3.x. PEP 380, syntax for delegating to a subgenerator (yield from) ...
    Python
    Python 3.3.1 Release | Python.org
    https://www.python.org
  • Version, Operating System, Description, MD5 Sum, File Size, GPG. bzip2 compressed source tarball, Source release, d1ddd9f16e3c6a51c7208f33518cd674 ...
    Python
    Python Release Python 3.1.1 | Python.org
    https://www.python.org
  • 3.1. 把 Python 當作計算機使用 3.1.1. 數字 (Number) 3.1.2. 字串 (String) 3.1.3. List (串列) 3.2. 初探程式設計的前幾步 4. 深入了解流程控制 4.1. if 陳述式 4.2. for 陳述式 4.3. range() 函式 4.4. break 和 continue 陳述、迴圈內 else 段落 4.5 ...
    Python
    Python 教學 — Python 3.5.2 說明文件
    https://docs.python.org.tw