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
...
*
Revert "gh-104469 : Convert _testcapi/vectorcall_limited.c to use AC … (gh-...
Dong-hee Na
2023-08-14
2
-68/+4
*
gh-107938: Synchonise the signature of of sqlite3.connect and sqlite3.Connect...
Erlend E. Aasland
2023-08-14
3
-18/+61
*
gh-107880: Teach Argument Clinic to clone __init__ and __new__ methods (#107885)
Erlend E. Aasland
2023-08-13
2
-1/+201
*
Improve `_typing.__doc__` (#107908)
Nikita Sobolev
2023-08-13
1
-1/+1
*
gh-104469 : Convert _testcapi/vectorcall_limited.c to use AC (gh-107857)
nahyeon
2023-08-12
2
-4/+68
*
gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832)
Serhiy Storchaka
2023-08-11
2
-16/+30
*
gh-84805: Autogenerate signature for METH_NOARGS and METH_O extension functio...
Serhiy Storchaka
2023-08-11
1
-9/+55
*
GH-106485: Handle dict subclasses correctly when dematerializing `__dict__` (...
Mark Shannon
2023-08-10
1
-0/+36
*
gh-95065: Argument Clinic: Add functional tests of deprecated positionals (#1...
Erlend E. Aasland
2023-08-10
2
-1/+1233
*
gh-107689: Add docstring to `ctypes.Array` (#107697)
Kostya Farber
2023-08-10
1
-2/+12
*
GH-107812: extend `socket`'s netlink support to FreeBSD (gh-107813)
Mina Galić
2023-08-10
1
-0/+2
*
gh-91054: make code watcher tests resilient to other watchers (#107821)
Carl Meyer
2023-08-09
1
-3/+11
*
gh-107659: Add docstrings for ctypes.pointer and ctypes.POINTER (#107660)
Tomas R
2023-08-08
2
-5/+77
*
gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject() (GH-10...
Serhiy Storchaka
2023-08-07
1
-0/+41
*
gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)
Serhiy Storchaka
2023-08-07
5
-163/+1026
*
GH-84436: Skip refcounting for known immortals (GH-107605)
Brandt Bucher
2023-08-04
4
-9/+9
*
Add some GC stats to Py_STATS (GH-107581)
Mark Shannon
2023-08-04
1
-0/+18
*
gh-107609: Fix duplicate module check in Argument Clinic (#107610)
Erlend E. Aasland
2023-08-04
1
-2/+1
*
gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ER...
Pablo Galindo Salgado
2023-08-03
1
-0/+4
*
gh-107455: ctypes: Improve error messages when converting to an incompatible ...
Tomas R
2023-08-03
1
-9/+9
*
gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by th...
Irit Katriel
2023-08-01
1
-0/+9
*
gh-89013: Improve the performance of methodcaller (lazy version) (gh-107201)
Pieter Eendebak
2023-08-01
1
-23/+112
*
gh-46376: Return existing pointer when possible in ctypes (#107131)
Konstantin
2023-07-31
1
-0/+29
*
gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#106270)
Charlie Zhao
2023-07-30
1
-4/+28
*
gh-106881: Check for linux/limits.h before including it (#107397)
justdan6
2023-07-28
1
-1/+1
*
gh-106078: Isolate `decimal` module (#107287)
Charlie Zhao
2023-07-28
1
-182/+269
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
Eric Snow
2023-07-27
4
-31/+21
*
gh-104432: Use `memcpy()` to avoid misaligned loads (#104433)
Christopher Chavez
2023-07-27
2
-7/+25
*
gh-103731: Remove unneeded checks for TCL_WIDE_INT_TYPE (GH-103732)
Christopher Chavez
2023-07-27
1
-4/+0
*
gh-107279 Add `<stddef.h>` to `Modules/zlibmodule.c` to fix failing builds (#...
shailshouryya
2023-07-27
1
-0/+1
*
gh-103735: Tkinter: remove handling for uninteresting "procbody" Tcl value ty...
Christopher Chavez
2023-07-26
1
-6/+0
*
gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-106351)
Christopher Chavez
2023-07-25
1
-2/+3
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
48
-253/+261
*
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka
2023-07-25
25
-275/+78
*
gh-106320: Remove private _PyMem API (#107187)
Victor Stinner
2023-07-24
3
-15/+18
*
gh-106320: Remove private _PyDict C API (#107145)
Victor Stinner
2023-07-24
2
-3/+5
*
Docs: fix typo in os.pwrite docstring (#107087)
Jérôme Carretero
2023-07-23
2
-4/+4
*
gh-106320: Remove _PyBytes_Join() C API (#107144)
Victor Stinner
2023-07-23
1
-1/+2
*
gh-106320: Remove private _PyObject C API (#107147)
Victor Stinner
2023-07-23
3
-76/+81
*
gh-106320: Remove _PyIsSelectable_fd() C API (#107142)
Victor Stinner
2023-07-23
1
-0/+1
*
gh-107122: Add clear method to dbm.ndbm module (gh-107126)
Dong-hee Na
2023-07-23
2
-1/+56
*
gh-107122: Add clear method to dbm.gdbm.module (gh-107127)
Dong-hee Na
2023-07-23
2
-1/+55
*
gh-106320: Remove private _PyInterpreterID C API (#107053)
Victor Stinner
2023-07-22
3
-4/+4
*
gh-106320: Move private _PySet API to the internal API (#107041)
Victor Stinner
2023-07-22
2
-0/+2
*
gh-106320: Remove _PyOS_ReadlineTState API (#107034)
Victor Stinner
2023-07-22
1
-0/+3
*
gh-106320: Move _PyNone_Type to the internal C API (#107030)
Victor Stinner
2023-07-22
1
-0/+1
*
gh-106320: Move private _PyHash API to the internal C API (#107026)
Victor Stinner
2023-07-22
4
-1/+9
*
gh-106004: Add PyDict_GetItemRef() function (#106005)
Victor Stinner
2023-07-21
1
-0/+191
*
gh-47146: Fix reference counting in _testcapi.structmember initializer (GH-10...
Serhiy Storchaka
2023-07-21
1
-1/+1
*
gh-105481: do not auto-generate pycore_intrinsics.h (#106913)
Irit Katriel
2023-07-20
2
-1/+94
[prev]
[next]