100403 Commits (f39b674876d2bd47ec7fc106d673b60ff24092ca)
 

Author SHA1 Message Date
Victor Stinner f39b674876
bpo-32094: Update subprocess for -X dev (#4480) 8 years ago
Yury Selivanov 423fd362f8
bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447) 8 years ago
Victor Stinner 895862aa01 bpo-32088: Display Deprecation in debug mode (#4474) 8 years ago
Victor Stinner c5a2071586
bpo-32050: Fix -x option documentation (#4475) 8 years ago
Victor Stinner 44862df2ee
bpo-32047: -X dev enables asyncio debug mode (#4418) 8 years ago
Riccardo Magliocchetti 04dee27208 Remove duplicated import from datetime tests (#4444) 8 years ago
Vinay Sajip e96ba183c4
bpo-30904: Removed duplicated Host: header. (#4465) 8 years ago
Berker Peksag b56becb373
Remove outdated .pyo reference from msilib docs (GH-4461) 8 years ago
Masayuki Yamamoto 7750bded92 Document parameters of BaseServer.finish_request() (GH-4445) 8 years ago
Moses Koledoye 0c71653cb8 [Doc] Update opcode for var-positional arguments (#4446) 8 years ago
xdegaye ebfaa71c2e
bpo-32031: Fix pydoc `test_mixed_case_module_names_are_lower_cased` (GH-4441) 8 years ago
xdegaye d34d8fc24f
bpo-29185: Fix `test_distutils` failures on Android (GH-4438) 8 years ago
xdegaye 9001d1f438
bpo-29184: Skip test_socketserver tests on PermissionError raised by Android (GH-4387) 8 years ago
Andrew Svetlov 51d546ae4d
bpo-32069: Drop legacy SSL transport (#4451) 8 years ago
Henk-Jaap Wagenaar f02f5e5c3e bpo-31867: Remove duplicates in default mimetypes. (#4388) 8 years ago
Victor Stinner f2ddc6ac93
tokenizer: Remove unused tabs options (#4422) 8 years ago
native-api fd0fa67464 bpo-31691: Specify where to find build instructions for the Windows installer (#4426) 8 years ago
Erik Bray d505a29a15 Fix typo in atexit documentation. (GH-4419) 8 years ago
Serhiy Storchaka cede8c9edb
bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110) 8 years ago
Victor Stinner ccb0442a33
bpo-32043: New "developer mode": "-X dev" option (#4413) 8 years ago
Serhiy Storchaka 05cb728d68
bpo-30349: Raise FutureWarning for nested sets and set operations (#1553) 8 years ago
Serhiy Storchaka 3daaafb700
bpo-32037: Use the INT opcode for 32-bit integers in protocol 0 pickles. (#4407) 8 years ago
Serhiy Storchaka 0a2abdfca2
bpo-30143: 2to3 now generates a code that uses abstract collection classes (#1262) 8 years ago
Victor Stinner a7368ac636
bpo-32030: Enhance Py_Main() (#4412) 8 years ago
Victor Stinner f7e5b56c37
bpo-32030: Split Py_Main() into subfunctions (#4399) 8 years ago
Yury Selivanov 43605e6bfa
bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable #4409 8 years ago
Antoine Pitrou 4bd41c9b52
bpo-32025: Add time.thread_time() (#4410) 8 years ago
Dong-hee Na 762b9571c9 bpo-32018: Fix inspect.signature repr to follow PEP 8 (#4408) 8 years ago
Serhiy Storchaka f8a4c03ede
bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650) 8 years ago
Serhiy Storchaka aca7f574b0
bpo-30950: Convert round() to Argument Clinic. (#2740) 8 years ago
Serhiy Storchaka 00987f6230
bpo-32011: Revert "Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal." (#4381) 8 years ago
Serhiy Storchaka ddbce13786
bpo-32023: Disallow genexprs without parenthesis in class definitions. (#4400) 8 years ago
Serhiy Storchaka edad8eebee
bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print()). (#4289) 8 years ago
Serhiy Storchaka 6545256df9
bpo-32032: Test both implementations of module-level pickle API. (#4401) 8 years ago
sanjayp 2ae4ad7ca4 Changed lambda to str.strip in _strip_spaces in logging.config (#4332) 8 years ago
Serhiy Storchaka 9165f77d5f
bpo-32012: Disallow trailing comma after genexpr without parenthesis. (#4382) 8 years ago
Jesse-Bakker 3bda02222a bpo-31948: Fix broken links in msilib docs (GH-4397) 8 years ago
Serhiy Storchaka b0b44b4b33
bpo-15606: Improve the re.VERBOSE documentation. (#4366) 8 years ago
Andrey Egorov e1d62e0b7c bpo-32015: Asyncio looping during simultaneously socket read/write an… (#4386) 8 years ago
Mat M 56935a53b1 bpo-32020: arraymodule: Correct missing Py_DECREF in failure case of make_array() (#4391) 8 years ago
Sanyam Khurana 28b624825e bpo-16055: Fixes incorrect error text for int('1', base=1000) (#4376) 8 years ago
Serhiy Storchaka 9b6c60cbce
bpo-31979: Simplify transforming decimals to ASCII (#4336) 8 years ago
Yury Selivanov ce12629c84
bpo-28369: Enhance transport socket check in add_reader/writer (#4365) 8 years ago
Mat M f76231f89a bpo-32013: _pickle: Add missing Py_DECREF in error case in fast_save_enter() (#4384) 8 years ago
Benjamin Peterson 8acaa31eec
remove detect_math_libs (#4383) 8 years ago
xdegaye d7d4fea4a3
bpo-29181: Skip test_tarfile tests on PermissionError raised by Android (GH-4375) 8 years ago
xdegaye 6a55d09573
bpo-29180: Skip test_os tests on PermissionError raised by Android (GH-4374) 8 years ago
xdegaye 92c2ca7633
bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350) 8 years ago
xdegaye e0582a37c8
bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160) 8 years ago
xdegaye 1588be66d7
bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334) 8 years ago