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
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-96954: Fix `make regen-unicodedata` in out-of-tree builds (#112118)
Miro HronĨok
2023-11-15
2
-2/+2
*
gh-111789: Use PyDict_GetItemRef() in Modules/_asynciomodule.c (GH-112072)
Serhiy Storchaka
2023-11-15
1
-6/+2
*
gh-112062: Make `_struct` module thread-safe in `--disable-gil` builds (#112094)
Radislav Chugunov
2023-11-15
1
-7/+6
*
gh-111545: Test PyHash_GetFuncDef() function (#112098)
Victor Stinner
2023-11-15
4
-1/+61
*
gh-111995: Add getnameinfo extension flag (#111994)
adder32
2023-11-15
1
-0/+3
*
gh-111942: Fix SystemError in the TextIOWrapper constructor (#112061)
Serhiy Storchaka
2023-11-14
1
-2/+6
*
gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976)
Serhiy Storchaka
2023-11-14
1
-3/+36
*
gh-111262: Add PyDict_Pop() function (#112028)
Victor Stinner
2023-11-14
4
-27/+105
*
gh-111903: Add `@critical_section` directive to Argument Clinic. (#111904)
Sam Gross
2023-11-14
2
-3/+11
*
gh-111789: Use PyDict_GetItemRef() in _ctypes (GH-111828)
Serhiy Storchaka
2023-11-14
2
-78/+61
*
gh-107149: make new opcode util functions private rather than public and unst...
Irit Katriel
2023-11-14
1
-17/+18
*
gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)
Victor Stinner
2023-11-13
1
-0/+21
*
gh-111928: make "memo" dict local to scan_once call (gh-112005)
AN Long
2023-11-13
1
-23/+19
*
gh-111777: Fix assertion errors on incorrectly still-tracked GC object destru...
T. Wouters
2023-11-12
1
-1/+3
*
Fix undefined behaviour in datetime.time.fromisoformat() (#111982)
T. Wouters
2023-11-11
1
-1/+1
*
gh-111789: Simplify the sqlite code (GH-111829)
Serhiy Storchaka
2023-11-10
2
-17/+6
*
Add private _PyUnicode_AsUTF8NoNUL() function (GH-111957)
Serhiy Storchaka
2023-11-10
2
-13/+2
*
gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH...
Serhiy Storchaka
2023-11-10
1
-1/+6
*
gh-111569: Fix critical sections test on WebAssembly (GH-111897)
Sam Gross
2023-11-09
1
-0/+4
*
gh-111835: Add seekable method to mmap.mmap (gh-111852)
Donghee Na
2023-11-09
1
-7/+14
*
GH-111804: Drop posix.fallocate() under WASI (GH-111869)
Brett Cannon
2023-11-09
2
-5/+8
*
gh-111569: Implement Python critical section API (gh-111571)
Sam Gross
2023-11-08
4
-1/+218
*
Remove redundant check in dbm.open() (GH-111844)
Serhiy Storchaka
2023-11-08
1
-5/+0
*
gh-111495: Add tests for PyList C API (#111562)
Kalyan
2023-11-08
1
-1/+179
*
socket: Update generated AC code (#111853)
Jelle Zijlstra
2023-11-08
1
-2/+7
*
gh-111662: Update socket module to use AC for optimizing performance (gh-111661)
Bogdan Romanyuk
2023-11-08
2
-69/+223
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
27
-154/+789
*
gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out o...
Masayuki Moriyama
2023-11-06
1
-3/+6
*
gh-111495: Add tests for PyComplex C API (GH-111591)
Sergey B Kirpichev
2023-11-05
1
-0/+92
*
gh-111495: Add tests for PyFloat C API (GH-111624)
Sergey B Kirpichev
2023-11-05
1
-0/+74
*
gh-110395: invalidate open kqueues after fork (#110517)
Davide Rizzo
2023-11-04
1
-7/+137
*
gh-96954: use a directed acyclic word graph for storing the unicodedata codep...
CF Bolz-Tereick
2023-11-04
2
-30225/+17432
*
GH-110829: Ensure Thread.join() joins the OS thread (#110848)
Antoine Pitrou
2023-11-04
1
-55/+282
*
Add a fuzz target for `_elementtree.XMLParser._parse_whole` (#111477)
Brad Larsen
2023-11-03
59
-0/+620
*
gh-90026: support XATTRs on Cygwin (GH-105075)
Philippe Cerfon
2023-11-03
1
-3/+9
*
gh-108082: Remove _PyErr_WriteUnraisableMsg() (GH-111643)
Serhiy Storchaka
2023-11-03
5
-78/+16
*
gh-111482: Use Argument Clinic for clock_gettime() (#111641)
Victor Stinner
2023-11-02
2
-32/+139
*
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka
2023-11-02
5
-16/+12
*
gh-76785: Crossinterp utils additions (gh-111530)
Eric Snow
2023-11-01
1
-390/+29
*
gh-106718: Treat PyConfig.stdlib_dir as highest-priority setting for stdlib_d...
Yilei Yang
2023-11-01
1
-10/+14
*
Simplify trivial calls of PyUnicode_FromFormat() (GH-111605)
Serhiy Storchaka
2023-11-01
2
-2/+2
*
gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)
Victor Stinner
2023-11-01
25
-781/+151
*
gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496)
Serhiy Storchaka
2023-11-01
2
-0/+344
*
gh-111495: add stub files for C API test modules (GH-111586)
Sergey B Kirpichev
2023-11-01
11
-3/+169
*
gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584)
Victor Stinner
2023-11-01
10
-17/+17
*
gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)
Serhiy Storchaka
2023-10-31
1
-0/+25
*
gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)
Eric Snow
2023-10-30
4
-54/+56
*
gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455)
Serhiy Storchaka
2023-10-30
1
-0/+17
*
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross
2023-10-30
14
-0/+84
*
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland
2023-10-30
1
-0/+9
[next]