summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069)Benjamin Peterson2019-11-142-0/+15
* Fix minor typos. (GH-17095)Shu2019-11-131-3/+3
* bpo-38738: Fix formatting of True and False. (GH-17083)Serhiy Storchaka2019-11-1240-172/+172
* bpo-36974: expand call protocol documentation (GH-13844)Jeroen Demeyer2019-11-128-293/+467
* bpo-38421: Update email.utils documentation (GH-16678)David K2019-11-121-2/+2
* bpo-38385: Fix iterator/iterable terminology in statistics docs (GH-17111)Raymond Hettinger2019-11-121-9/+9
* bpo-38565: add new cache_parameters method for lru_cache (GH-16916)Manjusaka2019-11-121-0/+8
* bpo-38771: Explict test for None in code example (GH-17108)Jonathan Scholbach2019-11-121-1/+1
* bpo-38438: Simplify argparse "star nargs" usage. (GH-17106)Brandt Bucher2019-11-112-4/+4
* Clarify amount of dots between package and subpackage (GH-17092)Shu2019-11-081-1/+1
* bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080)Victor Stinner2019-11-071-0/+2
* bpo-38382: Document the early-out behavior for a zero (GH-17037)Raymond Hettinger2019-11-071-1/+6
* closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)Benjamin Peterson2019-11-062-3/+14
* bpo-38692: Add os.pidfd_open. (GH-17063)Benjamin Peterson2019-11-062-0/+16
* bpo-38696: Fix usage example of HTTPStatus (GH-17066)Ammar Askar2019-11-051-1/+1
* bpo-37645: add new function _PyObject_FunctionStr() (GH-14890)Jeroen Demeyer2019-11-051-0/+1
* Update interpreter.rst (GH-17059)Jules Lasne (jlasne)2019-11-051-1/+1
* bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)Victor Stinner2019-11-042-3/+15
* bpo-37759: Show output from var_access_benchmark (GH-17040)Raymond Hettinger2019-11-041-3/+52
* bpo-38388: Document pickle protocol version 5 (GH-16639)Dima Tisnek2019-11-031-1/+5
* Convert argument to snake_case (GH-16990)Борис Верховский2019-11-021-2/+2
* Slightly improve plistlib test coverage. (GH-17025)Jon Janzen2019-11-011-1/+1
* bpo-38159: Clarify documentation of PyState_AddModule (GH-16101)Petr Viktorin2019-11-011-0/+11
* Update the URL for the requests package (GH-17006)Simon Legner2019-10-312-2/+2
* bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16...Anthony Sottile2019-10-312-0/+33
* bpo-38600: NULL -> ``NULL``. (GH-17001)Serhiy Storchaka2019-10-3027-68/+68
* bpo-38614: Add timeout constants to test.support (GH-16964)Victor Stinner2019-10-301-0/+61
* bpo-28029: Make "".replace("", s, n) returning s for any n != 0. (GH-16981)Serhiy Storchaka2019-10-301-0/+5
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-3054-725/+725
* bpo-38336: Remove the __set__ method restriction on data descriptors for attr...Géry Ogam2019-10-291-1/+1
* Fix asyncio.wait() 3.8 whatsnew entry (GH-16975)Kyle Stanley2019-10-291-1/+2
* bpo-38534: Replace wrong KB number references (GH-16955)benedwards142019-10-281-1/+1
* bpo-37330: open() no longer accept 'U' in file mode (GH-16959)Victor Stinner2019-10-284-15/+19
* bpo-38602: Add fcntl.F_OFD_XXXX for fcntlmodule (GH-16956)Dong-hee Na2019-10-282-1/+10
* bpo-38592 Add pt-br switcher to Python Docs website (GH-16924)Marco Rougeth2019-10-271-0/+1
* bpo-38434: Fixes some audit event documentation (GH-16932)Steve Dower2019-10-265-11/+26
* bpo-38557: Improve documentation for list and tuple C API. (GH-16925)Serhiy Storchaka2019-10-263-12/+19
* bpo-38558: Mention `:=` in conditions tutorial (GH-16919)Ammar Askar2019-10-251-4/+4
* Add missing asyncio changes from 3.8 whatsnew (GH-16911)Kyle Stanley2019-10-241-10/+85
* bpo-30618: add readlink to pathlib.Path (GH-8285)Girts2019-10-232-0/+21
* Spell Bitbucket correctly. (GH-16862)Peter Bittner2019-10-232-3/+3
* bpo-38466: Fix threading.excepthook doc (GH-16891)Daniel Baskal2019-10-221-2/+2
* Bump Sphinx to 2.2.0. (GH-16532)Julien Palard2019-10-222-2/+2
* Fix Zope URL (GH-16880)Kyle Stanley2019-10-221-1/+1
* bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821)Dong-hee Na2019-10-212-0/+11
* bpo-38531: document extend action's added version (GH-16865)Batuhan Taşkaya2019-10-201-0/+2
* bpo-37759: More updates to Whatsnew 3.8 (GH-16854)Raymond Hettinger2019-10-201-26/+183
* Remove doc reference to unmaitained Nose package (GH-16849)Jon Dufresne2019-10-191-2/+2
* Fix minor typos in What's New in Python 3.8. (GH-16770)Jero Bado2019-10-181-4/+4
* Doc: Add missing entry for functools.cached_property (GH-16803)Stéphane Wirtel2019-10-181-0/+16