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-99537: Use Py_SETREF(var, NULL) in C code (#99687)
Victor Stinner
2022-11-23
22
-87/+44
*
gh-99619: fix error in documentation of ExceptionGroup.derive() (GH-99621)
Irit Katriel
2022-11-23
1
-6/+27
*
GH-95283: Add note about compilers in Mac/README.txt (#99506)
Ronald Oussoren
2022-11-23
1
-0/+13
*
GH-98831: Add `macro` and `op` and their implementation to DSL (#99495)
Guido van Rossum
2022-11-23
7
-135/+325
*
gh-99300: Replace Py_INCREF() with Py_NewRef() in _elementtree.c (#99696)
Victor Stinner
2022-11-22
1
-69/+36
*
gh-99650 : Updated argparse docs (GH-99653)
ram vikram singh
2022-11-22
1
-1/+1
*
gh-88226: Emit TARGET labels in Python/ceval.c when debugging, even if comput...
Skip Montanaro
2022-11-22
2
-4/+24
*
gh-99146 struct module documentation should have more predictable examples/wa...
Skip Montanaro
2022-11-22
1
-76/+206
*
Update Visual Studio solution to build all extension modules on F5 (GH-99667)
Steve Dower
2022-11-22
1
-0/+44
*
gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)
Charles Machalow
2022-11-22
15
-24/+182
*
gh-99645: Fix a bug in handling class cleanups in unittest.TestCase (GH-99646)
Serhiy Storchaka
2022-11-22
3
-5/+35
*
gh-93937: Document PyFrame_Check and PyFrame_Type (GH-99695)
Petr Viktorin
2022-11-22
1
-0/+18
*
gh-88863: Clear ref cycles to resolve leak when asyncio.open_connection raise...
Dong Uk, Kang
2022-11-22
4
-14/+38
*
gh-99537: Use Py_CLEAR() function in C code (#99686)
Victor Stinner
2022-11-22
2
-12/+5
*
gh-99537: Use Py_SETREF() function in C code (#99656)
Victor Stinner
2022-11-22
20
-89/+37
*
gh-99537: Use Py_SETREF() function in C code (#99657)
Victor Stinner
2022-11-22
19
-76/+34
*
gh-91053: Add an optional callback that is invoked whenever a function is mod...
mpage
2022-11-22
9
-0/+524
*
gh-99537: Use Py_SETREF() function in longobject C code (#99655)
Victor Stinner
2022-11-22
2
-57/+28
*
gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422)
Batuhan Taskaya
2022-11-22
3
-0/+20
*
GH-92892: Add section about variadic functions to ctypes documentation (#99529)
Ronald Oussoren
2022-11-22
2
-0/+21
*
GH-97001: Release GIL in termios extension (#99503)
Ronald Oussoren
2022-11-22
2
-12/+77
*
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...
Petr Viktorin
2022-11-22
19
-345/+667
*
gh-99662: fix typo in typing.TypeVarTuple docs (#99672)
GabrielAnguita
2022-11-22
1
-1/+1
*
gh-99659: Use correct exceptions in sqlite3 bigmem tests (#99660)
Łukasz Langa
2022-11-21
2
-4/+7
*
gh-98629: Fixes sys._git and sys.version creation on Windows (GH-99664)
Steve Dower
2022-11-21
2
-1/+2
*
gh-96002: Add functional test for Argument Clinic (#96178)
colorfulappl
2022-11-21
12
-1/+3695
*
Add more details in test_unittest (GH-99626)
Serhiy Storchaka
2022-11-21
2
-35/+67
*
gh-99578: Fix refleak in _imp.create_builtin() (#99642)
Victor Stinner
2022-11-21
3
-1/+35
*
GH-95815: Document less specific error for os.remove (#99571)
Ronald Oussoren
2022-11-21
1
-1/+1
*
gh-99337: Fix compile errors with gcc 12 on macOS (#99470)
Ronald Oussoren
2022-11-21
7
-9/+54
*
gh-90994: Improve error messages upon call arguments syntax errors (GH-96893)
Lysandros Nikolaou
2022-11-20
4
-1149/+1427
*
gh-99581: Fix a buffer overflow in the tokenizer when copying lines that fill...
Pablo Galindo Salgado
2022-11-20
3
-1/+25
*
gh-61460: Add a comment describing the multiprocessing.connection protocol (g...
Gregory P. Smith
2022-11-20
1
-0/+68
*
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
[prev]
[next]