summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-118911: Trailing whitespace in a block shouldn't prevent the user f...Lysandros Nikolaou2024-05-235-9/+79
* [3.13] gh-119434: Fix culmitive errors in wrapping as lines proceed (GH-11943...Miss Islington (bot)2024-05-231-3/+9
* [3.13] gh-117657: Fix missing atomic in dict_resize (GH-119312) (#119417)Miss Islington (bot)2024-05-221-1/+1
* [3.13] gh-70795: Rework RLock documentation (GH-103853) (#119436)Miss Islington (bot)2024-05-221-24/+51
* [3.13] gh-111201: auto-indentation in _pyrepl (GH-119348) (#119427)Lysandros Nikolaou2024-05-222-58/+179
* [3.13] Enable some stricter mypy settings on `Lib/_pyrepl` (GH-119077) (#119428)Miss Islington (bot)2024-05-221-4/+1
* [3.13] gh-113978: Ignore warnings on text completion inside REPL (GH-113979) ...Miss Islington (bot)2024-05-222-4/+7
* [3.13] gh-119357: Increase test coverage for keymap in _pyrepl (GH-119358) (#...Lysandros Nikolaou2024-05-223-53/+94
* gh-117505: Run ensurepip in isolated env in Windows installer (GH-118257)Miss Islington (bot)2024-05-222-2/+3
* [3.13] gh-112066: Fix versionadded in PyDict_SetDefaultRef docs (GH-118696) (...Miss Islington (bot)2024-05-221-0/+1
* [3.13] gh-119247: Add macros to use PySequence_Fast safely in free-threaded b...Miss Islington (bot)2024-05-224-3/+106
* [3.13] Improve `pyrepl` type-annotation coverage (GH-119081) (#119415)Miss Islington (bot)2024-05-226-14/+31
* [3.13] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...Miss Islington (bot)2024-05-2210-3/+144
* [3.13] gh-118893: Evaluate all statements in the new REPL separately (GH-1193...Miss Islington (bot)2024-05-225-9/+128
* [3.13] gh-119205: Fix autocompletion bug in new repl (GH-119229) (#119407)Miss Islington (bot)2024-05-223-8/+28
* [3.13] gh-111201: Add append to screen method to avoid recalculation (GH-1192...Miss Islington (bot)2024-05-224-14/+43
* [3.13] gh-111201: Remove readline dependency from the PyREPL (GH-119262) (#11...Lysandros Nikolaou2024-05-223-3/+3
* [3.13] gh-119306: Break up _pyrepl tests (GH-119307) (#119362)Lysandros Nikolaou2024-05-2210-395/+883
* [3.13] gh-118643: Fix AttributeError in the email module (GH-119099) (GH-119389)Miss Islington (bot)2024-05-223-5/+24
* [3.13] Fix version number in use_load_tests deprecation reference (GH-119151)...Miss Islington (bot)2024-05-221-1/+1
* [3.13] Fix typos in NEWS entries for 3.13 (GH-119374) (GH-119385)Miss Islington (bot)2024-05-222-17/+17
* [3.13] gh-119189: Add yet more tests for mixed Fraction arithmetic (GH-119298...Miss Islington (bot)2024-05-221-3/+32
* [3.13] Clarify that dklen is expected in bytes for the hashlib functions (GH-...Miss Islington (bot)2024-05-221-2/+2
* [3.13] DOCS: fix error in exec namespace note (gh-119380)Miss Islington (bot)2024-05-221-4/+0
* [3.13] gh-110383: Align dict.get(), .fromkeys(), and .setdefault() docs with ...Miss Islington (bot)2024-05-221-3/+3
* [3.13] gh-118877: Fix AssertionError crash in pyrepl (GH-118936) (#119363)Miss Islington (bot)2024-05-222-4/+25
* gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases ...Miss Islington (bot)2024-05-226-365/+453
* [3.13] gh-119102: Fix REPL for dumb terminal (GH-119332) (#119359)Miss Islington (bot)2024-05-221-1/+6
* [3.13] Docs: Add central references to free-threading-related options (GH-119...Miss Islington (bot)2024-05-214-6/+8
* [3.13] Fix typos in documentation (GH-119295) (#119337)Miss Islington (bot)2024-05-217-9/+9
* [3.13] gh-119035: Add Ctrl+← and Ctrl+→ word-skipping keybindings to new ...Miss Islington (bot)2024-05-212-3/+8
* [3.13] gh-110383: Document `socket.makefile()` accepts combined modes (GH-119...Miss Islington (bot)2024-05-212-2/+4
* [3.13] GH-110383: Improve Tutorial for Input Ouput (GH-119230) (GH-119326)Miss Islington (bot)2024-05-211-4/+16
* [3.13] GH-119292: Add job to JIT CI to build and test with --disable-gil (GH-...Miss Islington (bot)2024-05-211-0/+18
* [3.13] gh-119053: Implement the fast path for list.__getitem__ (gh-119112) (g...Miss Islington (bot)2024-05-211-5/+10
* [3.13] Docs: Ensure no warnings are found in the NEWS file before a given lin...Hugo van Kemenade2024-05-214-4/+45
* [3.13] gh-119102: Fix REPL for dumb terminal (GH-119269) (#119308)Miss Islington (bot)2024-05-211-1/+2
* [3.13] Use `fail-fast: false` in `mypy.yml` (GH-119297) (#119304)Miss Islington (bot)2024-05-211-0/+1
* [3.13] gh-74929: PEP 667 general docs update (gh-119291)Miss Islington (bot)2024-05-2111-66/+163
* [3.13] gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) wi...Miss Islington (bot)2024-05-215-11/+26
* [3.13] gh-118912: Remove description of issue fixed in 3.5 from autospeccing ...Miss Islington (bot)2024-05-201-32/+8
* [3.13] gh-108267 Fix another dataclasses docs typo (GH-119277) (#119279)Miss Islington (bot)2024-05-201-1/+2
* [3.13] gh-119050: Add XML support to libregrtest refleak checker (GH-119148) ...Miss Islington (bot)2024-05-205-25/+39
* [3.13] gh-119253: use ImportError in _ios_support (GH-119254) (#119265)Miss Islington (bot)2024-05-201-2/+2
* [3.13] gh-119189: Add more tests for mixed Fraction arithmetic (GH-119236) (G...Miss Islington (bot)2024-05-201-0/+263
* [3.13] gh-118760: Restore the default value of tkinter.wantobjects to 1 (GH-1...Miss Islington (bot)2024-05-204-18/+9
* [3.13] Use correct markup in unittest.mock.reset_mock documentation (GH-11920...Miss Islington (bot)2024-05-201-3/+3
* [3.13] gh-92081: Fix for email.generator.Generator with whitespace between en...Miss Islington (bot)2024-05-204-8/+79
* [3.13] gh-112844: Update CPE references for external dependencies (GH-118521)...Miss Islington (bot)2024-05-201-1/+15
* [3.13] DOCS: Suggest always calling exec with a globals argument and no local...Miss Islington (bot)2024-05-201-3/+7