summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.3.rst` (GH-112373) (#113...Hugo van Kemenade2023-12-141-139/+139
* [3.12] Docs: Fix external link to devguide.python.org (GH-112899) (#113065)Miss Islington (bot)2023-12-131-1/+1
* [3.12] gh-101100: Improve docs on exception attributes (GH-113057) (#113061)Miss Islington (bot)2023-12-131-5/+6
* [3.12] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029)...Miss Islington (bot)2023-12-135-6/+6
* [3.12] gh-101100: Improve documentation on function attributes (GH-112933) (#...Hugo van Kemenade2023-12-125-13/+17
* [3.12] gh-101100: Improve documentation of `TracebackType` attributes (GH-112...Miss Islington (bot)2023-12-092-3/+4
* [3.12] gh-101100: Improve documentation for attributes on instance methods (G...Miss Islington (bot)2023-12-082-4/+5
* [3.12] gh-101100: Silence Sphinx warnings when `ntpath` or `posixpath` are re...Alex Waygood2023-12-071-3/+3
* [3.12] gh-112826: Fix the threading Module When _thread is Missing _is_main_i...Eric Snow2023-12-071-0/+9
* [3.12] gh-101100: Improve documentation of code object attributes (#112781) (...Alex Waygood2023-12-064-7/+10
* [3.12] gh-101100: Properly document frame object attributes (GH-112735) (#112...Miss Islington (bot)2023-12-055-9/+11
* [3.12] gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662) (#112...Miss Islington (bot)2023-12-032-3/+5
* [3.12] gh-112645: remove deprecation warning for use of onerror in shutil.rmt...Irit Katriel2023-12-031-4/+3
* [3.12] gh-111699: Move smtpd note to dedicated section in What's New Python 3...Miss Islington (bot)2023-11-301-1/+4
* [3.12] GH-101100: Fix reference warnings for ``socket`` methods (GH-110114) (...Miss Islington (bot)2023-11-272-5/+5
* [3.12] Move What's New In Python 3.12 entries to the right section (GH-112447...Miss Islington (bot)2023-11-271-7/+8
* [3.12] gh-94309: "What's new in Python 3.12": improve deprecation notice for ...Miss Islington (bot)2023-11-171-2/+3
* [3.12] gh-111301: Move `importlib.resources.files` change to What's new in Py...Hugo van Kemenade2023-10-311-0/+3
* [3.12] gh-111187: Postpone removal version for locale.getdefaultlocale() to 3...Hugo van Kemenade2023-10-272-2/+13
* [3.12] gh-101100: Fix Sphinx warnings for `fileno` (GH-111118) (#111226)Miss Islington (bot)2023-10-231-1/+1
* [3.12] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (...Miss Islington (bot)2023-10-193-28/+28
* [3.12] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#11...Miss Islington (bot)2023-10-193-8/+8
* [3.12] GH-107518: Remove the Argument Clinic How-To (#109900) (#110760)Erlend E. Aasland2023-10-121-1/+1
* [3.12] gh-110631: fix wrong indentation in the `Doc/whatsnew` dir (GH-110632)...Ezio Melotti2023-10-116-191/+191
* [3.12] Fix typo in py312 whatsnew: add missing closing paren (GH-110255) (#11...Miss Islington (bot)2023-10-031-1/+1
* [3.12] Fix typos in docs and comments (#109619) (#109621)Alex Waygood2023-10-022-2/+2
* [3.12] 3.12 What's New: Remove duplicate "up to" (GH-110219) (#110220)Miss Islington (bot)2023-10-021-1/+1
* [3.12] GH-109190: Announce final release in What's New in Python 3.12 (GH-110...Miss Islington (bot)2023-10-021-1/+1
* [3.12] GH-101100: Fix reference warnings for ``namedtuple`` (GH-110113) (#110...Miss Islington (bot)2023-10-021-3/+3
* [3.12] GH-109190: Copyedit 3.12 What's New: Bytecode (GH-109821) (#110047)Adam Turner2023-09-281-0/+27
* [3.12] no-issue: Fix a typo in the parameter name of random.expovariate. (gh-...Miss Islington (bot)2023-09-271-1/+1
* [3.12] GH-109190: Copyedit 3.12 What's New: Release highlights (GH-109770) (#...Miss Islington (bot)2023-09-271-167/+247
* [3.12] gh-107298: Document PyMODINIT_FUNC macro (GH-109236) (#109947)Miss Islington (bot)2023-09-271-1/+1
* [3.12] GH-109190: Copyedit 3.12 What's New: Deprecations (GH-109766) (#109925)Miss Islington (bot)2023-09-271-107/+170
* [3.12] GH-109190: Copyedit 3.12 What's New: Sort Other Language Changes (GH-1...Adam Turner2023-09-261-47/+47
* [3.12] GH-109190: Copyedit 3.12 What's New: Improve the C-API deprecations se...Miss Islington (bot)2023-09-261-13/+94
* [3.12] GH-109190: Copyedit 3.12 What's New: Use the present tense (GH-109754)...Miss Islington (bot)2023-09-261-30/+30
* [3.12] GH-109190: Copyedit 3.12 What's New: Trivia (GH-109760) (#109826)Miss Islington (bot)2023-09-251-7/+4
* [3.12] GH-109190: Copyedit 3.12 What's New: Prefer GitHub issues links (GH-10...Miss Islington (bot)2023-09-251-4/+4
* [3.12] GH-109190: Copyedit 3.12 What's New: Update the ``imp`` porting guidan...Miss Islington (bot)2023-09-251-2/+3
* [3.12] GH-109190: Copyedit 3.12 What's New: Increase the prominence of the se...Miss Islington (bot)2023-09-251-0/+7
* [3.12] GH-109190: Copyedit 3.12 What's New: Use the ``:file:`` role (GH-10975...Miss Islington (bot)2023-09-251-11/+11
* [3.12] gh-109634: Use :samp: role (GH-109635) (#109776)Miss Islington (bot)2023-09-246-9/+9
* [3.12] gh-100228: Document the os.fork threads DeprecationWarning. (GH-109767...Miss Islington (bot)2023-09-241-0/+14
* [3.12] GH-95913: Add the release date for Python 3.11 (GH-109750) (#109771)Miss Islington (bot)2023-09-242-2/+1
* [3.12] Docs: Update Donghee Na's name (GH-109743) (#109758)Hugo van Kemenade2023-09-245-35/+35
* [3.12] GH-109190: Copyedit 3.12 What's New: asyncio (GH-109661) (#109733)Miss Islington (bot)2023-09-221-4/+4
* [3.12] GH-109190: Copyedit 3.12 What's New: PEP 669 (GH-109658) (#109732)Miss Islington (bot)2023-09-221-3/+5
* [3.12] GH-109190: Copyedit 3.12 What's New: Other Language Changes (GH-109660...Miss Islington (bot)2023-09-221-8/+8
* [3.12] GH-109190: Copyedit 3.12 What's New: PEP 684 (GH-109657) (#109729)Miss Islington (bot)2023-09-221-4/+4