summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-104799: Move location of type_params AST fields (GH-104828) (#104974)Miss Islington (bot)2023-05-301-6/+6
* [3.12] GH-89455: Add missing attributes (added in 3.11) to traceback module d...Miss Islington (bot)2023-05-291-1/+18
* gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...Miss Islington (bot)2023-05-291-0/+18
* [3.12] gh-103921: Document PEP 695 (GH-104642) (#104989)Miss Islington (bot)2023-05-264-238/+674
* [3.12] gh-104984: remove kwargs and starargs from Call & ClassDef (GH-104986)...Miss Islington (bot)2023-05-261-6/+3
* [3.12] gh-104372: Drop the GIL around the vfork() call. (GH-104782) (#104942)Miss Islington (bot)2023-05-251-5/+8
* [3.12] Fix indentation in `json.AttrDict` REPL example (GH-104930) (#104931)Miss Islington (bot)2023-05-251-8/+8
* [3.12] Misc improvements to the itertools docs (GH-104916) (GH-104917)Miss Islington (bot)2023-05-251-7/+24
* [3.12] Misc updates to Whatsnew 3.12 (GH-104912) (GH-104915)Miss Islington (bot)2023-05-251-2/+2
* [3.12] gh-104874: Document NewType.__supertype__ (GH-104875) (#104906)Miss Islington (bot)2023-05-241-0/+12
* 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
* gh-101117: Improve accuracy of sqlite3.Cursor.rowcount docs (#104287)Erlend E. Aasland2023-05-111-1/+4
* gh-104010: Separate and improve docs for `typing.get_origin` and `typing.get_...chgnrdv2023-05-101-9/+22
* gh-103960: Dark mode: invert image brightness (#103983)Hugo van Kemenade2023-05-102-0/+2
* gh-102327: Extend docs for "url" and "headers" parameters to HTTPConnection.r...David Foster2023-05-091-2/+18
* gh-97696 Add documentation for get_coro() behavior with eager tasks (#104304)Jacob Bower2023-05-091-0/+11
* gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)Carl Meyer2023-05-091-0/+8
* GH-104145: Use fully-qualified cross reference types for the bisect module (#...Adam Turner2023-05-081-10/+12
* gh-102500: Remove mention of bytes shorthand (#104281)Shantanu2023-05-081-6/+3
* gh-97696: Improve and fix documentation for asyncio eager tasks (#104256)Itamar Ostricher2023-05-081-1/+18
* gh-104254: Document the optional keyword-only "context" argument to Task cons...Itamar Ostricher2023-05-071-4/+8
* GH-97950: Use new-style index directive ('builtin') (#104164)Adam Turner2023-05-065-17/+17
* gh-102215: importlib documentation cleanupsSam Morris2023-05-062-10/+10
* GH-100479: Add `pathlib.PurePath.with_segments()` (GH-103975)Barney Gale2023-05-051-2/+26
* gh-104112: link from cached_property docs to method-caching FAQ (#104113)Carl Meyer2023-05-041-12/+4