summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-124835: `tomllib.loads`: Raise TypeError not AttributeError. Improve messa...Taneli Hukkinen2024-10-023-1/+18
* Minor code beautifications in statistics.py (gh-124866)Raymond Hettinger2024-10-011-85/+95
* gh-66436: Improved prog default value for argparse.ArgumentParser (GH-124799)Serhiy Storchaka2024-10-016-26/+174
* Highlight `datetime.timedelta.seconds` vs `.total_seconds()` in docs. (GH-124...Gregory P. Smith2024-10-011-1/+15
* gh-116750: Add clear_tool_id function to unregister events and callbacks (#12...Tian Gao2024-10-018-8/+165
* gh-124218: Refactor per-thread reference counting (#124844)Sam Gross2024-10-0115-167/+168
* gh-124296: Remove private dictionary version tag (PEP 699) (#124472)Sam Gross2024-10-0113-354/+35
* gh-124842: Fix test.support.import_helper.make_legacy_pyc() (GH-124843)Serhiy Storchaka2024-10-011-2/+2
* gh-124487: Updated installer messages and internal docs regarding minimum Win...Wulian2024-10-013-12/+5
* gh-124594: Create and reuse the same context for the entire asyncio REPL sess...Bartosz Sławecki2024-10-013-2/+42
* gh-118974: Add `decorator` argument to `make_dataclass` (gh-122723)Victorien2024-10-014-4/+31
* Doc: Fix archive filenames for standard builds (#124826)Adam Turner2024-10-012-3/+9
* GH-109975: Copyedit 3.13 What's New: Link to installing free-threaded binarie...Adam Turner2024-10-011-4/+1
* GH-109975: Copyedit 3.13 What's New: Note delayed expected release date for P...Adam Turner2024-10-011-1/+1
* gh-124309: Revert eager task factory fix to prevent breaking downstream (#124...Peter Bierma2024-10-015-124/+65
* gh-124785: Revert "gh-116510: Fix crash due to shared immortal interned strin...T. Wouters2024-09-302-47/+6
* Minor edit for code clarification in annotationlib. (#124805)larryhastings2024-09-301-3/+1
* gh-116810: fix memory leak in ssl module (GH-123249)Jeffrey R. Van Voorst2024-09-302-63/+17
* gh-115142: Skip some test cases in ``Lib/test/test_compile`` if ``_testintern...Kirill Podoprigora2024-09-301-1/+6
* gh-124613, regrtest: Detect JIT in build info (#124793)Victor Stinner2024-09-301-4/+53
* gh-124613: Don't run perf tests in JIT builds (#124792)Pablo Galindo Salgado2024-09-301-2/+14
* gh-124487: Require at least Windows 10 SDK and update install check (GH-124672)Steve Dower2024-09-304-9/+11
* gh-124642: Dictionaries aren't marking objects as weakref'd (#124643)Dino Viehland2024-09-302-3/+4
* Doc: Run HTML and non-HTML daily builds separately (#124493)Adam Turner2024-09-301-3/+3
* gh-124722: Fix leak in `test_detach_materialized_dict_no_memory` (GH-124769)sobolevn2024-09-301-14/+30
* gh-124400: Use the normal command path for breakpoint commands (#124401)Tian Gao2024-09-294-40/+77
* gh-124720: Update "Using Python on a Mac" document (#124721)Ned Deily2024-09-2911-110/+363
* gh-111495: Add tests for `PyCodec_*` C API (#123343)Bénédikt Tran2024-09-299-5/+547
* gh-123961: Add a global state to _curses (#124729)Bénédikt Tran2024-09-293-177/+274
* gh-123290: Fix decref in _curses update_lines_cols() (#124767)Bénédikt Tran2024-09-291-1/+1
* functools: Give up on lazy-importing types (#124736)Jelle Zijlstra2024-09-291-8/+5
* Docs: improve generic `typing.NamedTuple` example (#124739)CBerJun2024-09-291-1/+3
* gh-58573: Fix conflicts between abbreviated long options in the parent parser...Serhiy Storchaka2024-09-293-34/+52
* gh-116850: Fix argparse for namespaces with not directly writable dict (GH-12...Serhiy Storchaka2024-09-293-1/+16
* gh-61181: Fix support of choices with string value in argparse (GH-124578)Serhiy Storchaka2024-09-294-11/+17
* gh-53834: Fix support of arguments with choices in argparse (GH-124495)Serhiy Storchaka2024-09-293-13/+13
* gh-124345: Support abbreviated single-dash long options with = in argparse (G...Serhiy Storchaka2024-09-293-3/+16
* gh-80259: Fix conflict between type and default=SUPPRESS in argparse (GH-124519)Serhiy Storchaka2024-09-293-8/+16
* gh-104860: Fix allow_abbrev=False for single-dash long options (GH-124340)Serhiy Storchaka2024-09-293-1/+20
* gh-123497: New limit for Python integers on 64-bit platforms (GH-123724)Serhiy Storchaka2024-09-298-175/+108
* GH-124639: add back loop param to staggered_race (#124700)Kumar Aditya2024-09-292-2/+27
* gh-124665: Add `_PyCodec_UnregisterError` and `_codecs._unregister_error` (#1...Bénédikt Tran2024-09-296-2/+136
* gh-124442: make `__static_attributes__` deterministic by sorting (#124492)Kira2024-09-283-1/+30
* gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in cl...Serhiy Storchaka2024-09-2811-12/+110
* gh-124688: _decimal: Get module state from ctx for performance (#124691)neonene2024-09-281-48/+73
* docs: improve venv docs (#124540)Jelle Zijlstra2024-09-281-28/+25
* Doc: Fix default ``latex_elements['papersize']`` (#124525)Jean-François B.2024-09-281-2/+2
* Sorting techniques edits (#124701)Raymond Hettinger2024-09-281-3/+70
* gh-107954: Fix configuration type for the perf profiler (#124636)Pablo Galindo Salgado2024-09-275-15/+28
* gh-124385: Document and soft-deprecate PyLong_AS_LONG (GH-124386)Petr Viktorin2024-09-271-1/+10