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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34519: Add additional aliases for HP Roman 8 (GH-8956)
Michael Osipov
2019-09-11
1
-0/+1
*
bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-1...
Géry Ogam
2019-09-11
1
-0/+2
*
bpo-35943: Prevent PyImport_GetModule() from returning a partially-initialize...
Joannah Nanjekye
2019-09-11
1
-0/+2
*
bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (#10...
Pierre Quentel
2019-09-11
1
-0/+2
*
bpo-35168: Make shlex.punctuation_chars read-only (#11631)
Alex
2019-09-11
1
-0/+1
*
bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878)
Xtreak
2019-09-11
1
-1/+1
*
bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)
Jeroen Demeyer
2019-09-11
1
-0/+1
*
bpo-37409: fix relative import with no parent (#14956)
Ben Lewis
2019-09-11
2
-0/+3
*
bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)
Steve Dower
2019-09-11
1
-0/+1
*
bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-1...
Greg Price
2019-09-11
1
-0/+5
*
bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490)
Gregory P. Smith
2019-09-11
1
-0/+5
*
Overhaul datetime documentation (GH-13410)
Brad
2019-09-11
1
-0/+2
*
bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (G...
Eddie Elizondo
2019-09-11
1
-0/+2
*
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
*
Mark files as executable that are meant as scripts. (GH-15354)
Greg Price
2019-09-09
3
-0/+0
*
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
[next]