1. 58ad245 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 10 years ago
  2. 5329681 Add news entry for 21832 by Raymond Hettinger · 10 years ago
  3. 3eb76fc #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 10 years ago
  4. 550b945 avoid overflow with large buffer sizes and/or offsets (closes #21831) by Benjamin Peterson · 10 years ago
  5. f595a12 Issue #8343: Named group error msgs did not show the group name. by Raymond Hettinger · 10 years ago
  6. 3bef935 fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes #21672) by Benjamin Peterson · 10 years ago
  7. 4575010 Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks(). by Raymond Hettinger · 10 years ago
  8. 98fbdd6 Issue #21491: SocketServer: Fix a race condition in child processes reaping. by Charles-François Natali · 10 years ago
  9. 077c956 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 10 years ago
  10. c0bc4ef avoid crashes and lockups from daemon threads during interpreter shutdown (#1856) by Benjamin Peterson · 10 years ago
  11. 1a6561e Add Idle news entries (plus whitespace fix from other entries). by Terry Jan Reedy · 10 years ago
  12. 8d24d77 url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 10 years ago
  13. 04349c6 Issue #19493: Backport 6f63fff5c120 by Zachary Ware · 10 years ago
  14. 05b0a1b Issue #21310: Fixed possible resource leak in failed open(). by Serhiy Storchaka · 10 years ago
  15. 75a55c3 make sure the builtin help function doesn't fail when sys.stdin is not a valid file (closes #11709) by Benjamin Peterson · 10 years ago
  16. c3e1e90 don't remove self from example code in the HTML output (closes #13223) by Benjamin Peterson · 10 years ago
  17. 93e51aa allow the keyword else immediately after (no space) an integer (closes #21642) by Benjamin Peterson · 10 years ago
  18. 6b862662 Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h by Zachary Ware · 10 years ago
  19. 562495a Issue #18910: Add unittest for textView. Patch by Phil Webster. by Terry Jan Reedy · 10 years ago
  20. 6e66cb0 Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar. by Terry Jan Reedy · 10 years ago
  21. 8ba9e45 Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster. by Terry Jan Reedy · 10 years ago
  22. 9ce635f Issue #18492: Allow all resources when tests are not run by regrtest.py. by Zachary Ware · 10 years ago
  23. 79fa98a Issue #19656: Running Python with the -3 option now also warns about by Serhiy Storchaka · 10 years ago
  24. e75a555 Issue #21605: Added tests for Tkinter images. by Serhiy Storchaka · 10 years ago
  25. 48f2e99 backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304) by Benjamin Peterson · 10 years ago
  26. 15e5a16 merge 2.7.7 release branch by Benjamin Peterson · 10 years ago
  27. de50cdf fix news header by Benjamin Peterson · 10 years ago
  28. 9c70397 bump to 2.7.7 final by Benjamin Peterson · 10 years ago
  29. 2a0220b Issue #21552: Fixed possible integer overflow of too long string lengths in by Serhiy Storchaka · 10 years ago
  30. 0344a06 Fix issue #14315: The zipfile module now ignores extra fields in the central by Gregory P. Smith · 10 years ago
  31. edb6428 Issue #21402: tkinter.ttk now works when default root window is not set. by Serhiy Storchaka · 10 years ago
  32. 49b2086 Issue #21493: Added test for ntpath.expanduser(). Original patch by by Serhiy Storchaka · 10 years ago
  33. 30080fd Issue #10203: sqlite3.Row now truly supports sequence protocol. In particular by Serhiy Storchaka · 10 years ago
  34. fb8899a Issue #21481: Teach argparse equality tests to return NotImplemented when comparing to unknown types. by Raymond Hettinger · 10 years ago
  35. f643b9a Issue 8743: Improve interoperability between sets and the collections.Set abstract base class. by Raymond Hettinger · 10 years ago
  36. 92df752 Issue 13355: Make random.triangular degrade gracefully when low == high. by Raymond Hettinger · 10 years ago
  37. 1f94efc Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok. by Serhiy Storchaka · 10 years ago
  38. 4f0e167 Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), by Serhiy Storchaka · 10 years ago
  39. f19771f Issue #20635: Added tests for Tk geometry managers. by Serhiy Storchaka · 10 years ago
  40. ab4a691 Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes in the compiler. by Antoine Pitrou · 10 years ago
  41. 56032ce 2.7.8 news section by Benjamin Peterson · 10 years ago
  42. 996bf48 bump to 2.7.7rc1 by Benjamin Peterson · 10 years ago
  43. d3d2363 support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744) by Benjamin Peterson · 10 years ago
  44. c2a66f2 reindent for consistency by Benjamin Peterson · 10 years ago
  45. 78cceec Document changes to OS X installer configurations for 2.7.7. by Ned Deily · 10 years ago
  46. 36f28f7 Backport Fix for Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel(). by Senthil Kumaran · 10 years ago
  47. ddb39e7 Issue #21470: Do a better job seeding the random number generator by Raymond Hettinger · 10 years ago
  48. a5413c4 Issue 21469: Mitigate risk of false positives with robotparser. by Raymond Hettinger · 10 years ago
  49. 00b0bd5 Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin by Terry Jan Reedy · 10 years ago
  50. 629026a backport hmac.compare_digest to partially implement PEP 466 (closes #21306) by Benjamin Peterson · 10 years ago
  51. d67c0b8 Backport 4e9f1017355f from #3561. by Brian Curtin · 10 years ago
  52. b0acc1b Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as advertised. by Antoine Pitrou · 10 years ago
  53. 9ba90c9 - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 11 years ago
  54. 2460dc8 Issue #18604: Consolidated checks for GUI availability. by Zachary Ware · 11 years ago
  55. 3ec903f Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 11 years ago
  56. 700c8fe Issue #9291 Add ACKS & NEWS by Tim Golden · 11 years ago
  57. d6a1b2b Add NEWS entry for issue21349 by Tim Golden · 11 years ago
  58. c6606ed Issue #21303, #20565: Updated the version of Tcl/Tk used on Windows by Zachary Ware · 11 years ago
  59. 46b6c08 Issue #21138: Change default reformat paragraph width to PEP 8's 72. by Terry Jan Reedy · 11 years ago
  60. 0edf52a Issue 21284: Idle: make test_formatparagraph pass even when a user changes the by Terry Jan Reedy · 11 years ago
  61. 8488901 Issue #21311: Avoid exception in _osx_support with non-standard compiler by Ned Deily · 11 years ago
  62. f27ec3e - Issue #21285: Refactor and fix curses configure check to always search by doko@ubuntu.com · 11 years ago
  63. 5c863bf when an exception is raised in fdopen, never close the fd (changing on my mind on #21191) by Benjamin Peterson · 11 years ago
  64. 9a55cd8 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 11 years ago
  65. 6c939cb in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 11 years ago
  66. 5aad46e Issue #21172: isinstance check relaxed from dict to collections.Mapping. by Vinay Sajip · 11 years ago
  67. 00109c9 teach 2to3 about 'yield from' by Benjamin Peterson · 11 years ago
  68. da952f3 add matrix multiplication operator support to 2to3 by Benjamin Peterson · 11 years ago
  69. 02ab7a8 make sure fdopen always closes the fd in error cases (closes #21191) by Benjamin Peterson · 11 years ago
  70. 66d8dbe Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown. by Vinay Sajip · 11 years ago
  71. c4e6e0a bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) by Benjamin Peterson · 11 years ago
  72. d42f60e fix overflow detection of strop.expandtabs by Benjamin Peterson · 11 years ago
  73. 40e95df Issue #21029: IDLE now colors print consistently as a keyword. by Raymond Hettinger · 11 years ago
  74. 3ac8665 Issue #21093: Prevent failures of ctypes test_macholib on OS X if a by Ned Deily · 11 years ago
  75. 57847df Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 11 years ago
  76. b693e9f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 11 years ago
  77. c727533 Issue #20939: Use www.example.com instead of www.python.org to avoid test by Ned Deily · 11 years ago
  78. 6d91176 backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex. by R David Murray · 11 years ago
  79. 367f5d3 Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(), by Victor Stinner · 11 years ago
  80. e3af6f0 fix ctypes test alignment assumptions (closes #20946) by Benjamin Peterson · 11 years ago
  81. a146df8 Issue #20939: Fix test_geturl failure in test_urllibnet due to by Ned Deily · 11 years ago
  82. 31fe52d Make distutils error messages more helpful (#11599). by Éric Araujo · 11 years ago
  83. 3d1134e Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 11 years ago
  84. 4c150e0 Improve the default seeding in random module to use 32 bytes of entropy when available. by Raymond Hettinger · 11 years ago
  85. e50fe4c Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 11 years ago
  86. 09f4f25 Issue #15618: Make turtle.py itself work when run from a module with by Terry Jan Reedy · 11 years ago
  87. 68b8a94 Issue #20501: fileinput module no longer reads whole file into memory when using by Serhiy Storchaka · 11 years ago
  88. e0a03d6 Restore title style by Antoine Pitrou · 11 years ago
  89. aa73ea0 Issue #20743: Fix a reference leak in test_tcl. by Antoine Pitrou · 11 years ago
  90. 2ac9d31 Issue #6815: os.path.expandvars() now supports non-ASCII Unicode environment by Serhiy Storchaka · 11 years ago
  91. 3e0cb09 Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 11 years ago
  92. dd091d7 Issue #20510: Rewrote test_exit in test_sys to match existing comments by Zachary Ware · 11 years ago
  93. 6858f00 Issue #8478: Untokenizer.compat now processes first token from iterator input. by Terry Jan Reedy · 11 years ago
  94. e9aab0f backout #19081 to fix #20621 by Benjamin Peterson · 11 years ago
  95. e789a1d Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 11 years ago
  96. 1d19f97 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 11 years ago
  97. 2748c5c avoid name clash with posix_close (closes #20594) by Benjamin Peterson · 11 years ago
  98. a4b9c87 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 11 years ago
  99. 98a9722 Issue #20437: Fixed 43 potential bugs when deleting objects references. by Serhiy Storchaka · 11 years ago
  100. 2cfae9b #14983: always add a line end after a MIME boundary marker. by R David Murray · 11 years ago