summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* To fix the random failed test cases of test___xxsubinterpreters in multiproce...Miss Islington (bot)2021-07-291-0/+15
* bpo-44752: refactor part of rlcompleter.Completer.attr_matches (GH-27433) (GH...Miss Islington (bot)2021-07-291-6/+3
* bpo-44752: Make rlcompleter not call `@property` methods (GH-27401) (#27445)Miss Islington (bot)2021-07-292-4/+38
* [3.9] bpo-44461: Check early that a pdb target is valid for execution. (GH-27...Jason R. Coombs2021-07-282-0/+22
* bpo-27827: identify a greater range of reserved filename on Windows. (GH-2669...Miss Islington (bot)2021-07-282-19/+45
* [3.9] bpo-42853: Fix http.client fails to download >2GiB data over TLS (GH-27...Inada Naoki2021-07-281-10/+32
* bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) (GH-...Miss Islington (bot)2021-07-261-0/+21
* bpo-44734: Fix precision in turtle tests (GH-27343) (GH-27362)Miss Islington (bot)2021-07-261-11/+3
* bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (...Miss Islington (bot)2021-07-241-0/+30
* bpo-29298: Fix crash with required subparsers without dest (GH-3680) (GH-27304)Miss Islington (bot)2021-07-232-0/+26
* [3.9] bpo-44708: Only re-run test methods that match names of previously fail...Łukasz Langa2021-07-226-174/+344
* bpo-44704: Make Set._hash consistent with frozenset.__hash__ (GH-27281) (GH-2...Miss Islington (bot)2021-07-222-0/+13
* [3.9] bpo-44566: resolve differences between asynccontextmanager and contextm...Łukasz Langa2021-07-203-44/+77
* [3.9] bpo-43219: skip Solaris in the test as well (GH-27257) (GH-27267)Miss Islington (bot)2021-07-201-1/+2
* Set line number of END_ASYNC_FOR so that it doesn't show in traces. (GH-27255)Mark Shannon2021-07-201-0/+44
* bpo-27513: email.utils.getaddresses() now handles Header objects (GH-13797) (...Miss Islington (bot)2021-07-192-1/+6
* [3.9] bpo-41249: Fix postponed annotations for TypedDict (GH-27017) (GH-27205)Ken Jin2021-07-173-7/+41
* bpo-40897:Give priority to using the current class constructor in `inspect.si...Miss Islington (bot)2021-07-172-8/+57
* bpo-40897: Partially backport GH-22583's refactor of inspect.py to allow bugf...Łukasz Langa2021-07-171-40/+13
* bpo-44184: Fix subtype_dealloc() for freed type (GH-26274)Miss Islington (bot)2021-07-151-1/+33
* bpo-44647: Fix test_httpservers failing on Unicode characters in os.environ o...Miss Islington (bot)2021-07-151-4/+13
* bpo-44572: On Windows, disconnect STDIN in platform._syscmd_ver() to prevent ...Miss Islington (bot)2021-07-141-0/+1
* bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107)Miss Islington (bot)2021-07-141-1/+7
* bpo-44630: Fix assertion errors in csv module (GH-27127)Miss Islington (bot)2021-07-131-0/+6
* [3.9] bpo-43048: RecursionError traceback RecursionError bugfix for cpy3.9 (G...Vladimir Feinberg2021-07-122-22/+72
* bpo-26329: update os.path.normpath documentation (GH-20138) (#27095)Miss Islington (bot)2021-07-121-0/+1
* [3.9] bpo-43219: shutil.copyfile, raise a less confusing exception instead of...Miss Islington (bot)2021-07-102-21/+38
* [3.9] bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007). (GH-27055)Dong-hee Na2021-07-072-2/+7
* bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)Miss Islington (bot)2021-07-052-1/+4
* bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656) (GH-27005)Miss Islington (bot)2021-07-032-1/+20
* bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341) (GH-26989)Miss Islington (bot)2021-07-022-2/+12
* bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and ...Steve Dower2021-06-302-0/+32
* bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26...Miss Islington (bot)2021-06-291-4/+10
* Python 3.9.6v3.9.6Łukasz Langa2021-06-281-17/+21
* Clarify the order of a stacked `abstractmethod` (GH-26892)Miss Islington (bot)2021-06-271-3/+24
* [3.9] bpo-44482: Fix very unlikely resource leak in glob in non-CPython imple...Serhiy Storchaka2021-06-271-2/+7
* [3.9] Update vendored pip to 21.1.3 (GH-26912). (GH-26915)Stéphane Bidoul2021-06-262-1/+1
* bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893)Miss Islington (bot)2021-06-241-3/+8
* bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26878)Victor Stinner2021-06-231-3/+15
* bpo-28395: Remove unnecessary semicolons in tests (GH-26868)Miss Islington (bot)2021-06-238-31/+32
* bpo-44439: BZ2File.write()/LZMAFile.write() handle length correctly (GH-26846)Ma Lin2021-06-224-8/+42
* bpo-44287: asyncio test_popen() uses longer timeout (GH-26832)Miss Islington (bot)2021-06-221-1/+2
* bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)Miss Islington (bot)2021-06-212-2/+9
* bpo-44469: Fix tests for "async with" with bad object (GH-26817)Miss Islington (bot)2021-06-211-6/+12
* bpo-44422: Fix threading.enumerate() reentrant call (GH-26727) (GH-26738)Miss Islington (bot)2021-06-151-3/+6
* [3.9] bpo-44409: Fix error location in tokenizer errors that happen during in...Pablo Galindo2021-06-141-0/+1
* bpo-40128: Fix IDLE autocomplete on macOS (GH-26672)Miss Islington (bot)2021-06-111-0/+1
* bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-2...Miss Islington (bot)2021-06-112-1/+30
* [Enum] improve pickle support (#26666)Ethan Furman2021-06-112-3/+63
* bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (G...Miss Islington (bot)2021-06-102-4/+51