summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-121027: Add a future warning in functools.partial.__get__ (GH-12108...Miss Islington (bot)2024-06-271-0/+6
* [3.13] docs: puremagic.what() as replacement for imghdr.what() (GH-120871) (#...Miss Islington (bot)2024-06-241-0/+3
* [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...Sam Gross2024-06-201-0/+5
* [3.13] gh-112346: Document the OS byte in `gzip.compress` output change in 3....Miss Islington (bot)2024-06-171-0/+15
* [3.13] gh-120345: Fix incorrect use of the :class: role with the "()" suffix ...Miss Islington (bot)2024-06-122-3/+3
* [3.13] gh-119577: Adjust DeprecationWarning when testing element truth values...Miss Islington (bot)2024-06-072-7/+10
* [3.13] gh-114616: Improve docs regarding changes to caches representation in ...Miss Islington (bot)2024-06-041-0/+7
* [3.13] Fix incorrect pull GitHub link in What's New (GH-120045) (#120052)Miss Islington (bot)2024-06-041-1/+1
* [3.13] gh-109975: What's New in Python 3.13: fix broken link for `telnetlib` ...Miss Islington (bot)2024-06-031-1/+1
* [3.13] gh-118934: Fix PyEval_GetLocals docs (PEP 667) (GH-119934)Miss Islington (bot)2024-06-021-8/+28
* [3.13] gh-118888: Further PEP 667 docs updates (gh-119894)Miss Islington (bot)2024-06-021-1/+25
* [3.13] gh-74929: PEP 667 C API documentation (gh-119892)Miss Islington (bot)2024-06-011-1/+15
* [3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850)Miss Islington (bot)2024-05-311-5/+8
* [3.13] Docs: `shutil.rmtree`'s `onerror` has no pending removal version (GH-1...Miss Islington (bot)2024-05-301-3/+3
* [3.13] gh-119729: Use 't' in pkg-config file name for free-threaded build (GH...Miss Islington (bot)2024-05-301-0/+4
* [3.13] docs: fix a few typos identified by codespell (GH-119516) (#119570)Miss Islington (bot)2024-05-266-7/+7
* [3.13] Fix version number in use_load_tests deprecation reference (GH-119151)...Miss Islington (bot)2024-05-221-1/+1
* [3.13] Docs: Add central references to free-threading-related options (GH-119...Miss Islington (bot)2024-05-211-1/+2
* [3.13] gh-74929: PEP 667 general docs update (gh-119291)Miss Islington (bot)2024-05-211-4/+51
* [3.13] gh-118760: Restore the default value of tkinter.wantobjects to 1 (GH-1...Miss Islington (bot)2024-05-201-10/+0
* [3.13] 3.13 What's New: Add PEP 702 (GH-118922) (#119062)Miss Islington (bot)2024-05-151-0/+3
* gh-118209: Add Windows structured exception handling to mmap module (GH-118213)Miss Islington (bot)2024-05-101-0/+3
* [3.13] gh-118851: Default ctx arguments to AST constructors to Load() (GH-118...Miss Islington (bot)2024-05-091-3/+5
* gh-118486: Update docs for CVE-2024-4030 reference (GH-118737)Steve Dower2024-05-091-0/+14
* gh-118671: Updated dead ActiveState links (#118730)trag1c2024-05-081-2/+2
* gh-109975: Make a rough editorial pass over What's New (#118711)T. Wouters2024-05-071-509/+542
* gh-66410: Do not stringify arguments of Tkinter callback (GH-98592)Serhiy Storchaka2024-05-071-0/+10
* gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#...Hugo van Kemenade2024-05-071-1/+1
* gh-109653: What's new: Note improved import times for several stdlib modules ...Alex Waygood2024-05-071-0/+9
* gh-109975: Update 'What's New in Python 3.13' for beta (#118694)Hugo van Kemenade2024-05-071-7/+2
* Docs: add whatsnew for free-threading (#118679)Sam Gross2024-05-071-0/+46
* gh-117486: Improve behavior for user-defined AST subclasses (#118212)Jelle Zijlstra2024-05-061-0/+6
* gh-115119: Default to --with-system-libmpdec=yes (#118539)Erlend E. Aasland2024-05-061-0/+5
* gh-118271: Support more options for reading/writing images in Tkinter (GH-118...Serhiy Storchaka2024-05-061-0/+6
* gh-118225: Support more options for copying images in Tkinter (GH-118228)Serhiy Storchaka2024-05-061-0/+9
* gh-66543: Add mimetypes.guess_file_type() (GH-117258)Serhiy Storchaka2024-05-061-0/+11
* gh-118465: Add __firstlineno__ attribute to class (GH-118475)Serhiy Storchaka2024-05-061-0/+5
* gh-111201: A new Python REPL (GH-111567)Pablo Galindo Salgado2024-05-051-0/+28
* gh-74929: Rudimentary docs for PEP 667 (#118581)Guido van Rossum2024-05-051-0/+5
* GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)Tian Gao2024-05-051-0/+6
* gh-118131: Command-line interface for the `random` module (#118132)Hugo van Kemenade2024-05-051-0/+6
* gh-118518: Allow perf to work without frame pointers (#112254)Pablo Galindo Salgado2024-05-051-0/+5
* gh-115532 Add kde_random() to the statistic module (#118210)Raymond Hettinger2024-05-041-1/+2
* gh-116126: Implement PEP 696 (#116129)Jelle Zijlstra2024-05-031-0/+6
* gh-118500: Add pdb support for zipapp (#118501)Tian Gao2024-05-021-0/+3
* gh-93502: Add new C-API functions to trace object creation and destruction (#...Pablo Galindo Salgado2024-05-021-0/+5
* gh-118216: Don't consider dotted `__future__` imports (#118267)Crowthebird2024-05-021-0/+4
* gh-118335: Rename --experimental-interpreter on Windows to --experimental-jit...Guido van Rossum2024-05-021-1/+2
* gh-117225: Document colour use in `doctest` (#118268)Hugo van Kemenade2024-05-011-1/+15
* gh-110850: Add PyTime_TimeRaw() function (#118394)Victor Stinner2024-05-011-3/+9