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-118507 : Refactor `nt._path_is*` to improve applicability for other cases ...
Miss Islington (bot)
2024-05-22
2
-341/+414
*
[3.13] gh-119049: Fix incorrect display of warning which is constructed by C ...
Miss Islington (bot)
2024-05-17
1
-0/+10
*
gh-118486: Simplify test_win32_mkdir_700 to check the exact ACL (GH-119056)
Miss Islington (bot)
2024-05-15
1
-1/+1
*
[3.13] gh-118998: Handle errors correctly in `tmtotuple` in `timemodule` (GH-...
Miss Islington (bot)
2024-05-13
1
-10/+17
*
[3.13] gh-118895: Call PyType_Ready() on typing.NoDefault (GH-118897) (#118914)
Miss Islington (bot)
2024-05-10
1
-0/+3
*
gh-118209: Add Windows structured exception handling to mmap module (GH-118213)
Miss Islington (bot)
2024-05-10
1
-48/+328
*
[3.13] Revert "gh-115432: Add critical section variant that handles a NULL ob...
Miss Islington (bot)
2024-05-09
1
-9/+0
*
gh-118773: Use language-invariant SDDL string instead of aliases for ACLs. (G...
Miss Islington (bot)
2024-05-09
1
-154/+22
*
[3.13] gh-117657: Acquire a critical section around `SemLock.__{enter,exit}__...
Miss Islington (bot)
2024-05-09
2
-4/+14
*
gh-118671: Updated dead ActiveState links (#118730)
trag1c
2024-05-08
1
-1/+1
*
bpo-115773: Use the right variable name based on the field we are trying read...
Abhinav Upadhyay
2024-05-07
1
-2/+2
*
gh-66410: Do not stringify arguments of Tkinter callback (GH-98592)
Serhiy Storchaka
2024-05-07
2
-11/+14
*
gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (GH-118320)
Youfu Zhang
2024-05-07
1
-0/+7
*
gh-112075: use per-thread dict version pool (#118676)
Dino Viehland
2024-05-07
1
-1/+13
*
gh-118527: Intern code consts in free-threaded build (#118667)
Sam Gross
2024-05-07
1
-0/+12
*
gh-71592: Fix a leak in tkinter.Tk destructor when _debug is true (GH-118664)
Serhiy Storchaka
2024-05-06
1
-0/+1
*
gh-118362: Fix thread safety around lookups from the type cache in the face o...
Dino Viehland
2024-05-06
4
-6/+8
*
gh-71592: Add ability to trace Tcl commands executed by Tkinter (GH-118291)
Serhiy Storchaka
2024-05-06
2
-2/+175
*
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...
Petr Viktorin
2024-05-06
13
-15/+15
*
gh-95382: Improve performance of json encoder with indent (GH-118105)
Pieter Eendebak
2024-05-06
1
-40/+96
*
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado
2024-05-05
1
-5/+16
*
gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)
Victor Stinner
2024-05-05
2
-5/+12
*
gh-109617: fix ncurses incompatibility on macOS with Xcode 15 (#111258)
Davide Rizzo
2024-05-04
1
-4/+13
*
gh-111997: C-API for signalling monitoring events (#116413)
Irit Katriel
2024-05-04
4
-1/+512
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
102
-32/+200
*
gh-101732: Modules/_ssl.c: use Y2038 compatible openssl function when availab...
Alexander Kanavin
2024-05-03
1
-0/+4
*
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra
2024-05-03
1
-0/+3
*
gh-117953: Other Cleanups in the Extensions Machinery (gh-118206)
Eric Snow
2024-05-03
1
-1/+167
*
gh-118486: Switch mkdir(mode=0o700) on Windows to use OWNER RIGHTS instead of...
Steve Dower
2024-05-02
1
-3/+16
*
gh-93502: Add new C-API functions to trace object creation and destruction (#...
Pablo Galindo Salgado
2024-05-02
1
-0/+84
*
gh-82062: Fix support of parameter defaults on methods in extension modules (...
Sergey B Kirpichev
2024-05-02
1
-0/+10
*
gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)
Steve Dower
2024-05-02
1
-2/+156
*
gh-110850: Add PyTime_TimeRaw() function (#118394)
Victor Stinner
2024-05-01
1
-0/+60
*
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum
2024-05-01
2
-1/+18
*
gh-118422: Fix run_fileexflags() test (#118429)
Victor Stinner
2024-04-30
1
-7/+6
*
gh-118218: Reuse return tuple in itertools.pairwise (GH-118219)
Shantanu
2024-04-30
1
-2/+32
*
gh-118406: Add signature for sqlite3.Connection objects (#118428)
Erlend E. Aasland
2024-04-30
1
-0/+7
*
gh-118332: Fix deadlock involving stop the world (#118412)
Sam Gross
2024-04-30
2
-1/+87
*
gh-118379: Use PyTuple_Pack instead of Py_BuildValue if possible (GH-118381)
Nice Zombies
2024-04-30
5
-7/+7
*
gh-118402: Fix inspect.signature() for functools.cmp_to_key() result (GH-118427)
Serhiy Storchaka
2024-04-30
1
-0/+12
*
gh-117783: Immortalize objects that use deferred reference counting (#118112)
Sam Gross
2024-04-29
1
-0/+22
*
gh-118285: Fix signatures of operator.{attrgetter,itemgetter,methodcaller} in...
Serhiy Storchaka
2024-04-29
1
-0/+15
*
gh-115119: Detect _decimal dependencies using pkg-config (#115406)
Erlend E. Aasland
2024-04-29
1
-1/+13
*
gh-118293: Suppress mouse cursor feedback when launching Windows processes wi...
Henrik Tunedal
2024-04-28
1
-0/+48
*
gh-110693: Pending Calls Machinery Cleanups (gh-118296)
Eric Snow
2024-04-26
2
-32/+84
*
gh-117578: Introduce _PyType_GetModuleByDef2 private function (GH-117661)
neonene
2024-04-25
1
-5/+3
*
gh-102511: Speed up os.path.splitroot() with native helpers (GH-118089)
Nice Zombies
2024-04-25
2
-1/+103
*
gh-117968: Make the test for closed file more safe in the C API tests (GH-118...
Serhiy Storchaka
2024-04-25
1
-2/+4
*
gh-117786: Fix venv created from Windows Store install by restoring __PYVENV_...
Steve Dower
2024-04-24
1
-10/+14
*
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow
2024-04-24
5
-9/+10
[next]