1. af09c77 Issue #21591: add test for qualified exec in tuple form. by Robert Jordens · 11 years ago
  2. e2fbf4f Issue #21597: Turtledemo text pane can now be widened to view or copy complete by Terry Jan Reedy · 11 years ago
  3. 7cc3b0a Backout 308f3c1e36d3. This change (issue21044) does not need to be merged on by Serhiy Storchaka · 11 years ago
  4. 4e64d87 Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 11 years ago
  5. b606d45 Issue #21868: Prevent turtle crash due to invalid undo buffer size. by Raymond Hettinger · 11 years ago
  6. e7829bd Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 11 years ago
  7. c893762 Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago
  8. 38017b3 Issue #19145: Remove duplicate ACKS entry by Raymond Hettinger · 11 years ago
  9. 58ad245 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 11 years ago
  10. 3eb76fc #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 11 years ago
  11. b23eef5 add Chris Foster by Benjamin Peterson · 11 years ago
  12. 58eb605 Issue #11974: Add tutorial section on class and instance variables by Raymond Hettinger · 11 years ago
  13. 077c956 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 11 years ago
  14. a48162a add Ammar Brohi for running ssllab's test on python.org and reporting a problem by Benjamin Peterson · 11 years ago
  15. 806f9d7 document TokenError and unclosed expression behavior (closes #12063) by Benjamin Peterson · 11 years ago
  16. 3afd956 document the compress_level argument to tarfile.open (closes #21404) by Benjamin Peterson · 11 years ago
  17. a4b538d Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier. by Terry Jan Reedy · 11 years ago
  18. cc79837 Issue #21545: Add .pop example and tweak comment about pure mutation methods. by Terry Jan Reedy · 11 years ago
  19. 4c5eced Issue #21488: Oops, the patch for codecs.encode/decode doc was written by by Victor Stinner · 11 years ago
  20. 07b1615 Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support. by Victor Stinner · 11 years ago
  21. 3ec903f Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 11 years ago
  22. 0fe1d0a Closes #21026: Augment site doc based on experiments. Patch by Carol Willing. by Terry Jan Reedy · 11 years ago
  23. 700c8fe Issue #9291 Add ACKS & NEWS by Tim Golden · 11 years ago
  24. 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 · 11 years ago
  25. 8488901 Issue #21311: Avoid exception in _osx_support with non-standard compiler by Ned Deily · 11 years ago
  26. e804efa Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. by Terry Jan Reedy · 11 years ago
  27. f7568e0 Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel. by Terry Jan Reedy · 11 years ago
  28. 6c939cb in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 11 years ago
  29. 703ed60 add Ian Beer by Benjamin Peterson · 11 years ago
  30. 6d91176 backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex. by R David Murray · 11 years ago
  31. c847bd7 sync with 3.4 branch by Benjamin Peterson · 11 years ago
  32. adeec14 add Nehal Hussain by Benjamin Peterson · 11 years ago
  33. 4bb5d78 add Sean Rodman by Benjamin Peterson · 11 years ago
  34. 09f4f25 Issue #15618: Make turtle.py itself work when run from a module with by Terry Jan Reedy · 11 years ago
  35. 695870a add Chris Angelico by Benjamin Peterson · 11 years ago
  36. 5924365 Issue #17390: Add Python version to Idle editor window title bar. by Terry Jan Reedy · 12 years ago
  37. c802a83 add Nikolaus Rath to ACKS by Benjamin Peterson · 12 years ago
  38. 28cf368 complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 12 years ago
  39. 9f8621f Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 12 years ago
  40. 1875536 Issue #19683: Removed empty tests from test_minidom. by Zachary Ware · 12 years ago
  41. c97f5ed Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 12 years ago
  42. 6d56231 Issue #17976: Fixed potential problem with file.write() not detecting IO error by Serhiy Storchaka · 12 years ago
  43. 2a57009 Merge heads by Zachary Ware · 12 years ago
  44. c0aa245 Issue #19588: Fixed tests in test_random that were silently skipped most by Zachary Ware · 12 years ago
  45. 6d9d30d Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 12 years ago
  46. 1793485 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 12 years ago
  47. bc38548 #8964: fix platform._sys_version to handle IronPython 2.6+. by Ezio Melotti · 12 years ago
  48. 4bfc96b Closes #17725: small grammar fix. by Georg Brandl · 12 years ago
  49. 9238528 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 12 years ago
  50. 39659f2 Issue #19018: The heapq.merge() function no longer suppresses IndexError by Raymond Hettinger · 12 years ago
  51. b06f536 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 12 years ago
  52. 8c7e925 Close #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 12 years ago
  53. 213fec4 Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. by Antoine Pitrou · 12 years ago
  54. 30a5445 Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 12 years ago
  55. 290c6b3 #18833: add a test for test_telnetlib. Patch by Alex Volkov. by Ezio Melotti · 12 years ago
  56. c360389 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 12 years ago
  57. a9885e9 Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace" by Serhiy Storchaka · 12 years ago
  58. f5469cf #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 12 years ago
  59. bb8114c Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get by Terry Jan Reedy · 12 years ago
  60. 7921b30 #18357: add tests for dictview set difference. Patch by Fraser Tweedale. by Ezio Melotti · 12 years ago
  61. 8074364 Issue #17557: Fix os.getgroups() to work with the modified behavior of by Ned Deily · 12 years ago
  62. e21b6ae #14853: remove test that was making too many assumptions about stdin. Patch by Elena Oat. by Ezio Melotti · 12 years ago
  63. c8a198c Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 12 years ago
  64. b6eeef4 Issue #8515: Set __file__ when run file in IDLE. Backport 2c276d0553ff by by Terry Jan Reedy · 12 years ago
  65. 24dc753 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 12 years ago
  66. 35115e6 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 12 years ago
  67. 7e9cec0 Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 12 years ago
  68. fff3f48 #17511: Keep IDLE find dialog open after clicking "Find Next". by Roger Serwy · 12 years ago
  69. c49805e #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 12 years ago
  70. b8fd9ca Issue #15392: Create a unittest framework for IDLE, 2.7 version. by Terry Jan Reedy · 12 years ago
  71. 674f4fa Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 12 years ago
  72. 7423903 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 12 years ago
  73. ce34ba6 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 12 years ago
  74. 673770c Issue 16584: in filecomp._cmp, catch IOError as well as os.error. by Terry Jan Reedy · 12 years ago
  75. 5cea09d #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 12 years ago
  76. 806c1c9 #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 12 years ago
  77. d194b30 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 12 years ago
  78. 1b33206 #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 12 years ago
  79. 6077339 #17341: Include name in re error message about invalid group name. by R David Murray · 12 years ago
  80. 616f2fe Issue #17016: Get rid of possible pointer wraparounds and integer overflows by Serhiy Storchaka · 12 years ago
  81. 75f1fc2 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 12 years ago
  82. b6cdae3 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 12 years ago
  83. 0ba584c #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. by Ezio Melotti · 12 years ago
  84. 74001fa list slotdefs in offset order rather than sorting them (closes #17610) by Benjamin Peterson · 12 years ago
  85. aff9cef Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 12 years ago
  86. cfb63cd #8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen. by Ezio Melotti · 12 years ago
  87. c993a19 #13163: fix names of _get_socket args by R David Murray · 12 years ago
  88. 2556c83 Issue #17299: Add test coverage for cPickle with file objects and general IO by Serhiy Storchaka · 12 years ago
  89. 981c3bd Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
  90. 3d08f25 Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  91. 5b2cf5e #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  92. f794bde Revert "Issue #16121: Fix line number accounting in shlex" by Petri Lehtinen · 12 years ago
  93. 4307278 Issue #16121: Fix line number accounting in shlex by Petri Lehtinen · 12 years ago
  94. 0b78503 Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 12 years ago
  95. 9e14755 Issue #14720: sqlite3: Convert datetime microseconds correctly by Petri Lehtinen · 12 years ago
  96. c23178b Issue #5033: Fix building of the sqlite3 extension module by Petri Lehtinen · 12 years ago
  97. 7d0eb4b #17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn. by Ezio Melotti · 12 years ago
  98. 94bf697 #17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan. by Ezio Melotti · 12 years ago
  99. 0127de0 Issue #16800: tempfile.gettempdir() no longer left temporary files when by Serhiy Storchaka · 13 years ago
  100. f727c31 fix find_library on Solaris (closes #5289) by Benjamin Peterson · 13 years ago