aboutsummaryrefslogtreecommitdiff
path: root/Doc
AgeCommit message (Expand)Author
2023-06-05[3.11] gh-89412: Add missing attributes (added in 3.10) to traceback module d...Miss Islington (bot)
2023-06-04[3.11] gh-104882: Docs: fix description of relationship between `socket.getbl...Miss Islington (bot)
2023-06-02[3.11] gh-105184: document that marshal functions can fail and need to be che...Miss Islington (bot)
2023-05-31[3.11] gh-105096: Reformat wave documentation (#105136) (#105138) (#105155)Victor Stinner
2023-05-29[3.11] GH-89455: Add missing attributes (added in 3.11) to traceback module d...Miss Islington (bot)
2023-05-27[3.11] gh-103921: Improve typing documentation (GH-104642) (#105007)Jelle Zijlstra
2023-05-26[3.11] gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExi...Miss Islington (bot)
2023-05-26[3.11] gh-104984: remove kwargs and starargs from Call & ClassDef (GH-104986)...Miss Islington (bot)
2023-05-26[3.11] gh-104479: Update outdated tutorial floating-point reference (GH-10468...Shantanu
2023-05-25[3.11] gh-104874: Document NewType.__supertype__ (GH-104875) (#104907)Miss Islington (bot)
2023-05-22[3.11] howto/urllib2: remove link to an outdated french translation (GH-10419...Miss Islington (bot)
2023-05-21[3.11] gh-103606: Improve error message from logging.config.FileConfig (GH-10...Prince Roshan
2023-05-21[3.11] typing docs: Move some classes out of the "Generics" section (GH-10470...Jelle Zijlstra
2023-05-21[3.11] Corrected identifier (GH-104713) (#104714)Miss Islington (bot)
2023-05-20[3.11] gh-49174: document that the effect of calling gc.collect() during a co...Miss Islington (bot)
2023-05-20[3.11] gh-104679 Fixed syntax highlighting in turtle docs (GH-104682). (#104695)han-solo
2023-05-19[3.11] docs: fix wrong indentation causing rendering error in dis page (GH-10...Miss Islington (bot)
2023-05-19[3.11] gh-104659: Consolidate python examples in enum documentation (#104665)...Hugo van Kemenade
2023-05-17[3.11] gh-102153: Start stripping C0 control and space chars in `urlsplit` (G...Miss Islington (bot)
2023-05-16[3.11] gh-104539: Fix indentation error in logging.config.rst (GH-104545) (#1...Miss Islington (bot)
2023-05-15[3.11] gh-67056: document that registering/unregistering an atexit func from ...Miss Islington (bot)
2023-05-14[3.11] gh-104337: Clarify random.gammavariate doc entry (GH-104410) (#104481)Miss Islington (bot)
2023-05-14[3.11] Minor improvements to typing docs (GH-104465) (#104475)Miss Islington (bot)
2023-05-13[3.11] Add a mention of PYTHONBREAKPOINT to breakpoint() docs (GH-104430) (#1...Miss Islington (bot)
2023-05-11[3.11] gh-101117: Improve accuracy of sqlite3.Cursor.rowcount docs (#104287) ...Erlend E. Aasland
2023-05-10[3.11] gh-104010: Separate and improve docs for `typing.get_origin` and `typi...Miss Islington (bot)
2023-05-10[3.11] gh-103960: Dark mode: invert image brightness (GH-103983) (#104358)Miss Islington (bot)
2023-05-10[3.11] gh-48241: Clarify URL needs to be encoded when provided to urlopen and...Miss Islington (bot)
2023-05-09[3.11] gh-102327: Extend docs for "url" and "headers" parameters to HTTPConne...Miss Islington (bot)
2023-05-09[3.11] [doc] logging.rst - Change link to point directly to the Google Group....Miss Islington (bot)
2023-05-09[3.11] gh-102500: collections.abc.Buffer doesn't exist in 3.11 (#104317)Shantanu
2023-05-08[3.11] GH-104284: Fix documentation gettext build (GH-104296) (#104299)Miss Islington (bot)
2023-05-08[3.11] GH-104145: Use fully-qualified cross reference types for the bisect mo...Miss Islington (bot)
2023-05-08[3.11] gh-102500: Remove mention of bytes shorthand (#104281) (#104288)Alex Waygood
2023-05-07[3.11] gh-104254: Document the optional keyword-only "context" argument to Ta...Miss Islington (bot)
2023-05-06[3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221)Miss Islington (bot)
2023-05-05[3.11] gh-64658: Expand Argument Clinic return converter docs (#104175) (#104...Erlend E. Aasland
2023-05-04[3.11] gh-104112: link from cached_property docs to method-caching FAQ (GH-10...Miss Islington (bot)
2023-05-04[3.11] GH-97950: Use new-style index directive ('statement') (GH-104162) (#10...Miss Islington (bot)
2023-05-04[3.11] GH-97950: Use new-style index directive ('exception') (GH-104160) (#10...Adam Turner
2023-05-04[3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)Miss Islington (bot)
2023-05-04[3.11] GH-97950: Use new-style index directive ('operator') (GH-104156) (#104...Miss Islington (bot)
2023-05-04[3.11] GH-97950: Use new-style index directive ('keyword') (GH-104153) (#104155)Miss Islington (bot)
2023-05-04[3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154)Adam Turner
2023-05-04[3.11] GH-97950: Allow translation of index directive content (GH-104000) (#1...Miss Islington (bot)
2023-05-02[3.11] gh-101100: Fix Sphinx warnings in `curses` and `curses.ascii` modules ...Miss Islington (bot)
2023-05-02[3.11] gh-103590: do not wrap a single exception raised from a try-except* (#...Irit Katriel
2023-05-02[3.11] gh-65022: Fix description of tuple return value in copyreg (GH-103892)...Shantanu
2023-05-02[3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088)Rafael Fontenelle
2023-05-02[3.11] Improve assert_type phrasing (GH-104081) (#104084)Miss Islington (bot)