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-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
*
gh-100372: Use BIO_eof to detect EOF for SSL_FILETYPE_ASN1 (GH-100373)
David Benjamin
2023-03-24
1
-4/+6
*
GH-100989: remove annotation from docstring (GH-102991)
Raymond Hettinger
2023-03-24
1
-2/+2
*
GH-100989: Revert Improve the accuracy of collections.deque docstrings (GH-10...
Raymond Hettinger
2023-03-24
1
-24/+13
*
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Mark Shannon
2023-03-22
4
-47/+24
*
gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (#96932)
Benjamin Fogle
2023-03-22
1
-8/+28
*
gh-102027: Fix macro name (#102124)
Max Bachmann
2023-03-22
1
-1/+1
*
GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495)
David Benjamin
2023-03-22
1
-4/+10
*
gh-100989: Improve the accuracy of collections.deque docstrings (#100990)
Timo Ludwig
2023-03-22
1
-13/+24
*
GH-94808: Cover `PyOS_mystrnicmp` and `PyOS_mystricmp` (gh-102469)
Artem Mukhin
2023-03-22
4
-1/+65
*
gh-102839: remove AC for math.log (GH-102863)
Sergey B Kirpichev
2023-03-21
2
-65/+15
*
gh-94673: Isolate the _io module to Each Interpreter (gh-102663)
Eric Snow
2023-03-21
1
-8/+32
*
gh-98608: Stop Treating All Errors from _Py_NewInterpreterFromConfig() as Fat...
Eric Snow
2023-03-21
2
-4/+13
*
gh-102755: PyErr_DisplayException only in ABI >= 3.12. Tests cover PyErr_Disp...
Irit Katriel
2023-03-21
1
-3/+13
*
gh-102255: Use GetVersionEx instead of GetVersionExW to match argument type (...
Max Bachmann
2023-03-20
1
-1/+1
*
Add more comments to hypot() (GH-102817)
Raymond Hettinger
2023-03-18
1
-18/+12
*
Simplify and improve accuracy for subnormals in hypot() (GH-102785)
Raymond Hettinger
2023-03-17
1
-35/+28
*
gh-102755: Add PyErr_DisplayException(exc) (#102756)
Irit Katriel
2023-03-16
1
-10/+3
*
gh-99726: Improves correctness of stat results for Windows, and uses faster A...
Steve Dower
2023-03-16
1
-45/+146
*
gh-102192: remove redundant exception fields from ssl module socket (#102466)
Irit Katriel
2023-03-16
2
-23/+12
*
gh-102594: PyErr_SetObject adds note to exception raised on normalization err...
Irit Katriel
2023-03-16
1
-0/+21
[next]