summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* gh-104773: PEP 594: Remove the chunk module (#104868)Victor Stinner2023-05-252-143/+0
* gh-104773: PEP 594: Remove the audioop module (#104937)Victor Stinner2023-05-252-288/+0
* gh-104773: PEP 594: Remove the aifc module (#104933)Victor Stinner2023-05-253-249/+1
* gh-104773: PEP 594: Remove the uu module (#104932)Victor Stinner2023-05-253-78/+1
* gh-104773: PEP 594: Remove the crypt module (#104908)Victor Stinner2023-05-254-187/+1
* Fix indentation in `json.AttrDict` REPL example (#104930)Alex Waygood2023-05-251-8/+8
* Misc improvements to the itertools docs (GH-104916)Raymond Hettinger2023-05-251-7/+24
* Misc updates to Whatsnew 3.12 (#104912)Raymond Hettinger2023-05-251-2/+2
* gh-104773: Remove the msilib package (GH-104911)Zachary Ware2023-05-252-566/+0
* gh-104874: Document NewType.__supertype__ (#104875)Jelle Zijlstra2023-05-241-0/+12
* gh-104773: PEP 594: Remove the xdrlib module (#104900)Victor Stinner2023-05-244-289/+1
* gh-104773: PEP 594: Remove the nis module (#104897)Victor Stinner2023-05-242-73/+0
* gh-104773: PEP 594: Remove the nntplib module (#104894)Victor Stinner2023-05-244-593/+3
* gh-104773: PEP 594: Remove the spwd module (#104871)Victor Stinner2023-05-244-93/+1
* gh-104773: PEP 594: Remove the mailcap module (#104867)Victor Stinner2023-05-242-95/+0
* gh-104773: PEP 594: Remove the sunau module (#104863)Victor Stinner2023-05-242-275/+0
* gh-104773: PEP 594: Remove the ossaudiodev module (#104862)Victor Stinner2023-05-242-454/+0
* gh-104773: PEP 594: Remove the pipes module (#104848)Victor Stinner2023-05-242-104/+0
* gh-104773: PEP 594: Remove the sndhdr module (#104774)Victor Stinner2023-05-242-105/+0
* gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)Victor Stinner2023-05-244-656/+0
* gh-102120: [TarFile] Add an iter function that doesn't cache (GH-102128)Robert O'Shea2023-05-231-1/+6
* gh-104780: Remove 2to3 program and lib2to3 module (#104781)Victor Stinner2023-05-232-492/+1
* gh-92871: Remove typing.{io,re} namespaces (#92873)Sebastian Rittau2023-05-231-11/+0
* gh-104773: PEP 594: Remove the telnetlib module (#104778)Victor Stinner2023-05-232-263/+0
* gh-104656: Rename typeparams AST node to type_params (#104657)Jelle Zijlstra2023-05-221-3/+3
* typing docs: Move some classes out of the "Generics" section (#104707)Jelle Zijlstra2023-05-211-146/+146
* Corrected identifier (#104713)William Sawyer2023-05-211-1/+1
* gh-102856: Python tokenizer implementation for PEP 701 (#104323)Marta Gómez Macías2023-05-212-0/+6
* gh-103606: raise RuntimeError if config file is invalid or empty (#104701)Prince Roshan2023-05-201-2/+2
* gh-49174: document that the effect of calling gc.collect() during a collectio...Irit Katriel2023-05-201-0/+3
* gh-104679 Fixed syntax highlighting in turtle docs (#104682)han-solo2023-05-201-83/+83
* docs: fix wrong indentation causing rendering error in dis page (#104661)Nyakku Shigure2023-05-191-2/+2
* gh-94906: Support multiple steps in math.nextafter (#103881)Matthias Görgens2023-05-191-3/+6
* gh-85984: New additions and improvements to the tty library. (#101832)Soumendra Ganguly2023-05-191-2/+20
* gh-104659: Consolidate python examples in enum documentation (#104665)Thomas Hisch2023-05-191-6/+6
* gh-103921: Rename "type" header in argparse docs (#104654)Jelle Zijlstra2023-05-191-15/+15
* GH-103545: Add macOS specific constants for ``os.setpriority`` to ``os`` (#10...Ronald Oussoren2023-05-191-0/+11
* GH-104484: Add case_sensitive argument to `pathlib.PurePath.match()` (GH-104565)thirumurugan2023-05-181-1/+6
* gh-103606: Improve error message from logging.config.FileConfig (GH-103628)Prince Roshan2023-05-181-0/+8
* gh-102153: Start stripping C0 control and space chars in `urlsplit` (#102508)Illia Volochii2023-05-171-2/+44
* gh-104539: Fix indentation error in logging.config.rst (#104545)Jesper Noordsij2023-05-161-1/+1
* gh-69152: add method get_proxy_response_headers to HTTPConnection class (#104...Alexey Namyotkin2023-05-161-0/+11
* gh-103763: Implement PEP 695 (#103764)Jelle Zijlstra2023-05-161-0/+3
* gh-67056: document that registering/unregistering an atexit func from within ...Irit Katriel2023-05-151-0/+3
* gh-104337: Clarify random.gammavariate doc entry (#104410)Terry Jan Reedy2023-05-141-3/+6
* Minor improvements to typing docs (#104465)Jelle Zijlstra2023-05-141-4/+6
* gh-91896: Revert some very noisy DeprecationWarnings for `ByteString` (#104424)Alex Waygood2023-05-131-4/+1
* Add a mention of PYTHONBREAKPOINT to breakpoint() docs (#104430)Ned Batchelder2023-05-131-0/+7
* gh-91896: Fixup some docs issues following ByteString deprecation (#104422)Alex Waygood2023-05-121-1/+4
* gh-104301: Allow leading whitespace in disambiguated pdb statements (#104342)James Gerity2023-05-111-3/+11