summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-32030: Add _PyPathConfig_Init() (#4551)Victor Stinner2017-11-255-307/+476
* bpo-32128: Skip test_nntplib.test_article_head_body() (#4552)Victor Stinner2017-11-251-0/+1
* Asyncion-Dev docs: Fix the reference to sys.excepthook (GH-4414)Ashley Camba2017-11-241-2/+2
* bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548)Victor Stinner2017-11-245-70/+96
* bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)Victor Stinner2017-11-248-142/+165
* bpo-32124: Document C functions safe before init (#4540)Victor Stinner2017-11-243-5/+214
* bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544)Victor Stinner2017-11-244-3/+2
* bpo-28684: Remove useless import added by the previous commit (GH-4547)xdegaye2017-11-241-1/+0
* Improve the String tutorial docs (GH-4541)Will White2017-11-241-7/+7
* bpo-28684: asyncio tests handle PermissionError raised on binding unix socket...xdegaye2017-11-245-11/+45
* bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539)Berker Peksag2017-11-243-0/+11
* bpo-32096: Remove obj and mem from _PyRuntime (#4532)Victor Stinner2017-11-2412-689/+685
* bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528)Berker Peksag2017-11-243-0/+20
* Extending Python Doc minor updates (GH-4518)Emanuele Gaifas2017-11-242-4/+4
* bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (#4529)Berker Peksag2017-11-234-12/+19
* bpo-32099 Add deque variant of roundrobin() recipe (#4497)Raymond Hettinger2017-11-231-0/+19
* bpo-19610: setup() now raises TypeError for invalid types (GH-4519)Berker Peksag2017-11-236-12/+112
* bpo-31979: Remove unused align_maxchar() function (#4527)Victor Stinner2017-11-231-13/+0
* bpo-32030: Fix calculate_path() on macOS (#4526)Victor Stinner2017-11-231-8/+9
* bpo-27535: Cleanup create_filter() (#4516)Victor Stinner2017-11-231-38/+18