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-107091: Fix some uses of :c:member: role (GH-107129)
Serhiy Storchaka
2023-07-26
8
-14/+16
*
Document that `os.link()` is not available on Emscripten (GH-104822)
Roman Yurchak
2023-07-26
1
-1/+1
*
gh-107298: Fix doc references to undocumented modules (#107300)
Victor Stinner
2023-07-26
8
-13/+11
*
gh-106948: Update documentation nitpick_ignore for c:identifer domain (#107295)
Victor Stinner
2023-07-26
2
-3/+9
*
gh-107015: Remove async_hacks from the tokenizer (#107018)
Pablo Galindo Salgado
2023-07-26
20
-499/+404
*
gh-106149: Simplify stack depth calculation. Replace asserts by exceptions. (...
Irit Katriel
2023-07-26
4
-42/+91
*
gh-104683: Argument Clinic: Make most arguments to `Class` and `Function` req...
Alex Waygood
2023-07-26
1
-15/+10
*
gh-104050: Argument clinic: improve typing around `parse_arg()` methods (#107...
Alex Waygood
2023-07-26
1
-24/+24
*
gh-103735: Tkinter: remove handling for uninteresting "procbody" Tcl value ty...
Christopher Chavez
2023-07-26
1
-6/+0
*
gh-106368: Increase Argument Clinic CLI test coverage (#107277)
Erlend E. Aasland
2023-07-26
1
-3/+75
*
gh-104050: Argument clinic: annotate `post_parsing()` and `cleanup()` (#107225)
Alex Waygood
2023-07-25
1
-3/+7
*
gh-106939: document ShareableList nul-strip quirk. (#107266)
Gregory P. Smith
2023-07-25
1
-7/+37
*
gh-104050: Argument clinic: more misc typing improvements (#107264)
Alex Waygood
2023-07-25
1
-6/+11
*
gh-106185: Deduplicate `CPythonTracebackErrorCaretTests` in `test_traceback` ...
Nikita Sobolev
2023-07-25
1
-1/+1
*
gh-107082: Fix instruction size computation for ENTER_EXECUTOR (#107256)
Guido van Rossum
2023-07-25
1
-0/+7
*
gh-107226: PyModule_AddObjectRef() should only be in the limited API 3.10 (GH...
Serhiy Storchaka
2023-07-25
2
-0/+4
*
gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-106351)
Christopher Chavez
2023-07-25
2
-2/+5
*
gh-106004: PyDict_GetItemRef() should only be in the limited API 3.13 (GH-107...
Serhiy Storchaka
2023-07-25
1
-0/+2
*
gh-107249: Implement Py_UNUSED() for MSVC (#107250)
Victor Stinner
2023-07-25
2
-0/+11
*
gh-106739: Add `rtype_cache` to `warnings.warn` message when leaked objects f...
shailshouryya
2023-07-25
2
-3/+5
*
Remove unused internal _PyImport_GetModuleId() function (#107235)
Victor Stinner
2023-07-25
2
-12/+0
*
gh-105059: Fix MSCV compiler warning on PyObject union (#107239)
Victor Stinner
2023-07-25
1
-0/+11
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
78
-464/+472
*
gh-107237: Fix test_udp_reconnection() of test_logging (#107238)
Victor Stinner
2023-07-25
2
-4/+6
*
gh-105059: Use GCC/clang extension for PyObject union (#107232)
Victor Stinner
2023-07-25
1
-0/+5
*
gh-106996: Add a how-to section to the turtle documentation (#107153)
Daniele Procida
2023-07-25
1
-0/+114
*
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka
2023-07-25
29
-292/+84
*
gh-106774: Update bundled pip version to 23.2.1 (#106775)
Paul Moore
2023-07-25
3
-1/+2
*
gh-104050: Argument clinic: more misc typing coverage improvements (#107210)
Alex Waygood
2023-07-25
1
-11/+18
*
gh-104050: Argument clinic: improve typing around adding C converters (#107209)
Alex Waygood
2023-07-25
1
-7/+13
*
gh-107211: No longer export internal variables (#107218)
Victor Stinner
2023-07-25
6
-20/+26
*
gh-107211: No longer export internal functions (4) (#107217)
Victor Stinner
2023-07-25
13
-15/+29
*
gh-107211: No longer export internal functions (3) (#107215)
Victor Stinner
2023-07-25
7
-23/+30
*
gh-107211: No longer export internal functions (2) (#107214)
Victor Stinner
2023-07-25
10
-62/+69
*
gh-107211: No longer export internal functions (1) (#107213)
Victor Stinner
2023-07-25
10
-66/+67
*
gh-107211: Rename PySymtable_Lookup() to _PySymtable_Lookup() (#107212)
Victor Stinner
2023-07-25
3
-4/+4
*
gh-104050: Argument Clinic: Annotate `CRenderData.__init__` (#107207)
Alex Waygood
2023-07-24
1
-12/+12
*
gh-104050: Argument clinic: misc improvements to type annotation coverage (#1...
Alex Waygood
2023-07-24
1
-9/+15
*
gh-106149: move _PyCfg_BasicblockLastInstr and make it local to flowgraph.c (...
Irit Katriel
2023-07-24
2
-36/+34
*
gh-104050: Argument clinic: annotate `format_docstring()` (#107200)
Alex Waygood
2023-07-24
1
-7/+9
*
gh-106917: fix super classmethod calls to non-classmethods (#106977)
Carl Meyer
2023-07-24
5
-5/+51
*
gh-106727: Add `__module__` check for `inspect.getsource(cls)` (#106968)
Tian Gao
2023-07-24
2
-1/+30
*
gh-102304: Rename _Py_IncRefTotal_DO_NOT_USE_THIS() (#107193)
Victor Stinner
2023-07-24
2
-11/+6
*
gh-98608: Move PyInterpreterConfig to pylifecycle.h (#107191)
Victor Stinner
2023-07-24
2
-39/+39
*
gh-104050: Argument Clinic: annotate `main()` (#107192)
Alex Waygood
2023-07-24
1
-4/+5
*
GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (#107188)
Victor Stinner
2023-07-24
2
-17/+17
*
gh-106368: Increase Argument Clinic CLI test coverage (#107156)
Erlend E. Aasland
2023-07-24
1
-14/+176
*
gh-106320: Remove private _PyMem API (#107187)
Victor Stinner
2023-07-24
8
-35/+38
*
gh-106320: Remove private _PyUnicode C API (#107185)
Victor Stinner
2023-07-24
2
-36/+13
*
Thoroughly refactor the cases generator (#107151)
Guido van Rossum
2023-07-24
7
-1169/+1304
[next]