summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-124956: Use `#undef` for temp macros in `_csv.c` (#124957)sobolevn2024-10-071-0/+8
* GH-121459: Streamline PyObject* to PyStackRef conversions by disallowing NULL...Mark Shannon2024-10-074-57/+63
* gh-125018: Fix role syntax (#125050)Adam Turner2024-10-071-5/+5
* gh-120762: make_ssl_certs: Don't set extensions for the temporary CSR (GH-125...Petr Viktorin2024-10-071-2/+1
* GH-119866: Spill the stack around escaping calls. (GH-124392)Mark Shannon2024-10-0725-2032/+3839
* gh-125018: Add importlib.metadata semantic link targets (#125027)Alyssa Coghlan2024-10-072-44/+148
* gh-111178: Fix function signatures in fileio.c (#125043)Victor Stinner2024-10-071-37/+51
* gh-121249: Support _Complex types in the struct module (#121613)Sergey B Kirpichev2024-10-075-29/+321
* GH-116968: Remove branch from advance_backoff_counter (GH-124469)Mark Shannon2024-10-074-33/+29
* GH-109975: Announce final release in What's New in Python 3.13 (#125007)Adam Turner2024-10-072-3/+3
* gh-125025: `_thread` docs: fix/update the *caveats* list (GH-125026)Jan Kaliszewski2024-10-061-7/+2
* Doc: Simplify the definition of 'soft deprecated' (#124988)Andrés Delfino2024-10-061-9/+5
* gh-125010: Fix `use-after-free` in AST `repr()` (#125015)Tomas R.2024-10-063-2/+7
* gh-119535: python𝜋 (#119536)Shantanu2024-10-061-2/+5
* gh-125008: Fix `tokenize.untokenize` roundtrip for `\n{{` (#125013)Tomas R.2024-10-063-1/+23
* gh-122951: Simplify the grammar of the assignment rule (#124998)Rigel Di Scala2024-10-062-1586/+1527
* gh-111178: Fix function signatures in genobject.c (#124970)Victor Stinner2024-10-051-206/+271
* gh-112804: Clamping timeout value for _PySemaphore_PlatformWait (gh-124914)Donghee Na2024-10-051-1/+8
* gh-124552 : Improve the accuracy of possible breakpoint check in bdb (#124553)Tian Gao2024-10-053-3/+62
* gh-119786: Replace a Sphinx role with a link to `Python/errors.c` (#124990)Adam Turner2024-10-051-1/+2
* gh-117151: increase default buffer size of shutil.copyfileobj() to 256k. (GH-...morotti2024-10-042-1/+4
* gh-119786: move a few more details on exception handling from devguide to Int...Irit Katriel2024-10-041-1/+11
* gh-124871: fix 'visited' tracking in compiler's reachability analysis (#124952)Irit Katriel2024-10-043-2/+18
* gh-124962: Convert leftover rst to markup in `InternalDocs/compiler.md` (#124...isaacjones992024-10-041-8/+8
* Fix console prompt syntax in What's New in Python 3.8 (#124968)Nice Zombies2024-10-041-3/+3
* gh-118658: Modify cert generation script to extract cert3.pem (GH-124598)Felix Fontein2024-10-042-1/+3
* gh-111178: Fix function signatures in _threadmodule.c (#124964)Victor Stinner2024-10-041-49/+70
* gh-109975: Suggest ``pynntp`` instead of ``nntplib`` (#124830)Christian Clauss2024-10-041-1/+1
* gh-111178: Fix function signatures in classobject.c (#124943)Victor Stinner2024-10-041-17/+25
* gh-111178: Fix function signatures in bytearrayobject.c (#124940)Victor Stinner2024-10-041-48/+73
* gh-111178: Fix function signatures in Python-ast.c (#124942)Victor Stinner2024-10-042-14/+22
* gh-123961: Convert `curses.window` static type into a heap type (#124934)Bénédikt Tran2024-10-043-74/+120
* gh-124613: Deactivate perf support in tests if the jit is set (#124794)Pablo Galindo Salgado2024-10-041-13/+12
* GH-109975: Copyedit 3.13 What's New: Remove references to the incremental GC ...Adam Turner2024-10-031-66/+0
* Simplify partial() rough equivalent code (gh-124941)Raymond Hettinger2024-10-031-2/+1
* gh-124889: Remove redundant artificial rules in PEG parser (#124893)efimov-mikhail2024-10-033-8559/+1721
* gh-123961: Clean up curses C API/capsule (#124907)Bénédikt Tran2024-10-031-50/+77
* gh-115145: Update documentation about ``PyThreadState_DeleteCurrent`` (gh-124...Donghee Na2024-10-031-1/+1
* gh-121982: ``csv``: Add a test case for invalid ``quoting`` constant. (#121983)Tomas R2024-10-031-0/+6
* gh-124858: fix happy eyeballs refcyles (#124859)Thomas Grainger2024-10-024-6/+32
* GH-118093: Don't lose confidence when tracing through 100% biased branches (G...Brandt Bucher2024-10-022-4/+4
* GH-119726: Deduplicate AArch64 trampolines within a trace (GH-123872)Diego Russo2024-10-025-59/+147
* gh-111178: Fix function signatures in funcobject.c (#124908)Victor Stinner2024-10-021-78/+116
* gh-120619: Optimize through `_Py_FRAME_GENERAL` (GH-124518)Ken Jin2024-10-023-47/+54
* gh-87135: Hang non-main threads that attempt to acquire the GIL during finali...Jeremy Maitin-Shepard2024-10-0210-29/+247
* gh-111178: Fix function signatures in longobject.c (#124895)Victor Stinner2024-10-022-100/+142
* gh-111178: Fix function signatures in methodobject.c (#124902)Victor Stinner2024-10-021-39/+50
* gh-111178: Fix function signatures in weakrefobject.c (#124903)Victor Stinner2024-10-022-20/+25
* gh-124213: Fix incorrect context manager use in in_systemd_nspawn_sync_suppre...Michał Górny2024-10-021-2/+3
* gh-120378: Fix crash caused by integer overflow in `curses` (#124555)Peter Bierma2024-10-024-27/+105