summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-114329: Add `PyList_GetItemRef` function (GH-114504)Sam Gross2024-02-0212-11/+68
* GH-113710: Add a "globals to constants" pass (GH-114592)Mark Shannon2024-02-0216-55/+375
* gh-107901: make compiler inline basic blocks with no line number and no fallt...Irit Katriel2024-02-023-39/+108
* GH-113655 Lower C recursion limit from 4000 to 3000 on Windows. (GH-114896)Mark Shannon2024-02-021-1/+1
* gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 (GH-103...Christopher Chavez2024-02-024-14/+25
* Move "format" param doc of shutil.make_archive() on its own paragraph (GH-103...Michal Kaptur2024-02-021-1/+3
* GH-114849: Set a 60-minute timeout for JIT CI jobs (GH-114850)Nikita Sobolev2024-02-021-0/+1
* gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877)Zachary Ware2024-02-013-2/+3
* gh-111968: Use per-thread freelists for dict in free-threading (gh-114323)Donghee Na2024-02-0113-75/+75
* gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (#1...Sam Gross2024-02-019-26/+86
* gh-89891: Refer SharedMemory implementation as POSIX (GH-104678)Oleg Iarygin2024-02-011-1/+1
* GH-114806. Don't specialize calls to classes with metaclasses. (GH-114870)Mark Shannon2024-02-013-0/+24
* Fix comment in pycore_runtime.h (GH-110540)He Weidong2024-02-011-1/+1
* gh-101100: Fix sphinx warnings in `howto/logging.rst` (#114846)Nikita Sobolev2024-02-013-24/+36
* Correct description of inheriting from another class (#114660)Skip Montanaro2024-02-014-19/+18
* gh-105031: Clarify datetime documentation for ISO8601 (GH-105049)Nicholas Hollander2024-02-011-3/+15
* Update outdated info in ``Tools/cases_generator/README.md`` (#114844)Kirill Podoprigora2024-02-011-7/+21
* Write about Tier 2 and JIT in "what's new 3.13" (#114826)Guido van Rossum2024-02-011-0/+47
* Remove unused Py_XDECREF from _PyFrame_ClearExceptCode (GH-106158)Anders Kaseorg2024-02-011-1/+0
* gh-105089: Fix test_create_directory_with_write test failure in AIX (GH-105228)Ayappan Perumal2024-02-012-1/+5
* gh-107461 ctypes: Add a testcase for nested `_as_parameter_` lookup (GH-107462)Tomas R2024-02-011-0/+11
* build(deps-dev): bump types-psutil from 5.9.5.17 to 5.9.5.20240106 in /Tools ...dependabot[bot]2024-02-011-1/+1
* build(deps): bump actions/cache from 3 to 4 (#114856)dependabot[bot]2024-02-014-12/+12
* build(deps): bump hypothesis from 6.92.2 to 6.97.4 in /Tools (#114851)dependabot[bot]2024-02-011-1/+1
* build(deps-dev): bump types-setuptools from 69.0.0.0 to 69.0.0.20240125 in /T...dependabot[bot]2024-02-011-1/+1
* Fix typos in ElementTree documentation (GH-108848)Christophe Nanteuil2024-02-011-3/+3
* gh-114746: Avoid quadratic behavior in free-threaded GC (GH-114817)Sam Gross2024-02-011-73/+29
* gh-114364: Fix awkward wording about mmap.mmap.seekable (#114374)technillogue2024-02-012-5/+5
* gh-114648: Add IndexError exception to tutorial datastructures list.pop entry...srinivasan2024-02-011-4/+3
* gh-67230: Add versionadded notes for QUOTE_NOTNULL and QUOTE_STRINGS (#114816)Skip Montanaro2024-02-011-0/+4
* gh-114811: Change '\*' to '*' in warnings.rst (#114819)Pradyot Ranjan2024-02-011-1/+1
* CI: Test on macOS M1 (#114766)Hugo van Kemenade2024-02-011-2/+9
* gh-111112: Avoid potential confusion in TCP server example. (#111113)Aidan Holm2024-02-011-3/+4
* gh-109534: fix reference leak when SSL handshake fails (#114074)Jamie Phan2024-02-013-0/+8
* gh-112087: Make PyList_{Append,Size,GetSlice} to be thread-safe (gh-114651)Donghee Na2024-01-313-8/+21
* Add note to `sys.orig_argv` clarifying the difference from `sys.argv` (#114630)Bradley Reynolds2024-01-311-1/+4
* gh-114788: Do not run JIT workflow on unrelated changes (#114789)Nikita Sobolev2024-01-311-2/+11
* gh-113939: Frame clear, clear locals (#113940)Albert Zeyer2024-01-313-0/+27
* gh-111741: Recognise image/webp as a standard format in the mimetypes module ...Nachtalb2024-01-313-3/+3
* gh-59013: Set breakpoint on the first executable line of function when using ...Tian Gao2024-01-313-22/+61
* gh-114790: Do not execute `workflows/require-pr-label.yml` on forks (#114791)Nikita Sobolev2024-01-311-0/+1
* Remove Alex Waygood as an Argument Clinic CODEOWNER (#114796)Alex Waygood2024-01-311-2/+2
* gh-114737: Revert change to ElementTree.iterparse "root" attribute (GH-114755)Sam Gross2024-01-312-1/+3
* gh-114685: Check flags in PyObject_GetBuffer() (GH-114707)Serhiy Storchaka2024-01-314-2/+19
* gh-101100: Fix class reference in library/test.rst (GH-114769)Skip Montanaro2024-01-311-1/+1
* gh-109653: Speedup import of threading module (#114509)Daniel Hollas2024-01-312-3/+2
* Docs: mark up dbm.gnu.open() and dbm.ndbm.open() using param list (#114762)Erlend E. Aasland2024-01-311-61/+56
* GH-114743: Set a low recursion limit for `test_main_recursion_error()` in `te...Brett Cannon2024-01-312-3/+5
* pathlib ABCs: drop partial, broken, untested support for `bytes` paths. (#114...Barney Gale2024-01-313-21/+29
* pathlib ABCs: raise `UnsupportedOperation` directly. (#114776)Barney Gale2024-01-312-33/+31