1. e804efa Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. by Terry Jan Reedy · 11 years ago
  2. f7568e0 Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel. by Terry Jan Reedy · 11 years ago
  3. 6c939cb in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 11 years ago
  4. 703ed60 add Ian Beer by Benjamin Peterson · 11 years ago
  5. 6d91176 backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex. by R David Murray · 11 years ago
  6. c847bd7 sync with 3.4 branch by Benjamin Peterson · 11 years ago
  7. adeec14 add Nehal Hussain by Benjamin Peterson · 11 years ago
  8. 4bb5d78 add Sean Rodman by Benjamin Peterson · 11 years ago
  9. 09f4f25 Issue #15618: Make turtle.py itself work when run from a module with by Terry Jan Reedy · 11 years ago
  10. 695870a add Chris Angelico by Benjamin Peterson · 11 years ago
  11. 5924365 Issue #17390: Add Python version to Idle editor window title bar. by Terry Jan Reedy · 12 years ago
  12. c802a83 add Nikolaus Rath to ACKS by Benjamin Peterson · 12 years ago
  13. 28cf368 complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 12 years ago
  14. 9f8621f Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 12 years ago
  15. 1875536 Issue #19683: Removed empty tests from test_minidom. by Zachary Ware · 12 years ago
  16. c97f5ed Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 12 years ago
  17. 6d56231 Issue #17976: Fixed potential problem with file.write() not detecting IO error by Serhiy Storchaka · 12 years ago
  18. 2a57009 Merge heads by Zachary Ware · 12 years ago
  19. c0aa245 Issue #19588: Fixed tests in test_random that were silently skipped most by Zachary Ware · 12 years ago
  20. 6d9d30d Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 12 years ago
  21. 1793485 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 12 years ago
  22. bc38548 #8964: fix platform._sys_version to handle IronPython 2.6+. by Ezio Melotti · 12 years ago
  23. 4bfc96b Closes #17725: small grammar fix. by Georg Brandl · 12 years ago
  24. 9238528 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 12 years ago
  25. 39659f2 Issue #19018: The heapq.merge() function no longer suppresses IndexError by Raymond Hettinger · 12 years ago
  26. b06f536 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 12 years ago
  27. 8c7e925 Close #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 12 years ago
  28. 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
  29. 30a5445 Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 12 years ago
  30. 290c6b3 #18833: add a test for test_telnetlib. Patch by Alex Volkov. by Ezio Melotti · 12 years ago
  31. c360389 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 12 years ago
  32. a9885e9 Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace" by Serhiy Storchaka · 12 years ago
  33. f5469cf #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 12 years ago
  34. bb8114c Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get by Terry Jan Reedy · 12 years ago
  35. 7921b30 #18357: add tests for dictview set difference. Patch by Fraser Tweedale. by Ezio Melotti · 12 years ago
  36. 8074364 Issue #17557: Fix os.getgroups() to work with the modified behavior of by Ned Deily · 12 years ago
  37. e21b6ae #14853: remove test that was making too many assumptions about stdin. Patch by Elena Oat. by Ezio Melotti · 12 years ago
  38. c8a198c Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 12 years ago
  39. b6eeef4 Issue #8515: Set __file__ when run file in IDLE. Backport 2c276d0553ff by by Terry Jan Reedy · 12 years ago
  40. 24dc753 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 12 years ago
  41. 35115e6 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 12 years ago
  42. 7e9cec0 Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 12 years ago
  43. fff3f48 #17511: Keep IDLE find dialog open after clicking "Find Next". by Roger Serwy · 12 years ago
  44. c49805e #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 12 years ago
  45. b8fd9ca Issue #15392: Create a unittest framework for IDLE, 2.7 version. by Terry Jan Reedy · 12 years ago
  46. 674f4fa Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 12 years ago
  47. 7423903 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 12 years ago
  48. ce34ba6 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 12 years ago
  49. 673770c Issue 16584: in filecomp._cmp, catch IOError as well as os.error. by Terry Jan Reedy · 12 years ago
  50. 5cea09d #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 12 years ago
  51. 806c1c9 #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 12 years ago
  52. d194b30 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 12 years ago
  53. 1b33206 #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 12 years ago
  54. 6077339 #17341: Include name in re error message about invalid group name. by R David Murray · 12 years ago
  55. 616f2fe Issue #17016: Get rid of possible pointer wraparounds and integer overflows by Serhiy Storchaka · 12 years ago
  56. 75f1fc2 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 12 years ago
  57. b6cdae3 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 12 years ago
  58. 0ba584c #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. by Ezio Melotti · 12 years ago
  59. 74001fa list slotdefs in offset order rather than sorting them (closes #17610) by Benjamin Peterson · 12 years ago
  60. aff9cef Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 12 years ago
  61. cfb63cd #8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen. by Ezio Melotti · 12 years ago
  62. c993a19 #13163: fix names of _get_socket args by R David Murray · 12 years ago
  63. 2556c83 Issue #17299: Add test coverage for cPickle with file objects and general IO by Serhiy Storchaka · 12 years ago
  64. 981c3bd Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
  65. 3d08f25 Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  66. 5b2cf5e #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  67. f794bde Revert "Issue #16121: Fix line number accounting in shlex" by Petri Lehtinen · 12 years ago
  68. 4307278 Issue #16121: Fix line number accounting in shlex by Petri Lehtinen · 12 years ago
  69. 0b78503 Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 12 years ago
  70. 9e14755 Issue #14720: sqlite3: Convert datetime microseconds correctly by Petri Lehtinen · 12 years ago
  71. c23178b Issue #5033: Fix building of the sqlite3 extension module by Petri Lehtinen · 12 years ago
  72. 7d0eb4b #17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn. by Ezio Melotti · 12 years ago
  73. 94bf697 #17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan. by Ezio Melotti · 12 years ago
  74. 0127de0 Issue #16800: tempfile.gettempdir() no longer left temporary files when by Serhiy Storchaka · 13 years ago
  75. f727c31 fix find_library on Solaris (closes #5289) by Benjamin Peterson · 13 years ago
  76. acf4017 Add Robert Xiao to Misc/ACKS for issue17051. by Serhiy Storchaka · 13 years ago
  77. a41cf29 Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 13 years ago
  78. 57dfb22 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 13 years ago
  79. 5c4e32b #13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside character classes (e.g. [A]). Patch by Matthew Barnett. by Ezio Melotti · 13 years ago
  80. 895cc22 Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 13 years ago
  81. b7ee47b add Tom Tromey to ACKS by Benjamin Peterson · 13 years ago
  82. 1c6c90f Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 13 years ago
  83. 646c7b5 #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 13 years ago
  84. 4113d2b Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 13 years ago
  85. 367efc2 Branch merge by Éric Araujo · 13 years ago
  86. 2320fa0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 13 years ago
  87. d38c990 Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 13 years ago
  88. bd5279e Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 13 years ago
  89. 4f3b594 Add Bruno Dupuis by Benjamin Peterson · 13 years ago
  90. d8feba9 #16549: Add tests for json.tools. Initial patch by Berker Peksag and Serhiy Storchaka. by Ezio Melotti · 13 years ago
  91. db5947f #16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen. by Ezio Melotti · 13 years ago
  92. 04050b8 Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 13 years ago
  93. 7d24b16 #16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder. by Ezio Melotti · 13 years ago
  94. 5c89c19 #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 13 years ago
  95. 3d07206 #8040: add a version switcher to the documentation. Patch by Yury Selivanov. by Ezio Melotti · 13 years ago
  96. 54eed2e #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 13 years ago
  97. b8fbff8 #16210: combine the two type() docs. Patch by Pete Sevander. by Ezio Melotti · 13 years ago
  98. 9ad6a56 #15040: Close files in mailbox tests for PyPy compatibility by Petri Lehtinen · 13 years ago
  99. e97a24d Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 13 years ago
  100. f892597e Issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 13 years ago