1. 5bb95e9 Upgrade Python to 3.9.1 by Haibo Huang · 3 years, 9 months ago
  2. ae48dd4 Add GCC pragmas to silence compiler warning about ffi_prep_closure (GH-23327) (GH-23590) by Miss Islington (bot) · 3 years, 10 months ago
  3. e8b1c03 [3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295) by Ronald Oussoren · 3 years, 10 months ago
  4. c1bbca5 bpo-40791: Make compare_digest more constant-time. (GH-20444) by Miss Islington (bot) · 3 years, 10 months ago
  5. 05a5d69 bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347) by Victor Stinner · 3 years, 11 months ago
  6. 7ae19ef bpo-42237: Fix os.sendfile() on illumos (GH-23154) by Miss Islington (bot) · 3 years, 11 months ago
  7. 72bb4c6 bpo-35455: Fix thread_time for Solaris OS (GH-11118) (GH-23130) by Miss Skeleton (bot) · 3 years, 11 months ago
  8. c12afa9 [3.9] bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid overflow (GH-22966) (GH-22980) by Miss Skeleton (bot) · 4 years ago
  9. 83c86cf bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959) by Miss Skeleton (bot) · 4 years ago
  10. 0aaecb3 [3.9] bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870). (GH-22963) by Serhiy Storchaka · 4 years ago
  11. c17ff5c bpo-38324: Fix test__locale.py Windows failures (GH-20529) by Miss Skeleton (bot) · 4 years ago
  12. 05d52a0 bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394) by Miss Skeleton (bot) · 4 years ago
  13. d197b2b bpo-41984: GC track all user classes (GH-22701/GH-22702) by Miss Skeleton (bot) · 4 years ago
  14. afe8606 bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660) by Miss Skeleton (bot) · 4 years ago
  15. 8ca0831 [3.9] bpo-41867: List options for timespec in docstrings of isoformat methods (GH-22418) by Miss Skeleton (bot) · 4 years ago
  16. ca8d46d [3.9] bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (GH-21956) (#22397) by Łukasz Langa · 4 years ago
  17. 4ee30c4 bpo-41815: SQLite: segfault if backup called on closed database (GH-22322) by Miss Islington (bot) · 4 years ago
  18. f76a388 bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998) by Miss Islington (bot) · 4 years ago
  19. 6a39888 bpo-41687: Fix error handling in Solaris sendfile implementation (GH-22128) by Miss Islington (bot) · 4 years ago
  20. 7e356f1 [3.9] bpo-41687: Fix sendfile implementation to work with Solaris (GH-22040) (GH-22273) by Łukasz Langa · 4 years ago
  21. 242eac1 On path with known exact float, extract the double with the fast macro. (GH-21072) by Miss Islington (bot) · 4 years, 1 month ago
  22. e3cafeb bpo-41568: Fix refleaks in zoneinfo subclasses (GH-21907) by Miss Islington (bot) · 4 years, 1 month ago
  23. 1864eac bpo-40878: xlc cannot handle C99 extern inline. (GH-21891) by Miss Islington (bot) · 4 years, 1 month ago
  24. fc8ffe2 bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError when peer closes connection during TLS negotiation (GH-18772) by Miss Islington (bot) · 4 years, 1 month ago
  25. 33d3c64 bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965) (GH-21876) by Miss Islington (bot) · 4 years, 2 months ago
  26. f6ed9b4 Upgrade python/cpython3 to v3.8.5 by Haibo Huang · 4 years, 2 months ago
  27. add7cfc bpo-41336: Fix the error handling in zoneinfo_new_instance() (GH-21546) by Miss Islington (bot) · 4 years, 2 months ago
  28. 248ce7a Merge "Fix build for macOS 11 SDK" by Dan Willemsen · 4 years, 2 months ago
  29. 16eea45 [3.8] bpo-41302: Support system libmpdec 2.5 for Python 3.8 (GH-21488) by Felix Yan · 4 years, 3 months ago
  30. 4a02da4 bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call (GH-19686) by Miss Islington (bot) · 4 years, 3 months ago
  31. f8055fb bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call (GH-19686) by Miss Islington (bot) · 4 years, 3 months ago
  32. 9080e1e Fix -Wstring-prototypes warnings in _zoneinfo.c. (GH-21478) by Miss Islington (bot) · 4 years, 3 months ago
  33. 8ca63f9 bpo-41302: Fix build with system libmpdec (GH-21481) by Miss Islington (bot) · 4 years, 3 months ago
  34. 7af5883 Fix build for macOS 11 SDK by Dan Willemsen · 4 years, 3 months ago
  35. f1ffc6e Upgrade python/cpython3 to v3.8.4 by Haibo Huang · 4 years, 3 months ago
  36. 57c984f bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) by Miss Islington (bot) · 4 years, 3 months ago
  37. f56c75e bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) by Miss Islington (bot) · 4 years, 3 months ago
  38. 0b6169e bpo-41247: asyncio.set_running_loop() cache running loop holder (#21406) by Tony Solomonik · 4 years, 3 months ago
  39. 90584c0 bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-21407) by Miss Islington (bot) · 4 years, 3 months ago
  40. 54babbe bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-21407) by Miss Islington (bot) · 4 years, 3 months ago
  41. fbd71f6 bpo-41247: asyncio.set_running_loop() cache running loop holder (GH-21401) by Miss Islington (bot) · 4 years, 3 months ago
  42. 1d1c574 closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-21385) by Miss Islington (bot) · 4 years, 3 months ago
  43. c8b599f closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-21385) by Miss Islington (bot) · 4 years, 3 months ago
  44. aa7f775 bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) (GH-21352) by Miss Islington (bot) · 4 years, 3 months ago
  45. 4981fe3 bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) by Miss Islington (bot) · 4 years, 3 months ago
  46. 8912c18 bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092) (GH-21339) by scoder · 4 years, 3 months ago
  47. 9c38408 Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318) by Miss Islington (bot) · 4 years, 3 months ago
  48. bfec674 bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092) by Miss Islington (bot) · 4 years, 3 months ago
  49. df59293 bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874) by Miss Islington (bot) · 4 years, 3 months ago
  50. 119de0e bpo-40874 Update the required libmpdec version for the decimal module (GH-21202) by Miss Islington (bot) · 4 years, 3 months ago
  51. e653369 [3.8] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21023) by Guido van Rossum · 4 years, 3 months ago
  52. 2a1ee1d [3.9] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21022) by Guido van Rossum · 4 years, 3 months ago
  53. 9191eac Remove dead code from tracemalloc (GH-21029) by Miss Islington (bot) · 4 years, 3 months ago
  54. f925407 [3.9] bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035). (GH-21156) by Serhiy Storchaka · 4 years, 3 months ago
  55. 29aa808 bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119) by Miss Islington (bot) · 4 years, 3 months ago
  56. 1dda40c bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119) by Miss Islington (bot) · 4 years, 3 months ago
  57. 1813d31 bpo-41094: Fix decoding errors with audit when open files. (GH-21095) by Miss Islington (bot) · 4 years, 3 months ago
  58. 7329c8c bpo-41094: Fix decoding errors with audit when open files. (GH-21095) by Miss Islington (bot) · 4 years, 3 months ago
  59. 6c56356 [3.9] bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007) by Paul Ganssle · 4 years, 3 months ago
  60. 48fc35a [3.9] bpo-31938: Fix default-value signatures of several functions in the select module (GH-21066) (GH-21097) by Anthony Sottile · 4 years, 3 months ago
  61. 60cbdc8 [3.8] bpo-31938: Fix default-value signatures of several functions in the select module (GH-21066) (GH-21098) by Anthony Sottile · 4 years, 3 months ago
  62. 92f8b48 bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071) by Miss Islington (bot) · 4 years, 3 months ago
  63. c6e24e7 bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071) by Miss Islington (bot) · 4 years, 3 months ago
  64. 5606d55 bpo-26407: Do not mask errors in csv. (GH-20536) by Miss Islington (bot) · 4 years, 3 months ago
  65. f19ed6b bpo-41061: Fix incorrect expressions in hashtable (GH-21028) by Miss Islington (bot) · 4 years, 3 months ago
  66. fbf94af bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009) by Miss Islington (bot) · 4 years, 3 months ago
  67. 10bf6e4 bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009) by Miss Islington (bot) · 4 years, 3 months ago
  68. 814b07b [3.9] bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002). (GH-21030) by Dong-hee Na · 4 years, 3 months ago
  69. 610a60c bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878) by Inada Naoki · 4 years, 3 months ago
  70. b498c7f bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889) by Miss Islington (bot) · 4 years, 4 months ago
  71. ee3f7fe bpo-40955: Fix memory leak in subprocess module (GH-20825) by Miss Islington (bot) · 4 years, 4 months ago
  72. dc40105 bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) (GH-20813) by Victor Stinner · 4 years, 4 months ago
  73. 0f5a28f [3.8] Revert bpo-39576: Prevent memory error for overly optimistic precisions (GH-20747) by Stefan Krah · 4 years, 4 months ago
  74. 3dc4428 Add multicore support to deccheck.py. (GH-20731) by Miss Islington (bot) · 4 years, 4 months ago
  75. 8175064 bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) (GH-20725) by Victor Stinner · 4 years, 4 months ago
  76. 1d711f2 bpo-40724: Fix return type of test helper function heapctypewithbuffer_releasebuffer() (GH-20685) (GH-20690) by Miss Islington (bot) · 4 years, 4 months ago
  77. 1e4fa91 bpo-40724: Support setting buffer slots from type specs (GH-20648) (GH-20683) by Miss Islington (bot) · 4 years, 4 months ago
  78. 18f1226 Refactor scripts in Tools/peg_generator/scripts (GH-20401) by Miss Islington (bot) · 4 years, 4 months ago
  79. 83bff88 bpo-40874: Update to libmpdec-2.5.0 (GH-20652) by Miss Islington (bot) · 4 years, 4 months ago
  80. e4e5ec1 bpo-40865: Remove unused insint() macro from hash modules (GH-20627) by Miss Islington (bot) · 4 years, 4 months ago
  81. 6d62dc1 [3.9] bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) (GH-20618) by Victor Stinner · 4 years, 4 months ago
  82. 6f7346b [3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613) (GH-20616) by Victor Stinner · 4 years, 4 months ago
  83. 5d2396c [3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613) by Victor Stinner · 4 years, 4 months ago
  84. 3c7609a [3.9] bpo-40630: Add tracemalloc.reset_peak (GH-20102) (GH-20545) by Huon Wilson · 4 years, 4 months ago
  85. 24a88b0 bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397) by Miss Islington (bot) · 4 years, 4 months ago
  86. 9c0ff17 bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397) by Miss Islington (bot) · 4 years, 4 months ago
  87. eceee54 [3.9] bpo-40777: Initialize PyDateTime_IsoCalendarDateType.tp_base at run-time (GH-20493) (GH-20495) by Miss Islington (bot) · 4 years, 4 months ago
  88. bcbe5c5 bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264) by Miss Islington (bot) · 4 years, 4 months ago
  89. 8183e11 [3.9] bpo-40791: Use CRYPTO_memcmp() for compare_digest (GH-20456) (GH-20461) by Christian Heimes · 4 years, 4 months ago
  90. 9e3c583 bpo-40795: ctypes calls unraisablehook with an exception (GH-20452) by Miss Islington (bot) · 4 years, 4 months ago
  91. 45ce0db bpo-40795: ctypes calls unraisablehook with an exception (GH-20452) by Miss Islington (bot) · 4 years, 4 months ago
  92. be240b8 Fix compiler warnings in _zoneinfo.c (GH-20342) by Miss Islington (bot) · 4 years, 4 months ago
  93. a285af7 bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914) by Miss Islington (bot) · 4 years, 4 months ago
  94. 788d7bf bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914) by Miss Islington (bot) · 4 years, 4 months ago
  95. 500cd89e bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832) by Miss Islington (bot) · 4 years, 4 months ago
  96. e3e800f [3.8] bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832) by Tal Einat · 4 years, 4 months ago
  97. 7df9c41 bpo-40737: Fix possible reference leak for sqlite3 initialization (GH-20323) by Miss Islington (bot) · 4 years, 4 months ago
  98. 5ff5edf [3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (GH-20419) by Zackery Spytz · 4 years, 4 months ago
  99. 5221a10 bpo-35714: Reject null characters in struct format strings (GH-16928) by Miss Islington (bot) · 4 years, 4 months ago
  100. 3c6c86a bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235) by Miss Islington (bot) · 4 years, 4 months ago