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
*
gh-66543: Add mimetypes.guess_file_type() (GH-117258)
Serhiy Storchaka
2024-05-06
1
-22/+57
*
gh-111201: Use a more common constant in completion tests in test_pyrepl (#11...
Pablo Galindo Salgado
2024-05-06
1
-2/+7
*
gh-111201: Fix event queue tests for pyrepl (#118635)
Lysandros Nikolaou
2024-05-06
1
-14/+21
*
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Serhiy Storchaka
2024-05-06
4
-7/+29
*
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado
2024-05-05
2
-2/+931
*
gh-117389: Fix `test_compileall.EncodingTest` (#117390)
Nikita Sobolev
2024-05-05
1
-8/+14
*
Fix negative bandwidth test and add online code path test. (gh-118600)
Raymond Hettinger
2024-05-05
1
-6/+22
*
GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)
Tian Gao
2024-05-05
2
-65/+143
*
gh-101137: Add `text/x-rst` to `mimetypes` (#118593)
Nikita Sobolev
2024-05-05
1
-0/+1
*
Minor edit: Simplify and tighten the distribution test (gh-118585)
Raymond Hettinger
2024-05-05
1
-10/+11
*
gh-118131: Command-line interface for the `random` module (#118132)
Hugo van Kemenade
2024-05-05
1
-0/+43
*
gh-118164: Break a loop between _pydecimal and _pylong and optimize int to st...
Serhiy Storchaka
2024-05-05
1
-10/+21
*
gh-74929: Remove undesirable DECREF in PEP 667 implementation (#118583)
Tian Gao
2024-05-05
1
-0/+15
*
gh-118518: Allow perf to work without frame pointers (#112254)
Pablo Galindo Salgado
2024-05-05
1
-32/+114
*
gh-118164: str(10**10000) hangs if the C _decimal module is missing (#118503)
Tim Peters
2024-05-04
1
-1/+24
*
gh-118569: Add a test for dynamic PEP695 classes (#118570)
Nikita Sobolev
2024-05-04
1
-0/+25
*
GH-111744: Support opcode events in bdb (GH-111834)
Tian Gao
2024-05-04
2
-2/+14
*
gh-74929: Implement PEP 667 (GH-115153)
Tian Gao
2024-05-04
5
-30/+185
*
GH-118095: Use broader specializations of CALL in tier 1, for better tier 2 s...
Mark Shannon
2024-05-04
4
-6/+15
*
gh-113081: Print colorized exception just like built-in traceback in pdb (#11...
Tian Gao
2024-05-04
1
-1/+3
*
gh-111997: C-API for signalling monitoring events (#116413)
Irit Katriel
2024-05-04
1
-2/+181
*
gh-115532 Add kde_random() to the statistic module (#118210)
Raymond Hettinger
2024-05-04
1
-0/+80
*
gh-83856: Honor atexit for all multiprocessing start methods (GH-114279)
Tian Gao
2024-05-03
1
-0/+23
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
3
-25/+59
*
gh-118495: Skip test using threads after forking when running with TSAN (#118...
mpage
2024-05-03
1
-3/+2
*
gh-117514: Add `sys._is_gil_enabled()` function (#118514)
Sam Gross
2024-05-03
1
-0/+6
*
gh-118513: Fix sibling comprehensions with a name bound in one and global in ...
Carl Meyer
2024-05-03
1
-0/+14
*
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra
2024-05-03
4
-14/+374
*
gh-117953: Other Cleanups in the Extensions Machinery (gh-118206)
Eric Snow
2024-05-03
1
-7/+109
*
gh-118500: Add pdb support for zipapp (#118501)
Tian Gao
2024-05-02
2
-1/+26
*
gh-117657: Fix TSAN list set failure (#118260)
Dino Viehland
2024-05-02
1
-0/+80
*
gh-118413: Fix test_release_task_refs on free-threaded build (#118494)
Sam Gross
2024-05-02
1
-2/+1
*
gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (#118163)
infohash
2024-05-02
1
-0/+13
*
gh-105879: Add support for keyword arguments to eval and exec (#105885)
Raphael Gaschignard
2024-05-02
1
-0/+20
*
gh-82062: Fix support of parameter defaults on methods in extension modules (...
Sergey B Kirpichev
2024-05-02
1
-0/+7
*
gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)
Steve Dower
2024-05-02
2
-0/+47
*
gh-116180: Check the globals argument in PyRun_* C API (GH-116637)
NGRsoftlab
2024-05-02
1
-12/+24
*
gh-118216: Don't consider dotted `__future__` imports (#118267)
Crowthebird
2024-05-02
1
-0/+19
*
gh-118413: Temporarily skip `test_release_task_refs` in free-threaded builds ...
Sam Gross
2024-05-01
1
-0/+1
*
gh-118433: Temporarily skip `test_interrupt_main_subthread` in free-threaded ...
mpage
2024-05-01
1
-1/+2
*
gh-117225: Move colorize functionality to own internal module (#118283)
Hugo van Kemenade
2024-05-01
4
-89/+110
*
gh-110850: Add PyTime_TimeRaw() function (#118394)
Victor Stinner
2024-05-01
1
-8/+11
*
gh-116622: Android sysconfig updates (#118352)
Malcolm Smith
2024-05-01
1
-0/+20
*
gh-99730: urllib.request: Keep HEAD method on redirect (GH-99731)
Harmen Stoppels
2024-05-01
1
-0/+9
*
GH-115802: Use the GHC calling convention in JIT code (GH-118287)
Brandt Bucher
2024-05-01
1
-1/+1
*
gh-99180: Remove traceback anchors in return and assign statements that cover...
Pablo Galindo Salgado
2024-05-01
1
-28/+205
*
gh-116767: fix crash on 'async with' with many context managers (GH-118348)
Irit Katriel
2024-05-01
1
-4/+32
*
Test syntax error on comma-less tuple-style sequence patterns (#115485)
da-woods
2024-05-01
1
-0/+8
*
GH-117881: fix athrow().throw()/asend().throw() concurrent access (GH-117882)
Thomas Grainger
2024-05-01
1
-2/+197
*
gh-118201: Accomodate flaky behavior of `os.sysconf` on iOS (GH-118453)
Russell Keith-Magee
2024-05-01
2
-1/+3
[next]