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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-111201: Allow pasted code to contain multiple statements in the REPL (#118...
Pablo Galindo Salgado
2024-05-07
6
-9/+33
*
bpo-115773: Use the right variable name based on the field we are trying read...
Abhinav Upadhyay
2024-05-07
1
-2/+2
*
gh-118682: Revert forcing str commands, allow class commands in pyrepl (#118709)
Lysandros Nikolaou
2024-05-07
2
-3/+16
*
gh-118660: Add second type parameter to (Async)ContextManager (#118681)
Jelle Zijlstra
2024-05-07
4
-7/+42
*
Remove Python 3.5 hardcoded version in the tutorial appendix (GH-117612)
Kerim Kabirov
2024-05-07
1
-2/+2
*
gh-111201: Allow bracketed paste to work (GH-118700)
Pablo Galindo Salgado
2024-05-07
4
-0/+61
*
Remove several unused imports in `_pyrepl` (#118668)
Nikita Sobolev
2024-05-07
2
-3/+0
*
gh-66410: Do not stringify arguments of Tkinter callback (GH-98592)
Serhiy Storchaka
2024-05-07
7
-25/+60
*
gh-118090: Improve error message for empty type param brackets (GH-118091)
Nikita Sobolev
2024-05-07
4
-800/+1016
*
gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#...
Hugo van Kemenade
2024-05-07
8
-20/+20
*
gh-118310: Fix documentation for `enum.Enum.__new__` (GH-118311)
Momo Eissenhauer
2024-05-07
1
-5/+7
*
gh-109653: What's new: Note improved import times for several stdlib modules ...
Alex Waygood
2024-05-07
1
-0/+9
*
gh-118418: Deprecate failing to pass a value to the *type_params* parameter o...
Alex Waygood
2024-05-07
3
-11/+61
*
gh-118119: Re-use `sep` in `posixpath.expanduser()` (GH-118120)
Nice Zombies
2024-05-07
1
-5/+2
*
gh-118650: Exclude `_repr_*` methods from Enum's _sunder_ reservation (GH-118...
chrysn
2024-05-07
2
-1/+6
*
gh-109975: Update 'What's New in Python 3.13' for beta (#118694)
Hugo van Kemenade
2024-05-07
6
-14/+11
*
Fix several typos in documentation (GH-118625)
Xie Yanbo
2024-05-07
3
-4/+4
*
gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (GH-118320)
Youfu Zhang
2024-05-07
3
-0/+23
*
gh-117657: Use clang 18 in TSAN builds (GH-118533)
mpage
2024-05-07
1
-1/+8
*
Fix typo inaccuracy in _bootstrap_external.py (GH-118619)
wim glenn
2024-05-07
1
-1/+1
*
gh-62090: Simplify argparse usage formatting (GH-105039)
Ali Hamdan
2024-05-07
3
-72/+164
*
gh-118107: Fix zipimporter ZIP64 handling. (GH-118108)
John Sirois
2024-05-07
7
-3/+128
*
Update macOS installer screens and README for 3.13.0b1 (GH-118685)
Ned Deily
2024-05-07
3
-45/+11
*
gh-118414: Fix assertion in YIELD_VALUE when tracing lines or instrs (#118683)
Tian Gao
2024-05-07
5
-3/+21
*
gh-117953: Always Run Extension Init Func in Main Interpreter First (gh-118157)
Eric Snow
2024-05-07
4
-69/+216
*
gh-117953: Imply Single-phase Init if the Init Function Fails (gh-118684)
Eric Snow
2024-05-07
1
-0/+7
*
gh-116322: Enable the GIL while loading C extension modules (#118560)
Brett Simmers
2024-05-07
9
-32/+352
*
Docs: add whatsnew for free-threading (#118679)
Sam Gross
2024-05-07
1
-0/+46
*
gh-110209: Add __class_getitem__ for generator and coroutine (#110212)
James Hilton-Balfe
2024-05-07
3
-1/+5
*
GH-116380: Revert move of pathlib globbing code to `pathlib._glob` (#118678)
Barney Gale
2024-05-07
4
-337/+331
*
gh-112075: use per-thread dict version pool (#118676)
Dino Viehland
2024-05-07
5
-3/+70
*
gh-118527: Intern code consts in free-threaded build (#118667)
Sam Gross
2024-05-07
14
-18/+375
*
gh-118473: Fix set_asyncgen_hooks not to be partially set when arguments are ...
Jeong, YunWon
2024-05-07
3
-9/+36
*
gh-118362: Skip tests when threading isn't available (#118666)
Dino Viehland
2024-05-06
3
-16/+16
*
gh-112075: Fix race in constructing dict for instance (#118499)
Dino Viehland
2024-05-06
4
-71/+216
*
GH-118251: Bump the JIT CI timeout to 90 minutes (#118661)
Brandt Bucher
2024-05-06
1
-1/+1
*
gh-117486: Improve behavior for user-defined AST subclasses (#118212)
Jelle Zijlstra
2024-05-06
6
-33/+94
*
fix typo in `_pyrepl.pager`: `plainpager` -> `plain_pager` (#118675)
denballakh
2024-05-06
1
-1/+1
*
Use Intel with 12 cores for free-threading tests for maximum speedup (#118677)
Łukasz Langa
2024-05-06
1
-2/+2
*
gh-118647: Add defaults to typing.Generator and typing.AsyncGenerator (#118648)
Jelle Zijlstra
2024-05-06
4
-9/+51
*
Test premium Mac builders (#118672)
Łukasz Langa
2024-05-06
3
-5/+5
*
gh-118527: Intern code name and filename on default build (#118576)
Sam Gross
2024-05-06
2
-4/+2
*
GH-115709: Invalidate executors when a local variable is changed via frame.f_...
Mark Shannon
2024-05-06
5
-4/+30
*
gh-118415: Fix issues with local tracing being enabled/disabled on a function...
Dino Viehland
2024-05-06
2
-59/+71
*
gh-118628: Don't display pyrepl warning on Windows (#118665)
Łukasz Langa
2024-05-06
1
-3/+7
*
gh-71592: Fix a leak in tkinter.Tk destructor when _debug is true (GH-118664)
Serhiy Storchaka
2024-05-06
1
-0/+1
*
gh-115119: Default to --with-system-libmpdec=yes (#118539)
Erlend E. Aasland
2024-05-06
6
-20/+116
*
GH-83151: Add closure support to pdb (GH-111094)
Tian Gao
2024-05-06
3
-2/+156
*
gh-118362: Fix thread safety around lookups from the type cache in the face o...
Dino Viehland
2024-05-06
18
-124/+437
*
gh-118518: Ensure that the code padding it's applied (#118654)
Pablo Galindo Salgado
2024-05-06
1
-1/+1
[prev]
[next]