summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-33073: Rework int.as_integer_ratio() implementation (GH-9303)Serhiy Storchaka2018-10-191-2/+2
* bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652)Serhiy Storchaka2018-10-191-0/+6
* bpo-23831: Add moveto method to the tkinter.Canvas widget. (GH-9768)Juliette Monsel2018-10-121-0/+4
* bpo-34829: Add missing selection_ methods to the Tkinter Spinbox. (GH-9617)Juliette Monsel2018-10-081-0/+10
* bpo-34906: Doc: Fix typos (2) (GH-9735)Stéphane Wirtel2018-10-063-5/+5
* bpo-34906: Doc: Fix typos (GH-9712)Stéphane Wirtel2018-10-051-1/+1
* bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)Serhiy Storchaka2018-09-271-0/+5
* bpo-1529353: IDLE - Squeezer What's New for 3.8 (#9572)Terry Jan Reedy2018-09-251-0/+14
* bpo-1529353: IDLE - Squeezer What's New for 3.7.1 (#9568)Terry Jan Reedy2018-09-251-2/+11
* bpo-1529353: IDLE: Squeezer What's New for 3.6.7 (#9567)Terry Jan Reedy2018-09-251-2/+11
* bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538)Victor Stinner2018-09-251-0/+5
* bpo-17239: Disable external entities in SAX parser (GH-9217)Christian Heimes2018-09-231-0/+12
* bpo-34670: Add TLS 1.3 post handshake auth (GH-9460)Christian Heimes2018-09-231-1/+8
* bpo-32117: Iterable unpacking in return and yield documentation (GH-9487)jChapman2018-09-231-0/+4
* bpo-32718: Make Activate.ps1 for venv cross-platform and available on all pla...Brett Cannon2018-09-211-1/+8
* bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)Yury Selivanov2018-09-211-0/+4
* Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-...Victor Stinner2018-09-191-7/+0
* bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant ...Serhiy Storchaka2018-09-181-0/+25
* bpo-34589: Add -X coerce_c_locale command line option (GH-9378)Victor Stinner2018-09-181-0/+7
* bpo-33073: Adding as_integer_ratio to ints. (GH-8750)Lisa Roach2018-09-141-0/+4
* bpo-34247: add porting note to 3.7 What's New (GH-9223)Ned Deily2018-09-131-0/+10
* closes bpo-34641: Further restrict the LHS of keyword argument function call ...Benjamin Peterson2018-09-131-0/+4
* bpo-33649: Cleanup asyncio/streams and asyncio/synchronization docs (GH-9192)Yury Selivanov2018-09-121-2/+1
* bpo-33649: First asyncio docs improvement pass (GH-9142)Yury Selivanov2018-09-114-46/+46
* bpo-30977: rework code changes according to post-merge code review (GH-9106)Tal Einat2018-09-101-0/+7
* bpo-33083: Update "What's new" with math.factorial changes (GH-9109)Pablo Galindo2018-09-071-0/+3
* bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692)Berker Peksag2018-08-221-0/+7
* Fix Doc/whatsnew/3.8.rst (GH-8848)Berker Peksag2018-08-211-9/+9
* bpo-9372: Deprecate several __getitem__ methods (GH-8609)Berker Peksag2018-08-111-0/+9