Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 17bf6b4671ec02d80ad29b278639d5307baddeb5 authored by Ned Deily on 19 September 2017, 07:32:02 UTC
Bump to 3.3.7
Tip revision: 17bf6b4
3.3.0rc1.rst
.. bpo: 15573
.. date: 9138
.. nonce: 6-QAPO
.. release date: 25-Aug-2012
.. section: Core and Builtins

memoryview comparisons are now performed by value with full support for any
valid struct module format definition.

..

.. bpo: 15316
.. date: 9137
.. nonce: kFKLpQ
.. section: Core and Builtins

When an item in the fromlist for `__import__()` doesn't exist, don't raise
an error, but if an exception is raised as part of an import do let that
propagate.

..

.. bpo: 15778
.. date: 9136
.. nonce: URaMpQ
.. section: Core and Builtins

Ensure that ``str(ImportError(msg))`` returns a str even when msg isn't a
str.

..

.. bpo: 2051
.. date: 9135
.. nonce: ATEUvX
.. section: Core and Builtins

Source file permission bits are once again correctly copied to the cached
bytecode file. (The migration to importlib reintroduced this problem because
these was no regression test. A test has been added as part of this patch)

..

.. bpo: 15761
.. date: 9134
.. nonce: PLrF5o
.. section: Core and Builtins

Fix crash when ``PYTHONEXECUTABLE`` is set on Mac OS X.

..

.. bpo: 15726
.. date: 9133
.. nonce: PC56aB
.. section: Core and Builtins

Fix incorrect bounds checking in PyState_FindModule.  Patch by Robin
Schreiber.

..

.. bpo: 15604
.. date: 9132
.. nonce: SJAkFr
.. section: Core and Builtins

Update uses of `PyObject_IsTrue()` to check for and handle errors correctly.
Patch by Serhiy Storchaka.

..

.. bpo: 14846
.. date: 9131
.. nonce: jI2Zl_
.. section: Core and Builtins

`importlib.FileFinder` now handles the case where the directory being
searched is removed after a previous import attempt.

..

.. bpo: 13370
.. date: 9130
.. nonce: KobXSZ
.. section: Library

Ensure that ctypes works on Mac OS X when Python is compiled using the clang
compiler.

..

.. bpo: 13072
.. date: 9129
.. nonce: HlsZI-
.. section: Library

The array module's 'u' format code is now deprecated and will be removed in
Python 4.0.

..

.. bpo: 15544
.. date: 9128
.. nonce: 3QjWdU
.. section: Library

Fix Decimal.__float__ to work with payload-carrying NaNs.

..

.. bpo: 15776
.. date: 9127
.. nonce: --Euj0
.. section: Library

Allow pyvenv to work in existing directory with --clean.

..

.. bpo: 15249
.. date: 9126
.. nonce: ho-Io6
.. section: Library

email's BytesGenerator now correctly mangles From lines (when requested)
even if the body contains undecodable bytes.

..

.. bpo: 15777
.. date: 9125
.. nonce: AVmvaJ
.. section: Library

Fix a refleak in _posixsubprocess.

..

.. bpo: 665194
.. date: 9124
.. nonce: AECTWV
.. section: Library

Update `email.utils.localtime` to use datetime.astimezone and correctly
handle historic changes in UTC offsets.

..

.. bpo: 15199
.. date: 9123
.. nonce: iOOV1X
.. section: Library

Fix JavaScript's default MIME type to application/javascript. Patch by
Bohuslav Kabrda.

..

.. bpo: 12643
.. date: 9122
.. nonce: Jy2fyw
.. section: Library

`code.InteractiveConsole` now respects `sys.excepthook` when displaying
exceptions.  Patch by Aaron Iles.

..

.. bpo: 13579
.. date: 9121
.. nonce: SqZ8Sq
.. section: Library

`string.Formatter` now understands the 'a' conversion specifier.

..

.. bpo: 15595
.. date: 9120
.. nonce: dk1eKQ
.. section: Library

Fix ``subprocess.Popen(universal_newlines=True)`` for certain locales
(utf-16 and utf-32 family). Patch by Chris Jerdonek.

..

.. bpo: 15477
.. date: 9119
.. nonce: 9gGqPw
.. section: Library

In cmath and math modules, add workaround for platforms whose system-
supplied log1p function doesn't respect signs of zeros.

..

.. bpo: 15715
.. date: 9118
.. nonce: 3g_xGx
.. section: Library

