summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (GH-94468)Miss Islington (bot)2023-03-162-0/+33
* gh-101377: improving test_locale_calendar_formatweekday of calendar (GH-101378)Miss Islington (bot)2023-03-151-2/+6
* [3.10] GH-101673: Fix pdb bug where local variable changes are lost after lon...Irit Katriel2023-03-132-11/+31
* Fix broken link to MSDN (GH-102355)Miss Islington (bot)2023-03-132-2/+2
* gh-101100: Fix Sphinx warnings in `turtle` module (GH-102340)Miss Islington (bot)2023-03-131-1/+1
* GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538)Miss Islington (bot)2023-03-131-1/+8
* gh-102433: Add tests for how classes with properties interact with `isinstanc...Miss Islington (bot)2023-03-111-0/+88
* [3.10] GH-102397: Fix segfault from race condition in signal handling (GH-102...Miss Islington (bot)2023-03-081-0/+15
* [3.10] gh-102444: Fix minor bugs in `test_typing` highlighted by pyflakes (#1...Alex Waygood2023-03-051-11/+1
* GH-102341: Improve the test function for pow (GH-102342)Miss Islington (bot)2023-03-051-6/+5
* Fix unused classes in a typing test (GH-102437)Miss Islington (bot)2023-03-051-2/+2
* gh-101979: argparse: fix a bug where parentheses in metavar argument of add_a...Miss Islington (bot)2023-03-052-3/+32
* gh-102356: Add thrashcan macros to filter object dealloc (GH-102426)Miss Islington (bot)2023-03-051-0/+10
* gh-101992: update pstlib module documentation (GH-102133)Miss Islington (bot)2023-03-051-7/+16
* [3.10] gh-102179: Fix `os.dup2` error reporting for negative fds (GH-102180) ...Miss Islington (bot)2023-03-041-0/+16
* [3.10] gh-101892: Fix `SystemError` when a callable iterator call exhausts th...Oleg Iarygin2023-03-041-0/+25
* [3.10] Fix typos in documentation and comments (GH-102374) (#102377)Alex Waygood2023-03-021-1/+1
* IDLE: Simplify DynOptionsMenu __init__code (GH-101371)Miss Islington (bot)2023-02-281-14/+11
* gh-102252: Improve coverage of test_bool.py (GH-102253)Miss Islington (bot)2023-02-251-0/+6
* [3.10] gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` w...Ionite2023-02-251-0/+80
* [3.10] gh-95675: fix uid and gid at test_add_dir_getmember (gh-102207) (gh-10...Miss Islington (bot)2023-02-251-6/+7
* gh-102158: Add tests for `softkwlist` (GH-102159)Miss Islington (bot)2023-02-241-0/+18
* [3.10] gh-101936: Update the default value of fp from io.StringIO to io.Bytes...Miss Islington (bot)2023-02-222-1/+2
* [3.10] gh-95672 fix typo SkitTest to SkipTest (gh-102119) (gh-102122)Miss Islington (bot)2023-02-222-2/+2
* [3.10] gh-101961 fileinput.hookcompressed should not set the encoding value f...Miss Islington (bot)2023-02-212-12/+29
* [3.10] gh-101566: Sync with zipp 3.14. (GH-102018). (GH-102091)Jason R. Coombs2023-02-202-0/+22
* gh-100210: Correct the comment link for unescaping HTML (GH-100212)Miss Islington (bot)2023-02-191-1/+1
* gh-100226: Clarify StreamReader.read behavior (GH-101807)Miss Islington (bot)2023-02-171-8/+9
* gh-101517: make bdb avoid looking up in linecache with lineno=None (GH-101787)Miss Islington (bot)2023-02-102-3/+10
* Apply suggestions from code reviewMiss Islington (bot)2023-02-081-1/+17
* [3.10] gh-100933: Improve `check_element` helper in `test_xml_etree` (GH-1009...Miss Islington (bot)2023-02-081-23/+4
* Python 3.10.10v3.10.10Pablo Galindo2023-02-071-38/+47
* gh-101334: Don't force USTAR format in test_tarfile. (GH-101572)Miss Islington (bot)2023-02-051-0/+5
* [3.10] [3.11] gh-99952: fix refcount issues in ctypes.Structure from_param() ...Miss Islington (bot)2023-02-041-0/+52
* [3.10] gh-101400: Fix incorrect lineno in exception message on contin… (gh-...Dong-hee Na2023-01-311-13/+17
* gh-101229: Add tests for aliases of imported names (GH-101230)Miss Islington (bot)2023-01-301-0/+18
* [3.10] gh-96192: fix os.ismount() to use a path that is str or bytes (GH-9619...Miss Islington (bot)2023-01-222-0/+3
* gh-101143: Remove references to `TimerHandle` from `asyncio.base_events.BaseE...Miss Islington (bot)2023-01-211-6/+3
* [3.10] gh-101144: Allow zipfile.Path .open & .read_text encoding to be positi...Miss Islington (bot)2023-01-202-6/+75
* [3.10] GH-100942: Fix incorrect cast in property_copy(). (GH-100965). (#101009)Nikita Sobolev2023-01-151-0/+17
* [3.10] gh-101021: Document binary parameters as bytes (GH-101024). (#101052)Barry Warsaw2023-01-153-3/+3
* [3.10] GH-100573: Fix server hang caused by os.stat() on named pipe (Windows)...Miss Islington (bot)2023-01-132-0/+45
* [3.10] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop()...Serhiy Storchaka2023-01-133-24/+14
* [3.10] gh-100931: Test all `pickle` protocols in `test_slice` (GH-100932). (G...Nikita Sobolev2023-01-121-1/+3
* [3.10] gh-100871: Improve `copy` module tests (GH-100872) (#100975)Nikita Sobolev2023-01-122-2/+44
* [3.10] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100938)Kumar Aditya2023-01-111-0/+13
* GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` ...Miss Islington (bot)2023-01-091-0/+15
* [3.10] gh-90104: avoid RecursionError on recursive dataclass field repr (gh-1...Carl Meyer2023-01-062-21/+39
* gh-100739: Respect mock spec when checking for unsafe prefixes (GH-100740)Miss Islington (bot)2023-01-042-1/+17
* GH-86508: skip binding to local addresses of different family in `asyncio.ope...Miss Islington (bot)2023-01-042-2/+49