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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-42246: Eliminate jumps to exit blocks by copying those blocks. (#23251)
Mark Shannon
2020-11-12
2
-117/+114
*
bpo-42308: Add threading.__excepthook__ (GH-23218)
Mario Corchero
2020-11-12
1
-0/+21
*
bpo-42246: Partial implementation of PEP 626. (GH-23113)
Mark Shannon
2020-11-12
5
-9/+20
*
bpo-39411: pyclbr rewrite on AST (#18103)
Batuhan Taskaya
2020-11-11
1
-5/+2
*
bpo-42140: Improve asyncio.wait function (GH-22938)
Diogo Dutra
2020-11-10
1
-0/+24
*
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#2...
Vladimir Matveev
2020-11-10
1
-1/+1
*
bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-2...
Andrew Svetlov
2020-11-10
1
-0/+18
*
Fix typo in test_array.py (GH-23189)
Ikko Ashimine
2020-11-10
1
-1/+1
*
bpo-42260: Compute the path config in the main init (GH-23211)
Victor Stinner
2020-11-10
1
-7/+19
*
bpo-36310: Allow pygettext.py to detect calls to gettext in f-strings. (GH-19...
jack1142
2020-11-09
1
-0/+70
*
bpo-41543: contextlib.nullcontext can fill in for an async context manager (G...
Tom Gringauz
2020-11-09
1
-1/+13
*
bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147)
Ammar Askar
2020-11-09
1
-0/+35
*
bpo-42233: Add union type expression support for GenericAlias and fix de-dupl...
kj
2020-11-09
1
-0/+22
*
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren
2020-11-08
5
-1/+262
*
bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123)
Hai Shi
2020-11-06
1
-0/+3
*
bpo-26389: Allow passing an exception object in the traceback module (GH-22610)
Zackery Spytz
2020-11-05
1
-0/+20
*
bpo-42260: PyConfig_Read() only parses argv once (GH-23168)
Victor Stinner
2020-11-05
2
-6/+12
*
bpo-42260: Add _PyConfig_FromDict() (GH-23167)
Victor Stinner
2020-11-05
2
-0/+257
*
bpo-42266: Handle monkey-patching descriptors in LOAD_ATTR cache (GH-23157)
Pablo Galindo
2020-11-05
1
-0/+23
*
bpo-40816 Add AsyncContextDecorator class (GH-20516)
Kazantcev Andrey
2020-11-05
1
-0/+27
*
bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)
Victor Stinner
2020-11-04
1
-0/+9
*
Disable peg generator tests when building with PGO (GH-23141)
serge-sans-paille
2020-11-04
1
-0/+6
*
bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119)
Victor Stinner
2020-11-04
1
-0/+27
*
bpo-42251: Add gettrace and getprofile to threading (GH-23125)
Mario Corchero
2020-11-04
1
-0/+21
*
bpo-26789: Fix logging.FileHandler._open() at exit (GH-23053)
Victor Stinner
2020-11-02
1
-5/+38
*
bpo-42103: Improve validation of Plist files. (GH-22882)
Serhiy Storchaka
2020-11-02
1
-49/+340
*
Revert "bpo-37193: remove thread objects which finished process its request (...
Jason R. Coombs
2020-11-02
1
-24/+0
*
bpo-42224: Fix test_format when locale does not expect number grouping (GH-23...
Lysandros Nikolaou
2020-11-02
1
-2/+5
*
bpo-41435: Add sys._current_exceptions() function (GH-21689)
Julien Danjou
2020-11-02
1
-0/+67
*
bpo-41229: Update docs for explicit aclose()-required cases and add contextli...
Joongi Kim
2020-11-02
1
-1/+58
*
bpo-37193: remove thread objects which finished process its request (GH-13893)
MARUYAMA Norihiro
2020-11-01
1
-0/+24
*
bpo-42233: Correctly repr GenericAlias when used with typing module (GH-23081)
kj
2020-11-01
1
-0/+7
*
tempfile: Use random.choises() instead of choise() (GH-23068)
Inada Naoki
2020-11-01
1
-2/+2
*
bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (GH-23059)
Ronald Oussoren
2020-11-01
1
-0/+12
*
bpo-42218: Correctly handle errors in left-recursive rules (GH-23065)
Lysandros Nikolaou
2020-10-31
1
-0/+8
*
Revert "bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997)"
Inada Naoki
2020-10-31
1
-2/+2
*
bpo-42208: Add _locale._get_locale_encoding() (GH-23052)
Victor Stinner
2020-10-31
1
-9/+9
*
bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_fl...
Pablo Galindo
2020-10-30
1
-0/+17
*
bpo-42172: Correct typo for test_socket.py (GH-23013)
Akashkumar D Khunt
2020-10-30
1
-3/+3
*
bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997)
Eric W
2020-10-30
1
-2/+2
*
bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639)
Zackery Spytz
2020-10-29
1
-1/+3
*
bpo-41659: Disallow curly brace directly after primary (GH-22996)
Lysandros Nikolaou
2020-10-27
2
-0/+4
*
bpo-30681: Support invalid date format or value in email Date header (GH-22090)
Georges Toth
2020-10-27
3
-0/+34
*
bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid overflow ...
Alexey Izbyshev
2020-10-26
1
-0/+13
*
bpo-42043: Add support for zipfile.Path subclasses (#22716)
Jason R. Coombs
2020-10-25
1
-106/+206
*
bpo-41919: Avoid resource leak in test_io (GH-22973)
Hai Shi
2020-10-25
1
-12/+13
*
bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915)
Jason R. Coombs
2020-10-25
3
-0/+79
*
bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (G...
Serhiy Storchaka
2020-10-24
1
-0/+18
*
bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471)
Jacob Neil Taylor
2020-10-23
1
-0/+5
*
bpo-40592: shutil.which will not return None anymore if ; is the last char in...
Christopher Marchfelder
2020-10-23
1
-0/+17
[next]