summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-40275: Use new test.support helper submodules in tests (GH-20824)Hai Shi2020-06-259-21/+29
* bpo-41113: Fix test_warnings on non-Western locales. (GH-21143)Serhiy Storchaka2020-06-251-3/+3
* bpo-41112: Fix test_peg_generator on non-UTF-8 locales. (GH-21138)Serhiy Storchaka2020-06-251-2/+2
* bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136)Serhiy Storchaka2020-06-251-1/+1
* bpo-40275: Use new test.support helper submodules in tests (GH-20849)Hai Shi2020-06-2517-60/+78
* bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126)Serhiy Storchaka2020-06-251-2/+12
* bpo-41002: Optimize HTTPResponse.read with a given amount (GH-20943)Bruce Merry2020-06-252-10/+52
* bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119)Serhiy Storchaka2020-06-241-2/+2
* Fix typo in dataclasses module (GH-21109)Jürgen Gmach2020-06-241-1/+1
* bpo-41094: Fix decoding errors with audit when open files. (GH-21095)Serhiy Storchaka2020-06-241-2/+2
* bpo-40521: Empty frozenset is no longer a singleton (GH-21085)Raymond Hettinger2020-06-232-16/+0
* bpo-41065: Use zip-strict in zoneinfo (GH-21031)Ram Rachum2020-06-231-2/+1
* Small clean-ups for the random module (GH-21038)Raymond Hettinger2020-06-231-30/+27
* bpo-41005: Fixed perrmission error (GH-20936)Krishna Chivukula2020-06-221-1/+1
* bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040)Serhiy Storchaka2020-06-222-1/+6
* bpo-26407: Do not mask errors in csv. (GH-20536)Serhiy Storchaka2020-06-221-1/+19
* bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (G...Serhiy Storchaka2020-06-222-0/+14
* Skip tests to fix bot (GH-20777)Joannah Nanjekye2020-06-212-0/+4
* bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002)Dong-hee Na2020-06-211-0/+10
* bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006)Serhiy Storchaka2020-06-218-157/+4
* bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010)Serhiy Storchaka2020-06-212-14/+41
* bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-...Lysandros Nikolaou2020-06-211-0/+8
* bpo-40939: Remove the old parser (Part 2) (GH-21005)Lysandros Nikolaou2020-06-202-180/+0
* bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995)Batuhan Taskaya2020-06-201-0/+8
* bpo-41043: Escape literal part of the path for glob(). (GH-20994)Serhiy Storchaka2020-06-2018-21/+21
* bpo-41040: Fix test_modulefinder. (GH-20991)Serhiy Storchaka2020-06-191-1/+2
* bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984)Victor Stinner2020-06-191-8/+9
* Improve blake2 comment for Victor (GH-20981)Christian Heimes2020-06-191-5/+7
* Improve readability of `formataddr` docstring (GH-20963)Jürgen Gmach2020-06-191-1/+1
* bpo-40636: PEP 618: add strict parameter to zip() (GH-20921)Guido van Rossum2020-06-191-0/+150
* bpo-40334: Produce better error messages on invalid targets (GH-20106)Lysandros Nikolaou2020-06-182-2/+61
* bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075)Serhiy Storchaka2020-06-182-45/+152
* bpo-40884: Added defaults parameter for logging.Formatter (GH-20668)Bar Harel2020-06-182-8/+45
* bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944)Victor Stinner2020-06-187-12/+36
* bpo-41006: importlib.util no longer imports typing (GH-20938)Victor Stinner2020-06-174-51/+55
* bpo-40637: Do not emit warnings for disabled builtin hashes (GH-20937)stratakis2020-06-171-1/+1
* bpo-41006: pkgutil imports lazily re (GH-20939)Victor Stinner2020-06-171-4/+10
* bpo-41006: collections imports lazily heap (GH-20940)Victor Stinner2020-06-171-2/+4
* bpo-41009: fix requires_OS_version() class decorator (GH-20942)Christian Heimes2020-06-171-20/+19
* bpo-41003: Fix test_copyreg when numpy is installed (GH-20935)Victor Stinner2020-06-173-12/+26
* bpo-32604: Clean up test.support.interpreters. (gh-20926)Eric Snow2020-06-173-204/+413
* bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20...Lysandros Nikolaou2020-06-161-0/+4
* closes bpo-28557: error message for bad raw readinto (GH-7496)David Szotten2020-06-151-0/+16
* bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491)Xavier Fernandez2020-06-155-7/+7
* bpo-40448: ensurepip: Do not use cache (GH-19812)Krzysztof Konopko2020-06-152-9/+9
* bpo-34226: fix cgi.parse_multipart without content_length (GH-8530)roger2020-06-152-2/+20
* bpo-40836: Add docstring to logging.fatal() and logging.Logger.fatal() (GH-20...Rémi Lapeyre2020-06-151-2/+10
* Include soft keywords in keyword.py (GH-20877)Pablo Galindo2020-06-151-1/+6
* bpo-30064: Fix slow asyncio sock test (GH-20868)Fantix King2020-06-141-14/+20
* Some reformatting (suggested by Black) and minor factoring. (GH-20865)Raymond Hettinger2020-06-141-31/+29