Kaydet (Commit) 69003fe5 authored tarafından Ned Deily's avatar Ned Deily

Update NEWS.d and suspicious doc filter

üst 297516ea
......@@ -79,12 +79,12 @@ howto/logging,,:Started,INFO:root:Started
howto/logging,,:This,DEBUG:root:This message should go to the log file
howto/logging,,:This,DEBUG:This message should appear on the console
howto/logging,,:Watch,WARNING:root:Watch out!
howto/pyporting,75,::,# make sure to use :: Python *and* :: Python :: 3 so
howto/pyporting,75,::,"'Programming Language :: Python',"
howto/pyporting,75,::,'Programming Language :: Python :: 3'
howto/pyporting,,::,"Programming Language :: Python :: 2"
howto/pyporting,,::,"Programming Language :: Python :: 3"
howto/regex,,::,
howto/regex,,:foo,(?:foo)
howto/urllib2,,:example,"for example ""joe@password:example.com"""
howto/urllib2,,`,HTTP_PROXY
library/audioop,,:ipos,"# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)],"
library/bisect,32,:hi,all(val >= x for val in a[i:hi])
library/bisect,42,:hi,all(val > x for val in a[i:hi])
......@@ -283,7 +283,7 @@ whatsnew/3.2,,:gz,">>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') a
whatsnew/3.2,,:location,zope9-location = ${zope9:location}
whatsnew/3.2,,:prefix,zope-conf = ${custom:prefix}/etc/zope.conf
whatsnew/changelog,,:platform,:platform:
whatsnew/changelog,,:PythonCmd,"With Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused"
whatsnew/changelog,,:PythonCmd,"Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused IDLE to"
whatsnew/changelog,,::,": Fix FTP tests for IPv6, bind to ""::1"" instead of ""localhost""."
whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as"
whatsnew/changelog,,:password,user:password
......
This diff is collapsed.
.. bpo: 16046
.. date: 9162
.. nonce: 3_BLo_
.. release date: 29-Sep-2012
.. section: Core and Builtins
Fix loading sourceless legacy .pyo files.
..
.. bpo: 16060
.. date: 9161
.. nonce: u00uiP
.. section: Core and Builtins
Fix refcounting bug when `__trunc__()` returns an object whose `__int__()`
gives a non-integer. Patch by Serhiy Storchaka.
..
.. bpo: 16012
.. date: 9160
.. nonce: A0Dlk_
.. section: Library
Fix a regression in pyexpat. The parser's `UseForeignDTD()` method doesn't
require an argument again.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
.. 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.
.. bpo: 13992
.. date: 9149
.. nonce: NtESXo
.. release date: 09-Sep-2012
.. section: Core and Builtins
The trashcan mechanism is now thread-safe. This eliminates sporadic crashes
in multi-thread programs when several long deallocator chains ran
concurrently and involved subclasses of built-in container types.
..
.. bpo: 15784
.. date: 9148
.. nonce: zeVMus
.. section: Core and Builtins
Modify `OSError`.__str__() to better distinguish between errno error numbers
and Windows error numbers.
..
.. bpo: 15781
.. date: 9147
.. nonce: kNkd0Y
.. section: Core and Builtins
Fix two small race conditions in import's module locking.
..
.. bpo: 15847
.. date: 9146
.. nonce: kB0FUD
.. section: Library
Fix a regression in argparse, which did not accept tuples as argument lists
anymore.
..
.. bpo: 15828
.. date: 9145
.. nonce: EW3Br7
.. section: Library
Restore support for C extensions in `imp.load_module()`.
..
.. bpo: 15340
.. date: 9144
.. nonce: ThJxoy
.. section: Library
Fix importing the random module when ``/dev/urandom`` cannot be opened.
This was a regression caused by the hash randomization patch.
..
.. bpo: 10650
.. date: 9143
.. nonce: FImkq4
.. section: Library
Deprecate the watchexp parameter of the `Decimal.quantize()` method.
..
.. bpo: 15785
.. date: 9142
.. nonce: VZfOJY
.. section: Library
Modify `window.get_wch()` API of the curses module: return a character for
most keys, and an integer for special keys, instead of always returning an
integer. So it is now possible to distinguish special keys like keypad keys.
..
.. bpo: 14223
.. date: 9141
.. nonce: oVuUDj
.. section: Library
Fix `window.addch()` of the curses module for special characters like
curses.ACS_HLINE: the Python function addch(int) and addch(bytes) is now
calling the C function waddch()/mvwaddch() (as it was done in Python 3.2),
instead of wadd_wch()/mvwadd_wch(). The Python function addch(str) is still
calling the C function wadd_wch()/mvwadd_wch() if the Python curses is
linked to libncursesw.
..
.. bpo: 15822
.. date: 9140
.. nonce: SNlKd9
.. section: Build
Really ensure 2to3 grammar pickles are properly installed (replaces fixes
for Issue #15645).
..
.. bpo: 15814
.. date: 9139
.. nonce: JleLly
.. section: Documentation
The memoryview enhancements in 3.3.0 accidentally permitted the hashing of
multi-dimensional memorviews and memoryviews with multi-byte item formats.
The intended restrictions have now been documented - they will be correctly
enforced in 3.3.1.
.. bpo: 15900
.. date: 9159
.. nonce: yot4lz
.. release date: 23-Sep-2012
.. section: Core and Builtins
Fix reference leak in `PyUnicode_TranslateCharmap()`.
..
.. bpo: 15926
.. date: 9158
.. nonce: g2IIQa
.. section: Core and Builtins
Fix crash after multiple reinitializations of the interpreter.
..
.. bpo: 15895
.. date: 9157
.. nonce: KirUDy
.. section: Core and Builtins
Fix FILE pointer leak in one error branch of `PyRun_SimpleFileExFlags()`
when filename points to a pyc/pyo file, closeit is false an and
set_main_loader() fails.
..
.. bpo: 0
.. date: 9156
.. nonce: MMXe9c
.. section: Core and Builtins
Fixes for a few crash and memory leak regressions found by Coverity.
..
.. bpo: 15882
.. date: 9155
.. nonce: tDRdOi
.. section: Library
Change `_decimal` to accept any coefficient tuple when constructing
infinities. This is done for backwards compatibility with decimal.py:
Infinity coefficients are undefined in _decimal (in accordance with the
specification).
..
.. bpo: 15925
.. date: 9154
.. nonce: ar8SuV
.. section: Library
Fix a regression in `email.util` where the `parsedate()` and
`parsedate_tz()` functions did not return None anymore when the argument
could not be parsed.
..
.. bpo: 15973
.. date: 9153
.. nonce: y4zCIp
.. section: Library
Fix a segmentation fault when comparing datetime timezone objects.
..
.. bpo: 15977
.. date: 9152
.. nonce: TElugq
.. section: Library
Fix memory leak in Modules/_ssl.c when the function _set_npn_protocols() is
called multiple times, thanks to Daniel Sommermann.
..
.. bpo: 15969
.. date: 9151
.. nonce: dX5BRm
.. section: Library
`faulthandler` module: rename dump_tracebacks_later() to
dump_traceback_later() and cancel_dump_tracebacks_later() to
cancel_dump_traceback_later().
..
.. bpo: 0
.. date: 9150
.. nonce: ZqEirp
.. section: Library
_decimal module: use only C 89 style comments.
.. bpo: 17550
.. date: 9480
.. nonce: zn8gOk
.. release date: 07-Apr-2013
.. section: Build
Fix the --enable-profiling configure switch.
..
.. bpo: 17625
.. date: 9479
.. nonce: SoDm9J
.. section: IDLE
In IDLE, close the replace dialog after it is used.
This diff is collapsed.
This diff is collapsed.
.. bpo: 0
.. date: 9774
.. no changes: True
.. nonce: 9rfvE-
.. release date: 17-Nov-2013
No changes from release candidate 2.
This diff is collapsed.
This diff is collapsed.
.. bpo: 20374
.. date: 9894
.. nonce: If81ji
.. release date: 09-Feb-2014
.. section: Library
Fix build warnings of the readline module with libedit on Mac.
This diff is collapsed.
.. bpo: 0
.. date: 9944
.. no changes: True
.. nonce: 9rfvE-
.. release date: 09-Mar-2014
No changes from release candidate 2.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Disabled HTTP header injections in http.client. Original patch by Demian
Brecht.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment