summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Python 3.10.9v3.10.9Pablo Galindo2022-12-061-25/+25
* [3.10] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when...Łukasz Langa2022-12-068-120/+87
* gh-100001: Also escape \s in http.server log messages. (GH-100038)Miss Islington (bot)2022-12-052-0/+3
* gh-100001: Omit control characters in http.server stderr logs. (GH-100002)Miss Islington (bot)2022-12-052-2/+30
* [3.10] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) (#100017)Łukasz Langa2022-12-051-0/+32
* gh-99892: test_unicodedata: skip test on download failure (GH-100011)Miss Islington (bot)2022-12-051-3/+4
* gh-98458: unittest: bugfix for infinite loop while handling chained exception...Miss Islington (bot)2022-12-042-1/+59
* [3.10] gh-60203: Always pass True/False as boolean arguments in tests (GH-999...Serhiy Storchaka2022-12-042-2/+2
* bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)Luke Garland2022-12-021-1/+4
* [3.10] gh-99811: Use correct variable to search for time in format string (GH...Miss Islington (bot)2022-11-281-1/+1
* [3.10] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and s… (#99...Kumar Aditya2022-11-281-1/+9
* gh-51524: Fix bug when calling trace.CoverageResults with valid infile (GH-99...Miss Islington (bot)2022-11-282-1/+11
* gh-97966: Restore prior expectation that uname_result._fields and ._asdict wo...Miss Islington (bot)2022-11-262-2/+12
* bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688)Miss Islington (bot)2022-11-251-0/+8
* [3.10] gh-88863: Clear ref cycles to resolve leak when asyncio.open_connectio...Dong Uk, Kang2022-11-233-12/+33
* [3.10] gh-99645: Fix a bug in handling class cleanups in unittest.TestCase (G...Serhiy Storchaka2022-11-222-5/+32
* [3.10] Add more details in test_unittest (GH-99626). (GH-99692)Serhiy Storchaka2022-11-222-35/+63
* gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422)Miss Islington (bot)2022-11-222-0/+18
* gh-99578: Fix refleak in _imp.create_builtin() (GH-99642)Miss Islington (bot)2022-11-211-0/+30
* [3.10] gh-99581: Fix a buffer overflow in the tokenizer when copying lines th...Pablo Galindo Salgado2022-11-201-0/+16
* [3.10] gh-98086: Now ``patch.dict`` can decorate async functions (GH-98095) (...Miss Islington (bot)2022-11-202-0/+35
* [3.10] gh-78453: Move Unicode C API tests from test_unicode to test_capi.test...Serhiy Storchaka2022-11-202-487/+502
* gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...Miss Islington (bot)2022-11-152-0/+16
* [3.10] gh-92119: ctypes: Print exception class name instead of its representa...Kamil Turek2022-11-131-2/+2
* gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283)Miss Islington (bot)2022-11-131-0/+9
* bpo-34272: Reorganize C API tests. (GH-8551)Miss Islington (bot)2022-11-125-0/+8
* gh-80448: argparse: Fix IndexError on store_true action (GH-15656)Miss Islington (bot)2022-11-122-2/+6
* [3.10] gh-99130: Apply bugfixes from importlib_metadata 4.11.4. (#99132)Jason R. Coombs2022-11-103-9/+42
* gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736)Miss Islington (bot)2022-11-102-3/+11
* gh-99320: remove tests for old-style class from `test_complex` (GH-99321)Miss Islington (bot)2022-11-101-6/+1
* [3.11] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222)Miss Islington (bot)2022-11-082-17/+21
* gh-99124: use concrete exception types in `test_builtin` (GH-99125)Miss Islington (bot)2022-11-081-3/+3
* gh-98513: Test abstract methods of some `collections` types (GH-98516)Miss Islington (bot)2022-11-081-0/+5
* bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937)Miss Islington (bot)2022-11-072-8/+16
* [3.10] [ GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH-991...Miss Islington (bot)2022-11-072-3/+14
* gh-99051: remove duplicated test from `test_weakref` (GH-99052)Miss Islington (bot)2022-11-061-35/+6
* `test_typing`: use all pickle protocols (GH-99154)Miss Islington (bot)2022-11-061-1/+1
* gh-99134: Update bundled pip to 22.3.1 (gh-99135)Miss Islington (bot)2022-11-052-1/+1
* [3.11] gh-90867: test.support.wait_process() uses LONG_TIMEOUT (GH-99071) (GH...Miss Islington (bot)2022-11-041-3/+3
* [3.10] gh-98740: Fix validation of conditional expressions in RE (GH-98764) (...Serhiy Storchaka2022-11-031-0/+5
* gh-98512: Add more tests for `ValuesView` (GH-98515)Miss Islington (bot)2022-11-032-0/+6
* gh-98415: Fix uuid.getnode() ifconfig implementation (GH-98423)Miss Islington (bot)2022-11-021-2/+7
* [3.10] gh-98852: Fix subscription of types.GenericAlias instances (GH-98920) ...Serhiy Storchaka2022-11-012-0/+60
* GH-98897: fix memory leak if `math.dist` raises exception (GH-98898)Miss Islington (bot)2022-11-011-0/+5
* [3.10] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98890)Charlie Zhao2022-10-311-0/+11
* [3.10] gh-96151: Use a private name for passing builtins to dataclass. This n...Miss Islington (bot)2022-10-312-5/+12
* [3.10] gh-98624 Add mutex to unittest.mock.NonCallableMock (GH-98688) (#98798)Miss Islington (bot)2022-10-281-28/+38
* [3.10] Add more tkinter.Canvas tests (GH-98475) (#98477)Miss Islington (bot)2022-10-281-0/+158
* gh-98703: Add tests for closing `_ProactorSocketTransport` with proactor even...Miss Islington (bot)2022-10-271-0/+21
* gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple ...Miss Islington (bot)2022-10-271-0/+2