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
*
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
9
-89/+39
*
gh-95382: Improve performance of json encoder with indent (GH-118105)
Pieter Eendebak
2024-05-06
1
-7/+7
*
gh-78955: Use user-selected color theme for Help => IDLE Doc (#9502)
Terry Jan Reedy
2024-05-06
2
-2/+7
*
Move pathlib implementation out of `__init__.py` (#118582)
Barney Gale
2024-05-05
4
-905/+910
*
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado
2024-05-05
27
-157/+5196
*
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
2
-9/+24
*
GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)
Tian Gao
2024-05-05
4
-66/+146
*
gh-101137: Add `text/x-rst` to `mimetypes` (#118593)
Nikita Sobolev
2024-05-05
2
-0/+2
*
gh-83505: Add markdown mimetype mapping (#17995)
Ryan Batchelder
2024-05-05
1
-0/+2
*
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
2
-1/+114
*
gh-118455: Fix mangle_from_ default value in email.policy.Policy.__doc__ (#11...
wim glenn
2024-05-05
1
-1/+1
*
gh-118164: Break a loop between _pydecimal and _pylong and optimize int to st...
Serhiy Storchaka
2024-05-05
2
-11/+66
*
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
2
-5/+39
*
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
3
-17/+71
*
fix comment typo in importlib (#118567)
wim glenn
2024-05-04
1
-1/+1
*
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
5
-64/+77
*
gh-113081: Print colorized exception just like built-in traceback in pdb (#11...
Tian Gao
2024-05-04
2
-2/+5
*
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
2
-3/+180
*
GH-116380: Move pathlib globbing implementation into `pathlib._glob` (#118562)
Barney Gale
2024-05-03
4
-309/+314
*
gh-83856: Honor atexit for all multiprocessing start methods (GH-114279)
Tian Gao
2024-05-03
4
-5/+33
*
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
6
-38/+454
*
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
3
-4/+73
*
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
2
-8/+25
*
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
2
-0/+12
*
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
*
docs: typo: tiny grammar change: "pointed by" -> "pointed to by" (#118411)
Andrew Zipperer
2024-05-02
3
-3/+3
*
gh-118413: Temporarily skip `test_release_task_refs` in free-threaded builds ...
Sam Gross
2024-05-01
1
-0/+1
*
gh-117607: Speedup os.path.relpath() (GH-117608)
Nice Zombies
2024-05-01
2
-12/+15
*
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
7
-180/+217
*
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
2
-4/+36
[next]