summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-32101: Add PYTHONDEVMODE environment variable (#4624)Victor Stinner2017-11-3010-16/+78
* bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#...Jesse-Bakker2017-11-297-24/+68
* bpo-32159: Revert Misc/svnmap.txt (#4639)Victor Stinner2017-11-292-0/+72548
* bpo-32166: Drop Python 3.4 code from asyncio (#4612)Andrew Svetlov2017-11-293-131/+25
* bpo-32030: Rework memory allocators (#4625)Victor Stinner2017-11-2914-169/+403
* test_socket: socket.socketpair() is always available (#4634)Victor Stinner2017-11-291-2/+0
* bpo-32138: Skip on Android test_faulthandler tests that raise SIGSEGV (GH-4604)xdegaye2017-11-293-28/+18
* bpo-32139: test_strftime does not anymore modify the locale (GH-4569)xdegaye2017-11-291-2/+4
* bpo-32164: Delete unused file idlelib/tabbedpages.py (#4628)Terry Jan Reedy2017-11-292-498/+2
* bpo-30781: Remove unused imports in idlelib.configdialog. (#4627)Terry Jan Reedy2017-11-291-4/+3
* bpo-32100: Delete unneeded import in idlelib.pathbrowser. (#4626)Terry Jan Reedy2017-11-291-1/+0
* bpo-32110: codecs.StreamReader.read(n) now returns not more than n (#4499)Serhiy Storchaka2017-11-283-5/+24
* bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600)Barry Warsaw2017-11-284-29/+89
* bpo-32155: Revert distutils.config change (#4618)Victor Stinner2017-11-282-4/+2
* bpo-32159: Remove tools for CVS and Subversion (#4615)Victor Stinner2017-11-288-72881/+8
* bpo-32157: Removed explicit quotes around %r and {!r}. (#4582)Serhiy Storchaka2017-11-284-6/+6
* Use raw strings in the re module examples. (#4616)Serhiy Storchaka2017-11-281-4/+4
* bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)Victor Stinner2017-11-289-123/+21
* bpo-32071: Fix regression and add What's New entry (#4589)Jonas Haag2017-11-283-2/+35
* bpo-32046: Update 2to3 when converts operator.isCallable(obj). (#4417)Dong-hee Na2017-11-284-7/+8
* bpo-32150: Expand tabs to spaces in C files. (#4583)Serhiy Storchaka2017-11-2827-213/+213
* bpo-31440: Changed default module search path for windowsgauravbackback2017-11-281-2/+2
* bpo-32155: Bugfixes found by flake8 F841 warnings (#4608)Victor Stinner2017-11-284-4/+5
* bpo-32154: Remove asyncio.selectors (#4605)Victor Stinner2017-11-2810-23/+13
* asyncio: Remove asyncio/compat.py (#4606)Victor Stinner2017-11-287-60/+37
* asyncio: use directly socket.socketpair() (#4597)Victor Stinner2017-11-287-36/+9
* asyncio: Fix BaseSelectorEventLoopTests (#4595)Victor Stinner2017-11-271-0/+2
* asyncio: Remove unused Future._tb_logger attribute (#4596)Victor Stinner2017-11-271-8/+1
* bpo-31245: asyncio: Fix typo, isistance => isinstance (#4594)Victor Stinner2017-11-271-1/+1
* Revert "bpo-32107 - Better merge of #4494 (#4576)" (#4593)Victor Stinner2017-11-273-93/+28
* bpo-32136: Separate embedding tests from C API tests (GH-4567)Nick Coghlan2017-11-273-186/+207
* Revert "bpo-30487: automatically create a venv and install Sphinx when runnin...Ned Deily2017-11-273-31/+22
* bpo-32107 - Better merge of #4494 (#4576)Barry Warsaw2017-11-273-28/+93
* bpo-27535: Fix memory leak with warnings ignore (#4489)Victor Stinner2017-11-274-5/+14
* bpo-32089: Use default action for ResourceWarning (#4584)Victor Stinner2017-11-274-21/+10
* bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469)Jason Yang2017-11-271-2/+2
* bpo-23033: Improve SSL Certificate handling (GH-937)Mandeep Singh2017-11-265-8/+22
* bpo-29879: Update typing documentation. (GH-4573)Ivan Levkivskyi2017-11-262-1/+13
* bpo-30487: automatically create a venv and install Sphinx when running make (...Caleb Hattingh2017-11-263-22/+31
* bpo-32126: Skip asyncio test when sem_open() is not functional (GH-4559)xdegaye2017-11-262-0/+6
* bpo-32096: Ensure new embedding test can find the encodings module (GH-4566)Nick Coghlan2017-11-261-1/+2
* bpo-11063: Handle uuid.h being in default include path (GH-4565)Nick Coghlan2017-11-261-2/+1
* mark fatal_error as noreturn (#4563)Benjamin Peterson2017-11-251-1/+1
* bpo-26856: Skip test_pwd on Android until issue 32033 is fixed (GH-4561)xdegaye2017-11-251-20/+7
* bpo-32059: setup.py now also searches the sysroot paths (GH-4452)xdegaye2017-11-252-7/+39
* bpo-24641: Improved error message for JSON unserializible keys. (#4364)Serhiy Storchaka2017-11-254-13/+19
* bpo-32071: Add unittest -k option (#4496)Jonas Haag2017-11-256-14/+126
* bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)Berker Peksag2017-11-255-10/+53
* Improve Scheduler Objects documentation. (GH-4556)Mariatta2017-11-251-1/+1
* bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443)Mandeep Bhutani2017-11-251-3/+3