1. 33ad096 Issue #21729: Used the "with" statement in the dbm.dumb module to ensure by Serhiy Storchaka · 10 years ago
  2. 6d52ced Closes #20872: dbm/gdbm/ndbm close methods are not documented by Jesus Cea · 10 years ago
  3. 7de9971 Fixed typo in documentation. by Vinay Sajip · 10 years ago
  4. 58ad245 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 10 years ago
  5. 3fecd48 Issue #14117: Inprove help text and docstrings, some for clarity, some just to by Terry Jan Reedy · 10 years ago
  6. 5329681 Add news entry for 21832 by Raymond Hettinger · 10 years ago
  7. 3eb76fc #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 10 years ago
  8. de5170e Issue 21832: Require named tuple inputs to be exact strings by Raymond Hettinger · 10 years ago
  9. b23eef5 add Chris Foster by Benjamin Peterson · 10 years ago
  10. 550b945 avoid overflow with large buffer sizes and/or offsets (closes #21831) by Benjamin Peterson · 10 years ago
  11. 58eb605 Issue #11974: Add tutorial section on class and instance variables by Raymond Hettinger · 10 years ago
  12. c459755 adjust zipfile tests for splitdrive improvements by Benjamin Peterson · 10 years ago
  13. 008651c Display the name not the group itself by Raymond Hettinger · 10 years ago
  14. f595a12 Issue #8343: Named group error msgs did not show the group name. by Raymond Hettinger · 10 years ago
  15. 3bef935 fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes #21672) by Benjamin Peterson · 10 years ago
  16. ecb4a1e clarify that islink only really works if python knows about symlinks (closes #13143) by Benjamin Peterson · 10 years ago
  17. ed6820d Issue #21824: Turtledemo 2.7 help menu entries now display help text instead by Terry Jan Reedy · 10 years ago
  18. 122df1e Issue #21823: Catch turtle.Terminator exceptions in turtledemo. by Terry Jan Reedy · 10 years ago
  19. 4575010 Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks(). by Raymond Hettinger · 10 years ago
  20. 94919a4 Fix test_pydoc failure introduced by e89c39125892. Patch by Berker Peksag. by Charles-François Natali · 10 years ago
  21. 98fbdd6 Issue #21491: SocketServer: Fix a race condition in child processes reaping. by Charles-François Natali · 10 years ago
  22. 7299818 Issue #21768: fix type in test_pydoc, patch by Claudiu Popa. by Terry Jan Reedy · 10 years ago
  23. 454a515 issue 20091 - index entry for __main__ in runpy docs. by Senthil Kumaran · 10 years ago
  24. 33b810d #21690: fix a couple of links in the docs of the re module. Noticed by Julian Gilbey. by Ezio Melotti · 10 years ago
  25. e4cda6c Merge. by Charles-François Natali · 10 years ago
  26. cee4f03 Issue #21810: Backport mmap-based arena allocation failure check. by Charles-François Natali · 10 years ago
  27. 077c956 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 10 years ago
  28. fa3b9cc Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar. by Terry Jan Reedy · 10 years ago
  29. 24b8209 Issue #21789: fix broken link (reported by Jan Varho) by Ned Deily · 10 years ago
  30. a48162a add Ammar Brohi for running ssllab's test on python.org and reporting a problem by Benjamin Peterson · 10 years ago
  31. 3232384 revert tstate_delete_common, since it's pretty much wrong by Benjamin Peterson · 10 years ago
  32. 8166969 avoid a deadlock with the interpreter head lock and the GIL during finalization by Benjamin Peterson · 10 years ago
  33. 1c78e6d check if the thread is finalizing after retaking the GIL by Benjamin Peterson · 10 years ago
  34. c0bc4ef avoid crashes and lockups from daemon threads during interpreter shutdown (#1856) by Benjamin Peterson · 10 years ago
  35. 1a6561e Add Idle news entries (plus whitespace fix from other entries). by Terry Jan Reedy · 10 years ago
  36. 7c5318f Issue #21686: add unittest for idlelib.HyperParser. Original patch by Saimadhav by Terry Jan Reedy · 10 years ago
  37. 487a143 Fix typo reported by Jesse W on docs@ by Zachary Ware · 10 years ago
  38. ee2cb3f Closes #21759: URL Typo in Documentation FAQ by Jesus Cea · 10 years ago
  39. 9f2dcd2 Issue #19362: Tweek len() doc and docstring to expand the indicated range of by Terry Jan Reedy · 10 years ago
  40. 357d312 whitespace by Terry Jan Reedy · 10 years ago
  41. 633c33b Issue #21686: idlelib/HyperParser.py - Update docstrings and comments and by Terry Jan Reedy · 10 years ago
  42. 87d0136 clarify when the list of subdirectories is read (closes #13779) by Benjamin Peterson · 10 years ago
  43. efda558 document IOBase.__del__'s behavior (closes #21764) by Benjamin Peterson · 10 years ago
  44. 8d24d77 url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 10 years ago
  45. ce817cb Issue #21742: Set stream to None after closing. by Vinay Sajip · 10 years ago
  46. ec92b4a #5904: Add sentence about the encoding of strftime's result. by R David Murray · 10 years ago
  47. 04349c6 Issue #19493: Backport 6f63fff5c120 by Zachary Ware · 10 years ago
  48. 925c6ad Issue #21726: Remove unnecessary and contextually wrong line. by Terry Jan Reedy · 10 years ago
  49. ba301de Issue #12387: Add missing upper(lower)case versions of default Windows key by Terry Jan Reedy · 10 years ago
  50. df0e8f9 #21693 - Fix the broken link for pylons project. by Senthil Kumaran · 10 years ago
  51. c5767a6 Issue #21695: Catch AttributeError created when user closes grep output window by Terry Jan Reedy · 10 years ago
  52. 1d6a0c4 Closes Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where actual by Terry Jan Reedy · 10 years ago
  53. dd35484 #20903: clarify what happens when an smtp connection timeout occurs. by R David Murray · 10 years ago
  54. 05b0a1b Issue #21310: Fixed possible resource leak in failed open(). by Serhiy Storchaka · 10 years ago
  55. 6453a01 Issue #21683: Add Tix build to the Windows buildbot scripts. by Zachary Ware · 10 years ago
  56. 2ce98f8 whitespace by Terry Jan Reedy · 10 years ago
  57. 76cdcf7 Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. by Terry Jan Reedy · 10 years ago
  58. 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
  59. 7e1eb5c backed out 86ba41b7bb46 (#18910) for test breakage by Benjamin Peterson · 10 years ago
  60. 806f9d7 document TokenError and unclosed expression behavior (closes #12063) by Benjamin Peterson · 10 years ago
  61. c3e1e90 don't remove self from example code in the HTML output (closes #13223) by Benjamin Peterson · 10 years ago
  62. 4547d37 specify that getuid() returns the real uid (closes #10503) by Benjamin Peterson · 10 years ago
  63. 3afd956 document the compress_level argument to tarfile.open (closes #21404) by Benjamin Peterson · 10 years ago
  64. 93e51aa allow the keyword else immediately after (no space) an integer (closes #21642) by Benjamin Peterson · 10 years ago
  65. 4807dd0 Updates to Python 2.7 What's New preamble by Nick Coghlan · 10 years ago
  66. ffd6576 Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. by Terry Jan Reedy · 10 years ago
  67. 5d1049c Issue #18910: test_textView - since all tests require 'gui', make root global. by Terry Jan Reedy · 10 years ago
  68. 6b862662 Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h by Zachary Ware · 10 years ago
  69. 90bcdd7 Issue #18292: s/tkinter/Tkinter/ by Zachary Ware · 10 years ago
  70. 7b02ef0 #21653: fix doc for return type of sqlite3.Row.keys(). by R David Murray · 10 years ago
  71. 649570a whitespace by Terry Jan Reedy · 10 years ago
  72. 562495a Issue #18910: Add unittest for textView. Patch by Phil Webster. by Terry Jan Reedy · 10 years ago
  73. 6e66cb0 Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar. by Terry Jan Reedy · 10 years ago
  74. ee0b672 Issue #21654: Fix interaction with warnings. Patch by Raymond Hettinger. by Terry Jan Reedy · 10 years ago
  75. 8ba9e45 Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster. by Terry Jan Reedy · 10 years ago
  76. 1e92709 Update references to Python docs in the sidebar index. by Senthil Kumaran · 10 years ago
  77. a4b538d Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier. by Terry Jan Reedy · 10 years ago
  78. 9ce635f Issue #18492: Allow all resources when tests are not run by regrtest.py. by Zachary Ware · 10 years ago
  79. f94686f Issue #6181: Fixed minor bugs in tkinter.Listbox methods: by Serhiy Storchaka · 10 years ago
  80. 417367a Issue #6181: Fixed errors in tkinter.Listbox docstrings. by Serhiy Storchaka · 10 years ago
  81. 9e51f50 Updated logging HOWTO section on optimization. by Vinay Sajip · 10 years ago
  82. 79fa98a Issue #19656: Running Python with the -3 option now also warns about by Serhiy Storchaka · 10 years ago
  83. e75a555 Issue #21605: Added tests for Tkinter images. by Serhiy Storchaka · 10 years ago
  84. adad50c Added missed calls of splitlist(). by Serhiy Storchaka · 10 years ago
  85. f74805b Issue #21477: Update htest docstring and remove extraneous differences between by Terry Jan Reedy · 10 years ago
  86. e047f56 post 2.7.7 version bump by Benjamin Peterson · 10 years ago
  87. 48f2e99 backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304) by Benjamin Peterson · 10 years ago
  88. d2058fb give the correct fixer name (closes #21604) by Benjamin Peterson · 10 years ago
  89. 15e5a16 merge 2.7.7 release branch by Benjamin Peterson · 10 years ago
  90. 253b7c8 Added tag v2.7.7 for changeset f89216059edf by Benjamin Peterson · 10 years ago
  91. de50cdf fix news header by Benjamin Peterson · 10 years ago
  92. 9c70397 bump to 2.7.7 final by Benjamin Peterson · 10 years ago
  93. 4e33a86 openssl requires nasm (#21462) by Benjamin Peterson · 10 years ago
  94. 5458ce0 openssl requires nasm (#21462) by Benjamin Peterson · 10 years ago
  95. 3f45303 Issue #21572: Change license command to fallback to generic license URL. by Ned Deily · 10 years ago
  96. 9f7f62f Issue #21593: (from StackOverflow) minor doc clarification for re.search. by Terry Jan Reedy · 10 years ago
  97. 9d5a05f Merged upstream changes. by Vinay Sajip · 10 years ago
  98. 577f8cb Issue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds by Steve Dower · 10 years ago
  99. ee310bc Issue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds by Steve Dower · 10 years ago
  100. ab2db58 Issue #21608: Updated HTTPHandler documentation. by Vinay Sajip · 10 years ago