summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix parameter names in assertIn() docs (GH-18829)Miss Islington (bot)2020-04-171-3/+3
* [3.8] bpo-39667: Sync zipp 3.0 (GH-18540) (GH-18701)Miss Islington (bot)2020-04-151-0/+6
* [3.8] Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) (GH-19495)Miss Islington (bot)2020-04-131-3/+3
* bpo-38501: Add a warning section to multiprocessing.Pool docs about resource ...Miss Islington (bot)2020-04-111-1/+12
* bpo-40197: Better describe the benchmark results table (GH-19386)Miss Islington (bot)2020-04-101-1/+7
* bpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile (GH-19442)Victor Stinner2020-04-081-1/+1
* Fix misinformation about NaN != NaN comparison (GH-19357) (GH-19383)Miss Islington (bot)2020-04-051-2/+3
* bpo-36320: Use the deprecated-removed directive for _field_types (GH-19370)Serhiy Storchaka2020-04-041-1/+1
* bpo-40131: Fix source and target order in zipapp example (GH-19290) (GH-19339)Miss Islington (bot)2020-04-031-1/+1
* bpo-40122: Updated documentation for dis.findlabels() (GH-19274)Miss Islington (bot)2020-04-031-1/+1
* bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131)Miss Islington (bot)2020-04-021-0/+11
* bpo-40094: Enhance os.WIFEXITED documentation (GH-19244) (GH-19277)Miss Islington (bot)2020-04-011-10/+24
* Document most common signals (GH-19245) (GH-19257)Victor Stinner2020-03-311-0/+106
* fix comma location in various places (GH-19233)Miss Islington (bot)2020-03-308-9/+9
* bpo-40045: Make "dunder" method documentation easier to locate (GH-19153) (GH...Miss Islington (bot)2020-03-271-5/+5
* bpo-38237: Use divmod for positional arguments whatsnew example (GH-19171)Miss Islington (bot)2020-03-271-5/+4
* bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-relat...Miss Islington (bot)2020-03-261-0/+4
* bpo-39879: Update datamodel docs to include dict ordering (GH-19006)Miss Islington (bot)2020-03-261-0/+10
* bpo-40013: Clarify documentation of restval in csv.DictReader (GH-19099) (GH-...Miss Islington (bot)2020-03-251-1/+2
* Clarify a guarantee of the logging module. (GH-19132)Miss Islington (bot)2020-03-241-0/+1
* bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. ...Miss Islington (bot)2020-03-211-3/+4
* bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929)Miss Islington (bot)2020-03-201-0/+2
* Fix "versionchanged" for pow named arguments (GH-19042) (GH-19079)Miss Islington (bot)2020-03-191-1/+1
* bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)Miss Islington (bot)2020-03-172-2/+3
* bpo-39869: Fix typo in 'Instance objects' section. (GH-18889)Miss Islington (bot)2020-03-141-1/+1
* Link to list of keywords in the laguage reference (GH-18024)Miss Islington (bot)2020-03-141-5/+6
* bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` fo...Miss Islington (bot)2020-03-141-1/+1
* [3.8] Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) (GH-18976)Karthikeyan Singaravelan2020-03-131-1/+1
* Fix syntax error in an example in the ast documentation and sync docstrings (...Miss Islington (bot)2020-03-121-1/+1
* Fix download.html (GH-18902)Miss Islington (bot)2020-03-111-1/+1
* tracemalloc: 'pretty top' example no longer changes the filename (GH-18903)Miss Islington (bot)2020-03-101-3/+1
* bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801)Miss Islington (bot)2020-03-081-1/+3
* fix typo: add space (GH-18853)Miss Islington (bot)2020-03-081-2/+2
* bpo-17422: slightly more precise language (GH-18682)Miss Islington (bot)2020-03-061-1/+1
* bpo-39868: Update Language Reference for PEP 572. (GH-18793)Miss Islington (bot)2020-03-062-6/+18
* IDLE doc: improve Startup failure subsection. (GH-18771)Miss Islington (bot)2020-03-061-7/+10
* [3.8] bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) (GH-18783)Miss Islington (bot)2020-03-051-1/+1
* Add a missing space after a period in 'typing.TypedDict' documentation (GH-18...Miss Islington (bot)2020-03-051-1/+1
* Fix misleading statement about mixed-type numeric comparisons (GH-18615) (#18...Miss Islington (bot)2020-03-041-2/+4
* bpo-39674: Update collections ABC deprecation doc (GH-18748)Victor Stinner2020-03-031-2/+2
* bpo-39778: Add clarification about tp_traverse and ownership (GH-18754)Miss Islington (bot)2020-03-031-1/+13
* [3.8] Fix syntax (GH-18716)Stefan Krah2020-02-291-1/+1
* [3.8] bpo-39794: Add --without-decimal-contextvar (GH-18702)Stefan Krah2020-02-291-3/+12
* bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-18598)Miss Islington (bot)2020-02-281-1/+1
* bpo-13790: Change 'string' to 'specification' in format doc (GH-18690)Miss Islington (bot)2020-02-281-2/+2
* bpo-39699: Don't silence make on Azure and Github CIs (GH-18583)Steve Dower2020-02-261-0/+2
* Doc: int -> int or Py_ssize_t (GH-18663)Miss Islington (bot)2020-02-261-11/+11
* bpo-39128: Added algorithm description (GH-18624)Miss Islington (bot)2020-02-241-0/+11
* bpo-39654: Update pyclbr doc to reflect additional information returned (GH-1...Miss Islington (bot)2020-02-241-3/+6
* bpo-39576: Clarify the word size for the 32-bit build. (GH-18616) (#18618)Miss Islington (bot)2020-02-231-2/+2