summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GH-125277: Increase minimum supported Sphinx to 7.2.6 (#125368)Adam Turner2024-10-194-17/+19
* gh-124694: In test_interpreter_pool, Restore the Asyncio Event Loop Policy Du...Eric Snow2024-10-181-0/+13
* gh-125207: Fix MSVC 1935 build with JIT (#125209)Michael Droettboom2024-10-183-4/+7
* gh-125703: Correctly honour tracemalloc hooks on specialized DECREF paths (#1...Pablo Galindo Salgado2024-10-182-0/+7
* gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)Eric Snow2024-10-1826-346/+429
* Add tests for time.strftime() with invalid format string (GH-125696)Serhiy Storchaka2024-10-181-1/+12
* gh-124102: Clean up unsupported VS and WiX detections (GH-124784)Wulian2024-10-183-16/+11
* gh-123610: Added additional types to ctypes/wintypes.py (GH-124086)RUANG (Roy James)2024-10-181-0/+8
* gh-125660: Reject invalid unicode escapes for Python implementation of JSON d...Nice Zombies2024-10-183-4/+16
* gh-125682: Reject non-ASCII digits in the Python implementation of JSON decod...Nice Zombies2024-10-183-1/+9
* gh-125620: Skip check_resource_tracker_death on NetBSD due to long wait for S...Furkan Onder2024-10-181-0/+2
* gh-125600: Only show stale code warning on source code display commands (#125...Tian Gao2024-10-183-4/+40
* gh-125667: Statically Initialize the Arg Converter Data Values in _interpqueu...Eric Snow2024-10-171-9/+9
* gh-125017: Fix refleak from GH-125636 (GH-125664)Zachary Ware2024-10-171-0/+1
* gh-125541: Make Ctrl-C interrupt `threading.Lock.acquire()` on Windows (#125546)Sam Gross2024-10-174-8/+25
* gh-118986: expose `socket.IPV6_RECVERR` (#118987)chrysn2024-10-173-2/+6
* gh-125017: Fix crash on premature access to classmethod/staticmethod annotati...Jelle Zijlstra2024-10-173-14/+43
* gh-113570: reprlib.repr does not use builtin __repr__ for reshadowed builtins...George Pittock2024-10-173-5/+71
* gh-52551: Fix encoding issues in strftime() (GH-125193)Serhiy Storchaka2024-10-175-232/+307
* gh-125625: Check for `py -3.13` in PCbuild/find_python.bat (GH-125626)Wulian2024-10-171-1/+1
* gh-123370: Fix the canvas not clearing after running turtledemo.clock (#123457)Wulian2024-10-172-13/+21
* GH-99108: Make vectorized versions of Blake2 available on x86, too (#125244)Jonathan Protzenko2024-10-1712-359/+619
* gh-125644: Update `locations.md` reference (#125645)Emmanuel Ferdman2024-10-171-1/+1
* gh-123153: Fix PGO builds with free-threading on Windows (#125607)Michael Droettboom2024-10-171-6/+14
* gh-95836: Add custom type converter examples to argparse tutorial (GH-125376)Savannah Ostrowski2024-10-171-0/+47
* gh-125542: Deprecate prefix_chars in ArgumentParser.add_argument_group() (GH-...Savannah Ostrowski2024-10-176-2/+52
* GH-99749: Add optional feature to suggest correct names (ArgumentParser) (GH-...Savannah Ostrowski2024-10-174-23/+144
* gh-124694: Add concurrent.futures.InterpreterPoolExecutor (gh-124548)Eric Snow2024-10-1612-38/+826
* gh-125620: Remove unnecessary import of subprocess in spawnv_passfds (#125624)Furkan Onder2024-10-161-1/+0
* gh-125550: Enable py.exe to detect Store installs of 3.14 (GH-125551)Steve Dower2024-10-162-3/+8
* gh-115382: Fix cross compiles when host and target use same SOABIVincent Fazio2024-10-166-3/+19
* gh-125615: Fix grammar nit in tutorial's interactive interpreter appendix (GH...Cornelius Roemer2024-10-161-1/+1
* gh-125451: Fix deadlock in ProcessPoolExecutor shutdown (#125492)Sam Gross2024-10-163-32/+23
* CI: Bump Python to 3.13 and mypy to 1.12 in mypy workflow (#125592)Kirill Podoprigora2024-10-163-5/+3
* gh-125584: Require network resource in ``test_urllib2.HandlerTests.test_ftp_e...Michał Górny2024-10-161-0/+1
* gh-125444: Fix illegal instruction for older Arm architectures (#125574)Diego Russo2024-10-163-3/+4
* gh-125217: Turn off optimization around_PyEval_EvalFrameDefault to avoid MSVC...Michael Droettboom2024-10-161-0/+14
* gh-124872: Replace enter/exit events with "switched" (#125532)Kirill Podoprigora2024-10-166-114/+118
* Merge remote-tracking branch 'upstream/main'Hugo van Kemenade2024-10-157-9/+86
|\
| * Update verison options in crash issue template (GH-125555)Zachary Ware2024-10-151-1/+1
| * Issue template: Remove 3.8 and add 3.14 version (#125552)Kirill Podoprigora2024-10-151-1/+1
| * gh-58956: Set f_trace on frames with breakpoints after setting a new breakpoi...Tian Gao2024-10-153-0/+39
| * gh-125115: Pass unknown pdb command line args to script instead of fail (#125...Tian Gao2024-10-153-7/+45
* | Post 3.14.0a1Hugo van Kemenade2024-10-151-1/+1
* | Python 3.14.0a1v3.14.0a1Hugo van Kemenade2024-10-15645-1993/+7739
|/
* gh-124218: Use per-thread refcounts for code objects (#125216)Sam Gross2024-10-1511-76/+119
* gh-92953: Improve nextpool/prevpool comment. (gh-125545)Neil Schemenauer2024-10-151-2/+2
* gh-125206: Bug in ctypes with old libffi is fixed (#125322)Mikhail Efimov2024-10-1510-16/+121
* gh-124375: Avoid calling `_PyMem_ProcessDelayed` on other thread states (#124...Sam Gross2024-10-152-6/+13
* gh-125522 : add explicit exception types to bare excepts in tests (#125523)Irit Katriel2024-10-1511-38/+38