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-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
*
gh-103092: Isolate `socket` module (#103094)
Erlend E. Aasland
2023-04-09
2
-161/+234
*
gh-103242: Migrate SSLContext.set_ecdh_curve not to use deprecated APIs (#103...
Dong-hee Na
2023-04-08
1
-3/+8
*
gh-83004: Harden _socket init (GH-103261)
Erlend E. Aasland
2023-04-07
1
-537/+581
*
gh-103256: Fix hmac algorithm to support fallback implementation (gh-103286)
Dong-hee Na
2023-04-07
1
-1/+1
*
gh-101659: Add _Py_AtExit() (gh-103298)
Eric Snow
2023-04-06
4
-32/+164
*
gh-101659: Use the Raw Allocator in the _xxinterpchannels Module (gh-103287)
Eric Snow
2023-04-05
1
-22/+93
*
gh-103167: Fix `-Wstrict-prototypes` warnings by using `(void)` for functions...
Nikita Sobolev
2023-04-05
2
-3/+3
*
GH-75586: Make shutil.which() on Windows more consistent with the OS (GH-103179)
Charles Machalow
2023-04-04
2
-1/+62
*
Fix a compiler warning in _xxsubinterpretermodule.c (#103245)
T. Wouters
2023-04-04
1
-1/+1
*
gh-103092: Isolate `_pickle` module (#102982)
Erlend E. Aasland
2023-04-04
2
-664/+674
*
gh-100062: Remove error code tables from _ssl and err_names_to_codes (GH-100063)
David Benjamin
2023-04-03
2
-15/+0
*
GH-103182: use vectorcall in `_asyncio` instead of variadic calling APIs (#10...
Kumar Aditya
2023-04-03
1
-22/+17
*
fix typo in _ssl.c (GH-103192)
Ikko Eltociear Ashimine
2023-04-02
1
-1/+1
*
Add IPv6 into to the docstring for socket.getsockname (#102961)
Brian Haley
2023-03-30
1
-1/+2
*
Fix typos in faulthandler, testcapi error messages (#103020)
Liyang Zhang
2023-03-25
2
-3/+3
*
GH-102833: Mention the key function in the docstrings (GH-103009)
Raymond Hettinger
2023-03-25
2
-9/+25
[next]