index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
whatsnew
Commit message (
Expand
)
Author
Age
Files
Lines
*
Close #19946: use runpy as needed in multiprocessing
Nick Coghlan
2013-12-17
1
-3/+12
*
Issue #14432: Document the removal of the PyFrameObject.f_tstate field
Victor Stinner
2013-12-13
1
-10/+20
*
asyncio: remove references to the Tulip project, rename Tulip to asyncio.
Victor Stinner
2013-12-13
1
-0/+5
*
Backout changeset 46393019b650
Victor Stinner
2013-12-13
1
-5/+0
*
Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3,
Victor Stinner
2013-12-13
1
-0/+5
*
Fixed formatting (was parsed as description list).
Serhiy Storchaka
2013-12-02
1
-1/+1
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-1/+1
|
\
|
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-1/+1
*
|
#13592, #17087: add whatsnew entry about regex/match object repr improvements.
Ezio Melotti
2013-11-25
1
-0/+7
*
|
Mention the new tracemalloc module in the What's New in Python 3.4 document
Victor Stinner
2013-11-25
1
-0/+18
*
|
Add whatsnew section about the html package.
Ezio Melotti
2013-11-25
1
-0/+21
*
|
Fix suspicious markup in the docs.
Georg Brandl
2013-11-24
1
-1/+1
*
|
Issue #16203: Add re.fullmatch() function and regex.fullmatch() method,
Serhiy Storchaka
2013-11-23
1
-0/+7
*
|
Issue #19641: Added the audioop.byteswap() function to convert big-endian
Serhiy Storchaka
2013-11-23
1
-0/+3
*
|
Issue #17810: Implement PEP 3154, pickle protocol 4.
Antoine Pitrou
2013-11-23
1
-0/+15
*
|
Issue #19551: Update whatsnew.
Ned Deily
2013-11-23
1
-3/+2
*
|
Update What's New with PEP 453 progress
Nick Coghlan
2013-11-23
1
-9/+19
*
|
Close #7475: Restore binary & text transform codecs
Nick Coghlan
2013-11-23
1
-16/+34
*
|
Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428).
Antoine Pitrou
2013-11-22
1
-0/+18
*
|
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
1
-0/+20
*
|
Close #17916: dis.Bytecode based replacement for distb
Nick Coghlan
2013-11-22
1
-1/+2
*
|
Issue #19619: Update What's New for codec blacklist
Nick Coghlan
2013-11-22
1
-11/+12
*
|
Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC
Christian Heimes
2013-11-20
1
-0/+3
*
|
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes
2013-11-20
1
-0/+1
*
|
Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates.
Serhiy Storchaka
2013-11-19
1
-0/+7
*
|
Issue #17839: mention base64 change in What's New
Nick Coghlan
2013-11-13
1
-0/+8
*
|
Close #17828: better handling of codec errors
Nick Coghlan
2013-11-13
1
-13/+65
*
|
Close #19406: Initial implementation of ensurepip
Nick Coghlan
2013-11-11
1
-0/+29
*
|
Issue #4331: Added functools.partialmethod
Nick Coghlan
2013-11-03
1
-1/+19
*
|
Issue #19410: Put back in special-casing of '' for
Brett Cannon
2013-11-01
1
-3/+0
*
|
Assorted 3.4 What's New updates
Nick Coghlan
2013-10-26
1
-59/+114
*
|
Issue #19375: The site module adding a "site-python" directory to sys.path, i...
Antoine Pitrou
2013-10-25
1
-1/+2
*
|
Close #19345: fix typo
Victor Stinner
2013-10-23
1
-2/+2
*
|
Issue #19344: fix markup error in whatsnew
Christian Heimes
2013-10-22
1
-1/+1
*
|
Issue #16595: Add prlimit() to resource module
Christian Heimes
2013-10-22
1
-0/+6
*
|
fix typo in what's new in 3.4
Victor Stinner
2013-10-21
1
-1/+1
*
|
Fix typo in whatsnew
Christian Heimes
2013-10-21
1
-1/+1
*
|
add a filterfunc to zip file.PyZipFile.writepy, issue 19274
Christian Tismer
2013-10-21
1
-0/+10
*
|
What's New updates prior to alpha
Nick Coghlan
2013-10-20
1
-9/+60
*
|
Issue #12866: The audioop module now supports 24-bit samples.
Serhiy Storchaka
2013-10-19
1
-0/+6
*
|
Doc markup fixes.
Georg Brandl
2013-10-19
1
-2/+2
*
|
Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd
Brett Cannon
2013-10-18
1
-0/+11
*
|
Close #19266: contextlib.ignore -> contextlib.suppress
Nick Coghlan
2013-10-17
1
-5/+8
*
|
Issue #16129: Add `Py_SetStandardStreamEncoding`
Nick Coghlan
2013-10-17
1
-1/+4
*
|
#18891: Complete new provisional email API.
R David Murray
2013-10-17
1
-0/+15
*
|
Issue #18758: Fixed and improved cross-references.
Serhiy Storchaka
2013-10-13
1
-3/+3
|
\
\
|
|
/
*
|
Issue #17827: document codecs.encode and codecs.decode
Nick Coghlan
2013-10-13
1
-0/+13
|
\
\
|
|
/
*
|
Docs tweaks for contextlib additions
Nick Coghlan
2013-10-13
1
-0/+13
*
|
Grammar fix.
Eric V. Smith
2013-10-13
1
-1/+1
*
|
Document speedup in whatsnew
Christian Heimes
2013-10-13
1
-0/+11
[next]