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-101100: Improve docs on exception attributes (GH-113057)
Alex Waygood
2023-12-13
6
-67/+115
*
Use match/case in grouper() recipe (gh-113059)
Raymond Hettinger
2023-12-13
1
-8/+9
*
gh-76785: Fix CODEOWNERS (gh-113038)
Eric Snow
2023-12-13
1
-14/+7
*
gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959)
Diego Russo
2023-12-13
4
-207/+209
*
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
Steve Dower
2023-12-13
25
-44/+112
*
gh-112205: Support `@setter` annotation from AC (gh-112922)
Donghee Na
2023-12-13
9
-64/+262
*
Fix whitespace in generated code
Mark Shannon
2023-12-13
2
-9/+10
*
[pprint]: Add docstring about `PrettyPrinter.underscore_numbers` parameter (#...
Sequew
2023-12-13
1
-0/+3
*
gh-112962: in dis module, put cache information in the Instruction instead of...
Irit Katriel
2023-12-13
7
-46/+114
*
gh-101100: Fix Sphinx warning in references with asterisks (#113029)
Hugo van Kemenade
2023-12-13
22
-54/+56
*
gh-101336: Add keep_alive keyword arg for asyncio create_server() (#112485)
beavailable
2023-12-13
4
-0/+17
*
gh-112622: Pass name to loop create_task method (#112623)
Jamie
2023-12-13
3
-6/+7
*
gh-76785: Avoid Pickled TracebackException for Propagated Subinterpreter Exce...
Eric Snow
2023-12-13
3
-154/+90
*
gh-112989: asyncio: Reduce overhead to connect sockets with SelectorEventLoop...
J. Nick Koston
2023-12-13
2
-9/+6
*
gh-112723: Call `PyThreadState_Clear()` from the correct interpreter (#112776)
Sam Gross
2023-12-13
6
-55/+34
*
gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)
Eric Snow
2023-12-13
5
-16/+351
*
gh-112320: Implement on-trace confidence tracking for branches (#112321)
Guido van Rossum
2023-12-12
6
-3/+56
*
gh-113010: Don't decrement deferred in pystats (#113032)
Michael Droettboom
2023-12-12
1
-4/+0
*
gh-101100: Further improve docs on function attributes (#113001)
Alex Waygood
2023-12-12
2
-4/+7
*
GH-108866: Guarantee forward progress in executors. (GH-113006)
Mark Shannon
2023-12-12
7
-21/+19
*
gh-76785: Add Interpreter.prepare_main() (gh-113021)
Eric Snow
2023-12-12
6
-17/+146
*
gh-76785: More Fixes for test.support.interpreters (gh-113012)
Eric Snow
2023-12-12
13
-88/+1899
*
gh-76785: Fix test_threading on Non-Subinterpreter Builds (gh-113014)
Eric Snow
2023-12-12
1
-1/+1
*
gh-112999: Replace the outdated "deprecated" directives with "versionchanged"...
Serhiy Storchaka
2023-12-12
4
-18/+13
*
Update pre-commit to fix Sphinx Lint (#113015)
Hugo van Kemenade
2023-12-12
1
-2/+2
*
gh-76785: Fixes for test.support.interpreters (gh-112982)
Eric Snow
2023-12-12
30
-1507/+2506
*
gh-51944: fix type and missing addition in gh-112823 (#112996)
Ronald Oussoren
2023-12-12
1
-1/+4
*
GH-111485: Factor out tier 2 code generation from the rest of the interpreter...
Mark Shannon
2023-12-12
14
-974/+1391
*
gh-112970: Detect and use closefrom() when available (#112969)
Sam James
2023-12-12
5
-4/+14
*
gh-87286: Add a number of LOG_* constants to syslog (#24432)
Ronald Oussoren
2023-12-12
4
-18/+84
*
gh-112953: Rename idlelib/NEWS.txt to News3.txt and update (#112988)
Terry Jan Reedy
2023-12-12
3
-5/+17
*
gh-112983: Add the known magic value of 3495 for Python 3.11 bytecode (#112985)
wim glenn
2023-12-12
1
-0/+1
*
A smattering of cleanups in uop debug output and lltrace (#112980)
Guido van Rossum
2023-12-12
3
-10/+11
*
gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)
Sam Gross
2023-12-12
10
-12/+76
*
gh-112978: Remove redundant condition inside `take_gil` (gh-112979)
Yan Yanchii
2023-12-11
1
-5/+0
*
gh-71383: Update Tcl/Tk version in Windows to our patched build containing a ...
Steve Dower
2023-12-11
3
-4/+6
*
GH-83162: Rename re.error for better clarity. (#101677)
achhina
2023-12-11
10
-34/+53
*
gh-90350: Optimize builtin functions min() and max() (GH-30286)
colorfulappl
2023-12-11
2
-36/+46
*
gh-112529: Use atomic operations for `gcstate->collecting` (#112533)
Sam Gross
2023-12-11
1
-184/+168
*
gh-108303: Move `double_const` to `test_import` where it belongs (#112108)
Nikita Sobolev
2023-12-11
2
-3/+6
*
gh-112507: Detect Cygwin and MSYS with `uname` instead of `$OSTYPE` (GH-112508)
James Morris
2023-12-11
1
-8/+12
*
gh-111178: Avoid calling functions from incompatible pointer types in memoryo...
Christopher Chavez
2023-12-11
1
-61/+90
*
gh-94606: Fix error when message with Unicode surrogate not surrogateescaped ...
Sidney Markowitz
2023-12-11
4
-16/+49
*
gh-112898: warn about unsaved files when quitting IDLE on macOS (#112939)
Ronald Oussoren
2023-12-11
2
-1/+2
*
GH-111485: Factor out generation of uop IDs from cases generator. (GH-112877)
Mark Shannon
2023-12-11
8
-98/+368
*
Fix SyntaxWarning in test_syntax.py (GH-112944)
Anthony Sottile
2023-12-11
1
-1/+1
*
gh-112943: Correctly compute end offsets for multiline tokens in the tokenize...
Pablo Galindo Salgado
2023-12-11
5
-6/+25
*
gh-101100: Improve documentation on function attributes (#112933)
Alex Waygood
2023-12-11
14
-130/+159
*
GH-101986: Support translation for Limited/Unstable API & Stable ABI (#107680)
Adam Turner
2023-12-10
2
-10/+20
*
Doc: c-api: fix order of PyMemberDef fields (#112879)
Inada Naoki
2023-12-10
1
-4/+4
[prev]
[next]