summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)Benjamin Peterson2019-03-101-0/+4
* bpo-36048: Use __index__() instead of __int__() for implicit conversion if av...Serhiy Storchaka2019-02-251-0/+20
* bpo-36018: Add the NormalDist class to the statistics module (GH-11973)Raymond Hettinger2019-02-231-0/+26
* bpo-1054041: Add What's New docs. (GH-11999)Gregory P. Smith2019-02-231-0/+7
* bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731)Eric Snow2019-02-231-0/+10
* bpo-36016: Add generation option to gc.getobjects() (GH-11909)Pablo Galindo2019-02-231-0/+9
* bpo-35904: Add statistics.fmean() (GH-11892)Raymond Hettinger2019-02-211-0/+9
* bpo-36068: Make _tuplegetter objects serializable (GH-11981)Joe Jevnik2019-02-211-1/+1
* bpo-36012: Avoid linear slot search for non-dunder methods (GH-11907)Stefan Behnel2019-02-201-0/+5
* bpo-33234: Add another attribution in Whatsnew (GH-11899)Raymond Hettinger2019-02-161-2/+2
* bpo-32492: Add missing whatsnew entries for itemgetter and namedtuple (GH-11897)Raymond Hettinger2019-02-161-0/+11
* bpo-33089: Add math.dist() and math.hypot() to Whatsnew (GH-11896)Raymond Hettinger2019-02-161-1/+8
* bpo-15248: Emit a compiler warning when missed a comma before tuple or list. ...Serhiy Storchaka2019-02-161-0/+10
* Add What's New entry for date subclass behavior (#11790)Paul Ganssle2019-02-081-0/+8
* bpo-35606: Implement math.prod (GH-11359)Pablo Galindo2019-02-071-0/+9
* bpo-35884: Add variable access benchmarking script (GH-11725)Raymond Hettinger2019-02-031-0/+8
* bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708)Raymond Hettinger2019-01-311-0/+8
* bpo-35701: Update doc for UUID weak referencing (GH-11621)David H2019-01-281-5/+0
* bpo-35537: subprocess can use posix_spawn with pipes (GH-11575)Victor Stinner2019-01-231-2/+2
* bpo-35713: Rework Python initialization (GH-11647)Victor Stinner2019-01-221-0/+4
* bpo-34850: Emit a warning for "is" and "is not" with a literal. (GH-9642)Serhiy Storchaka2019-01-181-0/+7
* bpo-35283: Add deprecation warning for Thread.isAlive (GH-11454)Dong-hee Na2019-01-171-0/+2
* bpo-35486: Note Py3.6 import system API requirement change (GH-11540)Nick Coghlan2019-01-171-0/+11
* Revert "bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)" (GH-11582)Victor Stinner2019-01-161-1/+2
* bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)Victor Stinner2019-01-161-2/+1
* bpo-35537: subprocess uses os.posix_spawn in some cases (GH-11452)Victor Stinner2019-01-151-0/+9
* bpo-35702: Add new identifier time.CLOCK_UPTIME_RAW for macOS 10.12 (GH-11503)Joannah Nanjekye2019-01-101-0/+6
* bpo-20849: add dirs_exist_ok arg to shutil.copytree (patch by Josh Bronson)jab2018-12-281-1/+8
* bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)Serhiy Storchaka2018-12-1911-54/+54
* bpo-35471: Remove the macpath module (GH-11129)Victor Stinner2018-12-141-0/+3
* bpo-33106: change dbm key deletion error for readonly file from KeyError to d...Xiang Zhang2018-12-121-0/+6
* bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-...Steve Dower2018-12-101-0/+10
* bpo-35434 Fix wrong issue number in what's new in 3.8 (GH-11012)Mariatta2018-12-071-1/+1
* bpo-35345: Remove platform.popen() (GH-10781)Victor Stinner2018-11-291-2/+10
* Fix a couple documentation typos. (GH-10498)Windson yang2018-11-131-1/+1
* bpo-33695 shutil.copytree() + os.scandir() cache (#7874)Giampaolo Rodola2018-11-121-0/+8
* bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190)Lisa Roach2018-11-091-0/+9
* Fix markup for xml.sax in 3.8 notes. (GH-9603)Andrés Delfino2018-11-071-2/+2
* bpo-2504: Add pgettext() and variants to gettext. (GH-7253)Cheryl Sabella2018-11-071-0/+6
* bpo-31553: add --json-lines option to json.tool (#10051)HongWeipeng2018-11-071-0/+6
* bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704)guoci2018-11-071-0/+7
* bpo-33462: Add __reversed__ to dict and dict views (GH-6827)Rémi Lapeyre2018-11-061-0/+3
* closes bpo-32285: Add unicodedata.is_normalized. (GH-4806)Max Bélanger2018-11-041-0/+7
* bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)Serhiy Storchaka2018-10-315-16/+18
* bpo-31680: Add curses.ncurses_version. (GH-4217)Serhiy Storchaka2018-10-301-0/+9
* bpo-33234: Add exact allocation optimization to lists in What's New (GH-10200)Pablo Galindo2018-10-281-0/+5
* bpo-33710: Deprecate l*gettext() and related functions in the gettext module....Serhiy Storchaka2018-10-271-0/+17
* bpo-35042: Use the :pep: role where a PEP is specified (#10036)Stéphane Wirtel2018-10-264-16/+16
* bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)Stéphane Wirtel2018-10-263-3/+3
* bpo-33899: Mention tokenize behavior change in What's New (GH-10073)Tal Einat2018-10-243-0/+21