1. 07244a8 bpo-9146: Raise a ValueError if OpenSSL fails to init a hash func. (#1777) by Gregory P. Smith · 7 years ago
  2. c7ec998 bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729) by Eric Snow · 7 years ago
  3. 1abcf67 bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772) by Eric Snow · 7 years ago
  4. 66dc33b bpo-29334: Fix ssl.getpeercert for auto-handshake (#1769) by Christian Heimes · 7 years ago
  5. e0918ec bpo-22257: Fix CLI by using int instead of char (compares to EOF). (#1765) by Eric Snow · 7 years ago
  6. 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 7 years ago
  7. 89a5e03 bpo-30003: Fix handling escape characters in HZ codec (#1556) by Xiang Zhang · 7 years ago
  8. 50e8603 bpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type conversions (GH-1666). by xdegaye · 7 years ago
  9. ab4413a bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081) by Nathaniel J. Smith · 7 years ago
  10. 4ae0149 bpo-30038: fix race condition in signal delivery + wakeup fd (#1082) by Nathaniel J. Smith · 7 years ago
  11. 981096f bpo-30242: resolve some undefined behaviours in struct (#1418) by Xiang Zhang · 7 years ago
  12. 96f5028 bpo-30224: remove outdated checks in struct (#1374) by Xiang Zhang · 7 years ago
  13. 991adca bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1097) by INADA Naoki · 7 years ago
  14. 6d336a0 bpo-30285: Optimize case-insensitive matching and searching (#1482) by Serhiy Storchaka · 7 years ago
  15. 9da408d bpo-29990: Fix range checking in GB18030 decoder (#1495) by Xiang Zhang · 7 years ago
  16. 7186cc2 bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode_tolower(). (#1468) by Serhiy Storchaka · 7 years ago
  17. 76a3e51 bpo-30243: Fixed the possibility of a crash in _json. (#1420) by Serhiy Storchaka · 7 years ago
  18. 898ff03 bpo-30215: Make re.compile() locale agnostic. (#1361) by Serhiy Storchaka · 7 years ago
  19. 5f161fd bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (#1316) by Serhiy Storchaka · 7 years ago
  20. 13f1f42 bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326) by Xiang Zhang · 7 years ago
  21. 495b502 bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370) by Antoine Pitrou · 7 years ago
  22. 9997073 bpo-30228: FileIO seek() and tell() set seekable (#1384) by Victor Stinner · 7 years ago
  23. 1374dbb restore *data* parameter of binascii.b2a_base64 to positional-only (#1352) by Xiang Zhang · 7 years ago
  24. ab7886b bpo-30101: Add support for curses.A_ITALIC. (#1015) by Eijebong · 7 years ago
  25. 6e67695 timemodule.c: Cast PyUnicode_AsUTF8() to char* (#1294) by Victor Stinner · 7 years ago
  26. 0d659e5 tmtotuple(): use time_t for gmtoff (#1276) by Victor Stinner · 7 years ago
  27. 9616a82 bpo-29960 _random.Random corrupted on exception in setstate(). (#1019) by bladebryan · 8 years ago
  28. 46c2b81 bpo-30125: Fix faulthandler.disable() on Windows (#1240) by Victor Stinner · 8 years ago
  29. 791dc83 remove configure test for inline keyword (#1231) by Benjamin Peterson · 8 years ago
  30. 40db90c bpo-29802: Fix reference counting in module-level struct functions (#1213) by Serhiy Storchaka · 8 years ago
  31. 8f5cdfa Only define get_zone() and get_gmtoff() if needed (#1193) by Victor Stinner · 8 years ago
  32. 66bffd1 bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110) by Serhiy Storchaka · 8 years ago
  33. a79f4c2 bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (#1131) by Serhiy Storchaka · 8 years ago
  34. bf623ae bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) by Serhiy Storchaka · 8 years ago
  35. 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 8 years ago
  36. fdbd011 bpo-10076: Compiled regular expression and match objects now are copyable. (#1000) by Serhiy Storchaka · 8 years ago
  37. cd85d0b bpo-28765: Use concrete types API in _sre.c. (#1009) by Serhiy Storchaka · 8 years ago
  38. 026435c bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1130) by Xiang Zhang · 8 years ago
  39. 2849cc3 bpo-29738: Fix memory leak in _get_crl_dp (GH-526) by Olivier Vielpeau · 8 years ago
  40. 2c134c3 convert from long long to PyLong loselessly (#1106) by Benjamin Peterson · 8 years ago
  41. b879fe8 Expand the PySlice_GetIndicesEx macro. (#1023) by Serhiy Storchaka · 8 years ago
  42. a0ce375 bpo-29962: add math.remainder (#950) by Mark Dickinson · 8 years ago
  43. f78b119 bpo-29649: Improve struct.pack_into() boundary error messages (#424) by Andrew Nester · 8 years ago
  44. 8614b59 Correct typo (#976) by Angus Hollands · 8 years ago
  45. 314d6fc bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927) by Serhiy Storchaka · 8 years ago
  46. 164d30e suppress compiler warnings in _ctypes_test (#902) by Benjamin Peterson · 8 years ago
  47. 7a26464 bpo-29946: Fix "sqrtpi defined but not used" (#908) by Louie Lu · 8 years ago
  48. 5466d4a bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#889) by T. Wouters · 8 years ago
  49. d4edfc9 bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) by Serhiy Storchaka · 8 years ago
  50. 762ec97 bpo-29204: Emit warnings for already deprecated ElementTree features. (#773) by Serhiy Storchaka · 8 years ago
  51. 576def0 bpo-27863: Fixed multiple crashes in ElementTree. (#765) by Serhiy Storchaka · 8 years ago
  52. 762bf40 bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716) by Serhiy Storchaka · 8 years ago
  53. ea720fe bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502) by Serhiy Storchaka · 8 years ago
  54. ba85d69 bpo-29878: Add global instances of int for 0 and 1. (#852) by Serhiy Storchaka · 8 years ago
  55. a90e64b bpo-29932: Fix small error message typos in arraymodule.c (GH-888) by Sylvain · 8 years ago
  56. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 8 years ago
  57. 3c749fc Simplify partial.__new__. (#813) by Serhiy Storchaka · 8 years ago
  58. 20fbf8a faulthandler: Restore the old sigaltstack during teardown (#777) by Christophe Zeitouny · 8 years ago
  59. 0b3ec19 Use NULL rather than 0. (#778) by Serhiy Storchaka · 8 years ago
  60. aefa7eb bpo-6532: Make the thread id an unsigned integer. (#781) by Serhiy Storchaka · 8 years ago
  61. 1e2147b bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477) by Nathaniel J. Smith · 8 years ago
  62. fff9a31 bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748) by Serhiy Storchaka · 8 years ago
  63. a5af6e1 bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514) by Serhiy Storchaka · 8 years ago
  64. 6c3d527 bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords are not strings (#649) by Michael Seifert · 8 years ago
  65. 0f7b0b3 bpo-29735: Optimize partial_call(): avoid tuple (#516) by Victor Stinner · 8 years ago
  66. 0042510 bpo-29730: replace some calls to PyNumber_Check and improve some error messages (#650) by Oren Milman · 8 years ago
  67. 783d0c1 bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#501) by Serhiy Storchaka · 8 years ago
  68. 4125e5c bpo-26121: Revert to using the own implementations of lgamma and gamma on all platforms. (#637) by Serhiy Storchaka · 8 years ago
  69. 1989763 bpo-20185: Convert the resource moduel to Argument Clinic. (#545) by Serhiy Storchaka · 8 years ago
  70. d2977a3 bpo-29723: Consistently configure sys.path[0] (#575) by Nick Coghlan · 8 years ago
  71. 8999cae bpo-15695: Implemented StgDict.__sizeof__(). (#509) by Serhiy Storchaka · 8 years ago
  72. 202fda5 bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) by Serhiy Storchaka · 8 years ago
  73. 97553fd bpo-26121: Use C library implementation for math functions: (#515) by Serhiy Storchaka · 8 years ago
  74. 0710d75 bpo-29770: remove outdated PYO related info (GH-590) by Xiang Zhang · 8 years ago
  75. 7400254 bpo-29741: Clean up C implementations of BytesIO and StringIO. (#606) by orenmn · 8 years ago
  76. 0f6d733 bpo-29619: Convert st_ino using unsigned integer (#557) by Victor Stinner · 8 years ago
  77. 964281a bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements (#570) by orenmn · 8 years ago
  78. 22e707f bpo-29768: Fixed compile-time check for expat version. (#574) by Serhiy Storchaka · 8 years ago
  79. ad4a0cc allow the first call to wcsxfrm to return ERANGE (#536) by Benjamin Peterson · 8 years ago
  80. be487a6 bpo-15954: Check return code of wcsxfrm(). (#508) by Serhiy Storchaka · 8 years ago
  81. 5c4b0d0 bpo-27593: Get SCM build info from git instead of hg. (#446) by Ned Deily · 8 years ago
  82. 86a6705 bpo-9303: Migrate sqlite3 module to _v2 API to enhance performance (#359) by Aviv Palivoda · 8 years ago
  83. 84af903 bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/C (#408) by Yury Selivanov · 8 years ago
  84. 8d26aa9 bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406) by Yury Selivanov · 8 years ago
  85. 1bea762 bpo-28129: fix ctypes crashes (#386) by orenmn · 8 years ago
  86. 8ae264c bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-395) by Donald Stufft · 8 years ago
  87. 698845e fix an error message and a comment in _testcapimodule.c (GH-392) by orenmn · 8 years ago
  88. 2b221b7 bpo-29176 Use tmpfile() in curses module (#235) by Christian Heimes · 8 years ago
  89. 4a926ca bpo-28518: Start a transaction implicitly before a DML statement (#245) by Berker Peksag · 8 years ago
  90. 357bad7 bpo-29634: Reduce deque repeat execution when maxlen exist and size is not 1 (#255) (#255) by Louie Lu · 8 years ago
  91. 561ca80 Document why functools.partial() must copy kwargs (#253) by Victor Stinner · 8 years ago
  92. d37c068 Add sockaddr_alg to sock_addr_t (#234) by Christian Heimes · 8 years ago
  93. 9639e4a bpo-29532: Altering a kwarg dictionary passed to functools.partial() (#190) by Serhiy Storchaka · 8 years ago
  94. a86339b Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64. (#168) by Vinay Sajip · 8 years ago
  95. 72dccde bpo-29548: Fix some inefficient call API usage (GH-97) by INADA Naoki · 8 years ago
  96. 72e81d0 bpo-29556: Remove unused #include <langinfo.h> (#98) by Yen Chi Hsuan · 8 years ago
  97. f15fa87 Update URL of Mersenne Twister Home Page (#20) by Hiroki Noda · 8 years ago
  98. 5ec08ce Remove double definition of IPPROTO_IPV6 (#100) by Maximilian Hils · 8 years ago
  99. 61e2bc7 bpo-29176: Fix name of the _curses.window class (#52) by Victor Stinner · 8 years ago
  100. 05e218c Merge 3.6 by Victor Stinner · 8 years ago