1. 032a648 Update TestCase.assertAlmostEqual and assertNotAlmostEqual docstrings. (GH-3998) by Ron · 7 years ago
  2. 59af94f bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more functions (#4026) by Pablo Galindo · 7 years ago
  3. ec12df1 Add Code of Conduct to .github folder. (GH-4029) by Mariatta · 7 years ago
  4. 27288de bpo-30928: Update idlelib/NEWS.txt to 2017 Oct 17. (#4025) by Terry Jan Reedy · 7 years ago
  5. e2e4227 bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (#3960) by Terry Jan Reedy · 7 years ago
  6. 884d13a time.clock() now emits a DeprecationWarning (GH-4020) by Victor Stinner · 7 years ago
  7. de86073 bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014) by Zane Bitter · 7 years ago
  8. 191e313 bpo-31799: Make module.__spec__ more discoverable (#4010) by Barry Warsaw · 7 years ago
  9. 6cfa927 bpo-31334: Fix timeout in select.poll.poll() (GH-3277) by Riccardo Coccioli · 7 years ago
  10. 2c15b29 bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (#4003) by Pablo Galindo · 7 years ago
  11. 552be9d bpo-30541: Add new method to seal mocks (GH61923) by Mario Corchero · 7 years ago
  12. 2bd37c2 post 3.7.0a2 development by Ned Deily · 7 years ago
  13. f7ac4fe Bump to 3.7.0a2 by Ned Deily · 7 years ago
  14. c730223 Update NEWS and topics for 3.7.0a2 by Ned Deily · 7 years ago
  15. c30b55b bpo-31558: Update NEWS and ACKS (#4013) by Łukasz Langa · 7 years ago
  16. c75edab bpo-31558: Add gc.freeze() (#3705) by brainfvck · 7 years ago
  17. bdaeb7d bpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983) by Victor Stinner · 7 years ago
  18. 0df1905 bpo-31776: Missing "raise from None" in Lib/xml/etree/ElementPath.py (#3978) by Pablo Galindo · 7 years ago
  19. 676db4b bpo-31792: Restore os.environ in test_buffer when import numpy. (#4007) by Serhiy Storchaka · 7 years ago
  20. 1295e11 completly -> completely (#3999) (closes bpo-31788) by Semen Zhydenko · 7 years ago
  21. 1b9e76e bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH-3993) by vyas45 · 7 years ago
  22. 28773ca bpo-31780: Fix incorrect error message for ',x', ',b', ',o' specs (#4002) by Dargor · 7 years ago
  23. 620f70e bpo-25588: Document autotest in idle_test/README.txt. (#4000) by Terry Jan Reedy · 7 years ago
  24. 8c26a34 bpo-31757: Make Fibonacci examples consistent (#3991) by Raymond Hettinger · 7 years ago
  25. 073150d bpo-31672: doc: Remove one sentence from library/string.rst (GH-3990) by INADA Naoki · 7 years ago
  26. cd195e2 bpo-31714: Improved regular expression documentation. (#3907) by Serhiy Storchaka · 7 years ago
  27. ef611c9 bpo-30807: signal.setitimer() now uses _PyTime API (GH-3865) by Victor Stinner · 7 years ago
  28. a505ecd bpo-31676: Fix test_imp.test_load_source() side effect (#3871) by Victor Stinner · 7 years ago
  29. a991215 os.startfile(): add a C comment on security (#3877) by Victor Stinner · 7 years ago
  30. ccef823 bpo-25588: Fix regrtest when run inside IDLE (#3962) by Victor Stinner · 7 years ago
  31. 7f58097 bpo-28647: Update -u documentation after bpo-30404 (GH-3961) by Berker Peksag · 7 years ago
  32. b22273e bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH-3872) by INADA Naoki · 7 years ago
  33. 9255104 Improve test suite customization example (GH-3967) by Berker Peksag · 7 years ago
  34. 6129250 Exclude non-default VENVDIR in Doc builds (#3974) by Ned Deily · 7 years ago
  35. de07210 bpo-30058: Fixed buffer overflow in select.kqueue.control(). (#1095) by Serhiy Storchaka · 7 years ago
  36. b7cbfe4 bpo-31766: restore 3.5 to docs version switchers (#3969) by Ned Deily · 7 years ago
  37. 03b9537 bpo-31567: more decorator markup fixes in docs (GH-3959) (#3966) by Éric Araujo · 7 years ago
  38. cba9a0c bpo-31773: time.perf_counter() uses again double (GH-3964) by Victor Stinner · 7 years ago
  39. 0e61e67 bpo-31567: add or fix decorator markup in docs (#3959) by Daisuke Miyakawa · 7 years ago
  40. 277c840 Cleanup pytime.c (#3955) by Victor Stinner · 7 years ago
  41. 703ff38 bpo-28157: Improvements for the time module documentation (GH-928) by Cheryl Sabella · 7 years ago
  42. eeb5ffd bpo-31537: Update readline documentation example. (GH-3925) by Brad Smith · 7 years ago
  43. 39ecb9c bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.text and Element.tail (#3924) by Oren Milman · 7 years ago
  44. 93c5a5d bpo-31740: Prevent refleaks when sqlite3.Connection.__init__() is called more than once (GH-3944) by Oren Milman · 7 years ago
  45. a997c7b bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936) by Victor Stinner · 7 years ago
  46. 14aa00b Allow configure to handle PATH elements with spaces (#3935) by Ned Deily · 7 years ago
  47. 6e3d6b5 bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929) by Victor Stinner · 7 years ago
  48. c0cabc2 bpo-31723: Fix refleaks when zipimporter.__init__() is called more than once (GH-3919) by Oren Milman · 7 years ago
  49. 4d3f084 bpo-27867: Add a porting guide for PySlice_GetIndicesEx(). (#1973) by Serhiy Storchaka · 7 years ago
  50. 0ccc0f6 bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() always return a list (#3840) by Oren Milman · 7 years ago
  51. f07e2b6 bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3834) by Serhiy Storchaka · 7 years ago
  52. 73ffd3f bpo-31724: Skip test_xmlrpc_net (GH-3921) by Zachary Ware · 7 years ago
  53. 79ba471 bpo-31655: Validate keyword names in SimpleNamespace constructor. (#3909) by Serhiy Storchaka · 7 years ago
  54. 28f7136 bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914) by Tzu-ping Chung · 7 years ago
  55. 02e82a0 bpo-31709: Update importlib magic (#3906) by Yury Selivanov · 7 years ago
  56. a51b90a Document Py_GETENV() (#3890) by Barry Warsaw · 7 years ago
  57. 731e189 bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) by Masayuki Yamamoto · 7 years ago
  58. b8ab9d3 bpo-31708: Allow async generator expressions in synchronous functions (#3905) by Yury Selivanov · 7 years ago
  59. faa135a bpo-31709: Drop support for asynchronous __aiter__. (#3903) by Yury Selivanov · 7 years ago
  60. 8656670 weaken pthread_getcpuclockid test (more bpo-31596) (#3904) by Benjamin Peterson · 7 years ago
  61. 7faf7e5 closes bpo-31696: don't mention GCC in sys.version when building with clang (#3891) by Benjamin Peterson · 7 years ago
  62. ac31770 bpo-30406: Make async and await proper keywords (#1669) by Jelle Zijlstra · 7 years ago
  63. 2084b30 bpo-31523: Reliability improvements to the Windows build files (#3900) by Steve Dower · 7 years ago
  64. 36c1d1f PEP 553 built-in breakpoint() function (bpo-31353) (#3355) by Barry Warsaw · 7 years ago
  65. 4d07189 bpo-31556: asyncio.wait_for can cancel futures faster with timeout <= 0 (#3703) by Victor K · 7 years ago
  66. 11045c9 bpo-31178: Mock os.waitpid() in test_subprocess (#3896) by Victor Stinner · 7 years ago
  67. c1c47c1 bpo-31671: re: Convert RegexFlag to int before compile (GH-3862) by INADA Naoki · 7 years ago
  68. af810b3 closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (#3771) by Jakub Stasiak · 7 years ago
  69. a8ed117 remove tabs from getcompiler.c (#3892) by Benjamin Peterson · 7 years ago
  70. e14679c closes bpo-31596: Add an interface for pthread_getcpuclockid(3) (#3756) by pdox · 7 years ago
  71. 55fd066 Add self and idlelib to CODEOWNERS file. (#3889) by Terry Jan Reedy · 7 years ago
  72. 300dd55 bpo-30872: Update the curses docs to Python 3. (#2620) by Serhiy Storchaka · 7 years ago
  73. db12ef7 Refactor multiplication and division of timedelta and float. (#3656) by Serhiy Storchaka · 7 years ago
  74. c02a1f4 bpo-31667: Fix gettext related links. (#3860) by Serhiy Storchaka · 7 years ago
  75. 77732be bpo-30404: The -u option now makes the stdout and stderr streams totally unbuffered. (#1667) by Serhiy Storchaka · 7 years ago
  76. 0b5e61d bpo-30397: Add re.Pattern and re.Match. (#1646) by Serhiy Storchaka · 7 years ago
  77. 8d5a3aa bpo-31683: Py_FatalError() now supports long error messages (#3878) by Victor Stinner · 7 years ago
  78. bf477a9 bpo-31677: email: Remove re.IGNORECASE flag (GH-3868) by INADA Naoki · 7 years ago
  79. e2d0dd2 Remove retired and security branches from active docs (#3879) by Ned Deily · 7 years ago
  80. 27c623c bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (#3866) by Serhiy Storchaka · 7 years ago
  81. 929b40a bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (#3864) by Serhiy Storchaka · 7 years ago
  82. 543386b bpo-31657: Add test coverage for the __debug__ case (GH-3450) by diana · 7 years ago
  83. 85c0b89 bpo-31619: Fixed a ValueError when convert a string with large number of underscores (#3827) by Serhiy Storchaka · 7 years ago
  84. 1a87de7 bpo-31415: Add `-X importtime` option (GH-3490) by INADA Naoki · 7 years ago
  85. e8c368d bpo-31540: Allow passing multiprocessing context to ProcessPoolExecutor (#3682) by Thomas Moreau · 7 years ago
  86. efb560e bpo-31662: Fix typos in uploadrelease.bat script by Anselm Kruis · 7 years ago
  87. e6cfdef bpo-31510: Fix multiprocessing test_many_processes() on macOS (#3857) by Victor Stinner · 7 years ago
  88. 4337a0d bpo-11063: Fix _uuid module on macOS (#3855) by Victor Stinner · 7 years ago
  89. 1023dbb bpo-31516: current_thread() should not return a dummy thread at shutdown (#3673) by Antoine Pitrou · 7 years ago
  90. e6f62f6 bpo-31158: Fix nondeterministic read in test_pty (#3808) by Cornelius Diekmann · 7 years ago
  91. b75a228 bpo-31659: Use simple slicing to format PEM cert (GH-3849) by INADA Naoki · 7 years ago
  92. edc05c5 remove comment about long-gone SGI modules (#3850) by Benjamin Peterson · 7 years ago
  93. 5961e7c IDLE: make filetypes a tuple constant. (#3847) by Terry Jan Reedy · 7 years ago
  94. 2102c78 bpo-31336: Speed up type creation. (#3279) by scoder · 7 years ago
  95. d6bb65f bpo-31460: Simplify the API of IDLE's Module Browser. (#3842) by Terry Jan Reedy · 7 years ago
  96. bfebfd8 bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (#3839) by Terry Jan Reedy · 7 years ago
  97. 7dc46d8 bpo-31592: Fix an assertion failure in Python parser in case of a bad unicodedata.normalize(). (#3767) by Oren Milman · 7 years ago
  98. f4ea642 bpo-31627: Make test_mailbox be lenient to empty hostname. (#3821) by Serhiy Storchaka · 7 years ago
  99. 101a5e8 bpo-31648: Improve ElementPath (#3835) by scoder · 7 years ago
  100. 9811e80 bpo-31581: Reduce the number of imports for functools (GH-3757) by INADA Naoki · 7 years ago