summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Add link to zlib v1.1.3 vulnerability (GH-17156)Emmanuel Nosa E2020-01-031-3/+2
* bpo-39158: ast.literal_eval() doesn't support empty sets (GH-17742)Raymond Hettinger2020-01-031-0/+3
* Bring Python into the next decade. (GH-17801)Benjamin Peterson2020-01-032-2/+2
* bpo-39183: Fix formatting in library/ensurepip (GH-17787)Rafael Fontenelle2020-01-011-1/+1
* bpo-13601: always use line-buffering for sys.stderr (GH-17646)Jendrik Seipp2020-01-011-3/+9
* Document CodeType.replace (GH-17776)Anthony Sottile2020-01-011-1/+7
* Minor doc fixes in urllib.parse (GH-17745)Борис Верховский2019-12-311-26/+27
* bpo-34118: memoryview, range, and tuple are classes (GH-17761)Terry Jan Reedy2019-12-301-3/+3
* bpo-34790: Implement deprecation of passing coroutines to asyncio.wait() (GH-...Kyle Stanley2019-12-301-0/+3
* bpo-39037: Fix lookup order of magic methods in with statement documentation ...Géry Ogam2019-12-301-18/+49
* Fix typos and remove deprecated deprecation warning. (GH-17741)Antoine2019-12-291-11/+4
* links in importlib.metadata.rst replaced with sphinx references (GH-17730)Oleg Höfling2019-12-292-23/+18
* bpo-39136: Fixed typos (GH-17720)Gurupad Hegde2019-12-286-6/+6
* bpo-38731: Fix function signature of quiet in docs (GH-17719)Batuhan Taşkaya2019-12-281-1/+1
* closes bpo-39135: Remove 'time.clock()' mention in docs. (GH17709)Michael Wayne Goodman2019-12-271-1/+0
* Update what's new with the latest GC improvements (GH-17708)Pablo Galindo2019-12-261-0/+8
* bpo-33961: Adjusted dataclasses docs to correct exceptions raised. (GH-7917) ...Fabio Sangiovanni2019-12-251-3/+4
* Fix the miscellaneous typo (GH-17700)cocoatomo2019-12-251-1/+1
* Minor C API documentation improvements. (GH-17696)William Ayd2019-12-252-2/+2
* bpo-38914 Do not require email field in setup.py. (GH-17388)Jürgen Gmach2019-12-231-1/+1
* [typo] fix dupe in datetime.fromisoformat docs (GH-17295)Michael Morehouse2019-12-231-2/+0
* Add missing markup (GH-17680)cocoatomo2019-12-221-1/+1
* bpo-38918: Add __module__ entry for function & method type in inspect docs ta...Parth Sharma2019-12-201-0/+6
* Doc typo (#17667)Jesús Cea2019-12-201-1/+1
* Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *reuse_...Kyle Stanley2019-12-164-0/+37
* bpo-39041: Add GitHub Actions support (GH-17594)Steve Dower2019-12-161-3/+3
* bpo-38348: Extend command line options of ast parsing tool (GH-16540)Batuhan Taşkaya2019-12-161-0/+9
* bpo-38316: Fix co_stacksize documentation (GH-16983)Batuhan Taşkaya2019-12-151-2/+2
* bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303)Michael Felt2019-12-151-0/+18
* bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568)Jason R. Coombs2019-12-111-6/+6
* bpo-27961: Replace PY_ULLONG_MAX with ULLONG_MAX (GH-17539)Sergey Fedoseev2019-12-091-1/+1
* bpo-39007: Add auditing events to functions in winreg (GH-17541)Steve Dower2019-12-091-0/+49
* bpo-39008: Require Py_ssize_t for PySys_Audit formats rather than raise a dep...Steve Dower2019-12-091-0/+8
* bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (#17311)Kyle Stanley2019-12-091-5/+19
* bpo-38916: array.array: remove fromstring() and tostring() (GH-17487)Victor Stinner2019-12-092-10/+5
* bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)Victor Stinner2019-12-081-7/+9
* bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190)Christian Heimes2019-12-071-0/+3
* bpo-29636: json.tool: Add document for indentation options. (GH-17482)Daniel Himmelstein2019-12-071-0/+6
* bpo-38652: Remove provisional note for asyncio.BufferedProtocol (GH-17047)Anj-A2019-12-071-3/+0
* bpo-27413: json.tool: Add --no-ensure-ascii option. (GH-17472)wim glenn2019-12-061-0/+6
* bpo-27961: Replace PY_LLONG_MAX, PY_LLONG_MIN and PY_ULLONG_MAX with standard...Sergey Fedoseev2019-12-051-2/+2
* bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436)An Long2019-12-031-1/+2
* document threading.Lock.locked() (GH-17427)idomic2019-12-011-0/+4
* Fix typos (GH-17423)Ofek Lev2019-12-011-2/+2
* bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks a...Steve Dower2019-11-281-1/+22
* bpo-38524: clarify example a bit and improve formatting (GH-17406)Tal Einat2019-11-281-5/+8
* bpo-38928: Fix versionadded for venv's upgrade_deps function (GH-17404)Tzu-ping Chung2019-11-271-2/+2
* bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)Inada Naoki2019-11-271-2/+2
* bpo-38524: document implicit and explicit calling of descriptors' __set_name_...Florian Dahlitz2019-11-271-1/+12
* Show the differing module names for readlink() (GH-17395)Yoni Lavi2019-11-271-2/+2