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-99211: Point to except/except* on syntax errors when mixing them (GH-99215)
Lysandros Nikolaou
2022-11-20
3
-674/+718
*
gh-99201: fix IndexError when initializing sysconfig config variables
Filipe LaĆns
2022-11-19
2
-1/+8
*
Doc: Make functions.html readable again. (GH-99476)
Julien Palard
2022-11-19
1
-60/+60
*
gh-99284: [ctypes] remove `_use_broken_old_ctypes_structure_semantics_` (GH-...
Nikita Sobolev
2022-11-19
7
-27/+7
*
gh-85073: Add some missing links to source (GH-99363)
Stanley
2022-11-18
8
-0/+22
*
Doc: Replace question mark with fullstop (#99558)
Rafael Fontenelle
2022-11-18
1
-1/+1
*
Doc: Fix broken link to emscripten networking website (#99531)
Alexander Ryabov
2022-11-18
1
-1/+1
*
gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (...
Irit Katriel
2022-11-18
4
-5/+37
*
gh-99442: Fix handling in py.exe launcher when argv[0] does not include a fil...
Steve Dower
2022-11-18
3
-51/+44
*
GH-98831: Refactor and fix cases generator (#99526)
Guido van Rossum
2022-11-18
6
-308/+405
*
GH-99298: Clean up attribute specializations (GH-99398)
Brandt Bucher
2022-11-17
5
-57/+39
*
GH-98686: Get rid of BINARY_OP_GENERIC and COMPARE_OP_GENERIC (GH-99399)
Brandt Bucher
2022-11-17
8
-206/+161
*
Add a macro for "inlining" new frames (GH-99490)
Brandt Bucher
2022-11-17
3
-86/+28
*
Misc copyedits in docs on built-in types (GH-24466)
Adorilson Bezerra
2022-11-17
1
-10/+14
*
gh-93649: Split float/long tests from _testcapimodule.c (GH-99549)
Erlend E. Aasland
2022-11-17
9
-625/+677
*
gh-99377: Revert audit events for thread state creation and free, because the...
Steve Dower
2022-11-17
3
-39/+1
*
gh-99443: `descr_set_trampoline_call` return type should be `int` not `PyObje...
Hood Chatham
2022-11-16
1
-1/+1
*
Remove old comment (GH-99489)
Brandt Bucher
2022-11-16
1
-9/+0
*
gh-99370: Prefer LIBDIR from sysconfig when locating libpython for test (GH-9...
Steve Dower
2022-11-16
1
-1/+3
*
gh-93649: Split watcher API tests from _testcapimodule.c (#99532)
Erlend E. Aasland
2022-11-16
8
-616/+651
*
gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)
Eric Snow
2022-11-16
16
-48/+89
*
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner
2022-11-16
18
-74/+40
*
gh-99377: Add audit events for thread creation and clear (GH-99378)
Steve Dower
2022-11-16
7
-7/+117
*
gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)
Eric Snow
2022-11-16
9
-90/+82
*
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow
2022-11-16
24
-129/+240
*
gh-99518: Fix escape symbol in `test_enum` (#99519)
Nikita Sobolev
2022-11-16
1
-1/+1
*
gh-93649: Split memory and docstring tests from _testcapimodule.c (#99517)
Erlend E. Aasland
2022-11-16
7
-671/+767
*
gh-96269: static and shared ext need different deps (#96316)
Christian Heimes
2022-11-16
2
-5/+10
*
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99513)
Victor Stinner
2022-11-16
12
-44/+22
*
gh-98940: Fix Mac/Extras.install.py File filter bug (#98943)
zhangbo
2022-11-16
2
-4/+4
*
GH-98831: Implement basic cache effects (#99313)
Guido van Rossum
2022-11-16
4
-128/+202
*
Update Windows readme.txt to clarify Visual Studio required versions (GH-99522)
Ben Kuhn
2022-11-16
1
-1/+1
*
gh-99460 Emscripten trampolines on optimized METH_O and METH_NOARGS code path...
Hood Chatham
2022-11-15
2
-6/+6
*
gh-92647: [Enum] use final status to determine lookup or create (GH-99500)
Ethan Furman
2022-11-15
3
-7/+28
*
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow
2022-11-15
17
-168/+236
*
Merge the 3.12.0a2 release into main.
Thomas Wouters
2022-11-15
108
-3287/+3338
|
\
|
*
gh-99300: Use Py_NewRef() in Python/Python-ast.c (#99499)
Victor Stinner
2022-11-15
2
-144/+78
|
*
gh-93649: Split pytime and datetime tests from _testcapimodule.c (#99494)
Erlend E. Aasland
2022-11-15
7
-678/+744
|
*
gh-99370: fix test_zippath_from_non_installed_posix (GH-99483)
Kai Zhang
2022-11-15
1
-51/+60
|
*
GH-99205: remove `_static` field from `PyThreadState` and `PyInterpreterState...
Kumar Aditya
2022-11-15
4
-18/+6
|
*
gh-81057: Move the Remaining Import State Globals to _PyRuntimeState (gh-99488)
Eric Snow
2022-11-14
4
-12/+30
|
*
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...
Steve Dower
2022-11-14
4
-0/+20
|
*
gh-93649: Split getargs tests from _testcapimodule.c (#99346)
Erlend E. Aasland
2022-11-14
6
-832/+929
|
*
gh-81057: Move Global Variables Holding Objects to _PyRuntimeState. (gh-99487)
Eric Snow
2022-11-14
10
-55/+66
|
*
GH-98219: reduce sleep time in `asyncio` subprocess test (#99464)
Kumar Aditya
2022-11-14
1
-1/+1
|
*
GH-99388: add `loop_factory` parameter to `asyncio.run` (#99462)
Kumar Aditya
2022-11-14
5
-6/+29
|
*
gh-99300: Use Py_NewRef() in PC/ directory (#99479)
Victor Stinner
2022-11-14
2
-6/+3
|
*
gh-99300: Use Py_NewRef() in Doc/ directory (#99480)
Victor Stinner
2022-11-14
3
-33/+15
|
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99473)
Victor Stinner
2022-11-14
7
-97/+54
|
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99469)
Victor Stinner
2022-11-14
10
-130/+66
[next]