summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Change parameter name from *x* for reals to *n* for integers. (GH-32377)Raymond Hettinger2022-04-061-2/+2
* bpo-26579: Add object.__getstate__(). (GH-2821)Serhiy Storchaka2022-04-062-8/+36
* Remove python2 support in logging cookbook example. (GH-32362)Mathieu Dupuy2022-04-061-8/+1
* stdtypes docs: fix typo (GH-32349)Ian2022-04-061-1/+1
* bpo-47235: Note where a typo is intentional in code. (GH-32348)Gregory P. Smith2022-04-061-4/+4
* bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-...Petr Viktorin2022-04-064-888/+915
* Revert "bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-3205...Victor Stinner2022-04-062-21/+1
* [doc] Add missing backtick. (GH-32355)Julien Palard2022-04-061-1/+1
* bpo-47189: What's New in 3.11: Faster CPython (GH-32235)Ken Jin2022-04-062-7/+221
* bpo-47061: deprecate the `aifc` module (GH-32134)Brett Cannon2022-04-051-0/+8
* bpo-4833: Add ZipFile.mkdir (GH-32160)Sam Ezeh2022-04-051-0/+11
* bpo-46607: Add DeprecationWarning for LegacyInterpolation, deprecated in docs...Hugo van Kemenade2022-04-051-0/+6
* bpo-47088: Add typing.LiteralString (PEP 675) (GH-32064)Jelle Zijlstra2022-04-051-0/+29
* bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)Erlend Egeberg Aasland2022-04-052-0/+43
* bpo-47120: make JUMP_NO_INTERRUPT relative (GH-32221)Irit Katriel2022-04-052-8/+10
* bpo-47186: Replace JUMP_IF_NOT_EG_MATCH by CHECK_EG_MATCH + jump (GH-32309)Irit Katriel2022-04-052-23/+25
* chore/docs: fix rst style and typo (GH-32331)谭九鼎2022-04-051-6/+6
* bpo-42238: [doc]: A make sucpicious false positive. (GH-32329)Julien Palard2022-04-051-0/+1
* bpo-40982: shutil docs: Remove outdated copytree() example (GH-24778)Zackery Spytz2022-04-051-36/+1
* crypt docs: Fix references to `methods` attr (GH-26806)andrei kulakov2022-04-051-4/+3
* bpo-32658: Regex docs: Fix metacharacter reference (GH-32230)Mike cm2022-04-051-1/+1
* bpo-45790: List macros in same order in which fields are described (GH-29529)rtobar2022-04-051-2/+2
* bpo-46998: Allow subclassing Any at runtime (GH-31841)Shantanu2022-04-051-0/+5
* bpo-47007: [doc] `str` special method lookup (GH-31863)Vanshaj Singhania2022-04-051-1/+2
* bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)yyyyyyyan2022-04-052-37/+52
* Fix "Contributed ... in bpo-bpo-45847" (GH-32299)Oleg Iarygin2022-04-051-1/+1
* bpo-47097: Add documentation for TypeVarTuple (#32103)Matthew Rahtz2022-04-041-0/+119
* bpo-40280: Add --enable-wasm-dynamic-linking (GH-32253)Christian Heimes2022-04-041-3/+26
* Demonstrate `py --list` in the quickstart section of the Windows doc page (GH...Christian Clauss2022-04-041-0/+6
* bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003)Inada Naoki2022-04-041-3/+8
* Follow PEP-8 guidelines in tutorial for standard library (GH-26127)Bob Kline2022-04-031-2/+3
* bpo-42238: [doc]: make suspicious: false positive. (GH-32292)Julien Palard2022-04-031-0/+1
* Language reference: Remove duplicated text about iterable unpacking (GH-25212)Jiashuo Li2022-04-031-3/+1
* bpo-46033: Clarify for-statement execution (GH-30025)Michał D2022-04-031-11/+8
* bpo-24563: Link encoding names to encoding declarations (GH-32274)Terry Jan Reedy2022-04-031-3/+2
* bpo-45584: Clarify `math.trunc` documentation (GH-29183)Arthur Milchior2022-04-021-8/+10
* os docs: fix typo (GH-28996)Vitor Buxbaum Orlandi2022-04-021-1/+1
* codecs docs: fix grammar mistake (GH-29462)1809092022-04-021-1/+1
* bpo-45114: Use lstat() instead of stat() in stat docs example (GH-29845)1809092022-04-021-1/+1
* bpo-47031: Improve documentation for `math.nan` (GH-32170)Charlie Zhao2022-04-021-2/+17
* Document func parameter of locale.atof (GH-18183)Kevin Locke2022-04-021-3/+3
* More minor fixes to C API docs (GH-31714)Jelle Zijlstra2022-04-025-11/+9
* More minor fixes to C API docs (GH-31525)Jelle Zijlstra2022-04-0213-29/+30
* [doc] fix superfluous backtick in front of role. (GH-32220)Julien Palard2022-04-021-2/+2
* bpo-47152: Convert the re module into a package (GH-32177)Serhiy Storchaka2022-04-023-9/+13
* bpo-47186: Replace JUMP_IF_NOT_EXC_MATCH by CHECK_EXC_MATCH + jump (GH-32231)Irit Katriel2022-04-012-13/+8
* bpo-46850: Move _PyInterpreterState_SetEvalFrameFunc() to internal C API (GH-...Victor Stinner2022-04-012-1/+16
* bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052)Victor Stinner2022-04-011-0/+5
* bpo-47167: Allow overriding a future compliance check in asyncio.Task (GH-32197)Andrew Svetlov2022-04-011-5/+16
* bpo-45099: Document asyncio internal API (GH-32166)Andrew Svetlov2022-03-312-0/+94