summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.5v3.12.5Thomas Wouters2024-08-0674-147/+739
* [3.12] gh-122744: Bump bundled pip to 24.2 (#122747)Pradyun Gedam2024-08-061-0/+1
* [3.12] gh-119577: Adjust DeprecationWarning when testing element truth values...Gregory P. Smith2024-08-061-0/+4
* [3.12] gh-120104: IDLE: Fix padding in config and search dialogs (GH-120107) ...Miss Islington (bot)2024-08-061-0/+1
* [3.12] gh-121650: Encode newlines in headers, and verify headers are sound (G...Petr Viktorin2024-08-061-0/+5
* [3.12] gh-122573: Require Python 3.10 or newer for Windows builds (GH-122574)...Gregory P. Smith2024-08-061-0/+1
* [3.12] gh-83505: Add markdown mimetype mapping (GH-17995) (#118594)Miss Islington (bot)2024-08-061-0/+1
* [3.12] gh-122334: Fix crash when importing ssl after re-initialization (GH-12...neonene2024-08-021-0/+1
* [3.12] gh-121723: Relax constraints on queue objects for `logging.handlers.Qu...Miss Islington (bot)2024-08-021-0/+3
* [3.12] gh-87320: In the code module, handle exceptions raised in sys.exceptho...Serhiy Storchaka2024-07-311-0/+3
* [3.12] GH-122482: Make About IDLE direct discussion to DPO (GH-122483) (#122486)Miss Islington (bot)2024-07-301-0/+2
* [3.12] gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#122...Dino Viehland2024-07-301-0/+1
* [3.12] gh-121474: Add threading.Barrier parties arg sanity check. (GH-121480)...Miss Islington (bot)2024-07-301-0/+2
* [3.12] gh-122400: Handle ValueError in filecmp (GH-122401) (GH-122442)Miss Islington (bot)2024-07-301-0/+3
* [3.12] gh-122133: Authenticate socket connection for `socket.socketpair()` fa...Miss Islington (bot)2024-07-291-0/+5
* Revert "[3.12] gh-120713: Normalize year with century for datetime.strftime (...Serhiy Storchaka2024-07-291-2/+0
* [3.12] gh-122311: Fix some error messages in pickle (GH-122386) (GH-122388)Miss Islington (bot)2024-07-291-0/+1
* [3.12] gh-122300: Preserve AST nodes for format specifiers with single elemen...Pablo Galindo Salgado2024-07-271-0/+2
* [3.12] gh-122170: Handle ValueError raised by os.stat() in linecache (GH-1221...Miss Islington (bot)2024-07-271-0/+2
* [3.12] gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (GH-122...Miss Islington (bot)2024-07-271-0/+2
* [3.12] gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149) ...Miss Islington (bot)2024-07-251-0/+3
* [3.12] gh-122029: Log call events in sys.setprofile when it's a method with c...Miss Islington (bot)2024-07-231-0/+1
* [3.12] gh-121957: Emit audit events for python -i and python -m asyncio (GH-1...Łukasz Langa2024-07-221-0/+3
* [3.12] gh-122026: Fix identification of mismatched parentheses inside f-strin...Pablo Galindo Salgado2024-07-201-0/+2
* [3.12] gh-121130: Fix f-string format specifiers with debug expressions (GH-1...Pablo Galindo Salgado2024-07-201-0/+2
* [3.12] gh-120930: Remove extra blank occuring in wrapped encoded words in ema...Miss Islington (bot)2024-07-191-0/+2
* [3.12] gh-59022: Added tests for `pkgutil.extend_path` (GH-121673) (GH-121950)Miss Islington (bot)2024-07-191-0/+1
* [3.12] gh-121905: Consistently use "floating-point" instead of "floating poin...Serhiy Storchaka2024-07-197-7/+7
* [3.12] gh-120289: Disallow disable() and clear() in external timer to prevent...Miss Islington (bot)2024-07-181-0/+2
* [3.12] gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz (GH-121876...Miss Islington (bot)2024-07-171-0/+2
* [3.12] gh-121160: Add some tests for readline.set_history_length (GH-121326) ...Miss Islington (bot)2024-07-161-0/+2
* [3.12] gh-119189: Fix the power operator for Fraction (GH-119242) (GH-119835)Miss Islington (bot)2024-07-162-0/+4
* [3.12] gh-121657: Display correct error message for yield from outsid… (GH-...Kirill Podoprigora2024-07-151-0/+2
* [3.12] gh-121749: Fix discrepancy in docs for `PyModule_AddObjectRef` (GH-121...Miss Islington (bot)2024-07-141-0/+1
* [3.12] gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on c...Miss Islington (bot)2024-07-141-0/+3
* [3.12] NEWS: Fix Sphinx warnings and increase threshold for new news nits (GH...Hugo van Kemenade2024-07-1327-78/+79
* [3.12] gh-99242 Ignore error when running regression tests under certain cond...Miss Islington (bot)2024-07-131-0/+3
* [3.12] gh-117482: Fix Builtin Types Slot Wrappers (gh-121632)Eric Snow2024-07-111-0/+2
* [3.12] GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list...Miss Islington (bot)2024-07-101-0/+1
* [3.12] gh-121018: Fix typo in NEWS entry (GH-121510) (#121516)Sam Gross2024-07-081-3/+3
* [3.12] gh-121084: Fix test_typing random leaks (GH-121360) (#121372)Miss Islington (bot)2024-07-041-0/+3
* [3.12] gh-117983: Defer import of threading for lazy module loading (GH-12023...Miss Islington (bot)2024-07-031-0/+2
* [3.12] gh-121200: Fix test_expanduser_pwd2() of test_posixpath (GH-121228) (#...Miss Islington (bot)2024-07-011-0/+3
* [3.12] gh-121188: Sanitize invalid XML characters in regrtest (GH-121195) (#1...Miss Islington (bot)2024-07-011-0/+3
* [3.12] gh-121101: Document -Wall option (an alias for -Walways) (GH-121102) (...Miss Islington (bot)2024-06-291-0/+1
* [3.12] gh-120713: Normalize year with century for datetime.strftime (GH-12082...Serhiy Storchaka2024-06-291-0/+2
* [3.12] gh-120868: Fix breaking change in `logging.config` when using `QueueHa...Miss Islington (bot)2024-06-281-0/+1
* [3.12] gh-121018: Fix more cases of exiting in argparse when exit_on_error=Fa...Serhiy Storchaka2024-06-281-2/+3
* [3.12] gh-121096: Ignore dlopen() leaks in Valgrind suppression file (GH-1210...Miss Islington (bot)2024-06-281-0/+43
* [3.12] gh-105623 Fix performance degradation in logging RotatingFileHandler (...Miss Islington (bot)2024-06-281-0/+2