1. 78ebc73 Avoid UB in test selection macro. (#3407) by Devin Jeanpierre · 7 years ago
  2. d01db1c bpo-31358: Pull zlib out of the repository (GH-3375) by Zachary Ware · 7 years ago
  3. effc12f bpo-27584: New addition of vSockets to the python socket module (#2489) by caavery · 7 years ago
  4. c5bace2 bpo-29505: Add fuzz tests for float(str), int(str), unicode(str) (#2878) by Devin Jeanpierre · 7 years ago
  5. 6877111 bpo-29781: Fix SSLObject.version before handshake (#3364) by Christian Heimes · 7 years ago
  6. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 7 years ago
  7. 76d5abc bpo-30860: Consolidate stateful runtime globals. (#2594) by Eric Snow · 7 years ago
  8. af46eb8 _pickle: Fix whichmodule() (#3358) by Victor Stinner · 7 years ago
  9. 75b9618 bpo-31343: Include sys/sysmacros.h (#3318) by Christian Heimes · 7 years ago
  10. c941e62 bpo-30102: Call OPENSSL_add_all_algorithms_noconf (#3112) by Christian Heimes · 7 years ago
  11. db56423 Revert "bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#1908)" (#3337) by Neil Schemenauer · 7 years ago
  12. e38d12e bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#1908) by Neil Schemenauer · 7 years ago
  13. 759e30e bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) by Victor Stinner · 7 years ago
  14. 86b7afd bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638) by Eric Snow · 7 years ago
  15. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
  16. e1b0287 Code clean-up. Remove unnecessary pre-increment before the loop starts. (#3312) by Raymond Hettinger · 7 years ago
  17. af64aff Regen Moduls/clinic/_ssl.c.h (GH-3320) by Zachary Ware · 7 years ago
  18. e503ca5 bpo-30502: Fix handling of long oids in ssl. (#2909) by Serhiy Storchaka · 7 years ago
  19. b2d096b bpo-30622: Change NPN detection: (#2079) by Melvyn Sopacua · 7 years ago
  20. 1c1f8f3 Add missing _sha3 module to Setup.dist (#2395) by Segev Finer · 7 years ago
  21. bca4939 bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076) by Serhiy Storchaka · 7 years ago
  22. c67bae0 bpo-30581: Windows: os.cpu_count() returns wrong number of processors (#2934) by Christopher Wilcox · 7 years ago
  23. 631fdee bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data() (#3226) by Oren Milman · 7 years ago
  24. ba7d736 bpo-31243: Fixed PyArg_ParseTuple failure checks. (#3171) by Oren Milman · 7 years ago
  25. 07f1658 bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (#31) by Pauli Virtanen · 7 years ago
  26. a30f6d4 bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956) by Pier-Yves Lessard · 7 years ago
  27. a5b4ea1 bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (#3201) by Oren Milman · 7 years ago
  28. 138753c bpo-31275: Small refactoring to silence a fall-through warning. (#3206) by Stefan Krah · 7 years ago
  29. 13614e3 bpo-28261: fix err msgs where PyArg_ParseTuple is used to parse normal tuples (leftovers) (#3198) by Oren Milman · 7 years ago
  30. a6296d3 bpo-31095: fix potential crash during GC (GH-2974) by INADA Naoki · 7 years ago
  31. f432a32 bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157) by Stefan Krah · 7 years ago
  32. 1d1d3e9 bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tuples. (#3119) by Oren Milman · 7 years ago
  33. 93d0cb5 bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) by Victor Stinner · 7 years ago
  34. d73a960 bpo-30923: Disable warning that has been part of -Wextra since gcc-7.0. (#3142) by Stefan Krah · 7 years ago
  35. 02f3b7d bpo-31109: Convert zipimport to use Argument Clinic (GH-2990) by Yaron de Leeuw · 7 years ago
  36. 7c17e23 bpo-24700: Add a fast path for comparing array.array of equal type (#3009) by Adrian Wielgosik · 7 years ago
  37. d83c23b fix grammr in error messages in overlapped.c (GH-3095) by Oren Milman · 7 years ago
  38. d4b93e2 bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (#3000) (#3000) by Коренберг Марк · 7 years ago
  39. 7b7c6dc bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) by Victor Stinner · 7 years ago
  40. 49b2734 Spelling fixes (#2902) by Ville Skyttä · 7 years ago
  41. de34cbe bpo-31061: fix crash in asyncio speedup module (GH-2966) by Alexander Mohr · 7 years ago
  42. 018d353 Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896) by Alexander Belopolsky · 7 years ago
  43. 5cff637 bpo-9566: Fixed _ssl module warnings (#2495) by Segev Finer · 7 years ago
  44. 679b566 bpo-9566: Fix some Windows x64 compiler warnings (#2492) by Segev Finer · 7 years ago
  45. cc5a65c bpo-30302 Make timedelta.__repr__ more informative. (#1493) by Utkarsh Upadhyay · 7 years ago
  46. 3924377 bpo-31018: Switch to #pragma pack from __declspec(align) (#2848) by Segev Finer · 7 years ago
  47. 4ed5ad7 bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) by Xiang Zhang · 7 years ago
  48. f474c5a bpo-30946: Remove obsolete fallback code in readline module (#2738) by Antoine Pitrou · 7 years ago
  49. 2c8a5e4 bpo-30808: Use _Py_atomic API for concurrency-sensitive signal state (#2417) by Antoine Pitrou · 7 years ago
  50. 68d663c [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) by Steve Dower · 7 years ago
  51. 49f6449 bpo-30936: Fix a reference leak in json when fail to sort keys. (#2712) by Serhiy Storchaka · 7 years ago
  52. 541bd28 bpo-30911: Fix a crash in json on platforms with unsigned char (#2684) by Segev Finer · 7 years ago
  53. f523255 Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2670) by Segev Finer · 7 years ago
  54. 1180e5a bpo-30879: os.listdir() and os.scandir() now emit bytes names when (#2634) by Serhiy Storchaka · 7 years ago
  55. b136f11 bpo-30892: Fix _elementtree module initialization (#2647) by Victor Stinner · 7 years ago
  56. 64fa449 bpo-30866: Add _testcapi.stack_pointer() (#2601) by Victor Stinner · 7 years ago
  57. 7e60192 Remove _PyArg_NoStackKeywords(). (#2641) by Serhiy Storchaka · 7 years ago
  58. 1881bef bpo-29854: test_readline logs versions (#2619) by Victor Stinner · 7 years ago
  59. fae8f4a bpo-29854: Fix segfault in call_readline() (GH-728) by Nir Soffer · 7 years ago
  60. 833a3b0 bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback() (#2569) by Yury Selivanov · 7 years ago
  61. 67e1478 bpo-30319: socket.close() now ignores ECONNRESET (#2565) by Victor Stinner · 7 years ago
  62. 6969eaf bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) by Serhiy Storchaka · 7 years ago
  63. 85f6430 bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406) by xdegaye · 7 years ago
  64. 729780a bpo-30807: signal.setitimer() may disable the timer by mistake (#2493) by Antoine Pitrou · 7 years ago
  65. c08177a bpo-30703: Improve signal delivery (#2415) by Antoine Pitrou · 7 years ago
  66. 9f3bdcb bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318) by Segev Finer · 7 years ago
  67. ccdc09e Fix compiler warnings on Windows introduced in bpo-13617. (#2464) by Serhiy Storchaka · 7 years ago
  68. f7eae0a [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) by Serhiy Storchaka · 7 years ago
  69. e613e6a bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285) by Serhiy Storchaka · 7 years ago
  70. a7874c7 bpo-30769: Fix reference leak introduced in 77703942c59 (#2416) by Eric N. Vander Weele · 7 years ago
  71. 7770394 bpo-30746: Prohibited the '=' character in environment variable names (#2382) by Serhiy Storchaka · 7 years ago
  72. 0ee32c1 bpo-30745: Fix compiler warnings introduced in bpo-30730. (#2376) by Serhiy Storchaka · 7 years ago
  73. 8f52588 bpo-30726: expat: Fix compiler warnings on Windows 64-bit (#2368) by Victor Stinner · 7 years ago
  74. d174d24 bpo-30730: Prevent environment variables injection in subprocess on Windows. (#2325) by Serhiy Storchaka · 7 years ago
  75. f87b85f bpo-21071: struct.Struct.format type is now str (#845) by Victor Stinner · 7 years ago
  76. c8d6ab2 bpo-30602: Fix lastarg in os.spawnve() (#2287) by Victor Stinner · 7 years ago
  77. 279a962 bpo-30736: upgrade to Unicode 10.0 (#2344) by Benjamin Peterson · 7 years ago
  78. 5ff7132 bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) by Victor Stinner · 7 years ago
  79. 5ea4c06 bpo-30054: Expose tracemalloc C API (#1236) by Victor Stinner · 7 years ago
  80. eb81795 bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260) by Nick Coghlan · 7 years ago
  81. 116dd5e bpo-30176: Add missing curses cell attributes constants (GH-1302) by Xiang Zhang · 7 years ago
  82. 96c7c06 bpo-20627: Fix error message when keyword arguments are used (#2115) by Sylvain · 7 years ago
  83. 8acb4cf bpo-30602: Fix refleak in os.spawnv() (#2212) by Victor Stinner · 7 years ago
  84. 23ec4b5 bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) by Victor Stinner · 7 years ago
  85. 526b226 bpo-30602: Fix refleak in os.spawnve() (#2184) by Victor Stinner · 7 years ago
  86. 0d32218 bpo-30650: Fixed a syntax error: missed right parentheses (#2154) by messi Liao · 7 years ago
  87. 81f67b6 bpo-30636: Fix the indentation for the help (#2131) by Stéphane Wirtel · 7 years ago
  88. 7d1017d bpo-30636: Add PYTHONCOERCECLOCALE to the help of the command line (GH-2125) by Stéphane Wirtel · 7 years ago
  89. 3fd54d4 bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (#2034) by Serhiy Storchaka · 7 years ago
  90. 7ce1c6f bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050) by Yury Selivanov · 7 years ago
  91. 6b6e687 bpo-27425: Be more explicit in .gitattributes (GH-840) by Zachary Ware · 7 years ago
  92. 5f31d5c Regenerate Argument Clinic code for bpo-19180. (#2073) by Serhiy Storchaka · 7 years ago
  93. 7445381 bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) by Sylvain · 7 years ago
  94. 3b5cf85 bpo-30524: Write unit tests for FASTCALL (#2022) by Victor Stinner · 7 years ago
  95. 63c2c8a bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148) by Chandan Kumar · 7 years ago
  96. 29adc13 bpo-30601: Fix a refleak in WindowsConsoleIO (#2003) by Victor Stinner · 7 years ago
  97. 6cca5c8 bpo-30592: Fixed error messages for some builtins. (#1996) by Serhiy Storchaka · 7 years ago
  98. 65ece7c bpo-30594: Fixed refcounting in newPySSLSocket (#1992) by Nathaniel J. Smith · 7 years ago
  99. 0ecdc52 bpo-30537: use PyNumber in itertools.islice instead of PyLong (#1918) by Will Roberts · 7 years ago
  100. 9ba3aa4 bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559) by Erik Bray · 7 years ago