summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-115886: Handle embedded null characters in shared memory name (GH-115887)Serhiy Storchaka2024-02-251-0/+2
* gh-115323: Add meaningful error message for using bytearray.extend with str (...Jay Ting2024-02-241-0/+2
* GH-114610: Fix `pathlib.PurePath.with_stem('')` handling of file extensions (...Barney Gale2024-02-241-0/+4
* gh-114763: Protect lazy loading modules from attribute access races (GH-114781)Chris Markiewicz2024-02-241-0/+3
* gh-67044: Always quote or escape \r and \n in csv.writer() (GH-115741)Serhiy Storchaka2024-02-231-0/+2
* gh-115778: Add `tierN` annotation for instruction definitions (#115815)Kirill Podoprigora2024-02-231-0/+1
* gh-88516: show file proxy icon in IDLE editor windows on macOS (#112894)Ronald Oussoren2024-02-231-0/+2
* gh-115796: fix exception table construction in _testinternalcapi.assemble_cod...Irit Katriel2024-02-221-0/+2
* gh-115714: Don't use CLOCK_PROCESS_CPUTIME_ID and times() on WASI (GH-115757)Petr Viktorin2024-02-221-0/+4
* gh-111225: Link extension modules against libpython on Android (#115780)Malcolm Smith2024-02-211-0/+1
* gh-93205: When rotating logs with no namer specified, match whole extension (...Gabriele Catania2024-02-211-0/+1
* gh-96310: Fix a traceback in argparse when all options in a mutually exclusiv...Daniel Mach2024-02-211-0/+2
* gh-104090: Add exit code to multiprocessing ResourceTracker (GH-115410)Petr Viktorin2024-02-211-0/+2
* gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-115400)Sebastian Pipping2024-02-211-0/+1
* gh-112364: Correct unparsing of backslashes and quotes in ast.unparse (#115696)Frank Hoffmann2024-02-211-0/+1
* gh-115737: Correct libpython install name for macOS shared library builds. (g...Russell Keith-Magee2024-02-211-0/+2
* gh-104061: Add socket.SO_BINDTOIFINDEX constant (GH-104062)Victor Westerhuis2024-02-201-0/+1
* gh-115733: Fix crash involving exhausted list iterator (#115740)Sam Gross2024-02-201-0/+1
* gh-86291: linecache: get module name from __spec__ if available (GH-22908)Eugene Toder2024-02-201-0/+2
* gh-115712: Support CSV dialects with delimiter=' ' and skipinitialspace=True ...Serhiy Storchaka2024-02-201-0/+4
* gh-101860: Expose __name__ on property (GH-101876)Eugene Toder2024-02-201-0/+1
* gh-112175: Add `eval_breaker` to `PyThreadState` (#115194)Brett Simmers2024-02-201-0/+1
* Add missed `stream` argument (#111775)Alexander Shadchin2024-02-201-0/+2
* gh-115700: Add target `_RegenCases` in Windows build for cases regeneration. ...Kirill Podoprigora2024-02-201-0/+1
* gh-115543: Update py.exe to know about Python 3.13 and to install 3.12 by def...Steve Dower2024-02-191-0/+3
* gh-60346: Improve handling single-dash options in ArgumentParser.parse_known_...Serhiy Storchaka2024-02-191-0/+1
* gh-115154: Fix untokenize handling of unicode named literals (#115171)Pablo Galindo Salgado2024-02-191-0/+2
* gh-114626: Add again _PyCFunctionFastWithKeywords name (GH-115561)Victor Stinner2024-02-191-0/+4
* gh-102388: Add windows_31j to aliases for cp932 codec (#102389)Masayuki Moriyama2024-02-191-0/+1
* gh-111358: Fix timeout behaviour in BaseEventLoop.shutdown_default_executor (...Jamie Phan2024-02-191-0/+2
* gh-115122: Add --bisect option to regrtest (#115123)Victor Stinner2024-02-181-0/+2
* gh-114709: Fix exceptions raised by posixpath.commonpath (#114710)Sebastian Rittau2024-02-181-0/+5
* gh-115618: Remove improper Py_XDECREFs in property methods (GH-115619)Serhiy Storchaka2024-02-171-0/+3
* gh-100176: Remove outdated Tools/{io,cc,string}bench (#101853)Hugo van Kemenade2024-02-171-0/+1
* gh-115596: Fix ProgramPriorityTests in test_os permanently changing the proce...Brian Schubert2024-02-171-0/+2
* gh-107155: Fix help() for lambda function with return annotation (GH-107401)Kirill Podoprigora2024-02-171-0/+3
* gh-96497: Mangle name before symtable lookup in 'symtable_extend_namedexpr_sc...wookie1842024-02-171-0/+2
* gh-95782: Fix io.BufferedReader.tell() etc. being able to return offsets < 0 ...6t8k2024-02-171-0/+4
* gh-100884: email/_header_value_parser: don't encode list separators (GH-100885)Thomas Weißschuh2024-02-171-0/+2
* gh-100985: Consistently wrap IPv6 IP address during CONNECT (GH-100986)Derek Higgins2024-02-172-0/+3
* gh-113812: Allow DatagramTransport.sendto to send empty data (#115199)Jamie Phan2024-02-171-0/+3
* gh-85294: Handle missing arguments to @singledispatchmethod gracefully (GH-21...Ammar Askar2024-02-161-0/+3
* gh-115556: Remove quotes from command-line arguments in test.bat and rt.bat (...Łukasz Langa2024-02-161-0/+2
* gh-112720: make it easier to subclass and modify dis.ArgResolver's jump arg r...Irit Katriel2024-02-161-0/+2
* gh-69990: Make Profile.print_stats support sorting by multiple values (GH-104...Furkan Onder2024-02-161-0/+1
* gh-114572: Fix locking in cert_store_stats and get_ca_certs (#114573)David Benjamin2024-02-161-0/+4
* Merge branch 'main' of https://github.com/python/cpythonThomas Wouters2024-02-154-0/+6
|\
| * gh-112433: Add optional _align_ attribute to ctypes.Structure (GH-113790)monkeyman1922024-02-151-0/+1
| * gh-115420: Fix translation of exception hander targets by _testinternalcapi.o...Irit Katriel2024-02-151-0/+2
| * gh-115376: fix segfault in _testinternalcapi.compiler_codegen on bad input (#...Irit Katriel2024-02-151-0/+1