1. 1afb9da #23512: list non-essential built-in functions after the table. Patch by Carlo Beccarini. by Ezio Melotti · 10 years ago
  2. bc1fda3 #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 10 years ago
  3. b4b000f #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  4. 7c26be5 Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  5. 233e698 Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time. by Serhiy Storchaka · 10 years ago
  6. 5606cd9 Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch by Stefan Krah · 11 years ago
  7. b5daa3d Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 11 years ago
  8. 07f9047 fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 11 years ago
  9. d862db0 Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. by Serhiy Storchaka · 11 years ago
  10. 186c5f0 Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2. by Serhiy Storchaka · 11 years ago
  11. 009352a #22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo. by Ezio Melotti · 11 years ago
  12. cae81d0 #22237: fix patch attribution. by Ezio Melotti · 11 years ago
  13. 9f8a5b1 #22237: document that sorted() is guaranteed to be stable. Initial patch by Martin Panter. by Ezio Melotti · 11 years ago
  14. 1643d5c give exception a nice message (closes #22379) by Benjamin Peterson · 11 years ago
  15. 9ad23c6 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 11 years ago
  16. 1b4b7af Issue #16537: Check whether self.extensions is empty in setup.py. by Berker Peksag · 11 years ago
  17. 12f0532 Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 11 years ago
  18. b5dc3dc Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 11 years ago
  19. cdabc37 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 11 years ago
  20. c9cdd0c Lax cookie parsing in http.cookies could be a security issue when by Guido van Rossum · 11 years ago
  21. 0140845 Issue #22191: Fix warnings.__all__. by Brett Cannon · 11 years ago
  22. 575ee4c Issue #22174: Clean-up grammar and ambiguities in property() docs. by Raymond Hettinger · 11 years ago
  23. c468aba #18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst. by Ezio Melotti · 11 years ago
  24. af09c77 Issue #21591: add test for qualified exec in tuple form. by Robert Jordens · 11 years ago
  25. e2fbf4f Issue #21597: Turtledemo text pane can now be widened to view or copy complete by Terry Jan Reedy · 11 years ago
  26. 7cc3b0a Backout 308f3c1e36d3. This change (issue21044) does not need to be merged on by Serhiy Storchaka · 11 years ago
  27. 4e64d87 Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 11 years ago
  28. b606d45 Issue #21868: Prevent turtle crash due to invalid undo buffer size. by Raymond Hettinger · 11 years ago
  29. e7829bd Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 11 years ago
  30. c893762 Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago
  31. 38017b3 Issue #19145: Remove duplicate ACKS entry by Raymond Hettinger · 11 years ago
  32. 58ad245 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 11 years ago
  33. 3eb76fc #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 11 years ago
  34. b23eef5 add Chris Foster by Benjamin Peterson · 11 years ago
  35. 58eb605 Issue #11974: Add tutorial section on class and instance variables by Raymond Hettinger · 11 years ago
  36. 077c956 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 11 years ago
  37. a48162a add Ammar Brohi for running ssllab's test on python.org and reporting a problem by Benjamin Peterson · 11 years ago
  38. 806f9d7 document TokenError and unclosed expression behavior (closes #12063) by Benjamin Peterson · 11 years ago
  39. 3afd956 document the compress_level argument to tarfile.open (closes #21404) by Benjamin Peterson · 11 years ago
  40. a4b538d Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier. by Terry Jan Reedy · 11 years ago
  41. cc79837 Issue #21545: Add .pop example and tweak comment about pure mutation methods. by Terry Jan Reedy · 11 years ago
  42. 4c5eced Issue #21488: Oops, the patch for codecs.encode/decode doc was written by by Victor Stinner · 11 years ago
  43. 07b1615 Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support. by Victor Stinner · 11 years ago
  44. 3ec903f Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 11 years ago
  45. 0fe1d0a Closes #21026: Augment site doc based on experiments. Patch by Carol Willing. by Terry Jan Reedy · 11 years ago
  46. 700c8fe Issue #9291 Add ACKS & NEWS by Tim Golden · 11 years ago
  47. 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
  48. 8488901 Issue #21311: Avoid exception in _osx_support with non-standard compiler by Ned Deily · 11 years ago
  49. e804efa Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. by Terry Jan Reedy · 11 years ago
  50. f7568e0 Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel. by Terry Jan Reedy · 11 years ago
  51. 6c939cb in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 11 years ago
  52. 703ed60 add Ian Beer by Benjamin Peterson · 11 years ago
  53. 6d91176 backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex. by R David Murray · 11 years ago
  54. c847bd7 sync with 3.4 branch by Benjamin Peterson · 11 years ago
  55. adeec14 add Nehal Hussain by Benjamin Peterson · 11 years ago
  56. 4bb5d78 add Sean Rodman by Benjamin Peterson · 11 years ago
  57. 09f4f25 Issue #15618: Make turtle.py itself work when run from a module with by Terry Jan Reedy · 11 years ago
  58. 695870a add Chris Angelico by Benjamin Peterson · 11 years ago
  59. 5924365 Issue #17390: Add Python version to Idle editor window title bar. by Terry Jan Reedy · 12 years ago
  60. c802a83 add Nikolaus Rath to ACKS by Benjamin Peterson · 12 years ago
  61. 28cf368 complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 12 years ago
  62. 9f8621f Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 12 years ago
  63. 1875536 Issue #19683: Removed empty tests from test_minidom. by Zachary Ware · 12 years ago
  64. c97f5ed Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 12 years ago
  65. 6d56231 Issue #17976: Fixed potential problem with file.write() not detecting IO error by Serhiy Storchaka · 12 years ago
  66. 2a57009 Merge heads by Zachary Ware · 12 years ago
  67. c0aa245 Issue #19588: Fixed tests in test_random that were silently skipped most by Zachary Ware · 12 years ago
  68. 6d9d30d Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 12 years ago
  69. 1793485 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 12 years ago
  70. bc38548 #8964: fix platform._sys_version to handle IronPython 2.6+. by Ezio Melotti · 12 years ago
  71. 4bfc96b Closes #17725: small grammar fix. by Georg Brandl · 12 years ago
  72. 9238528 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 12 years ago
  73. 39659f2 Issue #19018: The heapq.merge() function no longer suppresses IndexError by Raymond Hettinger · 12 years ago
  74. b06f536 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 12 years ago
  75. 8c7e925 Close #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 12 years ago
  76. 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
  77. 30a5445 Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 12 years ago
  78. 290c6b3 #18833: add a test for test_telnetlib. Patch by Alex Volkov. by Ezio Melotti · 12 years ago
  79. c360389 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 12 years ago
  80. a9885e9 Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace" by Serhiy Storchaka · 12 years ago
  81. f5469cf #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 12 years ago
  82. bb8114c Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get by Terry Jan Reedy · 12 years ago
  83. 7921b30 #18357: add tests for dictview set difference. Patch by Fraser Tweedale. by Ezio Melotti · 12 years ago
  84. 8074364 Issue #17557: Fix os.getgroups() to work with the modified behavior of by Ned Deily · 12 years ago
  85. e21b6ae #14853: remove test that was making too many assumptions about stdin. Patch by Elena Oat. by Ezio Melotti · 12 years ago
  86. c8a198c Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 12 years ago
  87. b6eeef4 Issue #8515: Set __file__ when run file in IDLE. Backport 2c276d0553ff by by Terry Jan Reedy · 12 years ago
  88. 24dc753 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 12 years ago
  89. 35115e6 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 12 years ago
  90. 7e9cec0 Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 12 years ago
  91. fff3f48 #17511: Keep IDLE find dialog open after clicking "Find Next". by Roger Serwy · 12 years ago
  92. c49805e #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 12 years ago
  93. b8fd9ca Issue #15392: Create a unittest framework for IDLE, 2.7 version. by Terry Jan Reedy · 12 years ago
  94. 674f4fa Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 12 years ago
  95. 7423903 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 12 years ago
  96. ce34ba6 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 12 years ago
  97. 673770c Issue 16584: in filecomp._cmp, catch IOError as well as os.error. by Terry Jan Reedy · 12 years ago
  98. 5cea09d #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 12 years ago
  99. 806c1c9 #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 12 years ago
  100. d194b30 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 12 years ago