summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-32905: IDLE - remove unused code in pyparse module (GH-5807)Terry Jan Reedy2018-02-223-50/+8
* closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800)Eddie Elizondo2018-02-225-3/+6
* bpo-32874: IDLE: add tests for pyparse (GH-5755)Cheryl Sabella2018-02-223-66/+619
* bpo-32889: update valgrind suppressions (GH-5779)Paul Price2018-02-212-5/+7
* bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789)Benjamin Peterson2018-02-211-2/+2
* bpo-28886: doc: Move deprecated abc decorators to separate section (GH-176)Harshul jain2018-02-211-22/+17
* bpo-32604: Swap threads only if the interpreter is different. (gh-5778)Eric Snow2018-02-203-14/+77
* bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chun...Zackery Spytz2018-02-204-0/+12
* bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Len...Zackery Spytz2018-02-201-3/+2
* closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708)Alexey Izbyshev2018-02-202-1/+3
* bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5757)Steve Dower2018-02-203-0/+32
* bpo-30121: Fix test_subprocess for Windows Debug builds (GH-5758)Zachary Ware2018-02-191-1/+1
* bpo-32682: Improve libz version parsing in test_zilb (GH-5347)pmp-p2018-02-191-4/+9
* bpo-31972: Improve docstrings for pathlib classes (#5310)chason2018-02-182-1/+30
* Improve error message for "setup.py upload" without dist files (#21060)Éric Araujo2018-02-182-1/+5
* bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744)Terry Jan Reedy2018-02-181-1/+1
* bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (#5739)Alexey Izbyshev2018-02-181-1/+2
* Correct venv doc (fix #32540) (#5736)TROUVERIE Joachim2018-02-181-4/+3
* Clean up Travis config (GH-5727)Zachary Ware2018-02-181-48/+52
* bpo-31333: Re-implement ABCMeta in C (#5273)Ivan Levkivskyi2018-02-1814-536/+1640
* Add missing backslashes to get_externals.bat (GH-5731)Steve Dower2018-02-181-2/+2
* Improves the ability to build in CI (GH-5728)Steve Dower2018-02-185-12/+21
* bpo-30638: Add clinic to `make regen-all` (GH-5671)Zachary Ware2018-02-172-9/+9
* Fix a typo in asyncio docs (#5721)Andrew Svetlov2018-02-171-1/+1
* bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)Kyle Altendorf2018-02-173-1/+12
* DOC: fix documentation for copyright and credits (GH-5706)Gerrit Holl2018-02-171-3/+7
* 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