summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372)Nima Dini2020-07-111-1/+1
* Fix typo in docs: 'created by th' -> 'created by the' (GH-21384)marload2020-07-101-1/+1
* bpo-23802: patch: __deepcopy__ memo dict argument usage (GH-21326)Joannah Nanjekye2020-07-101-0/+1
* bpo-37765: Add keywords to IDLE tab completions (GH-15138)Terry Jan Reedy2020-07-091-42/+48
* Remove trailing >>> in enum docs (GH-21358)E-Paine2020-07-091-1/+0
* bpo-41199: Docstring convention not followed for dataclasses documentation pa...marload2020-07-091-1/+1
* Doc: Builtins functions: faster jump table (GH-21376)Julien Palard2020-07-091-18/+32
* bpo-41224: Document is_annotated() in symtable module and update doc strings ...Joannah Nanjekye2020-07-071-0/+4
* bpo-40742: Doc: fix parallel build. (GH-21237)Julien Palard2020-07-061-0/+35
* bpo-37207: Update whatsnews for 3.9 (GH-21337)Dong-hee Na2020-07-061-0/+4
* bpo-28681: Clarify multiple function names in the tutorial (GH-21340)Joannah Nanjekye2020-07-061-5/+4
* bpo-26205: Specify the number of nested scopes (GH-21324)Joannah Nanjekye2020-07-061-2/+2
* bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325)Inada Naoki2020-07-051-3/+1
* bpo-33864: Clarify the docs for typing.ByteString (GH-21311)Zackery Spytz2020-07-041-1/+1
* Remove extraneous file from the Docs folder (GH-21286)Pablo Galindo2020-07-021-0/+0
* bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...Rémi Lapeyre2020-07-022-25/+5
* bpo-39385: Add an assertNoLogs context manager to unittest.TestCase (GH-18067)Kit Choi2020-07-011-0/+21
* Doc: Minor fix to init config C API documentation (GH-21198)tomerv2020-07-011-2/+2
* Update FAQ release schedule and estimated users (GH-21180)E-Paine2020-06-301-4/+4
* bpo-36346: Raise DeprecationWarning when creating legacy Unicode (GH-20933)Inada Naoki2020-06-301-0/+5
* bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209)Inada Naoki2020-06-303-17/+4
* bpo-23427: Add sys.orig_argv attribute (GH-20729)Victor Stinner2020-06-293-1/+45
* Update libmpdec license dates (GH-21216)Stefan Krah2020-06-291-1/+1
* bpo-41123: Remove PyLong_FromUnicode() (GH-21204)Inada Naoki2020-06-293-16/+3
* bpo-41123: Remove PyUnicode_GetMax() (GH-21192)Inada Naoki2020-06-291-0/+3
* bpo-38870: Extend subject of ast.unparse warnings (GH-21053)Batuhan Taskaya2020-06-281-1/+6
* Add soft keywords to the documentation (GH-21185)Pablo Galindo2020-06-271-0/+16
* bpo-41123: Remove Py_UNICODE_str* functions (GH-21164)Inada Naoki2020-06-271-1/+15
* bpo-41103: Remove old buffer protocol support (#21117)Inada Naoki2020-06-254-74/+5
* Fix typo in functions.rst (GH-21131)Ram Rachum2020-06-251-1/+1
* bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141)Ned Deily2020-06-251-1/+1
* bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081)Arisaka972020-06-241-0/+1
* bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-...Gareth Rees2020-06-241-4/+5
* Improve asyncio.loop.call_soon() documentation (GH-20883)Roger Iyengar2020-06-233-3/+7
* Add link to .pypirc specification (GH-20680)Brian Rutledge2020-06-201-0/+3
* bpo-41024: doc: Explicitly mention use of 'enum.Enum' as a valid container fo...Vincent Férotin2020-06-201-0/+14
* bpo-40636: Documentation for zip-strict (#20961)Ram Rachum2020-06-192-44/+87
* bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784)Victor Stinner2020-06-192-19/+24
* bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075)Serhiy Storchaka2020-06-182-2/+22
* bpo-40884: Added defaults parameter for logging.Formatter (GH-20668)Bar Harel2020-06-181-1/+9
* bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944)Victor Stinner2020-06-181-0/+8
* bpo-41006: What's New: less => fewer modules (GH-20955)Victor Stinner2020-06-171-1/+1
* bpo-41006: Document the runpy optimization (GH-20953)Victor Stinner2020-06-171-0/+5
* bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)Inada Naoki2020-06-171-0/+11
* bpo-36020: Require vsnprintf() to build Python (GH-20899)Victor Stinner2020-06-152-7/+7
* Fixes dead links to Django's logging config docs (GH-20823)kevin seelbach2020-06-141-2/+2
* bpo-37674: Tweak imp module deprecation note in the docs (GH-20480)Zackery Spytz2020-06-131-1/+1
* Minor change on threading.Thread.native_id documentation. (GH-18129)Antoine2020-06-121-5/+4
* bpo-40890: Add `mapping` property to dict views (GH-20749)Dennis Sweeney2020-06-122-0/+17
* Update lexical_analysis.rst (GH-17508)Géry Ogam2020-06-121-1/+1