1. 88b174c Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Christian Heimes · 12 years ago
  2. 326ec04 test_execvpe_with_bad_arglist shouldn't be in URandomTests by Antoine Pitrou · 12 years ago
  3. f48a67b Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing. by Antoine Pitrou · 12 years ago
  4. 7cad370 #18707: point to Doc/README.txt in the README file. Patch by Madison May. by Ezio Melotti · 12 years ago
  5. 79a16a8 Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). by Antoine Pitrou · 12 years ago
  6. 1703df6 Issue #18732: Remove unused* parameter output_sep from IdleHistory.History by Terry Jan Reedy · 12 years ago
  7. 74b3290 Issue #18226: Fix ImportError and subsequent TypeError in 2.7 backport. by Terry Jan Reedy · 12 years ago
  8. 8ce36dd Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. by Terry Jan Reedy · 12 years ago
  9. a80d3a0 Issue #18718: datetime documentation contradictory on leap second support by David Wolever · 12 years ago
  10. 0e413bd Issue 18719: Remove a false optimization by Raymond Hettinger · 12 years ago
  11. b638a38 Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_' by Terry Jan Reedy · 12 years ago
  12. 4221b7c Add NEWS entry for 0f17aed78168 (issue #16248) by Antoine Pitrou · 12 years ago
  13. d674927 #18687: remove obsolete comment. Patch by Févry Thibault. by Ezio Melotti · 12 years ago
  14. 6681398 Issue 18724: Fix typo noticed by Susan Tan. by Ned Deily · 12 years ago
  15. 1eeba83 Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb by Senthil Kumaran · 12 years ago
  16. b4e186c Documenting that json.load may raise a ValueError. by Felix Crux · 12 years ago
  17. 452dd38 Issue #17701: Improving strftime documentation by David Wolever · 12 years ago
  18. d599142 #18663: document that assertAlmostEqual also works when the values are equal and add tests. by Ezio Melotti · 12 years ago
  19. bb8114c Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get by Terry Jan Reedy · 12 years ago
  20. 0fd1156 Issue #18429: Add user-oriented News entry about Format / Format Paragraph by Terry Jan Reedy · 12 years ago
  21. 3d35489 Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py. by Terry Jan Reedy · 12 years ago
  22. 7921b30 #18357: add tests for dictview set difference. Patch by Fraser Tweedale. by Ezio Melotti · 12 years ago
  23. e822b03 Issue #15866: The xmlcharrefreplace error handler no more produces two XML by Serhiy Storchaka · 12 years ago
  24. 5ad3514 Issue #18661: typo in grp.struct_group docstring. by Mark Dickinson · 12 years ago
  25. 007684a Silence compiler warning for unused declaration. by Raymond Hettinger · 12 years ago
  26. f948943 Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'. by Terry Jan Reedy · 12 years ago
  27. b671701 Issue #13612: Fix a buffer overflow in case of a multi-byte encoding. by Eli Bendersky · 12 years ago
  28. 06fbac5 Issue #18647: Temporary disable the "nothing to repeat" check to make buildbots happy. by Serhiy Storchaka · 12 years ago
  29. d5375df Issue #16067: Add description into MSI file to replace installer's temporary name. by Martin v. Löwis · 12 years ago
  30. 3ade66c Issue #17998: Fix an internal error in regular expression engine. by Serhiy Storchaka · 12 years ago
  31. e8e3121 Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event by Charles-François Natali · 12 years ago
  32. 8074364 Issue #17557: Fix os.getgroups() to work with the modified behavior of by Ned Deily · 12 years ago
  33. 594e8eb Add 2.7.6 uuids. by Martin v. Löwis · 12 years ago
  34. 9a32543 Add 2.7.5 uuid by Martin v. Löwis · 12 years ago
  35. ba7620c Fix tkinter regression introduced by the security fix in #16248. by Antoine Pitrou · 12 years ago
  36. 92fae55 Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 12 years ago
  37. fb77386 Issue #18071: Extension module builds on OS X could fail with TypeError by Ned Deily · 12 years ago
  38. 9ba8d6b Make all idle test case names end with 'Test'. by Terry Jan Reedy · 12 years ago
  39. aea6c11 Update gui section of idle test README. by Terry Jan Reedy · 12 years ago
  40. 662908b Restore the data block size to 62. by Raymond Hettinger · 12 years ago
  41. 16b10c6 Issue #18441: Move commented out code to issue message. by Terry Jan Reedy · 12 years ago
  42. d826d77 Issue #18441: whitespace by Terry Jan Reedy · 12 years ago
  43. 47cb4d6 Issue #18441: Comment out code that will not compile because the standard by Terry Jan Reedy · 12 years ago
  44. d71244f Issue #18441: add Mac (darwin) gui check. This is not needed today, but has been by Terry Jan Reedy · 12 years ago
  45. cc8506e Update int division to quiet 2to3 warning. by Terry Jan Reedy · 12 years ago
  46. 6fb6f8c Issue #18441: Correct previous patch, which hg committed before I wanted it to. by Terry Jan Reedy · 12 years ago
  47. 09eb26f Issue #18441: Make test.support.requires('gui') skip when it should. by Terry Jan Reedy · 12 years ago
  48. 241f653 Remove repetition of string escapes note 1 at end of note 2. by Terry Jan Reedy · 12 years ago
  49. 3490655 Issue #18539: Calltips now work for float default arguments. by Terry Jan Reedy · 12 years ago
  50. d5648ac #15130: remove repeat of abstract paragraph from socket howto body. by R David Murray · 12 years ago
  51. e21b6ae #14853: remove test that was making too many assumptions about stdin. Patch by Elena Oat. by Ezio Melotti · 12 years ago
  52. bcf55a7 Issue #18541: simplified LoggerAdapter example. by Vinay Sajip · 12 years ago
  53. f688f72 Backed out changeset: 23b0164b9c82 #18441 not working by Terry Jan Reedy · 12 years ago
  54. 1ad65ac Backed out changeset: 9f922270a929 so can backout larger patch by Terry Jan Reedy · 12 years ago
  55. 518e48b Issue #18441: fix buildbot name-error for TclError. by Terry Jan Reedy · 12 years ago
  56. 7af16b3 Issue #18439: Move news entry misplaced by graft merge. by Terry Jan Reedy · 12 years ago
  57. 68ad1d1 Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. by Terry Jan Reedy · 12 years ago
  58. 2c636fd Issue #18441: Make test.support.requires('gui') skip when it should. by Terry Jan Reedy · 12 years ago
  59. 14ef0c8 Issue #17532: Prevent exception when changing key sets if Options menu is empty. by Ned Deily · 12 years ago
  60. 6946814 Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath.rect(0.0,-0.0) results. by Raymond Hettinger · 12 years ago
  61. f52d574 Issue #18448: Fix a typo in Demo/newmetaclasses/Eiffel.py. by Serhiy Storchaka · 12 years ago
  62. b77ed2c Backport c952f3d122ae: Tweak the deque struct by moving the least used fields by Raymond Hettinger · 12 years ago
  63. 90180c1 Move the leftlink to the end of the block structure. by Raymond Hettinger · 12 years ago
  64. b7a285f Issue #18471: Fix typo in heapq documentation (reported by François Pinard). by Ned Deily · 12 years ago
  65. c8ef9bc Issue #18455: multiprocessing should not retry connect() with same socket. by Richard Oudkerk · 12 years ago
  66. a85fa5c Move entry from #18427 to the right section in the NEWS file by Ronald Oussoren · 12 years ago
  67. c967a59 Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 12 years ago
  68. a25a31a Issue #18365: convert buildbot errors to skips. by Terry Jan Reedy · 12 years ago
  69. c8a198c Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 12 years ago
  70. e7cbd3f Issue #18365: 2.7 corrections so tests run by Terry Jan Reedy · 12 years ago
  71. d781b07 #18437: fix comment typo. by R David Murray · 12 years ago
  72. fccb0d2 Issue #18365: normalize whitespace by Terry Jan Reedy · 12 years ago
  73. 16c1070 Issue #18365: Add mock Text class and test thereof versus tk.Text. by Terry Jan Reedy · 12 years ago
  74. 4f0102f #18389: Clarify that relpath does not access the file system. by R David Murray · 12 years ago
  75. fab6542 Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as it by Serhiy Storchaka · 12 years ago
  76. fe2e839 Fix reference leaks introduced by the patch for issue #5308. by Serhiy Storchaka · 12 years ago
  77. 8cedb89 Merge heads by Serhiy Storchaka · 12 years ago
  78. 6cda0ad Issue #18336. Fix a link to StreamReader's read() method. by Serhiy Storchaka · 12 years ago
  79. 3687e80 Issue #18427: str.replace could crash the interpreter with huge strings. by Ronald Oussoren · 12 years ago
  80. f7c8584 #18424: PEP8ify the tense of the sum docstring. by R David Murray · 12 years ago
  81. cc879a0 Issue #18377: Code cleanup in Python Launcher by Ronald Oussoren · 12 years ago
  82. 51ee656 Issue #12990: The "Python Launcher" on OSX could not launch python scripts that have paths that include wide characters. by Ronald Oussoren · 12 years ago
  83. 20d4669 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 12 years ago
  84. 0c503c2 Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. by Antoine Pitrou · 12 years ago
  85. e38905b Closes #18312: 'make distclean' no longer deletes files in dot-directories. by Eric V. Smith · 12 years ago
  86. 1e462fe Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 12 years ago
  87. 4bc130c Issue #14206: Clarify docs for Queue.join_cancel_thread(). by Richard Oudkerk · 12 years ago
  88. 4903253 Issue #17273: Clarify that pool methods can only be used by parent process. by Richard Oudkerk · 12 years ago
  89. 41072db Issue #17097: Make multiprocessing ignore EINTR. by Richard Oudkerk · 12 years ago
  90. 44d8b11 Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 12 years ago
  91. b6eeef4 Issue #8515: Set __file__ when run file in IDLE. Backport 2c276d0553ff by by Terry Jan Reedy · 12 years ago
  92. d1caae8 Issue #18189: add test_delegator for Idle Delegator class. by Terry Jan Reedy · 12 years ago
  93. 7ab0c31 Issue 18189: remove unused methods in idlelib.Delegator.Delegator. by Terry Jan Reedy · 12 years ago
  94. 6c1d9dd Tempfile.py: stop buildbot warning about using deprecated xreadlines. by Terry Jan Reedy · 12 years ago
  95. 24dc753 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 12 years ago
  96. 1d14246 Issue #18103: Update README.txt and test_idle to describe and run gui tests. by Terry Jan Reedy · 12 years ago
  97. 8d75003 Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner. by Terry Jan Reedy · 12 years ago
  98. 2b14986 Issue #18316: Update idlelib 2.7 except clauses to ease backports. by Terry Jan Reedy · 12 years ago
  99. 8eab008 Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop by Terry Jan Reedy · 12 years ago
  100. 35115e6 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 12 years ago