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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330)
Daniel Abrahamsson
2019-09-11
2
-1/+21
*
bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-...
Steve Dower
2019-09-11
1
-25/+13
*
bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ c...
blhsing
2019-09-11
2
-0/+26
*
bpo-36919: make test_source_encoding.test_issue2301 implementation-independen...
Pavel Koneski
2019-09-11
1
-1/+1
*
closes bpo-37252: Fix devpoll tests. (GH-14017)
Jakub Kulík
2019-09-11
1
-3/+3
*
bpo-37305: add MIME type for Web App Manifest (#14199)
Filip Š
2019-09-11
1
-0/+1
*
bpo-31163: Added return values to pathlib.Path instance's rename and replace ...
hui shang
2019-09-11
2
-6/+14
*
bpo-34519: Add additional aliases for HP Roman 8 (GH-8956)
Michael Osipov
2019-09-11
1
-0/+2
*
bpo-38107: Replace direct future and task contructor calls with factories in ...
Andrew Svetlov
2019-09-11
13
-159/+156
*
bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-1...
Géry Ogam
2019-09-11
2
-24/+75
*
bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (#10...
Pierre Quentel
2019-09-11
2
-3/+22
*
bpo-35168: Make shlex.punctuation_chars read-only (#11631)
Alex
2019-09-11
2
-1/+12
*
bpo-35066: Make trailing percent test more portable. (GH-15907)
Benjamin Peterson
2019-09-11
1
-4/+9
*
bpo-37409: fix relative import with no parent (#14956)
Ben Lewis
2019-09-11
2
-0/+9
*
bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)
Steve Dower
2019-09-11
2
-6/+11
*
bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-1...
Greg Price
2019-09-11
1
-3/+1
*
bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490)
Gregory P. Smith
2019-09-11
2
-9/+48
*
bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (G...
Eddie Elizondo
2019-09-11
1
-0/+86
*
bpo-36373: Fix deprecation warnings (GH-15889)
Andrew Svetlov
2019-09-11
5
-12/+12
*
bpo-28494: Test existing zipfile working behavior. (GH-15853)
Gregory P. Smith
2019-09-10
6
-0/+101
*
bpo-32424: Deprecate xml.etree.ElementTree.Element.copy() in favor of copy.co...
Gordon P. Hemsley
2019-09-10
2
-0/+36
*
bpo-36253: Remove use after free reference in ctypes test suite (GH-12257)
Ben Harper
2019-09-10
1
-2/+2
*
bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840)
Jason R. Coombs
2019-09-10
4
-33/+82
*
bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)
Steve Dower
2019-09-10
2
-107/+124
*
bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolse...
Steve Dower
2019-09-10
1
-1/+1
*
Fix subprocess docstring typo (GH-15812)
Matthias
2019-09-10
1
-1/+1
*
bpo-36781: Optimize sum() for bools. (#13074)
Serhiy Storchaka
2019-09-10
1
-0/+21
*
bpo-38066: Hide internal Stream methods (GH-15762)
Andrew Svetlov
2019-09-10
4
-92/+153
*
closes bpo-25461: Update os.walk() docstring to match the online docs. (GH-11...
Bernt Røskar Brenna
2019-09-10
1
-4/+5
*
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queu...
Emmanuel Arias
2019-09-10
1
-0/+4
*
bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong ...
Jeroen Demeyer
2019-09-10
1
-0/+12
*
bpo-37499: Test various C calling conventions (GH-15776)
Petr Viktorin
2019-09-10
2
-195/+271
*
bpo-37251: Removes __code__ check from _is_async_obj. (GH-15830)
Lisa Roach
2019-09-10
2
-3/+17
*
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [loc...
Emmanuel Arias
2019-09-10
6
-265/+401
*
Skip zoneinfo tests on VxWorks (#13535)
hliu0
2019-09-10
1
-0/+2
*
bpo-38076: Make struct module PEP-384 compatible (#15805)
Dino Viehland
2019-09-10
1
-0/+4
*
bpo-38043: Move unicodedata.normalize tests into test_unicodedata. (GH-15712)
Greg Price
2019-09-10
3
-129/+102
*
bpo-38018: Fix test for multiprocessing.shared_memory in BSD systems (GH-15821)
Vinay Sharma
2019-09-10
1
-2/+7
*
bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818)
Terry Jan Reedy
2019-09-10
2
-1/+4
*
bpo-38049: Add command-line interface for the ast module. (GH-15724)
Serhiy Storchaka
2019-09-09
1
-0/+24
*
bpo-38018: Increase code coverage for multiprocessing.shared_memory (GH-15662)
Vinay Sharma
2019-09-09
1
-0/+24
*
bpo-37995: Add an option to ast.dump() to produce a multiline output. (GH-15631)
Serhiy Storchaka
2019-09-09
2
-11/+96
*
bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250)
Sergey Fedoseev
2019-09-09
1
-0/+9
*
bpo-35941: Fix performance regression in new code (GH-12610)
Christian Heimes
2019-09-09
1
-2/+2
*
Fix punctuation in `os.execvpe` docstring. (GH-15051)
Hasan Ramezani
2019-09-09
1
-1/+1
*
bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)
Anthony Sottile
2019-09-09
1
-2/+14
*
Clarify that shutil's copy functions can accept path-like values (GH-15141)
Boris Verhovsky
2019-09-09
1
-1/+2
*
bpo-36279: Ensure os.wait3() rusage is initialized (GH-15111)
Zackery Spytz
2019-09-09
1
-0/+18
*
bpo-37758: Cut always-constant conditionals on sys.maxunicode. (GH-15302)
Greg Price
2019-09-09
1
-1/+1
*
bpo-20490: Improve circular import error message (GH-15308)
Anthony Sottile
2019-09-09
3
-0/+14
[next]