summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fix markup buglet in Doc/howto/annotations.rst (#29802)Guido van Rossum2021-11-261-1/+1
* bpo-45619: documentation of execution model: clarify and update binding summa...Arthur Milchior2021-11-261-9/+19
* Add missing 'await writer.drain()' call to example (GH-29162)Sergey Kolesnikov2021-11-251-0/+1
* bpo-45568: Actually use @asynccontextmanager in usage example (GH-29151)Zbigniew Siciarz2021-11-251-0/+2
* bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760)Jim Crist-Harif2021-11-241-0/+5
* bpo-45514: Deprecate importlib resources legacy functions. (GH-29036)Jason R. Coombs2021-11-241-1/+17
* bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_ca… (GH-...Miro Hrončok2021-11-231-0/+4
* Clarify that discutils.(plat)include is for CPython's headers (GH-29578)Petr Viktorin2021-11-231-2/+4
* bpo-44525: Copy free variables in bytecode to allow calls to inner functions ...Mark Shannon2021-11-231-0/+9
* bpo-42238: [doc] Announce the future removal of make suspicous. (GH-29652)Julien Palard2021-11-221-0/+4
* bpo-45766: Add direct proportion option to linear_regression(). (#29490)Raymond Hettinger2021-11-211-1/+11
* bpo-44733: Add max_tasks_per_child to ProcessPoolExecutor (GH-27373)Logan Jones2021-11-201-1/+10
* bpo-45845: Change link for pyserial (GH-29675)Terry Jan Reedy2021-11-201-2/+2
* bpo-44844: Remove unresponsive web link (GH-29651)Terry Jan Reedy2021-11-201-3/+0
* [doc] Clarify MRO precedence in descriptor super binding section (GH-29539)Jouke Witteveen2021-11-201-1/+1
* bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641)JMcB2021-11-201-1/+1
* bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently r...Brett Cannon2021-11-206-47/+49
* bpo-19072: Classmethod can wrap other classmethod like descriptors (GH-29634)Raymond Hettinger2021-11-191-1/+8
* bpo-42238: [doc]: Hide false positive in make suspicious. (GH-29636)Julien Palard2021-11-191-0/+1
* bpo-45788: Link sys.prefix doc to 'Installation paths' (#29606)Terry Jan Reedy2021-11-182-7/+6
* bpo-45640: [docs] Tokens are now clickable (GH-29260)Arthur Milchior2021-11-183-53/+53
* [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in th...Alex Waygood2021-11-182-18/+147
* bpo-45837: Properly deprecate turtle.RawTurtle.settiltangle (GH-29618)Hugo van Kemenade2021-11-181-0/+5
* bpo-45429: Merge whatsnew about time.sleep (GH-29589)Dong-hee Na2021-11-182-11/+11
* [docs] Add missing word "any" in unittest -k cmdline option description (GH-2...ch33zer2021-11-171-1/+1
* bpo-28806: Continue work: improve the netrc library (GH-26330)Emmanuel Arias2021-11-171-7/+4
* bpo-37800: Clean up importlib documentation for some module attributes (GH-10...Géry Ogam2021-11-161-63/+77
* bpo-45429: Support CREATE_WAITABLE_TIMER_HIGH_RESOLUTION if possible (GH-29203)Dong-hee Na2021-11-161-0/+4
* bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)Victor Stinner2021-11-159-871/+10
* bpo-43225: [DOC] Add missing value returned by methods on cookiejar (GH-24522)Emmanuel Arias2021-11-151-3/+3
* bpo-25381: Update explanation of exceptions in C. (GH-26838)Terry Jan Reedy2021-11-151-7/+5
* Save a reference for ensure_future and create_task (GH-29163)Joannah Nanjekye2021-11-152-0/+8
* bpo-45677: Reword first section of `sqlite3` docs (#29326)Erlend Egeberg Aasland2021-11-151-18/+20
* bpo-45752: Fix no-support examples in 'copy' docs (GH-29548)M. Mostafa Farzan2021-11-141-1/+1
* bpo-45799: [Doc] improve confusing sentence in __main__.rst (GH-29546)Jack DeVries2021-11-131-2/+2
* bpo-45772: socket.socket should be a class instead of a function (GH-23960)Hong Xu2021-11-131-1/+1
* bpo-45711: Re-bump the magic number and update doc (GH-29528)Brandt Bucher2021-11-122-1/+6
* bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533)Hynek Schlawack2021-11-121-1/+1
* bpo-45636: Merge all numeric operators (GH-29482)Brandt Bucher2021-11-112-134/+10
* bpo-45696: Deep-freeze selected modules (GH-29118)Guido van Rossum2021-11-111-1/+3
* bpo-45723: Add --with-pkg-config to configure (GH-29517)Christian Heimes2021-11-101-0/+11
* bpo-45747: Detect gdbm/dbm dependencies in configure (GH-29467)Christian Heimes2021-11-101-0/+4
* bpo-45701: Improve documentation for *typed* parameter (GH-29498)Raymond Hettinger2021-11-091-4/+10
* bpo-45763: Detect compression build deps in configure (GH-29483)Christian Heimes2021-11-091-0/+3
* Closes bpo-45712: Add missing word in control flow tutorial (GH-29460)1809092021-11-081-1/+1
* bpo-40170: Update What's New in Python 3.9 (GH-29470)Victor Stinner2021-11-081-4/+0
* bpo-45741: docs: fix plural (GH-29461)Rafael Fontenelle2021-11-081-1/+1
* bpo-39452: [doc] Change "must" to "can" on relative import style in `__main__...Andre Delfino2021-11-061-1/+1
* [doc] bpo-45680: Improve glossary entry for generic types (GH-29388)Alex Waygood2021-11-061-4/+5
* [doc] minor fixes to expressions.rst (GH-29444)Ethan Furman2021-11-061-3/+3