summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346)Serhiy Storchaka2018-07-312-15/+20
* Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a genera...Serhiy Storchaka2018-07-316-36/+10
* bpo-1617161: Make the hash and equality of methods not depending on the value...Serhiy Storchaka2018-07-312-36/+85
* bpo-33833: Fix ProactorSocketTransport AssertionError (#7893)twisteroid ambassador2018-07-302-0/+17
* bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (G...Elvis Pranskevichus2018-07-302-1/+19
* bpo-34182: Fix test_pydoc running as a script. (GH-8389)Bo Bayles2018-07-291-1/+2
* bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527)Mickaël Schoentgen2018-07-292-4/+7
* bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544)Franz Wöllert2018-07-292-22/+24
* bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510)Berker Peksag2018-07-281-0/+2
* bpo-42349: Switch to test.support.unlink per review by Serhiy Storchaka (GH-8...Tim Golden2018-07-281-4/+1
* bpo-33089: Multidimensional math.hypot() (GH-8474)Raymond Hettinger2018-07-281-10/+66
* bpo-33476: Fix _header_value_parser when address group is missing final ';' (...Dong-hee Na2018-07-282-1/+26
* bpo-34239: Convert test_bz2 to use tempfile (#8485)Tim Golden2018-07-261-2/+6
* bpo-34170, test_embed: write Py_Initialize() tests (GH-8484)Victor Stinner2018-07-261-1/+158
* bpo-34201: Tweak test_buffer. (GH-8481)Serhiy Storchaka2018-07-261-3/+2
* bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (G...Steve Dower2018-07-261-2/+2
* bpo-34201: Make ndarray.readonly a bool and use stricter tests in test_buffer...Serhiy Storchaka2018-07-261-40/+40
* bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic....Serhiy Storchaka2018-07-262-4/+4
* bpo-34197: Make _csv.Dialect attributes booleans. (GH-8440)Serhiy Storchaka2018-07-261-21/+19
* bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468)Victor Stinner2018-07-261-3/+1
* bpo-32663 Make SMTPUTF8SimTests run (#5314)chason2018-07-251-25/+14
* bpo-34228: Allow PYTHONTRACEMALLOC=0 (GH-8467)Victor Stinner2018-07-251-2/+10
* bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385)Ammar Askar2018-07-252-1/+15
* bpo-13041: Use shutil.get_terminal_size() in argparse.HelpFormatter (GH-8459)Berker Peksag2018-07-252-6/+5
* bpo-34195: Fix case-sensitive comparison in test_nt_helpers (GH-8448)Tim Golden2018-07-251-5/+11
* bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)Victor Stinner2018-07-241-1/+3
* bpo-34136: Make test_do_not_recreate_annotations more lenient. (GH-8437)Serhiy Storchaka2018-07-241-5/+4
* bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351)Serhiy Storchaka2018-07-242-17/+19
* bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769)Serhiy Storchaka2018-07-242-54/+17
* bpo-34149: Behavior of the min/max with key=None (GH-8328)Alexander Marshalov2018-07-242-8/+6
* bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (...Serhiy Storchaka2018-07-231-6/+17
* bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. (GH-8381)Serhiy Storchaka2018-07-231-1/+1
* bpo-34184: Fix running Lib/test/test_dataclasses.py as a script. (GH-8382)Serhiy Storchaka2018-07-231-5/+5
* bpo-33336, imaplib: Legalize MOVE command (GH-6569)Matěj Cepl2018-07-231-0/+1
* bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406)Victor Stinner2018-07-231-4/+14
* bpo-21446: Update reload fixer to use importlib (GH-8391)Berker Peksag2018-07-232-9/+9
* bpo-940286: Fix pydoc to show cross refs correctly (GH-8390)Berker Peksag2018-07-231-2/+3
* bpo-34127: Fix grammar in error message with respect to argument count (GH-8395)Xtreak2018-07-221-0/+16
* bpo-34189: Fix checking for bugfix Tcl version. (GH-8397)Serhiy Storchaka2018-07-222-4/+14
* bpo-34189: Add simple tests for new Tk widget options. (GH-8396)Serhiy Storchaka2018-07-221-2/+25
* bpo-34181: Fix running Lib/test/test_typing.py as a script. (GH-8380)Serhiy Storchaka2018-07-211-2/+2
* bpo-34179: Make sure decimal context doesn't affect other tests. (#8376)Bo Bayles2018-07-211-13/+13
* bpo-34126: Fix crashes while profiling invalid calls. (GH-8300)jdemeyer2018-07-211-0/+16
* bpo-34136: Make test_do_not_recreate_annotations more reliable. (GH-8364)Serhiy Storchaka2018-07-211-5/+9
* bpo-33723: Fix test_time.test_process_time() (GH-8358)Victor Stinner2018-07-211-4/+9
* bpo-34011: Update code copying DLLs and init.tcl into venvs. (GH-8253)Vinay Sajip2018-07-201-1/+5
* bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043)Victor Stinner2018-07-201-0/+8
* bpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH-8345)Terry Jan Reedy2018-07-201-2/+34
* bpo-32692: Fix test_threading.test_set_and_clear() (GH-8331)Victor Stinner2018-07-191-2/+3
* bpo-34130: Fix test_signal.test_warn_on_full_buffer() (GH-8327)Victor Stinner2018-07-181-15/+41