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-34001: Fix test_ssl with LibreSSL (GH-13783)
Christian Heimes
2019-09-11
1
-0/+2
*
bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957)
Dino Viehland
2019-09-11
1
-0/+1
*
bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889)
Joannah Nanjekye
2019-09-11
1
-0/+2
*
bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)
Christian Heimes
2019-09-11
1
-0/+1
*
bpo-32592: Set Windows 8 as the minimum required version for API support (GH-...
Steve Dower
2019-09-11
1
-0/+1
*
bpo-35923: Update the BuiltinImporter to use loader._ORIGIN instead of a hard...
Dong-hee Na
2019-09-11
1
-0/+2
*
Improve clarity of try-return-finally-return (GH-15677)
toonarmycaptain
2019-09-11
1
-0/+1
*
bpo-34331: Fix incorrectly pluralized abstract class error message. (GH-8670)
Daniel Andrade
2019-09-11
1
-0/+2
*
bpo-38114: Do not include pip.ini in Nuget package (GH-15964)
Steve Dower
2019-09-11
1
-0/+1
*
bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949)
Steve Dower
2019-09-11
1
-0/+2
*
bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224)
Jakub Kulík
2019-09-11
1
-0/+2
*
bpo-36260: Add pitfalls to zipfile module documentation (#13378)
JunWei Song
2019-09-11
1
-0/+1
*
bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330)
Daniel Abrahamsson
2019-09-11
1
-0/+1
*
bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-...
Steve Dower
2019-09-11
1
-0/+2
*
bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ c...
blhsing
2019-09-11
1
-0/+5
*
bpo-23460: Fix documentation for decimal string :g formatting (GH-11850)
Brennan D Baraban
2019-09-11
1
-0/+1
*
bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (...
Joannah Nanjekye
2019-09-11
1
-0/+1
*
bpo-36919: make test_source_encoding.test_issue2301 implementation-independen...
Pavel Koneski
2019-09-11
1
-0/+2
*
closes bpo-37252: Fix devpoll tests. (GH-14017)
Jakub Kulík
2019-09-11
1
-0/+2
*
bpo-37305: add MIME type for Web App Manifest (#14199)
Filip Š
2019-09-11
1
-0/+2
*
bpo-31163: Added return values to pathlib.Path instance's rename and replace ...
hui shang
2019-09-11
1
-0/+2
*
bpo-33944: note about the intended use of code in .pth files (GH-10131)
native-api
2019-09-11
1
-0/+1
*
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
[next]