summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5...Zackery Spytz2018-02-171-1/+1
* bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-...Eric Snow2018-02-175-31/+410
* bpo-32436: Add docs for contextvars (#5685)Yury Selivanov2018-02-164-0/+300
* Correct the code example in Python 3.7's What's New (GH-5696)xpvpc2018-02-161-1/+1
* Update and sync importlib.resources documentation (#5694)Barry Warsaw2018-02-161-5/+22
* Update comment in posixmodule.c (GH-5681)ngie-eign2018-02-141-1/+1
* bpo-32841: Fix cancellation in awaiting asyncio.Condition (#5665)Bar Harel2018-02-143-5/+34
* Fix installation instructions for *nix (GH-5605)Eitan Adler2018-02-141-2/+4
* remove mercurial dot files (GH-5558)Benjamin Peterson2018-02-143-346/+0
* bpo-27846: Delete incorrect note in base64 docs (GH-5666)Zackery Spytz2018-02-141-8/+0
* bpo-31787: Skip refleak check when _hashlib is not available (GH-5660)INADA Naoki2018-02-131-0/+1
* bpo-29803: remove a redandunt op and fix a comment in unicodeobject.c (#660)Xiang Zhang2018-02-131-5/+1
* bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)Oren Milman2018-02-1313-19/+105
* bpo-30579: Docs for dynamic traceback creation (GH-5653)Nick Coghlan2018-02-133-13/+48
* bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (...Segev Finer2018-02-132-4/+8
* bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler...Serhiy Storchaka2018-02-131-7/+3
* bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646)Terry Jan Reedy2018-02-123-4/+7
* bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5...Terry Jan Reedy2018-02-122-25/+32
* bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449)Коренберг Марк2018-02-124-28/+116
* bpo-29248: Fix os.readlink() on Windows (GH-5577)SSE42018-02-123-3/+21
* Fix AppVeyor doc short-circuit (GH-5632)Zachary Ware2018-02-111-1/+4
* bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622)Pablo Galindo2018-02-111-8/+15
* Add short-circuit for doc changes to AppVeyor (GH-5519)Zachary Ware2018-02-111-3/+19
* bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516)Zachary Ware2018-02-112-0/+4
* Code beautification using f-strings (#5618)Raymond Hettinger2018-02-111-2/+1
* bpo-11015: Update test.support documentation (GH-5610)Cheryl Sabella2018-02-112-6/+723
* bpo-32792: Preserve mapping order in ChainMap() (GH-5586)Raymond Hettinger2018-02-113-1/+22
* bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609)sblondon2018-02-102-1/+2
* travis: Use -O3 option (GH-5599)INADA Naoki2018-02-101-1/+2
* bpo-30688: Import unicodedata only when needed. (GH-5606)Zhou Fangyi2018-02-101-1/+2
* bpo-30688: Support \N{name} escapes in re patterns. (GH-5588)Serhiy Storchaka2018-02-096-10/+77
* bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601)Serhiy Storchaka2018-02-094-1/+14
* Fix some warnings produced by different compilers. (#5593)Serhiy Storchaka2018-02-096-7/+19
* Make formatting of some return codes conforming to the general style. (#5587)Serhiy Storchaka2018-02-096-18/+18
* bpo-32775: Fix regular expression warnings in fnmatch. (#5583)Serhiy Storchaka2018-02-093-2/+38
* Cleanup inspectSrinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2018-02-091-4/+4
* bpo-32585: Add tkinter.ttk.Spinbox. (#5221)Alan D Moore2018-02-096-7/+300
* bpo-32802: Fix Travis build (GH-5589)Stéphane Wirtel2018-02-081-1/+1
* bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564)Brice Gros2018-02-071-0/+3
* Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568)Alexey2018-02-061-1/+1
* bpo-30693: Fix tarfile test cleanup on MSWindows (#5557)Bernhard M. Wiedemann2018-02-061-4/+4
* bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560)Alexey Izbyshev2018-02-064-7/+26
* Add What's new entry for datetime.fromisoformat (#5559)Paul Ganssle2018-02-061-0/+8
* bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (...Serhiy Storchaka2018-02-055-46/+50
* Fix typo in whatsnew/3.7.rst (GH-5551)Dag Heyman2018-02-051-1/+1
* bpo-32720: Fixed the replacement field grammar documentation. (GH-5544)Mariatta2018-02-051-2/+2
* bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-4...Cheryl Sabella2018-02-052-4/+8
* Add entry for uniform lower context; add 'since' to be explicit. (GH-5539)Terry Jan Reedy2018-02-051-4/+7
* bpo-32765: Update configdialog General tab create page docstring (GH-5529)Cheryl Sabella2018-02-042-0/+17
* Try to fix the AppVeyor cache mechanism (GH-5536)Zachary Ware2018-02-041-1/+1