summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* [3.11] gh-104943: Remove mentions of old Python versions (GH-104945) (#104962)Miss Islington (bot)2023-05-261-0/+1
* [3.11] gh-104874: Document NewType.__supertype__ (GH-104875) (#104907)Miss Islington (bot)2023-05-241-0/+2
* [3.11] gh-104719: IDLE - test existence of all tokenize references. (GH-10476...Miss Islington (bot)2023-05-241-0/+2
* [3.11] gh-104372: Cleanup _posixsubprocess make_inheritable for async signal ...Gregory P. Smith2023-05-241-0/+1
* [3.11] gh-104536: Improve `multiprocessing.process._cleanup` logic (GH-104537...Miss Islington (bot)2023-05-221-0/+3
* [3.11] gh-102978: Fix mock.patch function signatures for class and staticmeth...Miss Islington (bot)2023-05-222-0/+4
* [3.11] gh-101857: Allow xattr detection on musl libc (GH-101858) (#101894)Miss Islington (bot)2023-05-211-0/+1
* [3.11] gh-103987: fix several crashes in mmap module (GH-103990) (#104677)Miss Islington (bot)2023-05-201-0/+2
* [3.11] GH-102818: Do not call PyTraceBack_Here in sys.settrace trampoline (GH...Mark Shannon2023-05-191-0/+5
* [3.11] gh-104615: don't make unsafe swaps in apply_static_swaps (GH-104620). ...Carl Meyer2023-05-191-0/+2
* [3.11] gh-96522: Fix deadlock in pty.spawn (GH-96639) (#104655)Łukasz Langa2023-05-192-0/+2
* [3.11] gh-85984: Utilize new "winsize" functions from termios in pty tests. (...Miss Islington (bot)2023-05-191-0/+1
* [3.11] gh-104623: Update macOS installer to SQLite 3.42.0 (GH-104643)Miss Islington (bot)2023-05-191-0/+1
* [3.11] gh-104623: Update Windows installer to use SQLite 3.42.0 (#104625) (#1...Erlend E. Aasland2023-05-181-0/+1
* [3.11] gh-104499: IDLE - fix completions for tk aqua 8.7 (GH-104591) (#104596)Miss Islington (bot)2023-05-181-0/+1
* [3.11] gh-104340: Suppress warning about unawaited exception for closed pipe ...Miss Islington (bot)2023-05-181-0/+1
* [3.11] gh-102153: Start stripping C0 control and space chars in `urlsplit` (G...Miss Islington (bot)2023-05-171-0/+3
* [3.11] gh-104496: IDLE - fix About for mixed tcl/tk versions (GH-104585) (#10...Miss Islington (bot)2023-05-171-0/+1
* [3.11] gh-103861: Fix Zip64 extensions not being properly applied in some cas...Gregory P. Smith2023-05-171-0/+2
* [3.11] gh-87474: Fix file descriptor leaks in subprocess.Popen (GH-96351) (#1...Miss Islington (bot)2023-05-171-0/+1
* [3.11] gh-104494: Update certain Tkinter pack/place tests for Tk 8.7 errors (...Miss Islington (bot)2023-05-171-0/+2
* [3.11] gh-75367: Fix data descriptor detection in inspect.getattr_static (GH-...Miss Islington (bot)2023-05-161-0/+1
* [3.11] gh-104482: Fix error handling bugs in ast.c (#104514)Irit Katriel2023-05-161-0/+1
* [3.11] gh-104461: Run tkinter test_configure_screen on X11 only (GH-104526)Miss Islington (bot)2023-05-161-0/+3
* [3.11] gh-67056: document that registering/unregistering an atexit func from ...Miss Islington (bot)2023-05-151-0/+2
* [3.11] GH-104405: Add missing PEP 523 checks (GH-104441)Brandt Bucher2023-05-121-0/+2
* [3.11] gh-103204: `http.server` - Enforce that HTTP version numbers must cons...Miss Islington (bot)2023-05-121-0/+3
* [3.11] GH-87695: Fix OSError from `pathlib.Path.glob()` (GH-104292) (GH-104362)Miss Islington (bot)2023-05-101-0/+2
* [3.11] gh-103848: Adds checks to ensure that bracketed hosts found by urlspli...Miss Islington (bot)2023-05-101-0/+2
* [3.11] gh-48241: Clarify URL needs to be encoded when provided to urlopen and...Miss Islington (bot)2023-05-091-0/+1
* [3.11] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-104...Miss Islington (bot)2023-05-091-0/+2
* [3.11] GH-104308: socket.getnameinfo should release the GIL (GH-104307) (#104...Miss Islington (bot)2023-05-081-0/+1
* [3.11] gh-104265 Disallow instantiation of `_csv.Reader` and `_csv.Writer` (G...Miss Islington (bot)2023-05-081-0/+4
* [3.11] gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit...Erlend E. Aasland2023-05-081-0/+2
* [3.11] gh-103225: Fixed zero lineno issue for pdb (#103265) (#104262)Tian Gao2023-05-071-0/+1
* [3.11] gh-96670: Raise SyntaxError when parsing NULL bytes (GH-97594) (#104195)Lysandros Nikolaou2023-05-071-0/+2
* [3.11] gh-101640: Make argparse _print_message catch any write error (GH-1018...Miss Islington (bot)2023-05-061-0/+1
* [3.11] gh-104106: Add gcc fallback of mkfifoat/mknodat for macOS (gh-104129) ...Dong-hee Na2023-05-051-0/+1
* [3.11] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandle...Miss Islington (bot)2023-05-031-0/+2
* [3.11] gh-103590: do not wrap a single exception raised from a try-except* (#...Irit Katriel2023-05-021-0/+1
* [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088)Rafael Fontenelle2023-05-021-1/+1
* [3.11] gh-102997: Update Windows installer to SQLite 3.41.2. (#102999) (#104085)Erlend E. Aasland2023-05-021-0/+1
* [3.11] GH-103472: close response in HTTPConnection._tunnel (GH-103473) (#104077)Miss Islington (bot)2023-05-021-0/+2
* [3.11] gh-102997: Update macOS installer to SQLite 3.41.2. (GH-104080)Miss Islington (bot)2023-05-021-0/+1
* [3.11] gh-104018: disallow "z" format specifier in %-format of byte strings (...Miss Islington (bot)2023-05-011-0/+1
* [3.11] gh-104035: Do not ignore user-defined `__{get,set}state__` in slotted ...Miss Islington (bot)2023-05-011-0/+2
* [3.11] gh-88496: Fix IDLE test hang on macOS (GH-104025) (#104027)Miss Islington (bot)2023-05-011-0/+1
* [3.11] Update name in acknowledgements and add mailmap (GH-103696) (#104002)Miss Islington (bot)2023-04-301-1/+1
* [3.11] GH-103971: Fix incorrect locations for code following case blocksTian Gao2023-04-281-0/+1
* [3.11] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102...Petr Viktorin2023-04-281-0/+4