summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* fix typo: add space (GH-18853)Miss Islington (bot)2020-03-101-2/+2
* bpo-17422: slightly more precise language (GH-18682)Miss Islington (bot)2020-03-101-1/+1
* IDLE doc: improve Startup failure subsection. (GH-18771)Miss Islington (bot)2020-03-101-7/+10
* [3.7] bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) (GH-18782)Miss Islington (bot)2020-03-101-1/+1
* Fix misleading statement about mixed-type numeric comparisons (GH-18615) (GH-...Miss Islington (bot)2020-03-031-2/+4
* bpo-39778: Add clarification about tp_traverse and ownership (GH-18754)Miss Islington (bot)2020-03-031-1/+13
* [3.7] bpo-39794: Add --without-decimal-contextvar (GH-18702)Stefan Krah2020-02-291-3/+12
* bpo-13790: Change 'string' to 'specification' in format doc (GH-18690)Miss Islington (bot)2020-02-281-2/+2
* Doc: int -> int or Py_ssize_t (GH-18663)Miss Islington (bot)2020-02-261-11/+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) (#18617)Miss Islington (bot)2020-02-231-2/+2
* bpo-17422: Language reference should specify restrictions on class namespace ...Miss Islington (bot)2020-02-221-2/+4
* bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-1...Miss Islington (bot)2020-02-211-8/+58
* fix(doc): set correct RST syntax for c:function (GH-18589)Miss Islington (bot)2020-02-211-2/+2
* bpo-38657: Clarify numeric padding behaviour in string formatting (GH-17036)Miss Islington (bot)2020-02-211-2/+3
* bpo-39545: Document changes in the support of await in f-strings. (GH-18456)Miss Islington (bot)2020-02-142-0/+10
* bpo-38374: Remove weakref.ReferenceError from docs (GH-18452)Miss Islington (bot)2020-02-112-9/+0
* bpo-13826: Clarify Popen constructor example (GH-18438)Miss Islington (bot)2020-02-101-2/+8
* bpo-39594: Fix typo in os.times documentation (GH-18443)Miss Islington (bot)2020-02-101-4/+2
* Improve grammar in the import system reference documentation (GH-18209)Miss Islington (bot)2020-02-101-1/+1
* [3.7] bpo-3950: Fix docs for default locale used by gettext to match implemen...Miss Islington (bot)2020-02-101-2/+2
* bpo-39534: Doc: Clarify return in finally (GH-18324)Miss Islington (bot)2020-02-061-9/+27
* fixes typos in http.client documentation (GH-18300)Miss Islington (bot)2020-02-031-2/+2
* Doc: Fix external links to functional programming tutorial. (GH-18249)Miss Islington (bot)2020-01-291-3/+3
* bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935)Miss Islington (bot)2020-01-282-2/+44
* bpo-39392: Turtle overlap fill depends on OS (GH-18223)Miss Islington (bot)2020-01-271-0/+5
* bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872) ...Miss Islington (bot)2020-01-251-1/+1
* bpo-36654: Add examples for using tokenize module programmatically (GH-12947)Miss Islington (bot)2020-01-251-0/+19
* bpo-15243: Document __prepare__ as classmethod (GH-17124)Miss Islington (bot)2020-01-251-1/+2
* bpo-39431: Also mention nonlocal in assignment quirk (GH-17375)Miss Islington (bot)2020-01-231-4/+4
* bpo-39413: os.unsetenv() is not available on Windows (GH-18108)Miss Islington (bot)2020-01-221-1/+1
* PyLong_AsLongLong() docs should say 'long long' (GH-18082) (#18109)Miss Islington (bot)2020-01-211-1/+1
* improve the documentation of the LOAD_METHOD and CALL_METHOD (GH-18079)Miss Islington (bot)2020-01-211-8/+10
* bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054)Miss Islington (bot)2020-01-201-3/+2
* Fix asyncio.get_event_loop() documentation (GH-18051)Miss Islington (bot)2020-01-201-2/+4
* Fix Lock.locked() to remove extra bold highlighting (GH-18042) (#18044)Miss Islington (bot)2020-01-171-0/+1
* bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018)Miss Islington (bot)2020-01-161-1/+3
* [3.7] Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932)...Miss Islington (bot)2020-01-151-1/+1
* Fix documentation in code.py (GH-17988)Miss Islington (bot)2020-01-141-1/+1
* bpo-39310: Update sys.float_info documentation (GH-17982)Miss Islington (bot)2020-01-131-8/+8
* bpo-3530: Add advice on when to correctly use fix_missing_locations in the AS...Miss Islington (bot)2020-01-121-1/+9
* bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903)Miss Islington (bot)2020-01-081-4/+4
* bpo-38623: Doc: Add section for site module CLI. (GH-17858)Miss Islington (bot)2020-01-071-2/+7
* Doc: Change Python 2 status to EOL. (GH-17885)Miss Islington (bot)2020-01-071-1/+1
* bpo-39041: Add GitHub Actions support (GH-17594)Miss Islington (bot)2020-01-061-3/+3
* Minor formatting improvements and fixes to idle.rst (GH-17165)Miss Islington (bot)2020-01-061-7/+8
* Fix the parameter list of object. _rpow_ (GH-GH-16477)Miss Islington (bot)2020-01-051-1/+1
* Replace links in howto/pyporting.rst with sphinx references (GH-17781)Miss Islington (bot)2020-01-051-7/+3
* [3.7] Bring Python into the next decade. (GH-17801). (GH-17803)Benjamin Peterson2020-01-032-2/+2
* bpo-39183: Fix formatting in library/ensurepip (GH-17787)Miss Islington (bot)2020-01-011-1/+1