summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-98966: Handle stdout=subprocess.STDOUT (GH-98967)Paulo Neves2024-03-263-0/+12
* gh-66543: Fix mimetype.guess_type() (GH-117217)Serhiy Storchaka2024-03-264-9/+45
* GH-117108: Set the "old space bit" to "visited" for all young objects (#117213)Mark Shannon2024-03-265-43/+56
* GH-116422: Tier2 hot/cold splitting (GH-116813)Mark Shannon2024-03-2621-1001/+1660
* bpo-24612: Improve syntax error for 'not' after an operator (GH-28170)Pablo Galindo Salgado2024-03-264-594/+1022
* gh-83845: Add tests for operator module (#115883)Hugo van Kemenade2024-03-261-0/+47
* gh-115627: Fix PySSL_SetError handling SSL_ERROR_SYSCALL (GH-115628)yevgeny hong2024-03-263-43/+35
* gh-83434: Disable XML in regrtest when -R option is used (#117232)Victor Stinner2024-03-263-1/+34
* gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203)Sebastian Pipping2024-03-263-9/+9
* gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (GH-117237)Jonathan Protzenko2024-03-2623-1845/+1605
* gh-109870: Dataclasses: batch up exec calls (gh-110851)Eric V. Smith2024-03-252-144/+185
* Sync main docs and docstring for median_grouped(). (gh-117214)Raymond Hettinger2024-03-251-38/+39
* gh-117114: Make os.path.isdevdrive available on all platforms (GH-117115)Nice Zombies2024-03-255-57/+39
* Add information about negative indexes to sequence datamodel doc (#110903)Adorilson Bezerra2024-03-251-3/+6
* A few minor tweaks to get stats working and compiling cleanly. (#117219)Mark Shannon2024-03-253-8/+5
* gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)Victor Stinner2024-03-258-1/+14
* gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-11...Serhiy Storchaka2024-03-2511-30/+123
* gh-112948: Make pdb completion similar to repl completion (#112950)Tian Gao2024-03-253-15/+80
* Minor markup and grammar fixes in the statistics docs (gh-117216)Raymond Hettinger2024-03-251-3/+3
* gh-117176: Fix compiler warning in Python/optimizer_bytecodes.c (GH-117199)Kirill Podoprigora2024-03-242-2/+2
* gh-112571: Move fish venv activation script into the common folder (GH-117169)Totally a booplicate2024-03-241-0/+0
* gh-117194: Properly format 'base64' header in What's New (#117198)Terry Jan Reedy2024-03-241-1/+1
* GH-115986 Docs: promote pprint.pp usage as a default (#116614)Kerim Kabirov2024-03-241-15/+18
* gh-101760: Improve the imaplib.IMAP4 example (#101764)LilKS2024-03-241-1/+1
* Add cumulative option for the new statistics.kde() function. (#117033)Raymond Hettinger2024-03-243-21/+75
* gh-112383: teach dis how to interpret ENTER_EXECUTOR (#117171)Irit Katriel2024-03-237-50/+120
* gh-117180: Complete call sequence when trace stack overflow (GH-117184)Ken Jin2024-03-232-0/+27
* gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (#32011)Erik Soma2024-03-235-12/+174
* gh-117008: Fix functools test_recursive_pickle() (#117009)Victor Stinner2024-03-232-2/+6
* GH-106747: Document another difference between `glob` and `pathlib`. (#116518)Barney Gale2024-03-221-0/+4
* GH-117108: Change the size of the GC increment to about 1% of the total heap ...Mark Shannon2024-03-226-28/+47
* gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)Serhiy Storchaka2024-03-2214-13/+51
* gh-117084: Fix ZIP file extraction for directory entry names with backslashes...Serhiy Storchaka2024-03-224-1/+27
* gh-117134: Microoptimize glob() for include_hidden=True (GH-117135)Serhiy Storchaka2024-03-221-2/+2
* [docs] Fix typo in docstring and add example to logging cookbook. (GH-117157)Vinay Sajip2024-03-222-15/+127
* GH-113171: Fix "private" (non-global) IP address ranges (GH-113179)Jakub Stasiak2024-03-225-7/+82
* Fix get_packagefamilyname helper function on Windows 32-bit (GH-117153)Steve Dower2024-03-221-1/+1
* gh-117068: Remove useless code in bytesio.c:resize_buffer() (GH-117069)NGRsoftlab2024-03-221-3/+0
* gh-117127: glob tests: Reopen dir_fd to pick up directory changes (GH-117128)Petr Viktorin2024-03-221-0/+9
* GH-116939: Rewrite binarysort() (#116940)Tim Peters2024-03-222-66/+141
* gh-108716:: Remove _PyStaticCode_Init/Fini (#117141)Guido van Rossum2024-03-221-46/+0
* gh-105716: Fix _PyInterpreterState_IsRunningMain() For Embedders (gh-117140)Eric Snow2024-03-223-22/+39
* gh-116745: Remove all internal usage of @LIBPYTHON@ (#116746)Thomas A Caswell2024-03-212-2/+2
* gh-71052: Add Android build script and instructions (#116426)Malcolm Smith2024-03-217-19/+403
* gh-117061: Fix test_posix.test_sched_setaffinity() on RHEL9 (#117126)Victor Stinner2024-03-211-1/+10
* docs: fix over-linking in dataclasses.rst (#117005)Ned Batchelder2024-03-211-78/+80
* gh-117045: Add code object to function version cache (#117028)Guido van Rossum2024-03-218-96/+209
* gh-116333: Relax error string text expectations in SSL-related tests (GH-116334)Will Childs-Klein2024-03-214-38/+96
* gh-116522: Refactor `_PyThreadState_DeleteExcept` (#117131)Sam Gross2024-03-215-23/+41
* gh-116996: Add pystats about _Py_uop_analyse_and_optimize (GH-116997)Michael Droettboom2024-03-215-3/+56