1. e613e6a bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285) by Serhiy Storchaka · 7 years ago
  2. a7874c7 bpo-30769: Fix reference leak introduced in 77703942c59 (#2416) by Eric N. Vander Weele · 7 years ago
  3. 7770394 bpo-30746: Prohibited the '=' character in environment variable names (#2382) by Serhiy Storchaka · 7 years ago
  4. 0ee32c1 bpo-30745: Fix compiler warnings introduced in bpo-30730. (#2376) by Serhiy Storchaka · 7 years ago
  5. 8f52588 bpo-30726: expat: Fix compiler warnings on Windows 64-bit (#2368) by Victor Stinner · 7 years ago
  6. d174d24 bpo-30730: Prevent environment variables injection in subprocess on Windows. (#2325) by Serhiy Storchaka · 7 years ago
  7. f87b85f bpo-21071: struct.Struct.format type is now str (#845) by Victor Stinner · 7 years ago
  8. c8d6ab2 bpo-30602: Fix lastarg in os.spawnve() (#2287) by Victor Stinner · 7 years ago
  9. 279a962 bpo-30736: upgrade to Unicode 10.0 (#2344) by Benjamin Peterson · 7 years ago
  10. 5ff7132 bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) by Victor Stinner · 7 years ago
  11. 5ea4c06 bpo-30054: Expose tracemalloc C API (#1236) by Victor Stinner · 7 years ago
  12. eb81795 bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260) by Nick Coghlan · 7 years ago
  13. 116dd5e bpo-30176: Add missing curses cell attributes constants (GH-1302) by Xiang Zhang · 7 years ago
  14. 96c7c06 bpo-20627: Fix error message when keyword arguments are used (#2115) by Sylvain · 7 years ago
  15. 8acb4cf bpo-30602: Fix refleak in os.spawnv() (#2212) by Victor Stinner · 7 years ago
  16. 23ec4b5 bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) by Victor Stinner · 7 years ago
  17. 526b226 bpo-30602: Fix refleak in os.spawnve() (#2184) by Victor Stinner · 7 years ago
  18. 0d32218 bpo-30650: Fixed a syntax error: missed right parentheses (#2154) by messi Liao · 7 years ago
  19. 81f67b6 bpo-30636: Fix the indentation for the help (#2131) by Stéphane Wirtel · 7 years ago
  20. 7d1017d bpo-30636: Add PYTHONCOERCECLOCALE to the help of the command line (GH-2125) by Stéphane Wirtel · 7 years ago
  21. 3fd54d4 bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (#2034) by Serhiy Storchaka · 7 years ago
  22. 7ce1c6f bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050) by Yury Selivanov · 7 years ago
  23. 6b6e687 bpo-27425: Be more explicit in .gitattributes (GH-840) by Zachary Ware · 7 years ago
  24. 5f31d5c Regenerate Argument Clinic code for bpo-19180. (#2073) by Serhiy Storchaka · 7 years ago
  25. 7445381 bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) by Sylvain · 7 years ago
  26. 3b5cf85 bpo-30524: Write unit tests for FASTCALL (#2022) by Victor Stinner · 7 years ago
  27. 63c2c8a bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148) by Chandan Kumar · 7 years ago
  28. 29adc13 bpo-30601: Fix a refleak in WindowsConsoleIO (#2003) by Victor Stinner · 7 years ago
  29. 6cca5c8 bpo-30592: Fixed error messages for some builtins. (#1996) by Serhiy Storchaka · 7 years ago
  30. 65ece7c bpo-30594: Fixed refcounting in newPySSLSocket (#1992) by Nathaniel J. Smith · 7 years ago
  31. 0ecdc52 bpo-30537: use PyNumber in itertools.islice instead of PyLong (#1918) by Will Roberts · 7 years ago
  32. 9ba3aa4 bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559) by Erik Bray · 7 years ago
  33. b87c0df Simplify X.509 extension handling code (#1855) by Alex Gaynor · 7 years ago
  34. e6a23c8 bpo-30557: faulthandler now correctly filters and displays exception codes on Windows (#1924) by Steve Dower · 7 years ago
  35. 3c2817b Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_through attribute (#1922) by Antoine Pitrou · 7 years ago
  36. 523776c bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConsoleW fails (#1912) by Segev Finer · 7 years ago
  37. aead53b bpo-30245: Fix possible overflow when organize struct.pack_into error message (#1682) by Johan Liu · 7 years ago
  38. a4095ef Change error message for array methods to use 'array' instead of 'list'. (#1853) by Jim Fasarakis-Hilliard · 7 years ago
  39. 163468a bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834) by Gregory P. Smith · 7 years ago
  40. ac5bbd4 bpo-30248: Convert boolean arguments only once in _json. (#1423) by Serhiy Storchaka · 7 years ago
  41. c0364fc bpo-20210: Support the *disabled* marker in Setup files (GH-132) by xdegaye · 7 years ago
  42. 346cbd3 bpo-16500: Allow registering at-fork handlers (#1715) by Antoine Pitrou · 7 years ago
  43. 07244a8 bpo-9146: Raise a ValueError if OpenSSL fails to init a hash func. (#1777) by Gregory P. Smith · 7 years ago
  44. c7ec998 bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729) by Eric Snow · 7 years ago
  45. 1abcf67 bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772) by Eric Snow · 7 years ago
  46. 66dc33b bpo-29334: Fix ssl.getpeercert for auto-handshake (#1769) by Christian Heimes · 7 years ago
  47. e0918ec bpo-22257: Fix CLI by using int instead of char (compares to EOF). (#1765) by Eric Snow · 7 years ago
  48. 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 7 years ago
  49. 89a5e03 bpo-30003: Fix handling escape characters in HZ codec (#1556) by Xiang Zhang · 7 years ago
  50. 50e8603 bpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type conversions (GH-1666). by xdegaye · 7 years ago
  51. ab4413a bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081) by Nathaniel J. Smith · 7 years ago
  52. 4ae0149 bpo-30038: fix race condition in signal delivery + wakeup fd (#1082) by Nathaniel J. Smith · 7 years ago
  53. 981096f bpo-30242: resolve some undefined behaviours in struct (#1418) by Xiang Zhang · 7 years ago
  54. 96f5028 bpo-30224: remove outdated checks in struct (#1374) by Xiang Zhang · 7 years ago
  55. 991adca bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1097) by INADA Naoki · 7 years ago
  56. 6d336a0 bpo-30285: Optimize case-insensitive matching and searching (#1482) by Serhiy Storchaka · 7 years ago
  57. 9da408d bpo-29990: Fix range checking in GB18030 decoder (#1495) by Xiang Zhang · 7 years ago
  58. 7186cc2 bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode_tolower(). (#1468) by Serhiy Storchaka · 7 years ago
  59. 76a3e51 bpo-30243: Fixed the possibility of a crash in _json. (#1420) by Serhiy Storchaka · 7 years ago
  60. 898ff03 bpo-30215: Make re.compile() locale agnostic. (#1361) by Serhiy Storchaka · 7 years ago
  61. 5f161fd bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (#1316) by Serhiy Storchaka · 7 years ago
  62. 13f1f42 bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326) by Xiang Zhang · 7 years ago
  63. 495b502 bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370) by Antoine Pitrou · 7 years ago
  64. 9997073 bpo-30228: FileIO seek() and tell() set seekable (#1384) by Victor Stinner · 7 years ago
  65. 1374dbb restore *data* parameter of binascii.b2a_base64 to positional-only (#1352) by Xiang Zhang · 7 years ago
  66. ab7886b bpo-30101: Add support for curses.A_ITALIC. (#1015) by Eijebong · 7 years ago
  67. 6e67695 timemodule.c: Cast PyUnicode_AsUTF8() to char* (#1294) by Victor Stinner · 7 years ago
  68. 0d659e5 tmtotuple(): use time_t for gmtoff (#1276) by Victor Stinner · 7 years ago
  69. 9616a82 bpo-29960 _random.Random corrupted on exception in setstate(). (#1019) by bladebryan · 7 years ago
  70. 46c2b81 bpo-30125: Fix faulthandler.disable() on Windows (#1240) by Victor Stinner · 7 years ago
  71. 791dc83 remove configure test for inline keyword (#1231) by Benjamin Peterson · 7 years ago
  72. 40db90c bpo-29802: Fix reference counting in module-level struct functions (#1213) by Serhiy Storchaka · 7 years ago
  73. 8f5cdfa Only define get_zone() and get_gmtoff() if needed (#1193) by Victor Stinner · 7 years ago
  74. 66bffd1 bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110) by Serhiy Storchaka · 7 years ago
  75. a79f4c2 bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (#1131) by Serhiy Storchaka · 7 years ago
  76. bf623ae bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) by Serhiy Storchaka · 7 years ago
  77. 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 7 years ago
  78. fdbd011 bpo-10076: Compiled regular expression and match objects now are copyable. (#1000) by Serhiy Storchaka · 7 years ago
  79. cd85d0b bpo-28765: Use concrete types API in _sre.c. (#1009) by Serhiy Storchaka · 7 years ago
  80. 026435c bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1130) by Xiang Zhang · 7 years ago
  81. 2849cc3 bpo-29738: Fix memory leak in _get_crl_dp (GH-526) by Olivier Vielpeau · 7 years ago
  82. 2c134c3 convert from long long to PyLong loselessly (#1106) by Benjamin Peterson · 7 years ago
  83. b879fe8 Expand the PySlice_GetIndicesEx macro. (#1023) by Serhiy Storchaka · 7 years ago
  84. a0ce375 bpo-29962: add math.remainder (#950) by Mark Dickinson · 7 years ago
  85. f78b119 bpo-29649: Improve struct.pack_into() boundary error messages (#424) by Andrew Nester · 7 years ago
  86. 8614b59 Correct typo (#976) by Angus Hollands · 7 years ago
  87. 314d6fc bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927) by Serhiy Storchaka · 7 years ago
  88. 164d30e suppress compiler warnings in _ctypes_test (#902) by Benjamin Peterson · 7 years ago
  89. 7a26464 bpo-29946: Fix "sqrtpi defined but not used" (#908) by Louie Lu · 7 years ago
  90. 5466d4a bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#889) by T. Wouters · 7 years ago
  91. d4edfc9 bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) by Serhiy Storchaka · 7 years ago
  92. 762ec97 bpo-29204: Emit warnings for already deprecated ElementTree features. (#773) by Serhiy Storchaka · 7 years ago
  93. 576def0 bpo-27863: Fixed multiple crashes in ElementTree. (#765) by Serhiy Storchaka · 7 years ago
  94. 762bf40 bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716) by Serhiy Storchaka · 7 years ago
  95. ea720fe bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502) by Serhiy Storchaka · 7 years ago
  96. ba85d69 bpo-29878: Add global instances of int for 0 and 1. (#852) by Serhiy Storchaka · 7 years ago
  97. a90e64b bpo-29932: Fix small error message typos in arraymodule.c (GH-888) by Sylvain · 7 years ago
  98. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 7 years ago
  99. 3c749fc Simplify partial.__new__. (#813) by Serhiy Storchaka · 7 years ago
  100. 20fbf8a faulthandler: Restore the old sigaltstack during teardown (#777) by Christophe Zeitouny · 7 years ago