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-41543: contextlib.nullcontext can fill in for an async context manager (G...
Tom Gringauz
2020-11-09
2
-2/+20
*
bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147)
Ammar Askar
2020-11-09
2
-7/+59
*
bpo-42233: Add union type expression support for GenericAlias and fix de-dupl...
kj
2020-11-09
1
-0/+22
*
bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075)
Ronald Oussoren
2020-11-08
1
-1/+1
*
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren
2020-11-08
9
-14/+322
*
bpo-42133: update parts of the stdlib to fall back to `__spec__.loader` when ...
Brett Cannon
2020-11-07
4
-14/+33
*
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
2
-13/+43
*
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-41877 Check for asert, aseert, assrt in mocks (GH-23165)
vabr-g
2020-11-05
2
-3/+12
*
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
2
-1/+51
*
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
2
-1/+30
*
Merge tag 'v3.10.0a2' into master
Pablo Galindo
2020-11-03
1
-66/+132
|
\
|
*
Python 3.10.0a2
v3.10.0a2
Pablo Galindo
2020-11-03
1
-66/+132
*
|
bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121)
Serhiy Storchaka
2020-11-03
1
-1/+1
|
/
*
bpo-26789: Fix logging.FileHandler._open() at exit (GH-23053)
Victor Stinner
2020-11-02
2
-7/+45
*
bpo-42103: Improve validation of Plist files. (GH-22882)
Serhiy Storchaka
2020-11-02
2
-57/+358
*
bpo-41943: Fix bug where assertLogs doesn't correctly filter messages… (GH-...
Irit Katriel
2020-11-02
2
-0/+13
*
Revert "bpo-37193: remove thread objects which finished process its request (...
Jason R. Coombs
2020-11-02
2
-84/+13
*
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-42230: Improve asyncio documentation regarding accepting sets vs iterable...
Jakub Stasiak
2020-11-02
1
-2/+2
*
bpo-41229: Update docs for explicit aclose()-required cases and add contextli...
Joongi Kim
2020-11-02
2
-1/+84
*
bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)
Tal Einat
2020-11-02
3
-7/+141
*
bpo-37193: remove thread objects which finished process its request (GH-13893)
MARUYAMA Norihiro
2020-11-01
2
-13/+84
*
bpo-42233: Correctly repr GenericAlias when used with typing module (GH-23081)
kj
2020-11-01
2
-0/+9
*
tempfile: Use random.choises() instead of choise() (GH-23068)
Inada Naoki
2020-11-01
2
-6/+3
*
bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (GH-23059)
Ronald Oussoren
2020-11-01
2
-2/+14
*
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
2
-12/+14
*
bpo-42208: Add _locale._get_locale_encoding() (GH-23052)
Victor Stinner
2020-10-31
3
-98/+48
*
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
2
-14/+12
*
bpo-42029: Remove IRIX code (GH-23023)
Victor Stinner
2020-10-29
1
-13/+0
*
bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639)
Zackery Spytz
2020-10-29
2
-3/+5
*
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
7
-3/+50
*
bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)
Lisa Roach
2020-10-26
2
-2/+29
*
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
2
-115/+236
*
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
6
-16/+111
*
bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)
Mark Roseman
2020-10-25
3
-14/+22
*
bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943)
Mark Roseman
2020-10-24
1
-5/+7
[next]