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
*
bpo-46606: Reduce stack usage of getgroups and setgroups (GH-31073)
Inada Naoki
2022-02-22
1
-56/+23
*
bpo-45390: Propagate CancelledError's message from cancelled task to its awai...
Andrew Svetlov
2022-02-21
1
-23/+19
*
bpo-46541: Remove usage of _Py_IDENTIFIER from pyexpat (GH-31468)
Dong-hee Na
2022-02-21
1
-4/+8
*
bpo-46232: Fix parsing of certs with bit string in DN (GH-30351)
Christian Heimes
2022-02-20
1
-7/+19
*
bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397)
Yilei "Dolee" Yang
2022-02-18
1
-0/+5
*
bpo-46541: Remove usage of _Py_IDENTIFIER from array module (GH-31376)
Dong-hee Na
2022-02-17
2
-45/+139
*
bpo-46541: Remove usage of _Py_IDENTIFIER from mmap module (GH-31375)
Dong-hee Na
2022-02-16
1
-4/+1
*
bpo-46541: Replace _Py_IDENTIFIER with _Py_ID in sqlite3 (GH-31351)
Erlend Egeberg Aasland
2022-02-16
5
-39/+61
*
bpo-46541: Remove usage of _Py_IDENTIFIER from csv module (GH-31372)
Dong-hee Na
2022-02-16
1
-4/+10
*
bpo-46541: Remove usage of _Py_IDENTIFIER from dbms modules (GH-31358)
Dong-hee Na
2022-02-16
2
-6/+2
*
bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)
Guido van Rossum
2022-02-15
2
-1/+107
*
bpo-46728: fix docstring of combinations_with_replacement for consistency (GH...
DongGeon Lee
2022-02-15
2
-4/+4
*
bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022)
Cyril Jouve
2022-02-12
5
-31/+237
*
bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLPars...
Jacob Walls
2022-02-12
2
-5/+5
*
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin
2022-02-11
13
-23/+23
*
bpo-46323: Fix double-free issue for borrowed refs (GH-31272)
Dong-hee Na
2022-02-11
1
-1/+0
*
bpo-44953: Add vectorcall for itemgetter and attrgetter instances (GH-27828)
Dennis Sweeney
2022-02-10
1
-12/+78
*
bpo-46323: Allow alloca(0) for python callback function of ctypes (GH-31249)
Dong-hee Na
2022-02-10
1
-5/+1
*
bpo-46323: Reduce stack usage of ctypes python callback function. (GH-31224)
Dong-hee Na
2022-02-09
2
-27/+14
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
43
-334/+244
*
bpo-46323: Use PyObject_Vectorcall while calling ctypes callback function (GH...
Dong-hee Na
2022-02-08
1
-38/+40
*
bpo-46323 Fix ref leak if ctypes.CFuncPtr raises an error. (GH-31209)
Dong-hee Na
2022-02-08
1
-0/+1
*
bpo-46670: Fix #ifdef in sha3module.c (GH-31180)
Victor Stinner
2022-02-07
1
-1/+3
*
bpo-46670: Remove unused macros in the Modules directory (GH-31194)
Victor Stinner
2022-02-07
6
-14/+0
*
bpo-39277: Fix PY_TIMEOUT_MAX cast in _threadmodule.c (GH-31195)
Victor Stinner
2022-02-07
1
-1/+1
*
bpo-46323: _ctypes.CFuncPtr fails if _argtypes_ is too long (GH-31188)
Victor Stinner
2022-02-07
3
-10/+17
*
bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)
Zackery Spytz
2022-02-07
1
-0/+1
*
bpo-46670: Test if a macro is defined, not its value (GH-31178)
Victor Stinner
2022-02-07
5
-12/+12
*
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes
2022-02-05
4
-4/+14
*
closes bpo-46626: Expose IP_BIND_ADDRESS_NO_PORT socket option. (GH-31106)
Benjamin Peterson
2022-02-03
1
-0/+3
*
bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696)
Petr Viktorin
2022-02-02
2
-4/+52
*
bpo-45459: Add Py_buffer to limited API (GH-29991)
Christian Heimes
2022-02-02
1
-1/+51
*
Remove Python 3.3 compatibility code from overlapped.c (GH-31049)
Kumar Aditya
2022-02-02
1
-6/+0
*
bpo-46417: signal: move siginfo_type to the module state (GH-30964)
Victor Stinner
2022-01-27
1
-19/+20
*
bpo-40170: PyType_SUPPORTS_WEAKREFS() becomes a regular function (GH-30938)
Victor Stinner
2022-01-27
2
-3/+3
*
bpo-43853: Expand test suite for SQLite UDF's (GH-27642)
Erlend Egeberg Aasland
2022-01-26
2
-3/+14
*
bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851)
Christian Heimes
2022-01-26
1
-7/+0
*
bpo-29882: Fix portability bug introduced in GH-30774 (#30794)
Mark Dickinson
2022-01-23
1
-0/+1
*
bpo-46417: Clear _io module static objects at exit (GH-30807)
Victor Stinner
2022-01-22
1
-44/+93
*
bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)
Kumar Aditya
2022-01-22
1
-16/+2
*
bpo-46249: Move set lastrowid out of the sqlite3 query loop (GH-30489)
Erlend Egeberg Aasland
2022-01-22
1
-11/+11
*
bpo-46417: Add _PyType_GetSubclasses() function (GH-30761)
Victor Stinner
2022-01-21
1
-9/+9
*
bpo-30512: Add CAN Socket support for NetBSD (GH-30066)
Thomas Klausner
2022-01-21
2
-3/+7
*
bpo-46417: signal uses PyStructSequence_NewType() (GH-30735)
Victor Stinner
2022-01-21
1
-7/+9
*
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Victor Stinner
2022-01-21
1
-12/+10
*
bpo-46417: time module uses PyStructSequence_NewType() (GH-30734)
Victor Stinner
2022-01-21
1
-37/+81
*
bpo-46417: _thread uses PyStructSequence_NewType() (GH-30733)
Victor Stinner
2022-01-21
1
-12/+14
*
bpo-41857: mention timeout argument units in select.poll() and select.depoll(...
Zane Bitter
2022-01-20
2
-3/+15
*
bpo-46028: Calculate base_executable by resolving symlinks in a venv (GH-30144)
Steve Dower
2022-01-18
1
-1/+12
*
bpo-46361: Fix "small" `int` caching (GH-30583)
Brandt Bucher
2022-01-16
1
-0/+7
[next]