`importlib.__import__()` will silence an ImportError when the use of
fromlist leads to a failed import.

..

.. bpo: 14669
.. date: 9117
.. nonce: mVYj1T
.. section: Library

Fix pickling of connections and sockets on Mac OS X by sending/receiving an
acknowledgment after file descriptor transfer. TestPicklingConnection has
been reenabled for Mac OS X.

..

.. bpo: 11062
.. date: 9116
.. nonce: ZhTF21
.. section: Library

Fix adding a message from file to Babyl mailbox.

..

.. bpo: 15646
.. date: 9115
.. nonce: bzzL5z
.. section: Library

Prevent equivalent of a fork bomb when using `multiprocessing` on Windows
without the ``if __name__ == '__main__'`` idiom.

..

.. bpo: 15678
.. date: 9114
.. nonce: Uq5eEl
.. section: IDLE

Fix IDLE menus when started from OS X command line (3.3.0b2 regression).

..

.. bpo: 0
.. date: 9113
.. nonce: 2necKS
.. section: Documentation

Touched up the Python 2 to 3 porting guide.

..

.. bpo: 14674
.. date: 9112
.. nonce: VC9ve3
.. section: Documentation

Add a discussion of the `json` module's standard compliance. Patch by Chris
Rebert.

..

.. bpo: 0
.. date: 9111
.. nonce: BGYuhC
.. section: Documentation

Create a 'Concurrent Execution' section in the docs, and split up the
'Optional Operating System Services' section to use a more user-centric
classification scheme (splitting them across the new CE section, IPC and
text processing). Operating system limitations can be reflected with the
Sphinx ``:platform:`` tag, it doesn't make sense as part of the Table of
Contents.

..

.. bpo: 4966
.. date: 9110
.. nonce: -5pabe
.. section: Documentation

Bring the sequence docs up to date for the Py3k transition and the many
language enhancements since they were original written.

..

.. bpo: 0
.. date: 9109
.. nonce: jD4Bea
.. section: Documentation

The "path importer" misnomer has been replaced with Eric Snow's more-
awkward-but-at-least-not-wrong suggestion of "path based finder" in the
import system reference docs.

..

.. bpo: 15640
.. date: 9108
.. nonce: qijhlP
.. section: Documentation

Document `importlib.abc.Finder` as deprecated.

..

.. bpo: 15630
.. date: 9107
.. nonce: 1E1IGr
.. section: Documentation

Add an example for "continue" stmt in the tutorial.  Patch by Daniel Ellis.

..

.. bpo: 15747
.. date: 9106
.. nonce: An6Xbj
.. section: Tests

ZFS always returns EOPNOTSUPP when attempting to set the UF_IMMUTABLE flag
(via either chflags or lchflags); refactor affected tests in test_posix.py
to account for this.

..

.. bpo: 15285
.. date: 9105
.. nonce: rJh9vn
.. section: Tests

Refactor the approach for testing connect timeouts using two external hosts
that have been configured specifically for this type of test.

..

.. bpo: 15743
.. date: 9104
.. nonce: k_VrGz
.. section: Tests

Remove the deprecated method usage in `urllib` tests. Patch by Jeff Knupp.

..

.. bpo: 15615
.. date: 9103
.. nonce: pjU4Wf
.. section: Tests

Add some tests for the `json` module's handling of invalid input data.
Patch by Kushal Das.

..

.. bpo: 0
.. date: 9102
.. nonce: SVSrkA
.. section: Build

Output lib files for PGO build into PGO directory.

..

.. bpo: 0
.. date: 9101
.. nonce: KlXR19
.. section: Build

Pick up 32-bit launcher from PGO directory on 64-bit PGO build.

..

.. bpo: 0
.. date: 9100
.. nonce: rErpCh
.. section: Build

Drop ``PC\python_nt.h`` as it's not used.  Add input dependency on custom
build step.

..

.. bpo: 15511
.. date: 9099
.. nonce: Fli23V
.. section: Build

Drop explicit dependency on pythonxy.lib from _decimal amd64 configuration.

..

.. bpo: 0
.. date: 9098
.. nonce: UI3Nwa
.. section: Build

Add missing PGI/PGO configurations for pywlauncher.

..

.. bpo: 15645
.. date: 9097
.. nonce: aLjenQ
.. section: Build

Ensure 2to3 grammar pickles are properly installed.
back to top