summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.0b3v3.13.0b3Thomas Wouters8 days69-190/+737
* [3.13] gh-121027: Add a future warning in functools.partial.__get__ (GH-12108...Miss Islington (bot)8 days7-17/+75
* [3.13] gh-120888: Bump bundled pip to 24.1.1 (GH-120889) (#121080)Miss Islington (bot)8 days4-1/+2
* [3.13] gh-120868: Fix breaking change in `logging.config` when using `QueueHa...Miss Islington (bot)8 days3-17/+81
* [3.13] gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() (gh...Miss Islington (bot)8 days3-9/+151
* [3.13] gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121013)Miss Islington (bot)8 days8-27/+27
* [3.13] gh-121016: Add test for PYTHON_BASIC_REPL envioronment variable (GH-12...devdanzin8 days2-0/+31
* [3.13] gh-120937: Reference weakref from the `__del__` documentation (GH-1209...Miss Islington (bot)8 days1-0/+2
* [3.13] gh-118908: Use __main__ for the default PyREPL namespace (GH-121054) (...Miss Islington (bot)8 days4-67/+75
* [3.13] gh-120593: Fix const qualifier in pyatomic.h (GH-121055) (#121057)Miss Islington (bot)8 days1-4/+4
* [3.13] gh-121008: Fix idlelib.run tests (GH-121046) (#121049)Miss Islington (bot)9 days1-6/+13
* [3.13] Ignore some failing tests in emulated JIT CI (GH-120977)Miss Islington (bot)9 days1-1/+4
* [3.13] gh-120642: Move private PyCode APIs to the internal C API (#120643) (#...Victor Stinner9 days18-255/+238
* [3.13] gh-121018: Ensure ArgumentParser.parse_args with exit_on_error=False r...Miss Islington (bot)9 days3-2/+9
* [3.13] gh-120380: fix Python implementation of `pickle.Pickler` for `bytes` a...Miss Islington (bot)9 days3-21/+81
* [3.13] gh-121025: Improve partialmethod.__repr__ (GH-121033) (#121037)Miss Islington (bot)9 days4-10/+18
* [3.13] gh-120155: Fix Coverity issue in parse_string() (GH-120997) (#121005)Miss Islington (bot)9 days1-0/+5
* [3.13] gh-114053: Fix another edge case involving `get_type_hints`, PEP 695 a...Miss Islington (bot)9 days4-11/+132
* [3.13] gh-120108: Fix deepcopying of AST trees with .parent attributes (GH-12...Jelle Zijlstra9 days4-44/+106
* [3.13] Doc/README: Document 'make htmllive' (GH-120692) (#120990)Miss Islington (bot)10 days1-8/+10
* [3.13] gh-120661: improve example for basic type hints (GH-120934) (#120987)Miss Islington (bot)10 days1-5/+6
* [3.13] gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (GH-120822) (#120...Miss Islington (bot)10 days3-9/+10
* [3.13] Add --with-lto back to Linux JIT CI (GH-120972)Miss Islington (bot)10 days1-4/+2
* [3.13] GH-119054: Add "Permissions and ownership" section to pathlib docs. (G...Barney Gale10 days1-48/+51
* [3.13] gh-120858: PyDict_Next should not lock the dict (GH-120859) (#120964)Miss Islington (bot)10 days4-8/+34
* [3.13] gh-120860: Fix a few bugs in `type_setattro` error paths. (GH-120861) ...Miss Islington (bot)10 days1-37/+41
* [3.13] gh-113993: Allow interned strings to be mortal, and fix related issues...Petr Viktorin10 days42-1136/+2456
* [3.13] gh-119521: Rename IncompleteInputError to _IncompleteInputError and re...Miss Islington (bot)10 days11-17/+21
* [3.13] docs: puremagic.what() as replacement for imghdr.what() (GH-120871) (#...Miss Islington (bot)11 days1-0/+3
* [3.13] gh-120373: Mark test_audit.test_http as requiring the network resource...Miss Islington (bot)11 days1-0/+1
* [3.13] gh-119614: Fix truncation of strings with embedded null characters in ...Miss Islington (bot)11 days4-7/+68
* [3.13] gh-112169: Documented getaddrinfo/getnameinfo default loop executor us...Miss Islington (bot)11 days1-0/+8
* [3.13] gh-120683: Fix an error in logging.LogRecord timestamp (GH-120709) (GH...Miss Islington (bot)11 days3-3/+15
* [3.13] gh-119824: Revert the `where` solution and use meta commands (#120919)Tian Gao11 days4-81/+66
* [3.13] Docs makefile/RTD: Use uv if installed (GH-120711) (#120922)Miss Islington (bot)11 days2-6/+22
* [3.13] gh-120910: Fix issue resolving relative paths outside site-packages. (...Miss Islington (bot)11 days4-1/+38
* [3.13] Typing docs: normalize some indents in code examples (GH-120912) (#120...Miss Islington (bot)11 days1-4/+5
* [3.13] gh-101830: Fix Tcl_Obj to string conversion (GH-120884) (GH-120905)Miss Islington (bot)11 days3-22/+78
* [3.13] gh-120896: Fix typo in version changed note of `urllib.parse.urlparse(...Miss Islington (bot)12 days1-1/+1
* [3.13] gh-119003: Clarify slice assignments (GH-119935) (#120847)Miss Islington (bot)12 days1-1/+1
* [3.13] Amend categories of @nineteendo's news entries (GH-120735) (#120850)Nice Zombies12 days3-113/+113
* [3.13] gh-120873: Add tests for new widget options in Tk 8.7 (GH-120877) (GH-...Miss Islington (bot)13 days3-36/+104
* [3.13] gh-120873: Add test for "state" option in ttk.Scale (GH-120874) (GH-12...Miss Islington (bot)13 days1-12/+10
* [3.13] gh-120811: Fix reference leak upon `_PyContext_Exit` failure (GH-12081...Miss Islington (bot)13 days2-0/+2
* [3.13] gh-104855: Update Tkinter tests for Tcl/Tk 8.7 and 9.0 (GH-120824) (GH...Miss Islington (bot)13 days6-137/+250
* [3.13] gh-119344: Make critical section API public (GH-119353) (#120856)Sam Gross13 days15-223/+457
* [3.13] gh-120838: Add a Note in the Docs About Expectations for Py_Finalize()...Miss Islington (bot)13 days1-3/+10
* [3.13] gh-120773: document introspective attributes of an async generator obj...Miss Islington (bot)14 days1-214/+227
* [3.13] gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (GH-1...Miss Islington (bot)14 days4-12/+58
* [3.13] gh-111259: Document idiomatic RE pattern (?s:.) that matches any chara...Miss Islington (bot)2024-06-201-1/+1