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
...
*
|
faulthandler: add Windows exception handler
Victor Stinner
2016-03-23
1
-0/+8
*
|
Optimize bytes.replace(b'', b'.')
Victor Stinner
2016-03-21
1
-0/+3
*
|
Issue #18787: spwd.getspnam() now raises a PermissionError if the user
Berker Peksag
2016-03-19
1
-0/+2
*
|
Issue #26567: enhance ResourceWarning example
Victor Stinner
2016-03-19
1
-9/+12
*
|
On ResourceWarning, log traceback where the object was allocated
Victor Stinner
2016-03-19
1
-0/+34
*
|
Doc: fix typos, patch written by Stefan Behnel
Victor Stinner
2016-03-18
1
-1/+1
*
|
Enhance documentation on malloc debug hooks
Victor Stinner
2016-03-18
1
-2/+4
*
|
On memory error, dump the memory block traceback
Victor Stinner
2016-03-15
1
-1/+42
*
|
Check the GIL in PyObject_Malloc()
Victor Stinner
2016-03-14
1
-0/+3
*
|
Add PYTHONMALLOC env var
Victor Stinner
2016-03-14
1
-0/+31
*
|
Add Mock.assert_called()
Victor Stinner
2016-03-11
1
-0/+12
*
|
merge with 3.5
Georg Brandl
2016-02-26
12
-40/+40
|
\
\
|
|
/
|
*
Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...
Georg Brandl
2016-02-26
12
-40/+40
*
|
Issue #23430: Stop socketserver from catching SystemExit etc from handlers
Martin Panter
2016-02-21
1
-1/+10
*
|
Issue #25179: Documentation for formatted string literals aka f-strings
Martin Panter
2016-02-13
1
-1/+19
*
|
Issue #25994: Added the close() method and the support of the context manager
Serhiy Storchaka
2016-02-11
1
-0/+11
*
|
Issue #26304: Additional “allows to” fix specific to 3.6
Martin Panter
2016-02-10
1
-1/+1
*
|
Issue #26304: Merge doc wording from 3.5
Martin Panter
2016-02-10
2
-10/+10
|
\
\
|
|
/
|
*
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter
2016-02-10
2
-10/+10
*
|
Issue #26136: Upgrade the generator_stop warning to DeprecationWarning
Martin Panter
2016-02-10
1
-0/+8
*
|
Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda
Martin Panter
2016-02-10
1
-0/+7
*
|
Issues #26310, 26311: Merge typo fixes from 3.5
Martin Panter
2016-02-10
1
-1/+1
|
\
\
|
|
/
|
*
Issues #26310, #26311: Fix typos in the documentation and code comments
Martin Panter
2016-02-10
1
-1/+1
*
|
Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir().
Serhiy Storchaka
2016-02-07
1
-0/+10
*
|
Issue #18018: Raise an ImportError if a relative import is attempted
Brett Cannon
2016-01-23
1
-0/+4
*
|
Issue #25791: Warn when __package__ != __spec__.parent.
Brett Cannon
2016-01-22
1
-3/+3
*
|
co_lnotab supports negative line number delta
Victor Stinner
2016-01-20
1
-0/+10
*
|
Issue26069 - Update whatsnew/3.6.rst on traceback module's api removals.
Senthil Kumaran
2016-01-18
1
-0/+7
*
|
Issue #23883: Update news
Martin Panter
2016-01-16
1
-2/+3
*
|
Issue #25791: Raise an ImportWarning when __spec__ or __package__ are
Brett Cannon
2016-01-15
1
-1/+10
*
|
Issue #25486: Resurrect inspect.getargspec in 3.6. Backout a565aad5d6e1.
Yury Selivanov
2016-01-11
1
-3/+0
*
|
Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader...
Brett Cannon
2015-12-29
1
-1/+6
*
|
Issue #25768: Make compileall functions return booleans and document
Brett Cannon
2015-12-27
1
-0/+5
*
|
Merge 3.5
Yury Selivanov
2015-12-15
1
-1/+1
|
\
\
|
|
/
|
*
docs/whatsnew/3.5: Fix ref link
Yury Selivanov
2015-12-15
1
-1/+1
*
|
Merge 3.5
Yury Selivanov
2015-12-15
1
-0/+12
|
\
\
|
|
/
|
*
whatsnew/3.5: Mention new asyncio APIs in 3.5.1
Yury Selivanov
2015-12-15
1
-0/+12
*
|
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
Martin Panter
2015-11-30
1
-2/+4
*
|
#25485: Add context manager support to Telnet class.
R David Murray
2015-11-28
1
-0/+7
*
|
Issue #23883: Add news listing modules with new exported APIs
Martin Panter
2015-11-14
1
-0/+6
*
|
Adjust grammar and punctuation in whatsnew/3.6.rst
Martin Panter
2015-11-14
1
-11/+11
*
|
Merge typo and grammar fixes from 3.5
Martin Panter
2015-11-14
1
-74/+75
|
\
\
|
|
/
|
*
Fix grammar in whatsnew/3.5.rst and elsewhere
Martin Panter
2015-11-14
1
-74/+75
*
|
Issue #25590: Complete attribute names even if they are not yet created
Martin Panter
2015-11-13
1
-0/+4
*
|
Merge with 3.5
Zachary Ware
2015-11-12
1
-1/+1
|
\
\
|
|
/
|
*
Fix awkward grammar in whatsnew.
Zachary Ware
2015-11-12
1
-1/+1
*
|
Fix typos in whatsnew.
Zachary Ware
2015-11-12
1
-2/+2
*
|
merge
Raymond Hettinger
2015-11-09
1
-1/+1
|
\
\
|
|
/
|
*
Improve namedtuple doc string examples
Raymond Hettinger
2015-11-09
1
-1/+1
*
|
Issue #25523: Merge a-to-an corrections from 3.5.
Serhiy Storchaka
2015-11-02
2
-2/+2
|
\
\
|
|
/
[prev]
[next]