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
*
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
*
|
Issue #18582: Add 'pbkdf2_hmac' to the hashlib module.
Christian Heimes
2013-10-12
1
-0/+8
*
|
#19221: update whatsnew entry about UCD version.
Ezio Melotti
2013-10-12
1
-1/+1
*
|
Markup fix.
Georg Brandl
2013-10-12
1
-1/+1
*
|
18764: remove the problematic 'print' alias for the PDB 'p' command.
R David Murray
2013-10-10
1
-0/+16
*
|
Close #16742: Fix misuse of memory allocations in PyOS_Readline()
Victor Stinner
2013-10-10
1
-0/+6
*
|
Close #19199: Remove ``PyThreadState.tick_counter`` field
Victor Stinner
2013-10-09
1
-1/+2
*
|
Issue #18716: Deprecate the formatter module
Brett Cannon
2013-10-04
1
-3/+6
*
|
Issue #19132: The pprint module now supports compact mode.
Serhiy Storchaka
2013-10-02
1
-0/+7
*
|
Close #18626: add a basic CLI for the inspect module
Nick Coghlan
2013-09-22
1
-1/+5
*
|
Close #19047: weakref doc cleanups
Nick Coghlan
2013-09-22
1
-2/+9
*
|
One more markup fix.
Georg Brandl
2013-09-16
1
-1/+1
*
|
#1565525: Add traceback.clear_frames() helper function to clear locals ref'd ...
Andrew Kuchling
2013-09-15
1
-0/+8
*
|
Issue 18771: Make it possible to set the number linear probes at compile-time.
Raymond Hettinger
2013-09-15
1
-2/+9
*
|
Fixup reST syntax errors and streamline docs of PEP 446.
Georg Brandl
2013-09-15
1
-4/+4
*
|
Update whatsnew/3.4 wrt. --version going to stdout. #18338, #18920, #18922
Eli Bendersky
2013-09-06
1
-0/+7
*
|
Issue #18878: sunau.open now supports the context manager protocol. Based on
Serhiy Storchaka
2013-09-05
1
-0/+2
*
|
Issue #16853: Mention the new selectors module in What's New in Python 3.4
Victor Stinner
2013-09-04
1
-0/+2
*
|
Issue #16853: Add new selectors module.
Charles-François Natali
2013-09-04
1
-3/+4
*
|
Issue #18901: The sunau getparams method now returns a namedtuple rather than
Serhiy Storchaka
2013-09-03
1
-0/+7
*
|
Update whatsnew/3.4.rst wrt. the socket constants switch to IntEnum
Eli Bendersky
2013-08-31
1
-0/+3
*
|
Issue #17741: Rename IncrementalParser and its methods.
Eli Bendersky
2013-08-30
1
-3/+2
*
|
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-27
1
-0/+33
*
|
Typo fix
Andrew Kuchling
2013-08-19
1
-1/+1
*
|
Issue 18774: Update news and whatsnew for the set optimizations
Raymond Hettinger
2013-08-19
1
-0/+6
*
|
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk
2013-08-14
1
-0/+13
[next]