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-1635741: Convert _sre types to heap types and establish module state (PEP...
Erlend Egeberg Aasland
2020-11-20
1
-0/+4
*
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes
2020-11-20
15
-39/+41
*
bpo-42345: Fix hash implementation of typing.Literal (GH-23383)
Yurii Karabas
2020-11-19
1
-0/+5
*
bpo-42398: Fix "make regen-all" race condition (GH-23362)
Victor Stinner
2020-11-18
1
-7/+19
*
bpo-41561: skip test_min_max_version_mismatch (GH-22308)
Christian Heimes
2020-11-18
1
-0/+1
*
bpo-41625: Skip os.splice() tests on AIX (GH-23354)
Victor Stinner
2020-11-17
1
-0/+8
*
bpo-42349: Compiler clean up. More yak-shaving for PEP 626. (GH-23267)
Mark Shannon
2020-11-17
2
-24/+49
*
bpo-40637: Don't test builtin PBKDF2 without builtin hashes (GH-20980)
Christian Heimes
2020-11-17
1
-9/+18
*
bpo-42345: Fix three issues with typing.Literal parameters (GH-23294)
Yurii Karabas
2020-11-17
1
-0/+25
*
bpo-42381: Allow walrus in set literals and set comprehensions (GH-23332)
Pablo Galindo
2020-11-17
1
-3/+57
*
bpo-41625: Expose the splice() system call in the os module (GH-21947)
Pablo Galindo
2020-11-17
1
-0/+117
*
bpo-42316: Allow unparenthesized walrus operator in indexes (GH-23317)
Lysandros Nikolaou
2020-11-16
1
-0/+21
*
bpo-42374: Allow unparenthesized walrus in genexps (GH-23319)
Lysandros Nikolaou
2020-11-16
1
-0/+9
*
bpo-42350: Fix Thread._reset_internal_locks() (GH-23268)
Victor Stinner
2020-11-16
1
-0/+29
*
bpo-42332: Add weakref slot to types.GenericAlias (GH-23250)
kj
2020-11-16
1
-38/+48
*
bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23281)
Serhiy Storchaka
2020-11-15
1
-6/+40
*
bpo-42131: Add PEP 451-related methods to zipimport (GH-23187)
Brett Cannon
2020-11-13
1
-18/+53
*
bpo-41001: Add os.eventfd() (#20930)
Christian Heimes
2020-11-13
1
-0/+86
*
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
[next]