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