1. 92df752 Issue 13355: Make random.triangular degrade gracefully when low == high. by Raymond Hettinger · 10 years ago
  2. 1f94efc Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok. by Serhiy Storchaka · 10 years ago
  3. 62012fc Issue #21477: Idle htest: merge and modify run and runall; add many tests. by Terry Jan Reedy · 10 years ago
  4. d383baf allow doc archives to be built for versions in the rc stage by Benjamin Peterson · 10 years ago
  5. 47e4b0b Issue #18604: Skip the Tk instantiation test on OS X because it can by Ned Deily · 10 years ago
  6. 6599439 Fixed new Tkinter tests added in issue #21522 with Tk 8.4. by Serhiy Storchaka · 10 years ago
  7. 4f0e167 Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), by Serhiy Storchaka · 10 years ago
  8. f19771f Issue #20635: Added tests for Tk geometry managers. by Serhiy Storchaka · 10 years ago
  9. ab4a691 Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes in the compiler. by Antoine Pitrou · 10 years ago
  10. cc79837 Issue #21545: Add .pop example and tweak comment about pure mutation methods. by Terry Jan Reedy · 10 years ago
  11. fd61349 Issue 21479: Fix markup for the TarFile.open() classmethod. by Raymond Hettinger · 10 years ago
  12. 198123c Issue 21198: Minor tarfile documentation bug. by Raymond Hettinger · 10 years ago
  13. fbb60d5 Issue #21383: OS X installer builds now use "make touch". by Ned Deily · 10 years ago
  14. ac1bb81 Issue #21383: Allow "make touch" to work when building outside of the by Ned Deily · 10 years ago
  15. 56032ce 2.7.8 news section by Benjamin Peterson · 10 years ago
  16. 4345846 Issue #21477: idle htests - lower case function names, other cleanups. by Terry Jan Reedy · 10 years ago
  17. 2c5a61f merge 2.7.7 release branch by Benjamin Peterson · 10 years ago
  18. 672b043 include test data in the windows installer, so tests don't fail (closes #19866) by Benjamin Peterson · 10 years ago
  19. 1c1d1e2 Don't grow strings by concatenation. Use ''.join() instead. by Raymond Hettinger · 10 years ago
  20. f6cc6e6 Added tag v2.7.7rc1 for changeset e32e3a9f3902 by Benjamin Peterson · 10 years ago
  21. 996bf48 bump to 2.7.7rc1 by Benjamin Peterson · 10 years ago
  22. 03b48b1 update pydoc_topics by Benjamin Peterson · 10 years ago
  23. 5918f8f 'sunos' not 'solaris by Benjamin Peterson · 10 years ago
  24. 15773c8 just skip this test on Solaris by Benjamin Peterson · 10 years ago
  25. 6800d93 some platforms apparently don't care about fdopen'ing with a different mode by Benjamin Peterson · 10 years ago
  26. d3d2363 support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744) by Benjamin Peterson · 10 years ago
  27. c2a66f2 reindent for consistency by Benjamin Peterson · 10 years ago
  28. 78cceec Document changes to OS X installer configurations for 2.7.7. by Ned Deily · 10 years ago
  29. 36f28f7 Backport Fix for Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel(). by Senthil Kumaran · 10 years ago
  30. fb371af Issue #18104: revise docstrings, remove obsolete comments. by Terry Jan Reedy · 10 years ago
  31. 4c5eced Issue #21488: Oops, the patch for codecs.encode/decode doc was written by by Victor Stinner · 10 years ago
  32. 07b1615 Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support. by Victor Stinner · 10 years ago
  33. 0eb9ee9 #21347: use string not list in shell=True example. by R David Murray · 10 years ago
  34. ddb39e7 Issue #21470: Do a better job seeding the random number generator by Raymond Hettinger · 10 years ago
  35. a5413c4 Issue 21469: Mitigate risk of false positives with robotparser. by Raymond Hettinger · 10 years ago
  36. c594596 whitespace by Terry Jan Reedy · 10 years ago
  37. 00b0bd5 Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin by Terry Jan Reedy · 10 years ago
  38. 8c16605 use logical rather than bit and by Benjamin Peterson · 10 years ago
  39. 3428620 this file now has utf-8 chars by Benjamin Peterson · 10 years ago
  40. a1ccfb5 cast away warnings by Benjamin Peterson · 10 years ago
  41. 629026a backport hmac.compare_digest to partially implement PEP 466 (closes #21306) by Benjamin Peterson · 10 years ago
  42. e9314e4 remove confusing delete indexing (closes #21466) by Benjamin Peterson · 10 years ago
  43. bd2ab52 Issue #21476 Include idle icon files in Windows installer by Steve Dower · 10 years ago
  44. d67c0b8 Backport 4e9f1017355f from #3561. by Brian Curtin · 10 years ago
  45. b0acc1b Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as advertised. by Antoine Pitrou · 10 years ago
  46. 9ba90c9 - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago
  47. 4773b90 Add prompts to interactive example. by Zachary Ware · 10 years ago
  48. 1512143 Issue #21366: Document the fact that ``return`` in a ``finally`` clause by Zachary Ware · 10 years ago
  49. 9343489 Issue 21375: Fix possible Py_ssizet overflow in heapq. by Raymond Hettinger · 10 years ago
  50. 2460dc8 Issue #18604: Consolidated checks for GUI availability. by Zachary Ware · 10 years ago
  51. e9864c5 Issue #19630 Emphasise that the file parameter to marshal.dump must be a real file object by Tim Golden · 10 years ago
  52. 3ec903f Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 10 years ago
  53. f3ae10e Closes #21055: Index (augmented) assignment symbols. by Terry Jan Reedy · 10 years ago
  54. cd3d741 Closes 21048: Index 'as' in import and with statements. by Terry Jan Reedy · 10 years ago
  55. 0fe1d0a Closes #21026: Augment site doc based on experiments. Patch by Carol Willing. by Terry Jan Reedy · 10 years ago
  56. b7967cc #21225: copy docstrings from base classes by Andrew Kuchling · 10 years ago
  57. 700c8fe Issue #9291 Add ACKS & NEWS by Tim Golden · 10 years ago
  58. 3c5816f Issue #9291 Do not attempt to re-encode mimetype data read from registry in ANSI mode. Initial patches by Dmitry Jemerov & Vladimir Iofik by Tim Golden · 10 years ago
  59. 9b244ad #18243: Remove obsolete cautionary note from email mktime_tz docs. by R David Murray · 10 years ago
  60. 32ae437 Issue #17145: Document array.array buffer interface limitations. by Stefan Krah · 10 years ago
  61. 807c9da Issue #18944: backport typo fix by Terry Jan Reedy · 10 years ago
  62. d6a1b2b Add NEWS entry for issue21349 by Tim Golden · 10 years ago
  63. 3c603f3 Issue21349 Passing a memoryview to _winreg.SetValueEx now correctly raises a TypeError where it previously crashed the interpreter. Patch by Brian Kearns by Tim Golden · 10 years ago
  64. be580f2 Issue #20434 Correct error handlin of _PyString_Resize and _PyBytes_Resize by Kristján Valur Jónsson · 10 years ago
  65. 4e0df17 Issue #21346: Fix typos in test_itertools. Patch by Brian Kearns. by Zachary Ware · 10 years ago
  66. 10c7781 fix off-by-one error (closes #21330) by Benjamin Peterson · 10 years ago
  67. c6606ed Issue #21303, #20565: Updated the version of Tcl/Tk used on Windows by Zachary Ware · 10 years ago
  68. 46b6c08 Issue #21138: Change default reformat paragraph width to PEP 8's 72. by Terry Jan Reedy · 10 years ago
  69. 0edf52a Issue 21284: Idle: make test_formatparagraph pass even when a user changes the by Terry Jan Reedy · 10 years ago
  70. 8488901 Issue #21311: Avoid exception in _osx_support with non-standard compiler by Ned Deily · 11 years ago
  71. f27ec3e - Issue #21285: Refactor and fix curses configure check to always search by doko@ubuntu.com · 11 years ago
  72. dd967ef #18628: clarify index entry for source file encoding declaration. by R David Murray · 11 years ago
  73. 0d1e44b #18566: Whitespace by Terry Jan Reedy · 11 years ago
  74. e804efa Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. by Terry Jan Reedy · 11 years ago
  75. 51f80c1 Issue #21245: updated documentation on exception() method and function. by Vinay Sajip · 11 years ago
  76. cb4069c #1704474: mark refleak test as specific to CPython by Andrew Kuchling · 11 years ago
  77. 68e85e5 #15840: make docs consistent by saying operations on closed files raise ValueError. by Andrew Kuchling · 11 years ago
  78. 49bf4ce whitespace chaps my hide by Gregory P. Smith · 11 years ago
  79. 8f813fe Some cleanup of the subprocess docs in 2.7. Adds a reference to the by Gregory P. Smith · 11 years ago
  80. 7fc8a10 add missing NULL check by Benjamin Peterson · 11 years ago
  81. 5c863bf when an exception is raised in fdopen, never close the fd (changing on my mind on #21191) by Benjamin Peterson · 11 years ago
  82. f609a3d Backed out changeset 81abb121dc65 by Benjamin Peterson · 11 years ago
  83. 81f9071 temporary change to get better debugging from windows bots by Benjamin Peterson · 11 years ago
  84. f7568e0 Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel. by Terry Jan Reedy · 11 years ago
  85. e03d3fd do not generate pipe names in the temporary dir by Benjamin Peterson · 11 years ago
  86. 3e5d87b disallow a negative idx parameter by Benjamin Peterson · 11 years ago
  87. f10cc46 Issue #20624: Merge exception docs tweak from 3.4 branch. by Mark Dickinson · 11 years ago
  88. 9a55cd8 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 11 years ago
  89. 6c939cb in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 11 years ago
  90. 4624b00 Remove references to the obsolete Mac Carbon modules in the GUI by Ned Deily · 11 years ago
  91. 94fb85e Issue #21170: Removed invalid parameter names from unittest doc. by Terry Jan Reedy · 11 years ago
  92. 5aad46e Issue #21172: isinstance check relaxed from dict to collections.Mapping. by Vinay Sajip · 11 years ago
  93. 00109c9 teach 2to3 about 'yield from' by Benjamin Peterson · 11 years ago
  94. da952f3 add matrix multiplication operator support to 2to3 by Benjamin Peterson · 11 years ago
  95. c177b1c Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1. by Ned Deily · 11 years ago
  96. ebd63dc Issue #20644: Keep build-installer.py in sync across active versions. by Ned Deily · 11 years ago
  97. 02ab7a8 make sure fdopen always closes the fd in error cases (closes #21191) by Benjamin Peterson · 11 years ago
  98. d546009 issue #21190: Fix the docs README link by Senthil Kumaran · 11 years ago
  99. 05bbb8c Issue #21179: Fix description of 'round' function for numbers.Real. by Mark Dickinson · 11 years ago
  100. ffc34e8 use imperative by Benjamin Peterson · 11 years ago