summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* gh-103092: Isolate `socket` module (#103094)Erlend E. Aasland2023-04-092-161/+234
* gh-103242: Migrate SSLContext.set_ecdh_curve not to use deprecated APIs (#103...Dong-hee Na2023-04-081-3/+8
* gh-83004: Harden _socket init (GH-103261)Erlend E. Aasland2023-04-071-537/+581
* gh-103256: Fix hmac algorithm to support fallback implementation (gh-103286)Dong-hee Na2023-04-071-1/+1
* gh-101659: Add _Py_AtExit() (gh-103298)Eric Snow2023-04-064-32/+164
* gh-101659: Use the Raw Allocator in the _xxinterpchannels Module (gh-103287)Eric Snow2023-04-051-22/+93
* gh-103167: Fix `-Wstrict-prototypes` warnings by using `(void)` for functions...Nikita Sobolev2023-04-052-3/+3
* GH-75586: Make shutil.which() on Windows more consistent with the OS (GH-103179)Charles Machalow2023-04-042-1/+62
* Fix a compiler warning in _xxsubinterpretermodule.c (#103245)T. Wouters2023-04-041-1/+1
* gh-103092: Isolate `_pickle` module (#102982)Erlend E. Aasland2023-04-042-664/+674
* gh-100062: Remove error code tables from _ssl and err_names_to_codes (GH-100063)David Benjamin2023-04-032-15/+0
* GH-103182: use vectorcall in `_asyncio` instead of variadic calling APIs (#10...Kumar Aditya2023-04-031-22/+17
* fix typo in _ssl.c (GH-103192)Ikko Eltociear Ashimine2023-04-021-1/+1
* Add IPv6 into to the docstring for socket.getsockname (#102961)Brian Haley2023-03-301-1/+2
* Fix typos in faulthandler, testcapi error messages (#103020)Liyang Zhang2023-03-252-3/+3
* GH-102833: Mention the key function in the docstrings (GH-103009)Raymond Hettinger2023-03-252-9/+25
* gh-100372: Use BIO_eof to detect EOF for SSL_FILETYPE_ASN1 (GH-100373)David Benjamin2023-03-241-4/+6
* GH-100989: remove annotation from docstring (GH-102991)Raymond Hettinger2023-03-241-2/+2
* GH-100989: Revert Improve the accuracy of collections.deque docstrings (GH-10...Raymond Hettinger2023-03-241-24/+13
* GH-101291: Rearrange the size bits in PyLongObject (GH-102464)Mark Shannon2023-03-224-47/+24
* gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (#96932)Benjamin Fogle2023-03-221-8/+28
* gh-102027: Fix macro name (#102124)Max Bachmann2023-03-221-1/+1
* GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495)David Benjamin2023-03-221-4/+10
* gh-100989: Improve the accuracy of collections.deque docstrings (#100990)Timo Ludwig2023-03-221-13/+24
* GH-94808: Cover `PyOS_mystrnicmp` and `PyOS_mystricmp` (gh-102469)Artem Mukhin2023-03-224-1/+65
* gh-102839: remove AC for math.log (GH-102863)Sergey B Kirpichev2023-03-212-65/+15
* gh-94673: Isolate the _io module to Each Interpreter (gh-102663)Eric Snow2023-03-211-8/+32
* gh-98608: Stop Treating All Errors from _Py_NewInterpreterFromConfig() as Fat...Eric Snow2023-03-212-4/+13
* gh-102755: PyErr_DisplayException only in ABI >= 3.12. Tests cover PyErr_Disp...Irit Katriel2023-03-211-3/+13
* gh-102255: Use GetVersionEx instead of GetVersionExW to match argument type (...Max Bachmann2023-03-201-1/+1
* Add more comments to hypot() (GH-102817)Raymond Hettinger2023-03-181-18/+12
* Simplify and improve accuracy for subnormals in hypot() (GH-102785)Raymond Hettinger2023-03-171-35/+28
* gh-102755: Add PyErr_DisplayException(exc) (#102756)Irit Katriel2023-03-161-10/+3
* gh-99726: Improves correctness of stat results for Windows, and uses faster A...Steve Dower2023-03-161-45/+146
* gh-102192: remove redundant exception fields from ssl module socket (#102466)Irit Katriel2023-03-162-23/+12
* gh-102594: PyErr_SetObject adds note to exception raised on normalization err...Irit Katriel2023-03-161-0/+21
* Simplify and speed-up math.hypot() and math.dist() (GH-102734)Raymond Hettinger2023-03-151-154/+139
* gh-102281: Fix potential nullptr dereference + use of uninitialized memory (g...Max Bachmann2023-03-151-1/+4
* gh-102013: Add PyUnstable_GC_VisitObjects (#102014)Jacob Bower2023-03-142-0/+93
* gh-101659: Avoid Allocation for Shared Exceptions in the _xxsubinterpreters M...Eric Snow2023-03-131-74/+49
* gh-101524: Fix the ChannelID tp_name (gh-102655)Eric Snow2023-03-131-1/+1
* gh-102650: Remove duplicate include directives from multiple source files (#1...chgnrdv2023-03-133-6/+2
* gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH...Steve Dower2023-03-102-1/+321
* gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives in ...Irit Katriel2023-03-102-26/+21
* gh-102255: Improve build support for Windows API partitions (GH-102256)Max Bachmann2023-03-0920-83/+176
* gh-100227: Isolate the Import State to Each Interpreter (gh-101941)Eric Snow2023-03-091-5/+8
* gh-102304: Consolidate Direct Usage of _Py_RefTotal (gh-102514)Eric Snow2023-03-081-6/+1
* gh-102507 Remove invisible pagebreak characters (#102531)JosephSBoyle2023-03-081-3/+0
* GH-102397: Fix segfault from race condition in signal handling (#102399)Kumar Aditya2023-03-081-0/+4
* gh-102381: don't call watcher callback with dead object (#102382)Carl Meyer2023-03-081-1/+12