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-99113: Share the GIL via PyInterpreterState.ceval.gil (gh-104203)
Eric Snow
2023-05-05
1
-0/+1
*
gh-103533: Use PEP 669 APIs for cprofile (GH-103534)
Tian Gao
2023-05-05
1
-68/+184
*
GH-96803: Add three C-API functions to make _PyInterpreterFrame less opaque f...
Mark Shannon
2023-05-05
1
-1/+2
*
gh-64631: Test exception messages in cloned Argument Clinic funcs (#104167)
Erlend E. Aasland
2023-05-05
2
-1/+340
*
GH-103092: port `_asyncio` freelist to module state (#104196)
Kumar Aditya
2023-05-05
1
-27/+25
*
gh-104051: fix crash in test_xxtestfuzz with -We (#104052)
Irit Katriel
2023-05-05
1
-3/+10
*
gh-104190: fix ubsan crash (#104191)
sunmy2019
2023-05-05
1
-1/+1
*
gh-104106: Add gcc fallback of mkfifoat/mknodat for macOS (gh-104129)
Dong-hee Na
2023-05-05
1
-4/+12
*
gh-99593: Add tests for Unicode C API (part 2) (#99868)
Serhiy Storchaka
2023-05-04
2
-27/+480
*
gh-102500: Implement PEP 688 (#102521)
Jelle Zijlstra
2023-05-04
4
-2/+107
*
gh-96534: socketmodule: support FreeBSD divert(4) socket (#96536)
Gleb Smirnoff
2023-05-04
1
-0/+13
*
gh-103092: Port _ctypes.COMError to heap type (#104020)
Erlend E. Aasland
2023-05-04
3
-60/+47
*
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin
2023-05-04
5
-2/+478
*
gh-103968: Deprecate creating heap types whose metaclass has custom tp_new. (...
Petr Viktorin
2023-05-03
1
-1/+15
*
gh-104109: Expose Py_NewInterpreterFromConfig() in the Public C-API (gh-104110)
Eric Snow
2023-05-03
2
-6/+6
*
gh-94673: More Per-Interpreter Fields for Builtin Static Types (gh-103912)
Eric Snow
2023-05-03
2
-28/+4
*
gh-84436: Add integration C API tests for immortal objects (gh-103962)
Dong-hee Na
2023-05-02
4
-1/+52
*
gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744)
Jurica Bradarić
2023-05-02
2
-1/+117
*
gh-94673: Hide Objects in PyTypeObject Behind Accessors (gh-104074)
Eric Snow
2023-05-02
1
-3/+4
*
gh-94673: Properly Initialize and Finalize Static Builtin Types for Each Inte...
Eric Snow
2023-05-02
1
-6/+2
*
gh-87092: Expose assembler to unit tests (#103988)
Irit Katriel
2023-05-01
2
-2/+127
*
gh-97696: asyncio eager tasks factory (#102853)
Itamar Ostricher
2023-05-01
2
-21/+436
*
Fix typo in "expected" word in few source files (#104034)
chgnrdv
2023-05-01
1
-1/+1
*
gh-104028: Reduce object creation while calling callback function from gc (gh...
Dong-hee Na
2023-05-01
1
-1/+11
*
gh-103793: Defer formatting task name (#103767)
Itamar Ostricher
2023-04-29
1
-2/+11
*
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw
2023-04-28
1
-12/+0
*
GH-103944: Check error status when raising DeprecationWarning (#103949)
Paul Ganssle
2023-04-28
1
-12/+12
*
Fix typo in math.log docstring (#103943)
Wes Turner
2023-04-28
1
-1/+1
*
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow
2023-04-27
3
-14/+5
*
GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)
Paul Ganssle
2023-04-27
1
-0/+14
*
gh-102765: Update ntpath.isdir/isfile/islink/exists to use GetFileInformation...
Finn Womack
2023-04-27
1
-118/+191
*
gh-103583: Isolate CJK codec modules (#103869)
Erlend E. Aasland
2023-04-27
7
-205/+226
*
gh-103092: Isolate _ctypes, part 1 (#103893)
Erlend E. Aasland
2023-04-27
6
-195/+227
*
gh-89415: Add source-specific multicast constants to socket module (#103684)
Reese Hyde
2023-04-27
1
-0/+12
*
gh-103489: Add get/set config methods to sqlite3.Connection (#103506)
Erlend E. Aasland
2023-04-26
3
-1/+240
*
gh-103015: Add entrypoint keyword param to sqlite3.Connection.load_extension ...
Erlend E. Aasland
2023-04-26
2
-12/+70
*
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow
2023-04-24
1
-2/+10
*
gh-94518: Port 23-argument `_posixsubprocess.fork_exec` to Argument Clinic (#...
Oleg Iarygin
2023-04-24
2
-66/+255
*
gh-103091: Add PyUnstable_Type_AssignVersionTag (#103095)
Brett Simmers
2023-04-24
1
-0/+13
*
gh-103712: Increase the length of the type name in AttributeError messages (#...
Alex Gaynor
2023-04-24
1
-1/+1
*
gh-101408: PyObject_GC_Resize should calculate preheader size. (gh-101741)
Dong-hee Na
2023-04-23
1
-6/+7
*
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo
2023-04-22
1
-1/+14
*
gh-83861: Fix datetime.astimezone() method (GH-101545)
Alexander Belopolsky
2023-04-19
1
-2/+16
*
gh-103583: Add ref. dependency between multibytecodec modules (#103589)
Erlend E. Aasland
2023-04-19
3
-14/+58
*
gh-103583: Always pass multibyte codec structs as const (#103588)
Erlend E. Aasland
2023-04-19
2
-7/+7
*
gh-103617: Fix compiler warning in _iomodule.c (#103618)
Erlend E. Aasland
2023-04-19
1
-2/+3
*
gh-103583: Add codecs and maps to _codecs_* module state (#103540)
Erlend E. Aasland
2023-04-17
8
-94/+161
*
gh-103532: Remove TKINTER_PROTECT_LOADTK code (GH-103535)
Christopher Chavez
2023-04-14
3
-79/+0
*
gh-67230: add quoting rules to csv module (GH-29469)
Skip Montanaro
2023-04-12
1
-1/+15
*
gh-103092: Isolate `_collections` (#103093)
Erlend E. Aasland
2023-04-12
2
-278/+281
[next]