1. 4eaf7f9 fixes bpo-31866: remove code pertaining to AtheOS support (#4115) by Benjamin Peterson · 7 years ago
  2. 1896793 bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098) by pdox · 7 years ago
  3. 3231893 Closes bpo-31800: Support for colon when parsing time offsets (#4015) by Mario Corchero · 7 years ago
  4. 0f26158 bpo-31664: Fix test_crypt for the openwall implementation of crypt. (#4116) by Serhiy Storchaka · 7 years ago
  5. 086c3ae bpo-31835: Optimize also FASTCALL using __future__ (#4087) by Victor Stinner · 7 years ago
  6. 95f1a7b remove support for splitting the ceval switch into multiple switches (#4099) by Benjamin Peterson · 7 years ago
  7. d7ac061 bpo-31845: Fix reading flags from environment (GH-4105) by Nick Coghlan · 7 years ago
  8. 850a18e bpo-30768: Recompute timeout on interrupted lock (GH-4103) by Victor Stinner · 7 years ago
  9. 3557b05 bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags for RE. (#3885) by Serhiy Storchaka · 7 years ago
  10. fdd9b21 Closes bpo-28292: Implemented Calendar.itermonthdays3() and itermonthdays4(). (#4079) by Alexander Belopolsky · 7 years ago
  11. eab3ff7 bpo-31664: Add support for the Blowfish method in crypt. (#3854) by Serhiy Storchaka · 7 years ago
  12. 831d61d Fix wording about Py_tss_NEEDS_INIT in docs (GH-4096) by Masayuki Yamamoto · 7 years ago
  13. e968bc73 bpo-30639: Lazily compute repr for error (#2132) by Thomas Kluyver · 7 years ago
  14. 8e482be bpo-31174: Fix test_tools.test_unparse (#4102) by Victor Stinner · 7 years ago
  15. 809d173 bpo-31812: Add documentation translations to What's New in Python 3.7. (GH-4064) by Julien Palard · 7 years ago
  16. 01b5aab bpo-31827: Remove os.stat_float_times() (GH-4061) by Victor Stinner · 7 years ago
  17. 87d332d bpo-31810: Add smelly.py to check exported symbols (#4057) by Victor Stinner · 7 years ago
  18. 1aa00ff fixes bpo-31834: Use optimized code for BLAKE2 only with SSSE3+ (#4066) by Michał Górny · 7 years ago
  19. 3b66ebe bpo-31847: Fix commented out tests in test_syntax. (#4084) by Serhiy Storchaka · 7 years ago
  20. 828ca59 bpo-31653: Remove deadcode in semlock_acquire() (#4091) by Victor Stinner · 7 years ago
  21. 62adc55 bpo-30722: Make redemo work with Python 3.6+ (GH-2311) by Christoph Sarnowski · 7 years ago
  22. 66caacf bpo-30817: Fix PyErr_PrintEx() when no memory (#2526) by xdegaye · 7 years ago
  23. 4ffd465 bpo-31752: Fix possible crash in timedelta constructor called with custom integers. (#3947) by Serhiy Storchaka · 7 years ago
  24. 7fed7bd bpo-31756: subprocess.run should alias universal_newlines to text (#4049) by andyclegg · 7 years ago
  25. ae3087c Move exc state to generator. Fixes bpo-25612 (#1773) by Mark Shannon · 7 years ago
  26. 91dc64b bpo-20825: Containment test for ip_network in ip_network. by Cheryl Sabella · 7 years ago
  27. 04e36af bpo-31572: Get rid of using _PyObject_HasAttrId() in pickle. (#3729) by Serhiy Storchaka · 7 years ago
  28. c872d39 bpo-31653: Don't release the GIL if we can acquire a multiprocessing semaphore immediately (#4078) by Antoine Pitrou · 7 years ago
  29. bcbdd2f bpo-28286: Add tests for the mode argument of GzipFile. (#4074) by Serhiy Storchaka · 7 years ago
  30. daeefd2 bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or None. (#4073) by Antoine Pitrou · 7 years ago
  31. 73c4708 Fix bytes warnings in test_struct (added in bpo-29802). (#4068) by Serhiy Storchaka · 7 years ago
  32. db60a5b bpo-31781: Prevent crashes when calling methods of an uninitialized zipimport.zipimporter object (GH-3986) by Oren Milman · 7 years ago
  33. 56cb465 bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058) by Serhiy Storchaka · 7 years ago
  34. 525f40d bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051) by Antoine Pitrou · 7 years ago
  35. ea2ef5d bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817) by jlacoline · 7 years ago
  36. ce9e625 bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters (#4044) by Łukasz Langa · 7 years ago
  37. 05a634b Add NEWS entry for opcode tracing change. (GH-4045) by George King · 7 years ago
  38. 24c4d04 drop unused configure check for pthread_atfork (#4046) by Benjamin Peterson · 7 years ago
  39. 20faa68 Move opcode tracing to occur after the possible update to f_lineno. (GH-3798) by George King · 7 years ago
  40. 0b6a118 bpo-31457: Make the `LoggerAdapter.manager` property settable (#4042) by Łukasz Langa · 7 years ago
  41. 032a648 Update TestCase.assertAlmostEqual and assertNotAlmostEqual docstrings. (GH-3998) by Ron · 7 years ago
  42. 59af94f bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more functions (#4026) by Pablo Galindo · 7 years ago
  43. ec12df1 Add Code of Conduct to .github folder. (GH-4029) by Mariatta · 7 years ago
  44. 27288de bpo-30928: Update idlelib/NEWS.txt to 2017 Oct 17. (#4025) by Terry Jan Reedy · 7 years ago
  45. e2e4227 bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (#3960) by Terry Jan Reedy · 7 years ago
  46. 884d13a time.clock() now emits a DeprecationWarning (GH-4020) by Victor Stinner · 7 years ago
  47. de86073 bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014) by Zane Bitter · 7 years ago
  48. 191e313 bpo-31799: Make module.__spec__ more discoverable (#4010) by Barry Warsaw · 7 years ago
  49. 6cfa927 bpo-31334: Fix timeout in select.poll.poll() (GH-3277) by Riccardo Coccioli · 7 years ago
  50. 2c15b29 bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (#4003) by Pablo Galindo · 7 years ago
  51. 552be9d bpo-30541: Add new method to seal mocks (GH61923) by Mario Corchero · 7 years ago
  52. 2bd37c2 post 3.7.0a2 development by Ned Deily · 7 years ago
  53. f7ac4fe Bump to 3.7.0a2 by Ned Deily · 7 years ago
  54. c730223 Update NEWS and topics for 3.7.0a2 by Ned Deily · 7 years ago
  55. c30b55b bpo-31558: Update NEWS and ACKS (#4013) by Łukasz Langa · 7 years ago
  56. c75edab bpo-31558: Add gc.freeze() (#3705) by brainfvck · 7 years ago
  57. bdaeb7d bpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983) by Victor Stinner · 7 years ago
  58. 0df1905 bpo-31776: Missing "raise from None" in Lib/xml/etree/ElementPath.py (#3978) by Pablo Galindo · 7 years ago
  59. 676db4b bpo-31792: Restore os.environ in test_buffer when import numpy. (#4007) by Serhiy Storchaka · 7 years ago
  60. 1295e11 completly -> completely (#3999) (closes bpo-31788) by Semen Zhydenko · 7 years ago
  61. 1b9e76e bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH-3993) by vyas45 · 7 years ago
  62. 28773ca bpo-31780: Fix incorrect error message for ',x', ',b', ',o' specs (#4002) by Dargor · 7 years ago
  63. 620f70e bpo-25588: Document autotest in idle_test/README.txt. (#4000) by Terry Jan Reedy · 7 years ago
  64. 8c26a34 bpo-31757: Make Fibonacci examples consistent (#3991) by Raymond Hettinger · 7 years ago
  65. 073150d bpo-31672: doc: Remove one sentence from library/string.rst (GH-3990) by INADA Naoki · 7 years ago
  66. cd195e2 bpo-31714: Improved regular expression documentation. (#3907) by Serhiy Storchaka · 7 years ago
  67. ef611c9 bpo-30807: signal.setitimer() now uses _PyTime API (GH-3865) by Victor Stinner · 7 years ago
  68. a505ecd bpo-31676: Fix test_imp.test_load_source() side effect (#3871) by Victor Stinner · 7 years ago
  69. a991215 os.startfile(): add a C comment on security (#3877) by Victor Stinner · 7 years ago
  70. ccef823 bpo-25588: Fix regrtest when run inside IDLE (#3962) by Victor Stinner · 7 years ago
  71. 7f58097 bpo-28647: Update -u documentation after bpo-30404 (GH-3961) by Berker Peksag · 7 years ago
  72. b22273e bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH-3872) by INADA Naoki · 7 years ago
  73. 9255104 Improve test suite customization example (GH-3967) by Berker Peksag · 7 years ago
  74. 6129250 Exclude non-default VENVDIR in Doc builds (#3974) by Ned Deily · 7 years ago
  75. de07210 bpo-30058: Fixed buffer overflow in select.kqueue.control(). (#1095) by Serhiy Storchaka · 7 years ago
  76. b7cbfe4 bpo-31766: restore 3.5 to docs version switchers (#3969) by Ned Deily · 7 years ago
  77. 03b9537 bpo-31567: more decorator markup fixes in docs (GH-3959) (#3966) by Éric Araujo · 7 years ago
  78. cba9a0c bpo-31773: time.perf_counter() uses again double (GH-3964) by Victor Stinner · 7 years ago
  79. 0e61e67 bpo-31567: add or fix decorator markup in docs (#3959) by Daisuke Miyakawa · 7 years ago
  80. 277c840 Cleanup pytime.c (#3955) by Victor Stinner · 7 years ago
  81. 703ff38 bpo-28157: Improvements for the time module documentation (GH-928) by Cheryl Sabella · 7 years ago
  82. eeb5ffd bpo-31537: Update readline documentation example. (GH-3925) by Brad Smith · 7 years ago
  83. 39ecb9c bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.text and Element.tail (#3924) by Oren Milman · 7 years ago
  84. 93c5a5d bpo-31740: Prevent refleaks when sqlite3.Connection.__init__() is called more than once (GH-3944) by Oren Milman · 7 years ago
  85. a997c7b bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936) by Victor Stinner · 7 years ago
  86. 14aa00b Allow configure to handle PATH elements with spaces (#3935) by Ned Deily · 7 years ago
  87. 6e3d6b5 bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929) by Victor Stinner · 7 years ago
  88. c0cabc2 bpo-31723: Fix refleaks when zipimporter.__init__() is called more than once (GH-3919) by Oren Milman · 7 years ago
  89. 4d3f084 bpo-27867: Add a porting guide for PySlice_GetIndicesEx(). (#1973) by Serhiy Storchaka · 7 years ago
  90. 0ccc0f6 bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() always return a list (#3840) by Oren Milman · 7 years ago
  91. f07e2b6 bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3834) by Serhiy Storchaka · 7 years ago
  92. 73ffd3f bpo-31724: Skip test_xmlrpc_net (GH-3921) by Zachary Ware · 7 years ago
  93. 79ba471 bpo-31655: Validate keyword names in SimpleNamespace constructor. (#3909) by Serhiy Storchaka · 7 years ago
  94. 28f7136 bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914) by Tzu-ping Chung · 7 years ago
  95. 02e82a0 bpo-31709: Update importlib magic (#3906) by Yury Selivanov · 7 years ago
  96. a51b90a Document Py_GETENV() (#3890) by Barry Warsaw · 7 years ago
  97. 731e189 bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) by Masayuki Yamamoto · 7 years ago
  98. b8ab9d3 bpo-31708: Allow async generator expressions in synchronous functions (#3905) by Yury Selivanov · 7 years ago
  99. faa135a bpo-31709: Drop support for asynchronous __aiter__. (#3903) by Yury Selivanov · 7 years ago
  100. 8656670 weaken pthread_getcpuclockid test (more bpo-31596) (#3904) by Benjamin Peterson · 7 years ago