summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error ...Miss Islington (bot)2022-12-091-1/+17
* [3.11] bpo-44817: Ignore additional errors in ntpath.realpath (GH-27574) (GH-...Miss Islington (bot)2022-12-081-1/+4
* test_ast uses infinite_recursion() to prevent crash (GH-100104)Miss Islington (bot)2022-12-081-1/+2
* gh-100098: [Enum] insist on actual tuples, no subclasses, for auto (GH-100099)Miss Islington (bot)2022-12-082-1/+16
* gh-98778: Update HTTPError to initialize properly even if fp is None (gh-99966)Miss Islington (bot)2022-12-082-7/+8
* gh-83035: handle decorator with nested parens in inspect.getsource (GH-99654)Miss Islington (bot)2022-12-073-9/+21
* gh-100050: Fix an assertion error when raising unclosed parenthesis errors in...Miss Islington (bot)2022-12-071-0/+16
* Python 3.11.1v3.11.1Pablo Galindo2022-12-061-60/+84
* [3.11] GH-99729: Unlink frames before clearing them (#100047)Brandt Bucher2022-12-061-0/+42
* [3.11] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when...Serhiy Storchaka2022-12-068-107/+81
* 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.11] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) (#100016)Ɓ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-100005: Skip test_script_as_dev_fd() on FreeBSD (GH-100006)Miss Islington (bot)2022-12-052-1/+4
* [3.11] bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684) (#9...Luke Garland2022-12-051-1/+4
* gh-98458: unittest: bugfix for infinite loop while handling chained exception...Miss Islington (bot)2022-12-042-1/+59
* gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)Miss Islington (bot)2022-12-045-8/+9
* [3.11] gh-99886: Fix crash when freeing objects with managed dictionaries (#9...Ken Jin2022-12-041-0/+12
* gh-99934: test_marshal.py: add more elements in test_deterministic_sets (GH-9...Miss Islington (bot)2022-12-031-1/+1
* [3.11] gh-99891: Fix infinite recursion in the tokenizer when showing warning...Pablo Galindo Salgado2022-12-011-0/+12
* gh-96192: fix os.ismount() to use a path that is str or bytes (GH-96194)Miss Islington (bot)2022-11-302-0/+3
* gh-82836: fix private network check (GH-97733)Miss Islington (bot)2022-11-292-4/+49
* gh-99344, gh-99379, gh-99382: Fix issues in substitution of ParamSpec and Typ...Miss Islington (bot)2022-11-292-41/+111
* [3.11] gh-99811: Use correct variable to search for time in format string (GH...Miss Islington (bot)2022-11-281-1/+1
* [3.11] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults...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-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (G...Miss Islington (bot)2022-11-272-98/+119
* gh-91078: Return None from TarFile.next when the tarfile is empty (GH-91850)Miss Islington (bot)2022-11-262-0/+14
* 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.11] gh-88863: Clear ref cycles to resolve leak when asyncio.open_connectio...Dong Uk, Kang2022-11-233-12/+33
* [3.11] gh-99645: Fix a bug in handling class cleanups in unittest.TestCase (G...Serhiy Storchaka2022-11-222-5/+32
* gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422)Miss Islington (bot)2022-11-222-0/+18
* gh-99659: Use correct exceptions in sqlite3 bigmem tests (GH-99660)Miss Islington (bot)2022-11-221-4/+4
* [3.11] gh-99103: Normalize specialized traceback anchors against the current ...Batuhan Taskaya2022-11-212-3/+42
* Add more details in test_unittest (GH-99626)Miss Islington (bot)2022-11-212-35/+67
* gh-99578: Fix refleak in _imp.create_builtin() (GH-99642)Miss Islington (bot)2022-11-211-0/+30
* gh-99581: Fix a buffer overflow in the tokenizer when copying lines that fill...Miss Islington (bot)2022-11-201-0/+16
* [3.11] gh-99211: Point to except/except* on syntax errors when mixing them (G...Lysandros Nikolaou2022-11-201-2/+2
* [3.11] gh-78453: Move Unicode C API tests from test_unicode to test_capi.test...Serhiy Storchaka2022-11-202-461/+474
* [3.11] gh-98086: Now ``patch.dict`` can decorate async functions (GH-98095) (...Miss Islington (bot)2022-11-192-0/+35
* gh-99442: Fix handling in py.exe launcher when argv[0] does not include a fil...Miss Islington (bot)2022-11-181-1/+10
* gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (...Miss Islington (bot)2022-11-181-4/+18
* gh-99370: Prefer LIBDIR from sysconfig when locating libpython for test (GH-9...Miss Islington (bot)2022-11-161-1/+3
* gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...Miss Islington (bot)2022-11-152-0/+16
* GH-98219: reduce sleep time in `asyncio` subprocess test (GH-99464)Miss Islington (bot)2022-11-151-1/+1
* gh-99370: fix test_zippath_from_non_installed_posix (GH-99483)Miss Islington (bot)2022-11-151-51/+60
* [3.11] gh-99357: Close the event loop when it is no longer used in test_uncan...Miss Islington (bot)2022-11-141-21/+24
* gh-99370: Calculate zip path from prefix when in a venv (GH-99371)Miss Islington (bot)2022-11-142-0/+96