1. 7c4ab2a closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439) by Zackery Spytz · 6 years ago
  2. 2fc4697 bpo-34151: Improve performance of some list operations (GH-8332) by Sergey Fedoseev · 6 years ago
  3. db6075a closes bpo-34377: Update Valgrind suppressions. (GH-8729) by Paul Price · 6 years ago
  4. b92c526 closes bpo-34353: Add sockets to stat.filemode fallback python implementation. (GH-8703) by GPery · 6 years ago
  5. 8ed317f bpo-34113: Fix a crash when using LLTRACE is on (GH-8517) by costypetrisor · 6 years ago
  6. ac20e0f bpo-1617161: Make the hash and equality of methods not depending on the value of self. (GH-7848) by Serhiy Storchaka · 6 years ago
  7. ecf411c bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468) by Victor Stinner · 6 years ago
  8. e22072f bpo-34149: Behavior of the min/max with key=None (GH-8328) by Alexander Marshalov · 6 years ago
  9. 56868f9 bpo-34126: Fix crashes while profiling invalid calls. (GH-8300) by jdemeyer · 6 years ago
  10. 5d4cb54 bpo-34141: Optimized pickling simple non-recursive values. (GH-8318) by Serhiy Storchaka · 6 years ago
  11. 28f0736 bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282) by Zackery Spytz · 6 years ago
  12. bd47384 bpo-24618: Add a check in the code constructor. (GH-8283) by Serhiy Storchaka · 6 years ago
  13. 16dfca4 bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274) by INADA Naoki · 6 years ago
  14. 993030a bpo-34080: Fix a memory leak in the compiler. (GH-8222) by Serhiy Storchaka · 6 years ago
  15. 5ac9e6e bpo-33597: Reduce PyGC_Head size (GH-7043) by INADA Naoki · 6 years ago
  16. 3f4d90d bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH-8159) by Serhiy Storchaka · 6 years ago
  17. cf7303e bpo-33305: Improve SyntaxError for invalid numerical literals. (GH-6517) by Serhiy Storchaka · 6 years ago
  18. 0b75228 bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119) by Yury Selivanov · 6 years ago
  19. 3c45240 bpo-33418: Add tp_clear for function object (GH-8058) by INADA Naoki · 6 years ago
  20. d8cba5d bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918) by Zackery Spytz · 6 years ago
  21. 23db935 bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918) by Zackery Spytz · 6 years ago
  22. 41cb0ba bpo-33985: Implement ContextVar.name attribute. (GH-7980) by Yury Selivanov · 6 years ago
  23. 4e21100 bpo-33956: update vendored expat to 2.2.5 (GH-7925) by Benjamin Peterson · 6 years ago
  24. ea73775 bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884) by Zackery Spytz · 6 years ago
  25. b193fa9 bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834) by Carl Meyer · 6 years ago
  26. 6c5a4b3 bpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712) by Victor Stinner · 6 years ago
  27. 5cbefa9 Clean up after bpo-33738. (GH-7627) by Serhiy Storchaka · 6 years ago
  28. 8398713 bpo-33738: Address review comments in GH #7477 (GH-7585) by Christian Tismer · 6 years ago
  29. ea62ce7 bpo-33738: Fix macros which contradict PEP 384 (GH-7477) by Christian Tismer · 6 years ago
  30. 52698c7 bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467) by Yury Selivanov · 6 years ago
  31. 378c53c bpo-33803: Fix a crash in hamt.c (#7504) by Yury Selivanov · 6 years ago
  32. a8eb585 bpo-31849: Fix warning in pyhash.c (GH-6799) by A. Jesse Jiryu Davis · 6 years ago
  33. e905c84 bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) by pkerling · 6 years ago
  34. 58d1683 bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283) by Victor Stinner · 6 years ago
  35. 73cbe7a bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197) by Serhiy Storchaka · 6 years ago
  36. 301e3cc bpo-33622: Fix issues with handling errors in the GC. (GH-7078) by Serhiy Storchaka · 6 years ago
  37. f5e7b19 bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931) by Serhiy Storchaka · 6 years ago
  38. 64fddc4 bpo-33475: Fix and improve converting annotations to strings. (GH-6774) by Serhiy Storchaka · 6 years ago
  39. b056562 bpo-33509: Fix _warnings for module_globals=None (#6833) by Victor Stinner · 6 years ago
  40. 1e2ec8a bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123) by Rolf Eike Beer · 6 years ago
  41. d518d8b bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859) by Oren Milman · 6 years ago
  42. 491bbed bpo-33391: Fix refleak in set_symmetric_difference (GH-6670) by lekma · 6 years ago
  43. e239650 bpo-33363: raise SyntaxError for async for/with outside async functions (#6616) by Zsolt Dollenstein · 6 years ago
  44. 0977091 bpo-33128 Fix duplicated call to importlib._install_external_importers (GH-6273) by Pablo Galindo · 6 years ago
  45. 397f1b2 bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537) by Gregory P. Smith · 6 years ago
  46. 5fbc511 bpo-33205: dict: Change GROWTH_RATE to `used*3` (GH-6350) by INADA Naoki · 6 years ago
  47. f303639 bpo-33270: Intern names for all anonymous code objects (#6472) by Zackery Spytz · 6 years ago
  48. 480ab05 bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466) by Antoine Pitrou · 6 years ago
  49. 0c1c456 bpo-33231: Fix potential leak in normalizestring() (GH-6386) by INADA Naoki · 6 years ago
  50. d1c82c5 bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341) by INADA Naoki · 6 years ago
  51. a68f2f0 bpo-29922: Improve error messages in 'async with' (GH-6352) by Serhiy Storchaka · 6 years ago
  52. d5d9e02 bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) by Nick Coghlan · 6 years ago
  53. d8b291a bpo-32932: More revealing error message when non-str objects in __all__ (GH-5848) by Xiang Zhang · 6 years ago
  54. 702f8f3 bpo-33041: Rework compiling an "async for" loop. (#6142) by Serhiy Storchaka · 6 years ago
  55. 40472dd bpo-33018: Improve issubclass() error checking and message. (GH-5944) by jab · 6 years ago
  56. fe2bbb1 bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822) by Serhiy Storchaka · 6 years ago
  57. b8e9d6c bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6107) by xdegaye · 6 years ago
  58. 3f7e9aa bpo-32925: Optimized iterating and containing test for literal lists (GH-5842) by Serhiy Storchaka · 6 years ago
  59. 4e24425 bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873) by Serhiy Storchaka · 6 years ago
  60. 26c9f56 bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026) by Serhiy Storchaka · 6 years ago
  61. 24d3201 bpo-33041: Fixed bytecode generation for "async for" with a complex target. (#6052) by Serhiy Storchaka · 6 years ago
  62. 5d92647 bpo-33005: Fix _PyGILState_Reinit() (#6001) by Victor Stinner · 6 years ago
  63. 3a087be bpo-32836: Remove obsolete code from symtable pass (GH-5680) by Nitish Chandra · 6 years ago
  64. 520b7ae bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006) by Serhiy Storchaka · 6 years ago
  65. ba51880 bpo-32889: update valgrind suppressions (GH-5779) by Paul Price · 6 years ago
  66. 07ca9af bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-4564) by Serhiy Storchaka · 7 years ago
  67. bbbcf86 bpo-32303 - Consistency fixes for namespace loaders (#5481) by Barry Warsaw · 7 years ago
  68. 383b32f Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 by Yury Selivanov · 7 years ago
  69. 83ab995 bpo-32711: Fix warnings for Python/ast_unparse.c (#5426) by Stéphane Wirtel · 7 years ago
  70. 6e41cd9 Update NEWS, docs, and patchlevel for 3.7.0b1 by Ned Deily · 7 years ago
  71. 2c7fd46 bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325) by Xiang Zhang · 7 years ago
  72. 332cd5e bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181) by Mark Shannon · 7 years ago
  73. 72a0d21 bpo-31356: Add context manager to temporarily disable GC (GH-4224) by Pablo Galindo · 7 years ago
  74. 2a2270d bpo-32703: Fix coroutine resource warning in case where there's an error (GH-5410) by Yury Selivanov · 7 years ago
  75. 2914bb3 bpo-20891: Py_Initialize() now creates the GIL (#4700) by Victor Stinner · 7 years ago
  76. 1e34da4 bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#582) by embg · 7 years ago
  77. 6c6ddf9 bpo-20104: Expose `posix_spawn` in the os module (GH-5109) by Pablo Galindo · 7 years ago
  78. 4687702 bpo-32650: Add native coroutine support to bdb when stepping over line (GH-5400) by Pablo Galindo · 7 years ago
  79. f36ba12 bpo-32697: Definition order of kwonly params is now guaranteed preserved. (#5391) by larryhastings · 7 years ago
  80. a4d0001 bpo-32690: Preserve order of locals() (#5379) by Raymond Hettinger · 7 years ago
  81. 43c0f1a bpo-32685: Improve suggestion for print statement (GH-5375) by Nitish Chandra · 7 years ago
  82. 4defba3 bpo-31368: Expose preadv and pwritev in the os module (#5239) by Pablo Galindo · 7 years ago
  83. a49ac99 bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342) by INADA Naoki · 7 years ago
  84. 43c47fe bpo-32670: Enforce PEP 479. (#5327) by Yury Selivanov · 7 years ago
  85. d7773d9 bpo-18533: Avoid RecursionError from repr() of recursive dictview (#4823) by bennorth · 7 years ago
  86. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 7 years ago
  87. b0a7a03 bpo-31179: Make dict.copy() up to 5.5 times faster. (#3067) by Yury Selivanov · 7 years ago
  88. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 7 years ago
  89. d57f26c bpo-32028: Fix suggestions for indented print statements (GH-4688) by Sanyam Khurana · 7 years ago
  90. 378edee bpo-32544: Speed up hasattr() and getattr() (GH-5173) by INADA Naoki · 7 years ago
  91. b44c516 bpo-26163: Frozenset hash improvement (#5194) by Raymond Hettinger · 7 years ago
  92. 782d6fe bpo-31113: Get rid of recursion in the compiler for normal control flow. (#3015) by Serhiy Storchaka · 7 years ago
  93. d4864c6 bpo-24340: Fix estimation of the code stack size. (#5076) by Serhiy Storchaka · 7 years ago
  94. 3b43bfa Update docs for 3.7.0a4 by Ned Deily · 7 years ago
  95. 9b99747 bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) by Nick Coghlan · 7 years ago
  96. e46a8af bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-4793) by Nathaniel J. Smith · 7 years ago
  97. af11a15 bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c` on Windows by Max Bélanger · 7 years ago
  98. 502d551 bpo-32390: Fix compilation failure on AIX after f_fsid was added to os.statvfs() (#4972) by Michael Felt · 7 years ago
  99. ce5b0e9 bpo-32226: Make __class_getitem__ an automatic class method. (#5098) by Serhiy Storchaka · 7 years ago
  100. 0d3ccb4 bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) (#4974) by Michael Felt · 7 years ago