aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [3.11] gh-104719: IDLE - delete useless monkeypatch of tokenize (GH-104726) (...Miss Islington (bot)2023-05-211-12/+6
* [3.11] typing docs: Move some classes out of the "Generics" section (GH-10470...Jelle Zijlstra2023-05-211-122/+125
* [3.11] Corrected identifier (GH-104713) (#104714)Miss Islington (bot)2023-05-211-1/+1
* [3.11] gh-104698: Fix reference leak in mmapmodule.c (GH-104700) (#104710)Miss Islington (bot)2023-05-201-3/+19
* [3.11] gh-101857: Allow xattr detection on musl libc (GH-101858) (#101894)Miss Islington (bot)2023-05-212-1/+3
* [3.11] gh-49174: document that the effect of calling gc.collect() during a co...Miss Islington (bot)2023-05-201-0/+3
* [3.11] gh-104679 Fixed syntax highlighting in turtle docs (GH-104682). (#104695)han-solo2023-05-201-71/+71
* [3.11] gh-56276: Add tests to test_compare (GH-3199) (#104694)Miss Islington (bot)2023-05-201-17/+409
* [3.11] gh-103987: fix several crashes in mmap module (GH-103990) (#104677)Miss Islington (bot)2023-05-203-3/+101
* [3.11] gh-104472: Skip `test_subprocess.ProcessTestCase.test_empty_env` if AS...Miss Islington (bot)2023-05-191-0/+3
* [3.11] docs: fix wrong indentation causing rendering error in dis page (GH-10...Miss Islington (bot)2023-05-191-2/+2
* [3.11] gh-104659: Consolidate python examples in enum documentation (#104665)...Hugo van Kemenade2023-05-191-6/+7
* [3.11] GH-102818: Do not call PyTraceBack_Here in sys.settrace trampoline (GH...Mark Shannon2023-05-194-4/+89
* [3.11] gh-104615: don't make unsafe swaps in apply_static_swaps (GH-104620). ...Carl Meyer2023-05-193-0/+40
* [3.11] gh-104645: fix error handling in marshal tests (GH-104646) (#104663)Miss Islington (bot)2023-05-191-18/+14
* [3.11] gh-96522: Fix deadlock in pty.spawn (GH-96639) (#104655)Łukasz Langa2023-05-194-22/+56
* [3.11] gh-85984: Utilize new "winsize" functions from termios in pty tests. (...Miss Islington (bot)2023-05-192-69/+28
* [3.11] gh-104623: Update macOS installer to SQLite 3.42.0 (GH-104643)Miss Islington (bot)2023-05-192-3/+4
* [3.11] gh-104623: Update Windows installer to use SQLite 3.42.0 (#104625) (#1...Erlend E. Aasland2023-05-184-3/+4
* [3.11] gh-104629: Don't skip test_clinic if _testclinic is missing (GH-104630...Miss Islington (bot)2023-05-181-2/+5
* [3.11] gh-104499: Fix typo. (GH-104598) (#104599)Miss Islington (bot)2023-05-181-1/+1
* [3.11] gh-104499: IDLE - fix completions for tk aqua 8.7 (GH-104591) (#104596)Miss Islington (bot)2023-05-183-7/+6
* [3.11] gh-104340: Suppress warning about unawaited exception for closed pipe ...Miss Islington (bot)2023-05-182-0/+4
* [3.11] gh-102153: Start stripping C0 control and space chars in `urlsplit` (G...Miss Islington (bot)2023-05-174-3/+119
* [3.11] gh-104496: IDLE - fix About for mixed tcl/tk versions (GH-104585) (#10...Miss Islington (bot)2023-05-174-23/+22
* [3.11] typing: Add more tests for TypeVar (GH-104571) (#104577)Jelle Zijlstra2023-05-171-0/+27
* [3.11] gh-103861: Fix Zip64 extensions not being properly applied in some cas...Gregory P. Smith2023-05-173-15/+172
* [3.11] gh-87474: Fix file descriptor leaks in subprocess.Popen (GH-96351) (#1...Miss Islington (bot)2023-05-172-130/+164
* [3.11] gh-104494: Update certain Tkinter pack/place tests for Tk 8.7 errors (...Miss Islington (bot)2023-05-162-4/+8
* [3.11] gh-75367: Fix data descriptor detection in inspect.getattr_static (GH-...Miss Islington (bot)2023-05-163-2/+8
* [3.11] gh-104539: Fix indentation error in logging.config.rst (GH-104545) (#1...Miss Islington (bot)2023-05-161-1/+1
* [3.11] gh-104482: Fix error handling bugs in ast.c (#104514)Irit Katriel2023-05-163-19/+44
* [3.11] gh-104461: Run tkinter test_configure_screen on X11 only (GH-104526)Miss Islington (bot)2023-05-162-0/+5
* [3.11] gh-67056: document that registering/unregistering an atexit func from ...Miss Islington (bot)2023-05-152-0/+5
* [3.11] gh-98539: Make _SSLTransportProtocol.abort() safe to call when closed ...Miss Islington (bot)2023-05-141-1/+2
* [3.11] gh-104337: Clarify random.gammavariate doc entry (GH-104410) (#104481)Miss Islington (bot)2023-05-141-3/+6
* [3.11] Minor improvements to typing docs (GH-104465) (#104475)Miss Islington (bot)2023-05-141-4/+6
* [3.11] GH-71383: IDLE - Document testing subsets of modules (GH-104463) (#104...Miss Islington (bot)2023-05-143-20/+29
* [3.11] gh-75710: IDLE - add docstrings and comments to editor module (GH-1044...Miss Islington (bot)2023-05-131-25/+102
* [3.11] Add a mention of PYTHONBREAKPOINT to breakpoint() docs (GH-104430) (#1...Miss Islington (bot)2023-05-131-0/+7
* [3.11] gh-99836: IDLE - update news.txt for 3.11+ (#104445)Terry Jan Reedy2023-05-131-2/+13
* [3.11] GH-104405: Add missing PEP 523 checks (GH-104441)Brandt Bucher2023-05-124-18/+36
* [3.11] Fix refleak in super_descr_get (GH-104440)Brandt Bucher2023-05-121-1/+3
* [3.11] GH-94841: Fix usage of Py_ALWAYS_INLINE (GH-104439)Brandt Bucher2023-05-121-1/+1
* [3.11] gh-103204: `http.server` - Enforce that HTTP version numbers must cons...Miss Islington (bot)2023-05-123-0/+28
* [3.11] gh-101117: Improve accuracy of sqlite3.Cursor.rowcount docs (#104287) ...Erlend E. Aasland2023-05-111-1/+4
* [3.11] GH-87695: Fix OSError from `pathlib.Path.glob()` (GH-104292) (GH-104362)Miss Islington (bot)2023-05-103-2/+13
* [3.11] gh-103247: clear the module cache in a test in test_importlib/extensio...Miss Islington (bot)2023-05-101-9/+10
* [3.11] gh-104010: Separate and improve docs for `typing.get_origin` and `typi...Miss Islington (bot)2023-05-101-9/+22
* [3.11] gh-103960: Dark mode: invert image brightness (GH-103983) (#104358)Miss Islington (bot)2023-05-103-0/+3