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 #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
*
Remove duplicate text in 3.4 what's new (my bad)
Antoine Pitrou
2013-08-13
1
-6/+0
*
Sort whatsnew entries alphabetically
Antoine Pitrou
2013-08-12
1
-32/+34
*
Add whatsnew entries for 3.4.
Antoine Pitrou
2013-08-12
1
-10/+103
*
Issue #16400: Add command line option for isolated mode.
Christian Heimes
2013-08-10
1
-1/+2
*
#18600: add policy to add_string, and as_bytes and __bytes__ methods.
R David Murray
2013-08-09
1
-0/+20
*
Issue #14323: Expanded the number of digits in the coefficients for the
Serhiy Storchaka
2013-08-06
1
-0/+7
*
Hum, VMS code is still present
Victor Stinner
2013-08-04
1
-1/+0
*
Complete What's New in Python 3.4
Victor Stinner
2013-08-04
1
-2/+7
*
Issue #18589: fix hyperlinking of type slots (tp_*)
Antoine Pitrou
2013-08-01
1
-3/+3
|
\
|
*
Issue #18589: fix hyperlinking of type slots (tp_*)
Antoine Pitrou
2013-08-01
1
-3/+3
*
|
#17616: wave.open now supports the 'with' statement.
R David Murray
2013-07-31
1
-1/+4
*
|
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou
2013-07-30
1
-0/+15
*
|
Close #13266: Add inspect.unwrap
Nick Coghlan
2013-07-28
1
-3/+11
*
|
#17818: aifc.getparams now returns a namedtuple.
R David Murray
2013-07-25
1
-0/+6
*
|
Close issue 17482: don't overwrite __wrapped__
Nick Coghlan
2013-07-15
1
-0/+9
*
|
Issue #3329: Implement the PEP 445
Victor Stinner
2013-07-07
1
-14/+4
*
|
Issue #15767: back out 8a0ed9f63c6e, finishing the removal of
Brett Cannon
2013-07-04
1
-3/+0
*
|
Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError
Brett Cannon
2013-07-04
1
-1/+2
*
|
#18111: Add What's New entry for max/min default.
R David Murray
2013-06-28
1
-0/+3
*
|
#11390: convert doctest CLI to argparse and add -o and -f options.
R David Murray
2013-06-23
1
-2/+9
*
|
Issue #11016: Add C implementation of the stat module as _stat
Christian Heimes
2013-06-22
1
-1/+6
*
|
... also TLSv1.1 and TLSv1.2
Christian Heimes
2013-06-22
1
-0/+3
*
|
Add my SSL module patches to whatsnew 3.4
Christian Heimes
2013-06-22
1
-0/+12
*
|
whatsnew/3.4: mention functools.singledispatch, PEP 443
Victor Stinner
2013-06-20
1
-0/+6
*
|
whatsnew/3.4: mention the new enum module, PEP 435
Victor Stinner
2013-06-20
1
-2/+2
*
|
importlib.abc.SourceLoader.get_source() was re-raising SyntaxError and
Brett Cannon
2013-06-16
1
-0/+9
*
|
Issue #17177: The imp module is pending deprecation.
Brett Cannon
2013-06-16
1
-0/+3
*
|
Fix typo; clarify that the methods were removed entirely
Andrew Kuchling
2013-06-15
1
-2/+2
*
|
Move something to the right section of What's New
Brett Cannon
2013-06-15
1
-4/+6
*
|
Issue #17222: Raise FileExistsError when py_compile.compile would
Brett Cannon
2013-06-14
1
-0/+5
*
|
Issue #15767: Touch up ModuleNotFoundError usage by import.
Brett Cannon
2013-06-13
1
-0/+3
*
|
Issue #15767: Introduce ModuleNotFoundError, a subclass of
Brett Cannon
2013-06-12
1
-0/+3
*
|
Issue #18065: For frozen packages set __path__ to [].
Brett Cannon
2013-06-01
1
-0/+7
*
|
Issues #18088, 18089: Introduce
Brett Cannon
2013-05-31
1
-1/+4
*
|
Update What's New for importlib.util.module_to_load name change
Brett Cannon
2013-05-31
1
-1/+1
*
|
Issue #18070: importlib.util.module_for_loader() now sets __loader__
Brett Cannon
2013-05-28
1
-1/+6
*
|
Issue #11816: multiple improvements to the dis module
Nick Coghlan
2013-05-06
1
-0/+15
*
|
#17115,17116: Have modules initialize the __package__ and __loader__
Brett Cannon
2013-05-04
1
-0/+5
*
|
#2118: IOError is deprecated, use OSError.
R David Murray
2013-04-14
1
-1/+1
*
|
#2118: Make SMTPException a subclass of IOError.
R David Murray
2013-04-13
1
-0/+11
[next]