1. 39ecb9c bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.text and Element.tail (#3924) by Oren Milman · 7 years ago
  2. 93c5a5d bpo-31740: Prevent refleaks when sqlite3.Connection.__init__() is called more than once (GH-3944) by Oren Milman · 7 years ago
  3. a997c7b bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936) by Victor Stinner · 7 years ago
  4. 14aa00b Allow configure to handle PATH elements with spaces (#3935) by Ned Deily · 7 years ago
  5. 6e3d6b5 bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929) by Victor Stinner · 7 years ago
  6. c0cabc2 bpo-31723: Fix refleaks when zipimporter.__init__() is called more than once (GH-3919) by Oren Milman · 7 years ago
  7. 4d3f084 bpo-27867: Add a porting guide for PySlice_GetIndicesEx(). (#1973) by Serhiy Storchaka · 7 years ago
  8. 0ccc0f6 bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() always return a list (#3840) by Oren Milman · 7 years ago
  9. f07e2b6 bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3834) by Serhiy Storchaka · 7 years ago
  10. 73ffd3f bpo-31724: Skip test_xmlrpc_net (GH-3921) by Zachary Ware · 7 years ago
  11. 79ba471 bpo-31655: Validate keyword names in SimpleNamespace constructor. (#3909) by Serhiy Storchaka · 7 years ago
  12. 28f7136 bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914) by Tzu-ping Chung · 7 years ago
  13. 02e82a0 bpo-31709: Update importlib magic (#3906) by Yury Selivanov · 7 years ago
  14. a51b90a Document Py_GETENV() (#3890) by Barry Warsaw · 7 years ago
  15. 731e189 bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) by Masayuki Yamamoto · 7 years ago
  16. b8ab9d3 bpo-31708: Allow async generator expressions in synchronous functions (#3905) by Yury Selivanov · 7 years ago
  17. faa135a bpo-31709: Drop support for asynchronous __aiter__. (#3903) by Yury Selivanov · 7 years ago
  18. 8656670 weaken pthread_getcpuclockid test (more bpo-31596) (#3904) by Benjamin Peterson · 7 years ago
  19. 7faf7e5 closes bpo-31696: don't mention GCC in sys.version when building with clang (#3891) by Benjamin Peterson · 7 years ago
  20. ac31770 bpo-30406: Make async and await proper keywords (#1669) by Jelle Zijlstra · 7 years ago
  21. 2084b30 bpo-31523: Reliability improvements to the Windows build files (#3900) by Steve Dower · 7 years ago
  22. 36c1d1f PEP 553 built-in breakpoint() function (bpo-31353) (#3355) by Barry Warsaw · 7 years ago
  23. 4d07189 bpo-31556: asyncio.wait_for can cancel futures faster with timeout <= 0 (#3703) by Victor K · 7 years ago
  24. 11045c9 bpo-31178: Mock os.waitpid() in test_subprocess (#3896) by Victor Stinner · 7 years ago
  25. c1c47c1 bpo-31671: re: Convert RegexFlag to int before compile (GH-3862) by INADA Naoki · 7 years ago
  26. af810b3 closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (#3771) by Jakub Stasiak · 7 years ago
  27. a8ed117 remove tabs from getcompiler.c (#3892) by Benjamin Peterson · 7 years ago
  28. e14679c closes bpo-31596: Add an interface for pthread_getcpuclockid(3) (#3756) by pdox · 7 years ago
  29. 55fd066 Add self and idlelib to CODEOWNERS file. (#3889) by Terry Jan Reedy · 7 years ago
  30. 300dd55 bpo-30872: Update the curses docs to Python 3. (#2620) by Serhiy Storchaka · 7 years ago
  31. db12ef7 Refactor multiplication and division of timedelta and float. (#3656) by Serhiy Storchaka · 7 years ago
  32. c02a1f4 bpo-31667: Fix gettext related links. (#3860) by Serhiy Storchaka · 7 years ago
  33. 77732be bpo-30404: The -u option now makes the stdout and stderr streams totally unbuffered. (#1667) by Serhiy Storchaka · 7 years ago
  34. 0b5e61d bpo-30397: Add re.Pattern and re.Match. (#1646) by Serhiy Storchaka · 7 years ago
  35. 8d5a3aa bpo-31683: Py_FatalError() now supports long error messages (#3878) by Victor Stinner · 7 years ago
  36. bf477a9 bpo-31677: email: Remove re.IGNORECASE flag (GH-3868) by INADA Naoki · 7 years ago
  37. e2d0dd2 Remove retired and security branches from active docs (#3879) by Ned Deily · 7 years ago
  38. 27c623c bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (#3866) by Serhiy Storchaka · 7 years ago
  39. 929b40a bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (#3864) by Serhiy Storchaka · 7 years ago
  40. 543386b bpo-31657: Add test coverage for the __debug__ case (GH-3450) by diana · 7 years ago
  41. 85c0b89 bpo-31619: Fixed a ValueError when convert a string with large number of underscores (#3827) by Serhiy Storchaka · 7 years ago
  42. 1a87de7 bpo-31415: Add `-X importtime` option (GH-3490) by INADA Naoki · 7 years ago
  43. e8c368d bpo-31540: Allow passing multiprocessing context to ProcessPoolExecutor (#3682) by Thomas Moreau · 7 years ago
  44. efb560e bpo-31662: Fix typos in uploadrelease.bat script by Anselm Kruis · 7 years ago
  45. e6cfdef bpo-31510: Fix multiprocessing test_many_processes() on macOS (#3857) by Victor Stinner · 7 years ago
  46. 4337a0d bpo-11063: Fix _uuid module on macOS (#3855) by Victor Stinner · 7 years ago
  47. 1023dbb bpo-31516: current_thread() should not return a dummy thread at shutdown (#3673) by Antoine Pitrou · 7 years ago
  48. e6f62f6 bpo-31158: Fix nondeterministic read in test_pty (#3808) by Cornelius Diekmann · 7 years ago
  49. b75a228 bpo-31659: Use simple slicing to format PEM cert (GH-3849) by INADA Naoki · 7 years ago
  50. edc05c5 remove comment about long-gone SGI modules (#3850) by Benjamin Peterson · 7 years ago
  51. 5961e7c IDLE: make filetypes a tuple constant. (#3847) by Terry Jan Reedy · 7 years ago
  52. 2102c78 bpo-31336: Speed up type creation. (#3279) by scoder · 7 years ago
  53. d6bb65f bpo-31460: Simplify the API of IDLE's Module Browser. (#3842) by Terry Jan Reedy · 7 years ago
  54. bfebfd8 bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (#3839) by Terry Jan Reedy · 7 years ago
  55. 7dc46d8 bpo-31592: Fix an assertion failure in Python parser in case of a bad unicodedata.normalize(). (#3767) by Oren Milman · 7 years ago
  56. f4ea642 bpo-31627: Make test_mailbox be lenient to empty hostname. (#3821) by Serhiy Storchaka · 7 years ago
  57. 101a5e8 bpo-31648: Improve ElementPath (#3835) by scoder · 7 years ago
  58. 9811e80 bpo-31581: Reduce the number of imports for functools (GH-3757) by INADA Naoki · 7 years ago
  59. b24cd05 bpo-30806 netrc.__repr__() is broken for writing to file (GH-2491) by James Sexton · 7 years ago
  60. 3d2b407 bpo-31574: importlib dtrace (#3749) by Christian Heimes · 7 years ago
  61. 574562c bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_completed()` (#3830) by Łukasz Langa · 7 years ago
  62. 01c6a88 bpo-31602: Fix an assertion failure in zipimporter.get_source() in case of a bad zlib.decompress() (GH-3784) by Oren Milman · 7 years ago
  63. 6603373 Tweak formatting of PR message template (#3828) by Brett Cannon · 7 years ago
  64. 8b4ff53 bpo-31285: Remove splitlines identifier from Python/_warnings.c (#3803) by Oren Milman · 7 years ago
  65. d87b105 bpo-31638: Add compression support to zipapp (GH-3819) by Zhiming Wang · 7 years ago
  66. 6fb0e4a explicitly list objects for the ar command (#3824) by Benjamin Peterson · 7 years ago
  67. d15108a stop using ranlib (closes bpo-31625) (#3815) by Benjamin Peterson · 7 years ago
  68. 90f1d98 bpo-25351: avoid activate failure on strict shells (GH-3804) by Sorin Sbarnea · 7 years ago
  69. 288d1da remove support for BSD/OS (closes bpo-31624) (#3812) by Benjamin Peterson · 7 years ago
  70. a106aec bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796) by Antoine Pitrou · 7 years ago
  71. 8d59aca Fix typo in Simple Statements documentation (GH-3809) by kms70847 · 7 years ago
  72. d780b2d bpo-31478: Fix an assertion failure in random.seed() in case a seed has a bad __abs__() method. (#3596) by Oren Milman · 7 years ago
  73. db50ba7 Trivial readability improvement (#3791) by Barry Warsaw · 7 years ago
  74. 5837d04 bpo-31588: Validate return value of __prepare__() methods (GH-3764) by Oren Milman · 7 years ago
  75. 236329e point to the module-level get_ident function rather than the one in _thread (#3782) by Benjamin Peterson · 7 years ago
  76. 14086cf closes bpo-22140: Prevent double substitution of prefix in python-config.sh (#3769) by Michał Górny · 7 years ago
  77. 31aca4b bpo-31586: Use _count_element fast path for real dicts. by Oren Milman · 7 years ago
  78. c740e4f bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (#1557) by Serhiy Storchaka · 7 years ago
  79. 114454e bpo-28293: Don't completely dump the regex cache when full. (#3768) by Serhiy Storchaka · 7 years ago
  80. 0e950dd bpo-31579: Fixed a possible leak in enumerate() with large indices. (#3753) by Serhiy Storchaka · 7 years ago
  81. 4a2d00c bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691) by Guilherme Caminha · 7 years ago
  82. 8110837 bpo-30152: Reduce the number of imports for argparse. (#1269) by Serhiy Storchaka · 7 years ago
  83. f1502d0 bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) by Stefan Grönke · 7 years ago
  84. 8110dbd bpo-26491 Defer DECREFs until enumobject is in a consistent state (#3747) by Raymond Hettinger · 7 years ago
  85. e6d9fcb bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug (#3570) by Victor Stinner · 7 years ago
  86. 49392c6 bpo-27385: Clarify docstring for groupby() (#3738) by Raymond Hettinger · 7 years ago
  87. 57c2561 bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in case of a bad __dict__. (#3254) by Oren Milman · 7 years ago
  88. 0d4497b bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound methods (#3739) by Raymond Hettinger · 7 years ago
  89. 0bf287b bpo-18558: Clarify glossary entry for "Iterable" (#3732) by Raymond Hettinger · 7 years ago
  90. b1d1c42 remove configure check for memmove (#3716) by Benjamin Peterson · 7 years ago
  91. 5b9299d bpo-30085: Improve documentation for operator (#1171) by Sanket Dasgupta · 7 years ago
  92. 5d3e800 bpo-31566: Fix an assertion failure in _warnings.warn() in case of a bad __name__ global. (#3717) by Oren Milman · 7 years ago
  93. 91fb0af bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_explicit. (#3219) by Oren Milman · 7 years ago
  94. 8337239 Update Email library documentation example (GH-3720) by Henk-Jaap Wagenaar · 7 years ago
  95. 2fad102 bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (#3667) by Serhiy Storchaka · 7 years ago
  96. c247caf bpo-30346: An iterator produced by the itertools.groupby() iterator (#1569) by Serhiy Storchaka · 7 years ago
  97. 4facdf5 bpo-31311: Impove error reporting in case the first argument to PyCData_setstate() isn't a dictionary. (#3255) by Oren Milman · 7 years ago
  98. 2b382dd bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() received a bad encoder() argument. (#3643) by Oren Milman · 7 years ago
  99. 039b25d bpo-31564: Update typing documentation (GH-3696) by topper-123 · 7 years ago
  100. d6238a7 bpo-25359: Add missed "goto error" after setting an exception. (#3712) by Serhiy Storchaka · 7 years ago