1. b1d1c42 remove configure check for memmove (#3716) by Benjamin Peterson · 7 years ago
  2. 5b9299d bpo-30085: Improve documentation for operator (#1171) by Sanket Dasgupta · 7 years ago
  3. 5d3e800 bpo-31566: Fix an assertion failure in _warnings.warn() in case of a bad __name__ global. (#3717) by Oren Milman · 7 years ago
  4. 91fb0af bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_explicit. (#3219) by Oren Milman · 7 years ago
  5. 8337239 Update Email library documentation example (GH-3720) by Henk-Jaap Wagenaar · 7 years ago
  6. 2fad102 bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (#3667) by Serhiy Storchaka · 7 years ago
  7. c247caf bpo-30346: An iterator produced by the itertools.groupby() iterator (#1569) by Serhiy Storchaka · 7 years ago
  8. 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
  9. 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
  10. 039b25d bpo-31564: Update typing documentation (GH-3696) by topper-123 · 7 years ago
  11. d6238a7 bpo-25359: Add missed "goto error" after setting an exception. (#3712) by Serhiy Storchaka · 7 years ago
  12. cd99e79 bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser. (#3704) by Cheryl Sabella · 7 years ago
  13. 99167f8 bpo-31559: Remove test order dependence in idle_test.test_browser. (#3708) by Terry Jan Reedy · 7 years ago
  14. aecc08a Docs: correct hashlib.blake2 keyed hashing example (bpo-31560) by Dmitry Chestnykh · 7 years ago
  15. c8a6e5b sqlite: delete some bsddb cargo-culted code to work around Python 2.3/2.4 bugs by Benjamin Peterson · 7 years ago
  16. 058de11 bpo-1612262: IDLE: Class Browser shows nested functions, classes (#2573) by Cheryl Sabella · 7 years ago
  17. 0a1ff24 bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#3372) by Neil Schemenauer · 7 years ago
  18. da9b4cf bpo-31423: Fix building the PDF documentation (GH-3693) by François Magimel · 7 years ago
  19. 35425d6 bpo-31389 Add an optional `header` argument to pdb.set_trace() (#3438) by Barry Warsaw · 7 years ago
  20. b1558a0 bpo-31443: Update included code. (#3697) by Stefan Krah · 7 years ago
  21. ca72589 bpo-31443: Formulate the type slot initialization rules in terms of C99. (#3688) by Stefan Krah · 7 years ago
  22. 5e02c78 bpo-31410: Optimized calling wrapper and classmethod descriptors. (#3481) by Serhiy Storchaka · 7 years ago
  23. b3a7796 bpo-27541: Reprs of subclasses of some classes now contain actual type name. (#3631) by Serhiy Storchaka · 7 years ago
  24. 9adda0c bpo-31351: Set return code in ensurepip when pip fails (GH-3626) by Igor Filatov · 7 years ago
  25. a96c96f bpo-31500: IDLE: Scale default fonts on HiDPI displays. (#3639) by Serhiy Storchaka · 7 years ago
  26. 3d1e2ab bpo-31532: Fix memory corruption due to allocator mix (#3679) by nurelin · 7 years ago
  27. b091bec bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678) by Antoine Pitrou · 7 years ago
  28. aaf6fc0 bpo-26510: make argparse subparsers required by default (#3027) by Anthony Sottile · 7 years ago
  29. 19e4d93 bpo-31533: fix broken link to OpenSSL docs (#3674) by Felipe · 7 years ago
  30. 5252694 closes bpo-31525: require sqlite3_prepare_v2 (#3666) by Benjamin Peterson · 7 years ago
  31. 0ad05c3 bpo-30486: Make cell_set_contents() symbol private (#3668) by Victor Stinner · 7 years ago
  32. a6c0c06 bpo-31506: Improve the error message logic for object.__new__ and object.__init__. (GH-3650) by Serhiy Storchaka · 7 years ago
  33. d6e2f26 bpo-31500: Removed fixed size of IDLE config dialog. (#3664) by Terry Jan Reedy · 7 years ago
  34. a4bb58f Fix build issues in Doc/make.bat (#3658) by Steve Dower · 7 years ago
  35. 9e7b9b2 bpo-31507 Add docstring to parseaddr function in email.utils.parseaddr (gh-3647) by Rohit Balasubramanian · 7 years ago
  36. 9abee72 bpo-31479: Always reset the signal alarm in tests (#3588) by Victor Stinner · 7 years ago
  37. a92941f pythoninfo: ignore OSError(ENOSYS) on getrandom() (#3655) by Victor Stinner · 7 years ago
  38. 865e4b4 bpo-31293: Fix crashes in truediv and mul of a timedelta by a float with a bad as_integer_ratio() method. (#3227) by Oren Milman · 7 years ago
  39. 9974e1b bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name is not a string. (#3257) by Oren Milman · 7 years ago
  40. 6db7033 bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (#3620) by Oren Milman · 7 years ago
  41. 453408a post 3.7.0a1 development by Ned Deily · 7 years ago
  42. a4c91a1 Merge tag 'v3.7.0a1' by Ned Deily · 7 years ago
  43. 8f51bb4 Bump to 3.6.0a1 by Ned Deily · 7 years ago
  44. 450ceea Update PyDoc topics and NEWS blurbs for 3.7.0a1 by Ned Deily · 7 years ago
  45. 380c5fb Update Mac installer Welcome and ReadMe files for 3.7.0a1 by Ned Deily · 7 years ago
  46. 88c60c9 Trivial cleanups following bpo-31370 (#3649) by Antoine Pitrou · 7 years ago
  47. b43c4ca Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3648) by Antoine Pitrou · 7 years ago
  48. a8e7d90 os.test_utime_current(): tolerate 50 ms delta (#3646) by Victor Stinner · 7 years ago
  49. e727d41 bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (#3641) by Victor Stinner · 7 years ago
  50. 9b47af6 bpo-31501: Operator precedence description for arithmetic operators (#3633) by svelankar · 7 years ago
  51. 55679e0 bpo-30928: Update idlelib/NEWS.txt to 2017 Sep 17. (#3635) by Terry Jan Reedy · 7 years ago
  52. 0efc7c6 bpo-31502: IDLE Configdialog again deletes custom themes and keysets. (#3634) by Terry Jan Reedy · 7 years ago
  53. 4ab46d7 bpo-31497: Add private helper _PyType_Name(). (#3630) by Serhiy Storchaka · 7 years ago
  54. 132a7d7 bpo-31482: Missing bytes support for random.seed() version 1 (#3614) by Raymond Hettinger · 7 years ago
  55. 63c591c bpo-31487: Update F-strings doc example (GH-3627) by Mariatta · 7 years ago
  56. 30b61b5 bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is defined only outside _fields_. (#3615) by Oren Milman · 7 years ago
  57. a6bb313 bpo-31493: Fix code context update and font update timers. (#3622) by Terry Jan Reedy · 7 years ago
  58. f361897 Improve f-strings documentation (GH-3604) by Mariatta · 7 years ago
  59. 0ec8c4b bpo-31458: Clarify that Changelog is built from Misc/NEWS.d directory (GH-3617) by Mariatta · 7 years ago
  60. 5777ecc bpo-31488: IDLE - update former extensions when options change. (#3612) by Terry Jan Reedy · 7 years ago
  61. 3f9eee6 bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593) by Eric Snow · 7 years ago
  62. e82c034 bpo-31431: SSLContext.check_hostname auto-sets CERT_REQUIRED (#3531) by Christian Heimes · 7 years ago
  63. a170fa1 bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058) by Christian Heimes · 7 years ago
  64. 4df60f1 bpo-31386: Custom wrap_bio and wrap_socket type (#3426) by Christian Heimes · 7 years ago
  65. ff70289 bpo-314777: IDLE - improve rstrip entry in doc (#3602) by Terry Jan Reedy · 7 years ago
  66. 992f613 Fix description in Python 3.7 What's New (#3603) by Paul Romano · 7 years ago
  67. da67e0d bpo-29916: Include PyGetSetDef in C API extension documentation. (#831) by Michael Seifert · 7 years ago
  68. 11f0807 bpo-31234: test_multiprocessing: wait 30 seconds (#3599) by Victor Stinner · 7 years ago
  69. da3e5cf bpo-31234: Join timers in test_threading (#3598) by Victor Stinner · 7 years ago
  70. 5d84cb3 bpo-31464: asdl_c.py no longer emits trailing spaces in Python-ast.h. (#3568) by Serhiy Storchaka · 7 years ago
  71. b2e5794 bpo-31338 (#3374) by Barry Warsaw · 7 years ago
  72. d384a81 bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (#3590) by Terry Jan Reedy · 7 years ago
  73. 6a396c9 bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011) by Feanil Patel · 7 years ago
  74. ccb3c76 bpo-30860: Fix deadcode in obmalloc.c (#3499) by Victor Stinner · 7 years ago
  75. b9b6900 bpo-31234: Add support.join_thread() helper (#3587) by Victor Stinner · 7 years ago
  76. 167cbde bpo-31234: Join threads in test_queue (#3586) by Victor Stinner · 7 years ago
  77. ff40ecd bpo-31234: Add test.support.wait_threads_exit() (#3578) by Victor Stinner · 7 years ago
  78. b8c7be2 bpo-31234: Join threads in test_threading (#3579) by Victor Stinner · 7 years ago
  79. c8d8e15 bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (#3545) by scoder · 7 years ago
  80. 0b3a87e bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case env has a bad keys() method. (#3580) by Oren Milman · 7 years ago
  81. f350a26 bpo-28556: typing.get_type_hints: better globalns for classes and modules (#3582) by Łukasz Langa · 7 years ago
  82. d393c1b bpo-28411: Isolate PyInterpreterState.modules (#3575) by Eric Snow · 7 years ago
  83. 8dcf22f bpo-31234: Join threads in test_hashlib (#3573) by Victor Stinner · 7 years ago
  84. 18e95b4 bpo-31234: Join threads in tests (#3572) by Victor Stinner · 7 years ago
  85. 1bbd482 bpo-31457: Allow for nested LoggerAdapter objects (#3551) by Łukasz Langa · 7 years ago
  86. 5a61559 _ssl_: Fix compiler warning (#3559) by Victor Stinner · 7 years ago
  87. dae0276 bpo-30860: Fix a refleak. (#3567) by Eric Snow · 7 years ago
  88. 93c92f7 bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) by Eric Snow · 7 years ago
  89. 13ad3b7 bpo-31462: Remove trailing whitespaces. (#3564) by Serhiy Storchaka · 7 years ago
  90. 312ffea Improve code examples in hashlib cookie signing (GH-3562) by sww · 7 years ago
  91. c3e97d9 bpo-30246: fix several error messages which only mention bytes in struct (#1421) by Xiang Zhang · 7 years ago
  92. 1b8f612 bpo-31458: Update Misc/NEWS link in What's New page (GH-3555) by Mariatta · 7 years ago
  93. 096ae33 bpo-31234: Try to fix lock_tests warning (#3557) by Victor Stinner · 7 years ago
  94. 65bc620 bpo-28556: Minor updates to typing module (#3550) by Ivan Levkivskyi · 7 years ago
  95. f6e61df bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case of an exception with a bad __module__ attribute. (#3539) by Oren Milman · 7 years ago
  96. ace1ecc bpo-31234: threading_cleanup() now warns immediately (#3138) by Victor Stinner · 7 years ago
  97. 88031a9 Update subprocess.communicate() docstring. by Joel Schaerer · 7 years ago
  98. acb9fa7 bpo-31234, socket.create_connection(): Fix ref cycle (#3546) by Victor Stinner · 7 years ago
  99. b157ce1 bpo-31234: Fix dangling thread in test_ftplib (#3544) by Victor Stinner · 7 years ago
  100. d165e14 bpo-31448, test_poplib: Fix ResourceWarning (#3542) by Victor Stinner · 7 years ago