Pick a software title...to downgrade to the version you love!
Stats: 29.619 versions of 1.963 programs
Python 3.1 Change Log
Core and Builtins
-----------------
- Issue #6334: Fix bug in range length calculation for ranges with
large arguments.
- Issue #6329: Fixed iteration for memoryview objects (it was being blocked
because it wasn't recognized as a sequence).
Library
-------
- Issue #6314: logging.basicConfig() performs extra checks on the "level"
argument.
- Issue #6274: Fixed possible file descriptors leak in subprocess.py
- Accessing io.StringIO.buffer now raises an AttributeError instead of
io.UnsupportedOperation.
- Issue #6271: mmap tried to close invalid file handle (-1) when anonymous.
(On Unix)
- Issue #1202: zipfile module would cause a struct.error when attempting to
store files with a CRC32 > 2**31-1.
Extension Modules
-----------------
- Issue #5590: Remove unused global variable in pyexpat extension.
Python Builds
- Python 3.3.0 (Windows)
- Python 3.2.3 (Windows)
- Python 3.2.2 (Windows)
- Python 3.2.1 (Windows)
- Python 3.2 (Windows)
- Python 3.1.4 (Windows)
- Python 3.1.3 (Windows)
- Python 3.1.2 (Windows)
- Python 3.1.1 (Windows)
- Python 3.0.1 (Windows)
- Python 3.0 (Windows)
- Python 2.7.3 (Windows)
- Python 2.7.2 (Windows)
- Python 2.7.1 (Windows)
- Python 2.7 (Windows)
- Python 2.6 (Windows)
- Python 2.5.2 (Windows)