summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-17050: Remove documentation on argparse.REMAINDER (GH-18661)Albert2020-05-241-13/+0
* bpo-40405: Fix asyncio.as_completed docs (GH-19753)Bar Harel2020-05-231-5/+5
* bpo-34556: Document addition of upgrade_deps to venv.create (GH-20135)Shantanu2020-05-231-1/+5
* [doc] Add missing space in urllib.request.rst (GH-19860)Sardorbek Imomaliev2020-05-231-1/+1
* Cosmetic smtplib changes (GH-8718)Ville Skyttä2020-05-231-3/+4
* bpo-40630: Add tracemalloc.reset_peak (GH-20102)Huon Wilson2020-05-221-0/+59
* Reword aware/naive introduction sentence (GH-20175)Mathieu Dupuy2020-05-211-1/+2
* Improve output summary in the examples and recipes section (GH-20285)Raymond Hettinger2020-05-211-3/+3
* bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278)Kyle Stanley2020-05-211-1/+5
* Fix typo in multiprocessing documentation (GH-20016)Joe DeCapo2020-05-191-1/+1
* bpo-32309: Implement asyncio.to_thread() (GH-20143)Kyle Stanley2020-05-192-0/+59
* Fix code-block in zoneinfo (GH-20201)Anthony Sottile2020-05-191-2/+2
* bpo-40257: Revert changes to inspect.getdoc() (GH-20073)Serhiy Storchaka2020-05-181-4/+1
* bpo-38112: Document that compileall.compile_[dir,file] also accept multiple o...Lumír 'Frenzy' Balhar2020-05-181-2/+4
* bpo-40651: Improve LRU recipe in the OrderedDict documentation (GH-#20139)qudongfang2020-05-181-0/+2
* bpo-40536: Add zoneinfo.available_timezones (GH-20158)Paul Ganssle2020-05-181-0/+23
* Doc: change 'Posix' for 'POSIX' (GH-20001)Mathieu Dupuy2020-05-172-5/+5
* Doc: move a dot outside double quotes (GH-20007)Mathieu Dupuy2020-05-171-1/+1
* bpo-39976: Add **other_popen_kwargs to subprocess docs (GH-20145)Zackery Spytz2020-05-171-4/+8
* bpo-40645: Deprecated internal details of hmac.HMAC (GH-20132)Christian Heimes2020-05-161-0/+6
* bpo-40211: Clarify os.preadv and os.pwritev are supported on AIX 7.1+ (GH-19401)Batuhan Taskaya2020-05-161-2/+4
* bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049)Christian Heimes2020-05-161-0/+2
* bpo-40503: Add documentation and what's new entry for zoneinfo (GH-20006)Paul Ganssle2020-05-162-0/+391
* bpo-24416: Return named tuple from date.isocalendar() (GH-20113)Paul Ganssle2020-05-161-8/+12
* bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-1...Zackery Spytz2020-05-161-2/+4
* bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979)Chris Jerdonek2020-05-152-2/+11
* bpo-40445: Update compileall.compile_dir docs (GH-19806)Shantanu2020-05-151-1/+2
* bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (G...romasku2020-05-151-1/+2
* bpo-38872: Document exec symbol for codeop.compile_command (GH-20047)Joannah Nanjekye2020-05-152-4/+5
* bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901)Lumír 'Frenzy' Balhar2020-05-141-5/+16
* bpo-34790: add version of removal of explicit passing of coros to `asyncio.wa...jack11422020-05-131-1/+1
* Fix Wikipedia link (GH-20031)Allen Guo2020-05-121-5/+5
* bpo-40571: Make lru_cache(maxsize=None) more discoverable (GH-20019)Raymond Hettinger2020-05-121-0/+26
* bpo-36346: array: Don't use deprecated APIs (GH-19653)Inada Naoki2020-05-111-6/+7
* Add link to Enum class (GH-19884)Andre Delfino2020-05-101-1/+1
* bpo-39791: Add files() to importlib.resources (GH-19722)Jason R. Coombs2020-05-081-0/+37
* bpo-40541: Add optional *counts* parameter to random.sample() (GH-19970)Raymond Hettinger2020-05-081-7/+14
* Make the first dataclass example more useful (GH-19994)Ned Batchelder2020-05-081-0/+2
* bpo-40273: Reversible mappingproxy (FH-19513)Zackery Spytz2020-05-081-0/+6
* bpo-40517: Implement syntax highlighting support for ASDL (GH-19967)Batuhan Taskaya2020-05-071-1/+1
* Fix typo in sqlite3 documentation (GH-19965)Naglis2020-05-061-1/+1
* Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)" (...Raymond Hettinger2020-05-061-1/+1
* bpo-40517: Implement syntax highlighting support for ASDL (#19928)Batuhan Taskaya2020-05-061-1/+1
* bpo-40286: Put methods in correct sections. Add security notice to use secret...Raymond Hettinger2020-05-051-10/+15
* bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900)Joel Rosdahl2020-05-041-0/+2
* bpo-39470: Indicate that ``os.makedirs`` is equivalent to ``Path.mkdir`` (GH-...Joannah Nanjekye2020-05-041-0/+1
* Remove outdated and confusing advice about setting maxsize (GH-19889)Raymond Hettinger2020-05-031-2/+1
* Fix missing space in docs(GH-19866)Mathieu Dupuy2020-05-021-1/+1
* bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867)Raymond Hettinger2020-05-021-0/+3
* bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers ...Sander2020-05-021-1/+2