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
/
Misc
/
NEWS.d
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests op...
Steve Dower
2019-09-10
1
-0/+1
*
bpo-32424: Deprecate xml.etree.ElementTree.Element.copy() in favor of copy.co...
Gordon P. Hemsley
2019-09-10
1
-0/+3
*
bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840)
Jason R. Coombs
2019-09-10
1
-0/+1
*
bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)
Steve Dower
2019-09-10
1
-0/+1
*
bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolse...
Steve Dower
2019-09-10
1
-0/+2
*
bpo-36781: Optimize sum() for bools. (#13074)
Serhiy Storchaka
2019-09-10
1
-0/+1
*
bpo-38073: Make pwd module PEP-384 compatible (GH-15790)
Dino Viehland
2019-09-10
1
-0/+1
*
bpo-38066: Hide internal Stream methods (GH-15762)
Andrew Svetlov
2019-09-10
1
-0/+2
*
bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong ...
Jeroen Demeyer
2019-09-10
1
-0/+3
*
bpo-37251: Removes __code__ check from _is_async_obj. (GH-15830)
Lisa Roach
2019-09-10
1
-0/+3
*
bpo-38069: Convert _posixsubprocess to PEP-384 (GH-15780)
Dino Viehland
2019-09-10
1
-0/+1
*
bpo-38071: Make termios PEP-384 compatible (GH-15785)
Dino Viehland
2019-09-10
1
-0/+1
*
bpo-38072: PEP-384 grpmodule (GH-15788)
Dino Viehland
2019-09-10
1
-0/+1
*
Skip zoneinfo tests on VxWorks (#13535)
hliu0
2019-09-10
1
-0/+1
*
bpo-38074: Make zlib extension module PEP-384 compatible (GH-15792)
Dino Viehland
2019-09-10
1
-0/+1
*
bpo-38076: Make struct module PEP-384 compatible (#15805)
Dino Viehland
2019-09-10
1
-0/+1
*
bpo-37725: have "make clean" remove PGO task data (#15033)
Neil Schemenauer
2019-09-10
1
-0/+3
*
bpo-25237: Documentation for tkinter modules (GH-1870)
Nikhil
2019-09-10
1
-0/+1
*
bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818)
Terry Jan Reedy
2019-09-10
1
-0/+2
*
bpo-34293: Fix PDF documentation paper size (GH-8585)
Jean-François B
2019-09-09
1
-0/+1
*
bpo-38049: Add command-line interface for the ast module. (GH-15724)
Serhiy Storchaka
2019-09-09
1
-0/+1
*
bpo-38018: Increase code coverage for multiprocessing.shared_memory (GH-15662)
Vinay Sharma
2019-09-09
1
-0/+1
*
bpo-37995: Add an option to ast.dump() to produce a multiline output. (GH-15631)
Serhiy Storchaka
2019-09-09
1
-0/+2
*
bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250)
Sergey Fedoseev
2019-09-09
1
-0/+2
*
bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)
Anthony Sottile
2019-09-09
1
-0/+2
*
bpo-36279: Ensure os.wait3() rusage is initialized (GH-15111)
Zackery Spytz
2019-09-09
1
-0/+1
*
bpo-20490: Improve circular import error message (GH-15308)
Anthony Sottile
2019-09-09
1
-0/+2
*
bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641)
Victor Stinner
2019-09-09
1
-0/+3
*
bpo-37876: Tests for ROT-13 codec (GH-15314)
Zeth
2019-09-09
1
-0/+1
*
bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666)
Alan Yee
2019-09-09
1
-0/+1
*
bpo-38053 Update documentation for plistlib (GH-15727)
Jon Janzen
2019-09-09
1
-0/+1
*
bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (#9082)
Naitree Zhu
2019-09-09
1
-0/+2
*
bpo-38037: Fix reference counters in signal module (GH-15753)
animalize
2019-09-09
1
-0/+1
*
bpo-26185: Fix repr() on empty ZipInfo object (#13441)
Mickaël Schoentgen
2019-09-09
1
-0/+2
*
bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632)
neonene
2019-09-09
1
-0/+2
*
bpo-37283: Ensure command-line and unattend.xml setting override previously d...
Steve Dower
2019-09-09
1
-0/+2
*
bpo-37212: Preserve keyword argument order in unittest.mock.call and error me...
Xtreak
2019-09-09
1
-0/+2
*
bpo-36250: ignore ValueError from signal in non-main thread (GH-12251)
Daniel Hahler
2019-09-09
1
-0/+2
*
bpo-37705: Improve the implementation of winerror_to_errno() (GH-15623)
Zackery Spytz
2019-09-09
1
-0/+1
*
bpo-37936: Avoid ignoring files that we actually do track. (GH-15451)
Greg Price
2019-09-09
1
-0/+2
*
bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (#13239)
Zackery Spytz
2019-09-09
1
-0/+1
*
bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...
Zackery Spytz
2019-09-09
1
-0/+2
*
bpo-11953: Extend table of Windows WSA* error codes (GH-15004)
Ngalim Siregar
2019-09-09
1
-0/+1
*
bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)
Serhiy Storchaka
2019-09-09
1
-0/+2
*
Revert "Raise a RuntimeError when tee iterator is consumed from different thr...
Serhiy Storchaka
2019-09-09
1
-2/+0
*
bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)
HongWeipeng
2019-09-08
1
-0/+1
*
bpo-38041: Refine IDLE Shell restart lines. (GH-15709)
Terry Jan Reedy
2019-09-06
1
-0/+3
*
bpo-15088 : Remove PyGen_NeedsFinalizing() (GH-15702)
Joannah Nanjekye
2019-09-06
1
-0/+4
*
replace inline function `is_small_int` with a macro version (GH-15710)
animalize
2019-09-06
1
-2/+1
*
bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315)
Joannah Nanjekye
2019-09-05
1
-0/+1
[next]