summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-32094: Update subprocess for -X dev (#4480)Victor Stinner2017-11-202-2/+79
* bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be...Yury Selivanov2017-11-205-8/+31
* bpo-32088: Display Deprecation in debug mode (#4474)Victor Stinner2017-11-204-7/+24
* bpo-32050: Fix -x option documentation (#4475)Victor Stinner2017-11-201-2/+0
* bpo-32047: -X dev enables asyncio debug mode (#4418)Victor Stinner2017-11-206-18/+42
* Remove duplicated import from datetime tests (#4444)Riccardo Magliocchetti2017-11-201-2/+0
* bpo-30904: Removed duplicated Host: header. (#4465)Vinay Sajip2017-11-191-1/+3
* Remove outdated .pyo reference from msilib docs (GH-4461)Berker Peksag2017-11-191-1/+1
* Document parameters of BaseServer.finish_request() (GH-4445)Masayuki Yamamoto2017-11-191-1/+1
* [Doc] Update opcode for var-positional arguments (#4446)Moses Koledoye2017-11-181-1/+1
* bpo-32031: Fix pydoc `test_mixed_case_module_names_are_lower_cased` (GH-4441)xdegaye2017-11-181-1/+1
* bpo-29185: Fix `test_distutils` failures on Android (GH-4438)xdegaye2017-11-182-2/+10
* bpo-29184: Skip test_socketserver tests on PermissionError raised by Android ...xdegaye2017-11-181-5/+14
* bpo-32069: Drop legacy SSL transport (#4451)Andrew Svetlov2017-11-187-705/+5
* bpo-31867: Remove duplicates in default mimetypes. (#4388)Henk-Jaap Wagenaar2017-11-171-4/+0
* tokenizer: Remove unused tabs options (#4422)Victor Stinner2017-11-172-34/+11
* bpo-31691: Specify where to find build instructions for the Windows installer...native-api2017-11-161-0/+2
* Fix typo in atexit documentation. (GH-4419)Erik Bray2017-11-161-1/+1
* bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110)Serhiy Storchaka2017-11-165-28/+74
* bpo-32043: New "developer mode": "-X dev" option (#4413)Victor Stinner2017-11-167-25/+110
* bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)Serhiy Storchaka2017-11-168-9/+106
* bpo-32037: Use the INT opcode for 32-bit integers in protocol 0 pickles. (#4407)Serhiy Storchaka2017-11-165-63/+70
* bpo-30143: 2to3 now generates a code that uses abstract collection classes (#...Serhiy Storchaka2017-11-164-16/+18
* bpo-32030: Enhance Py_Main() (#4412)Victor Stinner2017-11-1612-383/+467
* bpo-32030: Split Py_Main() into subfunctions (#4399)Victor Stinner2017-11-1518-643/+1332
* bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable #4409Yury Selivanov2017-11-153-0/+25
* bpo-32025: Add time.thread_time() (#4410)Antoine Pitrou2017-11-155-0/+206
* bpo-32018: Fix inspect.signature repr to follow PEP 8 (#4408)Dong-hee Na2017-11-154-5/+10
* bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650)Serhiy Storchaka2017-11-155-12/+18
* bpo-30950: Convert round() to Argument Clinic. (#2740)Serhiy Storchaka2017-11-152-20/+51
* bpo-32011: Revert "Issue #15480: Remove the deprecated and unused TYPE_INT64 ...Serhiy Storchaka2017-11-153-0/+46
* bpo-32023: Disallow genexprs without parenthesis in class definitions. (#4400)Serhiy Storchaka2017-11-154-7/+23
* bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print())....Serhiy Storchaka2017-11-153-51/+93
* bpo-32032: Test both implementations of module-level pickle API. (#4401)Serhiy Storchaka2017-11-153-18/+25
* Changed lambda to str.strip in _strip_spaces in logging.config (#4332)sanjayp2017-11-151-2/+2
* bpo-32012: Disallow trailing comma after genexpr without parenthesis. (#4382)Serhiy Storchaka2017-11-154-13/+45
* bpo-31948: Fix broken links in msilib docs (GH-4397)Jesse-Bakker2017-11-141-33/+33
* bpo-15606: Improve the re.VERBOSE documentation. (#4366)Serhiy Storchaka2017-11-141-1/+2
* bpo-32015: Asyncio looping during simultaneously socket read/write an… (#4386)Andrey Egorov2017-11-143-38/+79
* bpo-32020: arraymodule: Correct missing Py_DECREF in failure case of make_arr...Mat M2017-11-141-1/+3
* bpo-16055: Fixes incorrect error text for int('1', base=1000) (#4376)Sanyam Khurana2017-11-131-1/+1
* bpo-31979: Simplify transforming decimals to ASCII (#4336)Serhiy Storchaka2017-11-137-139/+63
* bpo-28369: Enhance transport socket check in add_reader/writer (#4365)Yury Selivanov2017-11-134-1/+90
* bpo-32013: _pickle: Add missing Py_DECREF in error case in fast_save_enter() ...Mat M2017-11-131-1/+5
* remove detect_math_libs (#4383)Benjamin Peterson2017-11-131-21/+10
* bpo-29181: Skip test_tarfile tests on PermissionError raised by Android (GH-4...xdegaye2017-11-121-2/+8
* bpo-29180: Skip test_os tests on PermissionError raised by Android (GH-4374)xdegaye2017-11-121-3/+10
* bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350)xdegaye2017-11-127-34/+50
* bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160)xdegaye2017-11-124-19/+107
* bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334)xdegaye2017-11-126-24/+90