🌐 AI搜索 & 代理 主页
Python 3.13.9
  1. 7bb51bd [3.13] gh-139283: correctly handle `size` limit in `cursor.fetchmany()` (GH-139296) (#139444) by Bénédikt Tran · 9 weeks ago
  2. be8f3a6 [3.13] gh-139327: fix some reference leaks in `sqlite3` error branches (GH-139328) (#139472) by Miss Islington (bot) · 9 weeks ago
  3. 69ab8fb [3.13] gh-139400: Make sure that parent parsers outlive their subparsers in `pyexpat` (GH-139403) (GH-139608) by Sebastian Pipping · 10 weeks ago
  4. f48128b [3.13] gh-139210: Fix use-after-free in xml.etree.ElementTree.iterparse() (GH-139211) (GH-139456) by Miss Islington (bot) · 2 months ago
  5. a461f25 [3.13] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (#139377) by Miss Islington (bot) · 3 months ago
  6. d1f6b39 [3.13] gh-130567: Fix possible crash in locale.strxfrm() (GH-138940) (GH-139266) by Miss Islington (bot) · 3 months ago
  7. 135198d [3.13] gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH-138285) (#138746) by Petr Viktorin · 3 months ago
  8. ccf4b3e [3.13] gh-138998: Upgrade vendored expat to 2.7.2 (GH-138999) (#139025) by Miss Islington (bot) · 3 months ago
  9. 5f84c1d [3.13] gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and naming (#138738) (#139063) by Erlend E. Aasland · 3 months ago
  10. d8b3a83 [3.13] gh-137490: Fix signal.sigwaitinfo() on NetBSD (GH-137523) (GH-138936) by Miss Islington (bot) · 3 months ago
  11. dbe5e39 [3.13] gh-138779: Use the dev_t converter for st_rdev (GH-138780) (GH-138927) by Miss Islington (bot) · 3 months ago
  12. 7160f9f [3.13] gh-137017: Ensure `Thread.is_alive()` only returns False after the underlying OS thread exits (gh-137315) (gh-138917) by Miss Islington (bot) · 3 months ago
  13. 6aa7fa0 [3.13] gh-138659: Typo in the gc module docstring (GH-138660) (#138663) by Miss Islington (bot) · 3 months ago
  14. 837df27 [3.13] fix comment reference from man 7 signal to man 7 signal-safety (GH-138554) (#138595) by Miss Islington (bot) · 3 months ago
  15. afec2c7 [3.13] gh-116946: fully implement GC protocol for `_curses_panel.panel` (GH-138333) (#138428) by Bénédikt Tran · 3 months ago
  16. a7fd73e [3.13] gh-60462: Fix locale.strxfrm() on Solaris (GH-138242) (GH-138449) by Miss Islington (bot) · 3 months ago
  17. 06dbf81 [3.13] gh-138204: Forbid expansion of a shared anonymous mmap on Linux (GH-138220) (GH-138387) by Miss Islington (bot) · 3 months ago
  18. a38f026 [3.13] gh-116946: Revert GC protocol for immutable empty heap types (GH-138322, GH-138323, GH-138326) (#138337) by Bénédikt Tran · 3 months ago
  19. d25d2d6 [3.13] gh-116946: fully implement GC protocol for `zlib` objects (GH-138290) (#138328) by Bénédikt Tran · 3 months ago
  20. 21b5932 [3.13] gh-116946: fully implement GC protocol for `_hashlib` objects (GH-138289) (#138326) by Bénédikt Tran · 3 months ago
  21. 828682d [3.13] gh-116946: fully implement GC protocol for `lzma` objects (GH-138288) (#138323) by Bénédikt Tran · 3 months ago
  22. 90036f5 [3.13] gh-116946: fully implement GC protocol for `bz2` objects (GH-138266) (#138322) by Bénédikt Tran · 3 months ago
  23. 502ca0d [3.13] bpo-41839: Fix error checking in sched_get_priority_ functions (GH-22374) (GH-138202) by Miss Islington (bot) · 4 months ago
  24. 59068df [3.13] gh-137986: Fix and improve the csv functions docstrings (GH-137987) (GH-138108) by Serhiy Storchaka · 4 months ago
  25. 9face21 [3.13] gh-87135: Hang non-main threads that attempt to acquire the GIL during finalization (GH-105805) (GH-137827) by Gregory P. Smith · 4 months ago
  26. da39cb9 [3.13] gh-137583: Only lock the SSL context, not the SSL socket (GH-137588) (GH-137613) by Peter Bierma · 4 months ago
  27. 8905f7a [3.13] gh-137044: Support large limit values in getrlimit() and setrlimit() (GH-137338) (GH-137507) by Miss Islington (bot) · 4 months ago
  28. 3c37483 [3.13] gh-132710: only use stable `_uuid.generate_time_safe()` to deduce MAC address (GH-132901) (#134704) by Bénédikt Tran · 4 months ago
  29. 17392a7 [3.13] gh-135839: Fix `module_traverse` and `module_clear` in subinterp modules (GH-135937) (GH-135943) by sobolevn · 4 months ago
  30. a32bd11 [3.13] gh-137273: Fix debug assertion failure in locale.setlocale() on Windows (GH-137300) (GH-137306) by Miss Islington (bot) · 4 months ago
  31. 4a37dd6 [3.13] gh-134698: Hold a lock when the thread state is detached in ssl (GH-134724) (#137126) by Gregory P. Smith · 5 months ago
  32. 89f256e [3.13] gh-126662: naming consistency for `signal.ItimerError` (GH-126712) (#137123) by Miss Islington (bot) · 5 months ago
  33. fddb58a [3.13] gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136721) by Zachary Ware · 5 months ago
  34. d733a1e [3.13] gh-136549: Fix signature of threading.excepthook() (GH-136559) (GH-136590) by Miss Islington (bot) · 5 months ago
  35. a717ed9 [3.13] gh-136288: Fix error message in `_testcapi/vectorcall.c` (GH-136258) (GH-136295) by Miss Islington (bot) · 5 months ago
  36. 67c7439 [3.13] Fix comments for `heapq.siftup_max` (GH-135359) (#136233) by Miss Islington (bot) · 5 months ago
  37. e3a277c [3.13] gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614) (#136126) by Victor Stinner · 5 months ago
  38. ad1b0c9 [3.13] gh-108765: fix comment about macro definitions in `_stat.c` post GH-108854 (GH-136027) (#136044) by Miss Islington (bot) · 6 months ago
  39. 28c5adf [3.13] gh-135839: Fix `module_traverse` and `module_clear` in `_interpchannelsmodule` (GH-135840) (#135919) by sobolevn · 6 months ago
  40. 3e43628 [3.13] gh-135855: Raise TypeError When Passing Non-dict Object to `_interpreters.set___main___attrs` (gh-135903) by Brian Schubert · 6 months ago
  41. 666795a [3.13] gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default max_size (gh-135778) by Eric Snow · 6 months ago
  42. 3bfb7da [3.13] gh-135641: Fix flaky `test_capi.test_lock_two_threads` test case (gh-135642) (gh-135688) by Miss Islington (bot) · 6 months ago
  43. 871adc8 [3.13] gh-135321: Always raise a correct exception for BINSTRING argument > 0x7fffffff in pickle (GH-135322) (GH-135383) by Miss Islington (bot) · 6 months ago
  44. 37027ab [3.13] gh-135326: Restore support of __index__ in random.getrandbits() (#135332) by Serhiy Storchaka · 6 months ago
  45. 7620805 [3.13] gh-134160: Use PyModuleDef.m_free in the example module xxlimited (GH-135174) (GH-135214) by Miss Islington (bot) · 6 months ago
  46. e2a9a3f [3.13] gh-131884: Fix incorrect formatting in json.dumps() when using indent and skipkeys=True (GH-132200) (GH-135061) by Serhiy Storchaka · 6 months ago
  47. 9d5543a [3.13] gh-135108: Fix utmp.h inclusion in posixmodule.c on NetBSD (GH-135109) (GH-135128) by Miss Islington (bot) · 6 months ago
  48. b21d15f [3.13] gh-127081: use `getlogin_r` if available (gh-132751) (#135098) by Sam Gross · 6 months ago
  49. 3e1b8d6 [3.13] gh-133489: Remove size restrictions on getrandbits() and randbytes() (GH-133658) (GH-134965) by Serhiy Storchaka · 6 months ago
  50. a9b8ffd [3.13] gh-134908: Protect `textiowrapper_iternext` with critical section (gh-134910) (gh-135040) by Sam Gross · 6 months ago
  51. 2c325e2 [3.13] gh-134696: align OpenSSL and HACL*-based hash functions constructors AC signatures (GH-134713) (#134962) by Bénédikt Tran · 6 months ago
  52. 5fb05ea [3.13] gh-134210: handle signals in `_curses.window.getch` (GH-134326) (#134784) by Bénédikt Tran · 7 months ago
  53. e483dcf [3.13] gh-132876: workaround broken ldexp() on Windows 10 (GH-133135) (#134685) by Sergey B Kirpichev · 7 months ago
  54. e4c4ecc [3.13] gh-134381: Fix RuntimeError when starting not-yet started Thread after fork (gh-134514) (gh-134597) by Miss Islington (bot) · 7 months ago
  55. 532acbd [3.13] gh-133904: Fix `math.factorial` documentation (GH-133907) (#133922) by mkaraev · 7 months ago
  56. 9718880 [3.13] gh-133009: fix UAF in `xml.etree.ElementTree.Element.__deepcopy__` (GH-133010) (#133806) by Miss Islington (bot) · 7 months ago
  57. 973e2d3 [3.13] gh-122559: Synchronize C and Python implementation of the io module about pickling (GH-122628) (GH-133381) by Serhiy Storchaka · 7 months ago
  58. 3c9d177 [3.13] bpo-44172: Keep reference to original window in curses subwindow objects (GH-26226) (GH-133370) by Serhiy Storchaka · 7 months ago
  59. e75f528 [3.13] gh-133290: Use PyObject_SetAttr to set _type_ (GH-133292) (GH-133295) by Miss Islington (bot) · 7 months ago
  60. 3ff35ba [3.13] gh-132527: Added missing `w` typecode to array() error message (GH-132529) (#132938) by Miss Islington (bot) · 8 months ago
  61. 3c29fb2 [3.13] gh-132753: Argument Clinic: Fix support of c_default for the bool converter (GH-132754) (GH-132766) by Serhiy Storchaka · 8 months ago
  62. 47c8df6 [3.13] gh-132673: Fix a crash with zero-alignment in `ctypes.Structure` (#132695) by Peter Bierma · 8 months ago
  63. 83cb89b [3.13] gh-129719: Restore missing `socket.CAN_RAW_ERR_FILTER` on Linux (GH-129721) (#132702) by Miss Islington (bot) · 8 months ago
  64. b787282 [3.13] gh-132674: fix `_hashopenssl.c` compiler warnings on free-threaded build (GH-132675) (#132677) by Miss Islington (bot) · 8 months ago
  65. ff3f658 [3.13] gh-130052: Fix search_map_for_section() error handling (GH-132594) (#132598) by Miss Islington (bot) · 8 months ago
  66. d321b6e [3.13] gh-132099: Harmonize Bluetooth address handling (GH-132486) (GH-132497) by Serhiy Storchaka · 8 months ago
  67. 5be7505 [3.13] gh-132429: Fix support of Bluetooth sockets on NetBSD and DragonFly BSD (GH-132431) (GH-132458) by Serhiy Storchaka · 8 months ago
  68. 0aabe44 [3.13] GH-132417: ctypes: Fix potential `Py_DECREF(NULL)` when handling functions returning `PyObject *` (GH-132418) (#132425) by Miss Islington (bot) · 8 months ago
  69. 88c1ca9 [3.13] gh-131127: Minimal build support on systems using LibreSSL (GH-131128) (GH-132392) by Miss Islington (bot) · 8 months ago
  70. 10fe658 [3.13] gh-132250: Clear error in lsprof callback when method descriptor raises an excep… (GH-132251) (#132281) by Miss Islington (bot) · 8 months ago
  71. ed28f2f [3.13] gh-132174: Fix function name in error message of `_interpreters.run_string` (GH-132175) (#132209) by Miss Islington (bot) · 8 months ago
  72. ac9d7c6 [3.13] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192) (#132236) by Miss Islington (bot) · 8 months ago
  73. 6afab81 [3.13] gh-132171: Fix `_interpreters.run_string` crash on string subclass (GH-132173) (#132219) by Miss Islington (bot) · 8 months ago
  74. 71b5375 [3.13] gh-122040: reword `Modules/xxmodule.c` module-level comment (GH-132201) (#132207) by Miss Islington (bot) · 8 months ago
  75. 0c0ffbe [3.13] gh-132075: Fix possible use of sockaddr structures with uninitialized members (GH-132076) (GH-132086) by Miss Islington (bot) · 8 months ago
  76. c318a03 [3.13] gh-111178: Fix getsockaddrarg() undefined behavior (#131668) (#131977) by Victor Stinner · 9 months ago
  77. d52371c [3.13] gh-131936: Strengthen check in `_suggestions._generate_suggestions` (GH-131945) (#131949) by Miss Islington (bot) · 9 months ago
  78. b41c8cc [3.13] gh-126033: fix UAF in `xml.etree.ElementTree.Element.remove` when concurrent mutations happen (GH-126124) (#131929) by Miss Islington (bot) · 9 months ago
  79. 588bb6d [3.13] gh-126037: fix UAF in `xml.etree.ElementTree.Element.find*` when current mutations happen (#127964) (#131931) by Bénédikt Tran · 9 months ago
  80. de8bc17 gh-131423: Update to OpenSSL 3.0.16. (GH-131839) by Steve Dower · 9 months ago
  81. 91ae330 [3.13] gh-129900: Fix `SystemExit` return codes when the REPL is started from the command line (GH-129901) (#131734) by Miss Islington (bot) · 9 months ago
  82. 4af3d0e [3.13] gh-131418: remove unused legacy typedefs in `{md5,sha1}module.c` (GH-131420) (#131620) by Miss Islington (bot) · 9 months ago
  83. 170abd2 [3.13] gh-127667: refactor and improve `_hashopenssl.c` error branches (#131145) (#131347) by Bénédikt Tran · 9 months ago
  84. e8e6e30 [3.13] gh-118201: Simplify conv_confname (#126089) (#131375) by Malcolm Smith · 9 months ago
  85. 6af54d2 [3.13] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) by Petr Viktorin · 9 months ago
  86. 5646f6f [3.13] gh-130382: add missing `_PyReftracerTrack` to ceval `Py_DECREF` (GH-130689) (#131195) by Sam Gross · 9 months ago
  87. f9d19a3 [3.13] gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (GH-131044) (#131084) by Miss Islington (bot) · 9 months ago
  88. 6321e1a [3.13] gh-130824: Add tests for `NULL` in `PyLong_*AndOverflow` functions (GH-130828) (GH-130869) by Miss Islington (bot) · 9 months ago
  89. 00cf2a6 [3.13] gh-130740: Move some `stdbool.h` includes after `Python.h` (#130738) (#130756) by Bénédikt Tran · 9 months ago
  90. 9643ce9 [3.13] gh-127667: fix memory leaks in `hashlib` (GH-127668) (#130784) by Bénédikt Tran · 9 months ago
  91. bafad85 [3.13] gh-130617 : fix time_clockid_converter on DragonFlyBSD (GH-130634) (#130666) by Miss Islington (bot) · 10 months ago
  92. 2ab7e11 [3.13] gh-130163: Fix a leak in _pickle.c after backporting (GH-130568) by Serhiy Storchaka · 10 months ago
  93. 7c1b76f [3.13] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-130556) by Serhiy Storchaka · 10 months ago
  94. d71b167 [3.13] gh-129405: Fix doc for Py_mod_multiple_interpreters default, and add test (GH-129406) (GH-130507) by Miss Islington (bot) · 10 months ago
  95. 86dab0e [3.13] gh-130151: Fix reference leaks in `_hashlib.hmac_{new,digest}` (GH-130152) (#130491) by Miss Islington (bot) · 10 months ago
  96. 6cd2f35 [3.13] gh-129838: Don't redefine _Py_NO_SANITIZE_UNDEFINED (GH-129839) (#130366) by Miss Islington (bot) · 10 months ago
  97. 5d83b6c [3.13] gh-130230: Fix crash in pow() with only Decimal third argument (GH-130237) (GH-130246) by Miss Islington (bot) · 10 months ago
  98. 2fcad2a [3.13] gh-130179: Fix `persistent_{id,load}_attr` reference leaks in `_pickle` (GH-130180) (#130190) by Miss Islington (bot) · 10 months ago
  99. 4cb251d [3.13] gh-129983: fix data race in compile_template in sre.c (#130038) by Kumar Aditya · 10 months ago
  100. d6daeee [3.13] gh-129603: Don't segfault if sqlite3.Row description is None (#129604) (#129923) by Erlend E. Aasland · 10 months ago