summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* GH-101588: Remove deprecated pickle/copy/deepcopy from itertools (gh-118816)Raymond Hettinger2024-05-091-0/+5
* gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804)Nikita Sobolev2024-05-083-4/+7
* gh-118767: Make bool(NotImplemented) raise TypeError (#118775)Jelle Zijlstra2024-05-081-0/+3
* Fix file extensions for 3.14 Whats New (#118770)Jelle Zijlstra2024-05-082-0/+1
* gh-118486: Update docs for CVE-2024-4030 reference (GH-118737)Steve Dower2024-05-081-0/+14
* Python 3.14.0a0Thomas Wouters2024-05-081-0/+131
* 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
* gh-118335: Configure Tier 2 interpreter at build time (#118339)Guido van Rossum2024-05-011-7/+23
* gh-109975: Document crypt_r as a possible replacement of crypt (#118439)Miro Hrončok2024-04-301-1/+4
* gh-101100: Fix Sphinx warnings in `whatsnew/3.10.rst` (#118356)Hugo van Kemenade2024-04-281-37/+37
* gh-101100: Fix Sphinx warnings in `whatsnew/3.9.rst` (#118364)Hugo van Kemenade2024-04-282-27/+27
* gh-109118: Make comprehensions work within annotation scopes, but without inl...Jelle Zijlstra2024-04-281-1/+3
* bpo-32839: Add the after_info() method for Tkinter widgets (GH-5664)Cheryl Sabella2024-04-261-0/+3
* gh-108191: Add support of positional argument in SimpleNamespace constructor ...Serhiy Storchaka2024-04-241-0/+8
* gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (#118202)Alex Waygood2024-04-241-4/+3
* gh-95754: Better error when script shadows a standard library or third party ...Shantanu2024-04-231-0/+34
* gh-109118: Allow lambdas in annotation scopes in classes (#118019)Jelle Zijlstra2024-04-221-0/+3
* bpo-18108: Adding dir_fd and follow_symlinks keyword args to shutil.chown (GH...tahia2024-04-221-0/+4
* gh-115961: Add name and mode attributes for compressed file-like objects (GH-...Serhiy Storchaka2024-04-211-0/+11
* gh-114099: Formalize Tier 3 status of iOS (GH-118020)Russell Keith-Magee2024-04-211-0/+16
* gh-115775: Add whatsnew entry about __static_attributes__ (GH-117909)Irit Katriel2024-04-191-0/+5
* Use "Contributed by" in a couple of occurrences of 3.12 whatsnew (#118070)Rafael Fontenelle2024-04-191-3/+3
* gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)Victor Stinner2024-04-181-4/+10
* gh-90815: Document bundled mimalloc in What’s New In Python 3.13 (GH-117811)Miro Hrončok2024-04-181-0/+5
* gh-117929: Restore removed PyEval_InitThreads() function (#117931)Victor Stinner2024-04-171-3/+3