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-47103: Copy pgort140.dll into output directory when building PGInstrument...
Steve Dower
2022-04-06
1
-14/+5
*
bpo-47061: deprecate the `aifc` module (GH-32134)
Brett Cannon
2022-04-05
5
-5/+57
*
bpo-4833: Add ZipFile.mkdir (GH-32160)
Sam Ezeh
2022-04-05
1
-0/+53
*
bpo-46607: Add DeprecationWarning for LegacyInterpolation, deprecated in docs...
Hugo van Kemenade
2022-04-05
1
-0/+8
*
bpo-47088: Add typing.LiteralString (PEP 675) (GH-32064)
Jelle Zijlstra
2022-04-05
1
-1/+55
*
bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)
Erlend Egeberg Aasland
2022-04-05
1
-0/+55
*
bpo-47212: Improve error messages for un-parenthesized generator expressions ...
Matthieu Dartiailh
2022-04-05
2
-1/+17
*
bpo-47120: make JUMP_NO_INTERRUPT relative (GH-32221)
Irit Katriel
2022-04-05
1
-1/+2
*
bpo-46890: Fix setting of sys._base_executable with framework builds on macOS...
Ronald Oussoren
2022-04-05
1
-0/+177
*
bpo-43224: typing: Add tests for pickling and copying of unpacked native tupl...
Matthew Rahtz
2022-04-05
1
-17/+56
*
bpo-46998: Allow subclassing Any at runtime (GH-31841)
Shantanu
2022-04-05
3
-27/+21
*
bpo-46484:Add test for Calendar.iterweekdays (GH-30825)
180909
2022-04-04
1
-0/+8
*
bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003)
Inada Naoki
2022-04-04
2
-3/+14
*
bpo-46126: Restore 'descriptions' when running tests internally. (GH-32128)
Jason R. Coombs
2022-04-03
1
-5/+1
*
bpo-23689: re module, fix memory leak when a match is terminated by a signal ...
Ma Lin
2022-04-03
1
-2/+26
*
bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285)
Christian Heimes
2022-04-03
1
-2/+6
*
bpo-47152: Convert the re module into a package (GH-32177)
Serhiy Storchaka
2022-04-02
3
-7/+33
*
bpo-40280: Enable most file-at() and nanosleep APIs again (GH-32238)
Christian Heimes
2022-04-02
1
-1/+9
*
bpo-40280: Detect if WASM platform supports threading (GH-32243)
Christian Heimes
2022-04-02
2
-1/+31
*
bpo-47131: Speedup AST comparisons in test_unparse by using node traversal (G...
Jeremy Kloth
2022-04-02
1
-1/+37
*
bpo-40280: Emscripten fork_exec now fails early (GH-32224)
Christian Heimes
2022-04-01
1
-5/+5
*
bpo-47089: Avoid test_compileall failures on Windows (GH-32037)
Jeremy Kloth
2022-04-01
1
-48/+36
*
bpo-47186: Replace JUMP_IF_NOT_EXC_MATCH by CHECK_EXC_MATCH + jump (GH-32231)
Irit Katriel
2022-04-01
1
-42/+43
*
bpo-47167: Allow overriding a future compliance check in asyncio.Task (GH-32197)
Andrew Svetlov
2022-04-01
1
-1/+9
*
bpo-40421: Add missing getters for frame object attributes to C-API. (GH-32114)
Mark Shannon
2022-03-31
1
-0/+20
*
bpo-47182: Fix crash by named unicode characters after interpreter reinitiali...
Christian Heimes
2022-03-31
1
-0/+5
*
bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD (GH...
Irit Katriel
2022-03-31
2
-7/+7
*
bpo-46566: Make test_launcher more robust to a variety of installs (GH-32204)
Steve Dower
2022-03-30
1
-6/+32
*
Replace with_traceback() with exception chaining and reraising (GH-32074)
Oleg Iarygin
2022-03-30
1
-1/+1
*
bpo-39622: Interrupt the main asyncio task on Ctrl+C (GH-32105)
Andrew Svetlov
2022-03-30
1
-1/+58
*
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade
2022-03-30
1
-2/+2
*
bpo-26120: do not exclude __future__ import in pydoc of the __future__ module...
Irit Katriel
2022-03-29
1
-0/+17
*
bpo-35859: Fix a few long-standing bugs in re engine (GH-12427)
Ma Lin
2022-03-29
1
-0/+69
*
bpo-46566: Add new py.exe launcher implementation (GH-32062)
Steve Dower
2022-03-28
1
-0/+423
*
bpo-47129: Add more informative messages to f-string syntax errors (32127)
Maciej Górski
2022-03-28
1
-11/+29
*
bpo-26120: make pydoc exclude __future__ imports from the data block of the m...
Irit Katriel
2022-03-28
1
-0/+2
*
bpo-45171: Remove tests of deprecated logger.warn(). (GH-32139)
Jouke Witteveen
2022-03-27
1
-3/+0
*
bpo-45171: Fix stacklevel handling in logging. (GH-28287)
Jouke Witteveen
2022-03-27
1
-1/+12
*
bpo-43224: Implement PEP 646 grammar changes (GH-31018)
Matthew Rahtz
2022-03-26
5
-5/+556
*
bpo-47062: Rename factory argument to loop_factory (GH-32113)
Andrew Svetlov
2022-03-25
1
-1/+1
*
bpo-43352: Add a Barrier object in asyncio lib (GH-24903)
Duprat
2022-03-25
1
-2/+576
*
bpo-47118: Fix asyncio.Runner tests error (32117)
Andrew Svetlov
2022-03-25
1
-1/+1
*
bpo-47062: Implement asyncio.Runner context manager (GH-31799)
Andrew Svetlov
2022-03-24
1
-0/+133
*
bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH...
Andrew Svetlov
2022-03-23
1
-47/+18
*
bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH...
Christian Heimes
2022-03-23
1
-0/+4
*
bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel()...
Andrew Svetlov
2022-03-23
3
-15/+59
*
bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)
Daniël van Noord
2022-03-22
1
-0/+16
*
bpo-45150: Fix testing under FIPS mode (GH-32046)
Christian Heimes
2022-03-22
1
-0/+5
*
bpo-42885: Optimize search for regular expressions starting with "\A" or "^" ...
Serhiy Storchaka
2022-03-22
1
-0/+15
*
bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910)
Andrew Svetlov
2022-03-22
1
-0/+25
[next]