1. 4337a0d bpo-11063: Fix _uuid module on macOS (#3855) by Victor Stinner · 7 years ago
  2. 1023dbb bpo-31516: current_thread() should not return a dummy thread at shutdown (#3673) by Antoine Pitrou · 7 years ago
  3. e6f62f6 bpo-31158: Fix nondeterministic read in test_pty (#3808) by Cornelius Diekmann · 7 years ago
  4. b75a228 bpo-31659: Use simple slicing to format PEM cert (GH-3849) by INADA Naoki · 7 years ago
  5. edc05c5 remove comment about long-gone SGI modules (#3850) by Benjamin Peterson · 7 years ago
  6. 5961e7c IDLE: make filetypes a tuple constant. (#3847) by Terry Jan Reedy · 7 years ago
  7. 2102c78 bpo-31336: Speed up type creation. (#3279) by scoder · 7 years ago
  8. d6bb65f bpo-31460: Simplify the API of IDLE's Module Browser. (#3842) by Terry Jan Reedy · 7 years ago
  9. bfebfd8 bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (#3839) by Terry Jan Reedy · 7 years ago
  10. 7dc46d8 bpo-31592: Fix an assertion failure in Python parser in case of a bad unicodedata.normalize(). (#3767) by Oren Milman · 7 years ago
  11. f4ea642 bpo-31627: Make test_mailbox be lenient to empty hostname. (#3821) by Serhiy Storchaka · 7 years ago
  12. 101a5e8 bpo-31648: Improve ElementPath (#3835) by scoder · 7 years ago
  13. 9811e80 bpo-31581: Reduce the number of imports for functools (GH-3757) by INADA Naoki · 7 years ago
  14. b24cd05 bpo-30806 netrc.__repr__() is broken for writing to file (GH-2491) by James Sexton · 7 years ago
  15. 3d2b407 bpo-31574: importlib dtrace (#3749) by Christian Heimes · 7 years ago
  16. 574562c bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_completed()` (#3830) by Łukasz Langa · 7 years ago
  17. 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
  18. 6603373 Tweak formatting of PR message template (#3828) by Brett Cannon · 7 years ago
  19. 8b4ff53 bpo-31285: Remove splitlines identifier from Python/_warnings.c (#3803) by Oren Milman · 7 years ago
  20. d87b105 bpo-31638: Add compression support to zipapp (GH-3819) by Zhiming Wang · 7 years ago
  21. 6fb0e4a explicitly list objects for the ar command (#3824) by Benjamin Peterson · 7 years ago
  22. d15108a stop using ranlib (closes bpo-31625) (#3815) by Benjamin Peterson · 7 years ago
  23. 90f1d98 bpo-25351: avoid activate failure on strict shells (GH-3804) by Sorin Sbarnea · 7 years ago
  24. 288d1da remove support for BSD/OS (closes bpo-31624) (#3812) by Benjamin Peterson · 7 years ago
  25. a106aec bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796) by Antoine Pitrou · 7 years ago
  26. 8d59aca Fix typo in Simple Statements documentation (GH-3809) by kms70847 · 7 years ago
  27. 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
  28. db50ba7 Trivial readability improvement (#3791) by Barry Warsaw · 7 years ago
  29. 5837d04 bpo-31588: Validate return value of __prepare__() methods (GH-3764) by Oren Milman · 7 years ago
  30. 236329e point to the module-level get_ident function rather than the one in _thread (#3782) by Benjamin Peterson · 7 years ago
  31. 14086cf closes bpo-22140: Prevent double substitution of prefix in python-config.sh (#3769) by Michał Górny · 7 years ago
  32. 31aca4b bpo-31586: Use _count_element fast path for real dicts. by Oren Milman · 7 years ago
  33. c740e4f bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (#1557) by Serhiy Storchaka · 7 years ago
  34. 114454e bpo-28293: Don't completely dump the regex cache when full. (#3768) by Serhiy Storchaka · 7 years ago
  35. 0e950dd bpo-31579: Fixed a possible leak in enumerate() with large indices. (#3753) by Serhiy Storchaka · 7 years ago
  36. 4a2d00c bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691) by Guilherme Caminha · 7 years ago
  37. 8110837 bpo-30152: Reduce the number of imports for argparse. (#1269) by Serhiy Storchaka · 7 years ago
  38. f1502d0 bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) by Stefan Grönke · 7 years ago
  39. 8110dbd bpo-26491 Defer DECREFs until enumobject is in a consistent state (#3747) by Raymond Hettinger · 7 years ago
  40. e6d9fcb bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug (#3570) by Victor Stinner · 7 years ago
  41. 49392c6 bpo-27385: Clarify docstring for groupby() (#3738) by Raymond Hettinger · 7 years ago
  42. 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
  43. 0d4497b bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound methods (#3739) by Raymond Hettinger · 7 years ago
  44. 0bf287b bpo-18558: Clarify glossary entry for "Iterable" (#3732) by Raymond Hettinger · 7 years ago
  45. b1d1c42 remove configure check for memmove (#3716) by Benjamin Peterson · 7 years ago
  46. 5b9299d bpo-30085: Improve documentation for operator (#1171) by Sanket Dasgupta · 7 years ago
  47. 5d3e800 bpo-31566: Fix an assertion failure in _warnings.warn() in case of a bad __name__ global. (#3717) by Oren Milman · 7 years ago
  48. 91fb0af bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_explicit. (#3219) by Oren Milman · 7 years ago
  49. 8337239 Update Email library documentation example (GH-3720) by Henk-Jaap Wagenaar · 7 years ago
  50. 2fad102 bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (#3667) by Serhiy Storchaka · 7 years ago
  51. c247caf bpo-30346: An iterator produced by the itertools.groupby() iterator (#1569) by Serhiy Storchaka · 7 years ago
  52. 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
  53. 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
  54. 039b25d bpo-31564: Update typing documentation (GH-3696) by topper-123 · 7 years ago
  55. d6238a7 bpo-25359: Add missed "goto error" after setting an exception. (#3712) by Serhiy Storchaka · 7 years ago
  56. cd99e79 bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser. (#3704) by Cheryl Sabella · 7 years ago
  57. 99167f8 bpo-31559: Remove test order dependence in idle_test.test_browser. (#3708) by Terry Jan Reedy · 7 years ago
  58. aecc08a Docs: correct hashlib.blake2 keyed hashing example (bpo-31560) by Dmitry Chestnykh · 7 years ago
  59. c8a6e5b sqlite: delete some bsddb cargo-culted code to work around Python 2.3/2.4 bugs by Benjamin Peterson · 7 years ago
  60. 058de11 bpo-1612262: IDLE: Class Browser shows nested functions, classes (#2573) by Cheryl Sabella · 7 years ago
  61. 0a1ff24 bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#3372) by Neil Schemenauer · 7 years ago
  62. da9b4cf bpo-31423: Fix building the PDF documentation (GH-3693) by François Magimel · 7 years ago
  63. 35425d6 bpo-31389 Add an optional `header` argument to pdb.set_trace() (#3438) by Barry Warsaw · 7 years ago
  64. b1558a0 bpo-31443: Update included code. (#3697) by Stefan Krah · 7 years ago
  65. ca72589 bpo-31443: Formulate the type slot initialization rules in terms of C99. (#3688) by Stefan Krah · 7 years ago
  66. 5e02c78 bpo-31410: Optimized calling wrapper and classmethod descriptors. (#3481) by Serhiy Storchaka · 7 years ago
  67. b3a7796 bpo-27541: Reprs of subclasses of some classes now contain actual type name. (#3631) by Serhiy Storchaka · 7 years ago
  68. 9adda0c bpo-31351: Set return code in ensurepip when pip fails (GH-3626) by Igor Filatov · 7 years ago
  69. a96c96f bpo-31500: IDLE: Scale default fonts on HiDPI displays. (#3639) by Serhiy Storchaka · 7 years ago
  70. 3d1e2ab bpo-31532: Fix memory corruption due to allocator mix (#3679) by nurelin · 7 years ago
  71. b091bec bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678) by Antoine Pitrou · 7 years ago
  72. aaf6fc0 bpo-26510: make argparse subparsers required by default (#3027) by Anthony Sottile · 7 years ago
  73. 19e4d93 bpo-31533: fix broken link to OpenSSL docs (#3674) by Felipe · 7 years ago
  74. 5252694 closes bpo-31525: require sqlite3_prepare_v2 (#3666) by Benjamin Peterson · 7 years ago
  75. 0ad05c3 bpo-30486: Make cell_set_contents() symbol private (#3668) by Victor Stinner · 7 years ago
  76. a6c0c06 bpo-31506: Improve the error message logic for object.__new__ and object.__init__. (GH-3650) by Serhiy Storchaka · 7 years ago
  77. d6e2f26 bpo-31500: Removed fixed size of IDLE config dialog. (#3664) by Terry Jan Reedy · 7 years ago
  78. a4bb58f Fix build issues in Doc/make.bat (#3658) by Steve Dower · 7 years ago
  79. 9e7b9b2 bpo-31507 Add docstring to parseaddr function in email.utils.parseaddr (gh-3647) by Rohit Balasubramanian · 7 years ago
  80. 9abee72 bpo-31479: Always reset the signal alarm in tests (#3588) by Victor Stinner · 7 years ago
  81. a92941f pythoninfo: ignore OSError(ENOSYS) on getrandom() (#3655) by Victor Stinner · 7 years ago
  82. 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
  83. 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
  84. 6db7033 bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (#3620) by Oren Milman · 7 years ago
  85. 453408a post 3.7.0a1 development by Ned Deily · 7 years ago
  86. a4c91a1 Merge tag 'v3.7.0a1' by Ned Deily · 7 years ago
  87. 8f51bb4 Bump to 3.6.0a1 by Ned Deily · 7 years ago
  88. 450ceea Update PyDoc topics and NEWS blurbs for 3.7.0a1 by Ned Deily · 7 years ago
  89. 380c5fb Update Mac installer Welcome and ReadMe files for 3.7.0a1 by Ned Deily · 7 years ago
  90. 88c60c9 Trivial cleanups following bpo-31370 (#3649) by Antoine Pitrou · 7 years ago
  91. b43c4ca Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3648) by Antoine Pitrou · 7 years ago
  92. a8e7d90 os.test_utime_current(): tolerate 50 ms delta (#3646) by Victor Stinner · 7 years ago
  93. e727d41 bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (#3641) by Victor Stinner · 7 years ago
  94. 9b47af6 bpo-31501: Operator precedence description for arithmetic operators (#3633) by svelankar · 7 years ago
  95. 55679e0 bpo-30928: Update idlelib/NEWS.txt to 2017 Sep 17. (#3635) by Terry Jan Reedy · 7 years ago
  96. 0efc7c6 bpo-31502: IDLE Configdialog again deletes custom themes and keysets. (#3634) by Terry Jan Reedy · 7 years ago
  97. 4ab46d7 bpo-31497: Add private helper _PyType_Name(). (#3630) by Serhiy Storchaka · 7 years ago
  98. 132a7d7 bpo-31482: Missing bytes support for random.seed() version 1 (#3614) by Raymond Hettinger · 7 years ago
  99. 63c591c bpo-31487: Update F-strings doc example (GH-3627) by Mariatta · 7 years ago
  100. 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