summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)Inada Naoki2022-05-125-204/+55
* gh-86388 Remove deprecated behaviors in randrange() (#92677)Raymond Hettinger2022-05-122-16/+21
* Fix typo in argparse docs. (GH-92691)thueringa2022-05-121-1/+1
* gh-89653: PEP 670: Fix Sphinx syntax in Unicode doc (#92707)Victor Stinner2022-05-121-4/+4
* gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (#92696)Victor Stinner2022-05-111-3/+3
* gh-89653: PEP 670: Update C API unicode documentation (#92702)Victor Stinner2022-05-111-10/+11
* Fix minor documentation error in bisect docs (GH-92697)Steve Dower2022-05-111-1/+1
* gh-92651: Remove the Include/token.h header file (#92652)Victor Stinner2022-05-111-0/+5
* gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636)Hugo van Kemenade2022-05-111-1/+1
* Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-92631)Mikhail Terekhov2022-05-111-1/+1
* Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-9...Serhiy Storchaka2022-05-112-0/+15
* What's New 3.12: PyFrame_BlockSetup() was removed in 3.11 (#92645)Victor Stinner2022-05-101-2/+0
* gh-91966 Document where key functions are applied in the bisect module (#92602)Raymond Hettinger2022-05-101-15/+52
* bpo-43689: improve documentation for Differ (GH-25132)Jürgen Gmach2022-05-101-1/+1
* gh-84131: Remove the deprecated pathlib.Path.link_to method. (#92505)Gregory P. Smith2022-05-102-19/+3
* Update numbers.rst (#31995)Géry Ogam2022-05-101-2/+2
* bpo-42259: clarify pprint saferepr docs (#30256)andrei kulakov2022-05-101-5/+9
* gh-80143: Add clarification for escape characters (#92292)slateny2022-05-101-3/+7
* gh-76773: Update docs mentioning no-longer-supported Windows versions & featu...CAM Gerlach2022-05-107-101/+58
* gh-92417: `zlib` docs, `binascii` docs: remove Python 2 compatibility notes (...Alex Waygood2022-05-102-6/+0
* gh-92417: `unittest.mock` docs: remove references to Python <2.6 (GH-92539)Alex Waygood2022-05-102-2/+2
* gh-91928: Add what's new entry for datetime.UTC alias (GH-92567)Paul Ganssle2022-05-101-0/+2
* bpo-13553: Document tkinter.Tk args (#4786)Cheryl Sabella2022-05-101-10/+66
* gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)Barney Gale2022-05-102-15/+0
* gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)Gregory P. Smith2022-05-092-10/+0
* Doc: Update py2app link. (#91585)Julien Palard2022-05-091-1/+1
* gh-86019: Add table for Windows installer options (GH-91809)slateny2022-05-091-5/+18
* gh-91345: Talk about ``sys._getframe`` compatibility in 3.11 whatsnew (GH-92552)Ken Jin2022-05-091-4/+5
* What's New in Python 3.12: move C API at the end (#92555)Victor Stinner2022-05-091-5/+22
* What's New in Python 3.11: move C API changes (#92390)Victor Stinner2022-05-091-31/+31
* Enhance PyConfig documentation (#92394)Victor Stinner2022-05-091-37/+46
* bpo-38056: overhaul Error Handlers section in codecs documentation (#15732)Ma Lin2022-05-092-74/+126
* bpo-39229: fix formatting in library/functions.rst (#17857)Rafael Fontenelle2022-05-081-2/+2
* pdb docs: workaround for double semicolon in strings (#17011)Godefroid Chapelle2022-05-081-1/+2
* gh-91968: Add socket constants SO_USER_COOKIE/SO_RTABLE from BSD (#91967)David CARLIER2022-05-081-0/+5
* gh-77521: Add link to builtin module names in modules tutorial (#92438)slateny2022-05-081-1/+2
* Use percentage over factor for 3.11 whatsnew performance (GH-92496)Ken Jin2022-05-081-1/+1
* gh-91760: More strict rules for numerical group references and group names in...Serhiy Storchaka2022-05-082-8/+21
* gh-80856: doc: reveal doctest directives (#92318)Davide Rizzo2022-05-081-17/+37
* Fix typo in whatsnew (GH-92488)Ezio Melotti2022-05-081-1/+1
* Fix the `versionadded` for asyncio.StreamWriter.start_tls() (#92378)Oleg Iarygin2022-05-081-1/+1
* gh-92417: `logging` docs: Remove warning that only applies to Python <3.2 (#9...Alex Waygood2022-05-081-10/+0
* Fix What's New for 3.12 (GH-92482)Serhiy Storchaka2022-05-082-0/+1
* `typing.Text`: tweak deprecation notice (#92405)Alex Waygood2022-05-081-1/+2
* Update What's New in 3.11 faster cpython figures and contributors (GH-92401)Ken Jin2022-05-081-3/+4
* bpo-45046: Support context managers in unittest (GH-28045)Serhiy Storchaka2022-05-082-0/+54
* gh-77630: Change Charset to charset (GH-92439)slateny2022-05-081-7/+7
* gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (GH-92423)Alex Waygood2022-05-081-10/+0
* GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432)Hugo van Kemenade2022-05-081-11/+11
* gh-92417: `doctest` docs: remove references to Python <3.6 (GH-92420)Alex Waygood2022-05-081-9/+0