1. 4bfc96b Closes #17725: small grammar fix. by Georg Brandl · 11 years ago
  2. 9238528 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 11 years ago
  3. 39659f2 Issue #19018: The heapq.merge() function no longer suppresses IndexError by Raymond Hettinger · 11 years ago
  4. b06f536 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 11 years ago
  5. 8c7e925 Close #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  6. 213fec4 Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. by Antoine Pitrou · 11 years ago
  7. 30a5445 Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  8. 290c6b3 #18833: add a test for test_telnetlib. Patch by Alex Volkov. by Ezio Melotti · 11 years ago
  9. c360389 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  10. a9885e9 Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace" by Serhiy Storchaka · 11 years ago
  11. f5469cf #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  12. bb8114c Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get by Terry Jan Reedy · 11 years ago
  13. 7921b30 #18357: add tests for dictview set difference. Patch by Fraser Tweedale. by Ezio Melotti · 11 years ago
  14. 8074364 Issue #17557: Fix os.getgroups() to work with the modified behavior of by Ned Deily · 11 years ago
  15. e21b6ae #14853: remove test that was making too many assumptions about stdin. Patch by Elena Oat. by Ezio Melotti · 11 years ago
  16. c8a198c Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 11 years ago
  17. b6eeef4 Issue #8515: Set __file__ when run file in IDLE. Backport 2c276d0553ff by by Terry Jan Reedy · 11 years ago
  18. 24dc753 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 11 years ago
  19. 35115e6 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 11 years ago
  20. 7e9cec0 Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 11 years ago
  21. fff3f48 #17511: Keep IDLE find dialog open after clicking "Find Next". by Roger Serwy · 11 years ago
  22. c49805e #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 11 years ago
  23. b8fd9ca Issue #15392: Create a unittest framework for IDLE, 2.7 version. by Terry Jan Reedy · 11 years ago
  24. 674f4fa Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 11 years ago
  25. 7423903 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  26. ce34ba6 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  27. 673770c Issue 16584: in filecomp._cmp, catch IOError as well as os.error. by Terry Jan Reedy · 11 years ago
  28. 5cea09d #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 11 years ago
  29. 806c1c9 #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  30. d194b30 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 11 years ago
  31. 1b33206 #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 11 years ago
  32. 6077339 #17341: Include name in re error message about invalid group name. by R David Murray · 11 years ago
  33. 616f2fe Issue #17016: Get rid of possible pointer wraparounds and integer overflows by Serhiy Storchaka · 11 years ago
  34. 75f1fc2 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 11 years ago
  35. b6cdae3 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 11 years ago
  36. 0ba584c #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. by Ezio Melotti · 11 years ago
  37. 74001fa list slotdefs in offset order rather than sorting them (closes #17610) by Benjamin Peterson · 11 years ago
  38. aff9cef Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 11 years ago
  39. cfb63cd #8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen. by Ezio Melotti · 11 years ago
  40. c993a19 #13163: fix names of _get_socket args by R David Murray · 11 years ago
  41. 2556c83 Issue #17299: Add test coverage for cPickle with file objects and general IO by Serhiy Storchaka · 11 years ago
  42. 981c3bd Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 11 years ago
  43. 3d08f25 Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 11 years ago
  44. 5b2cf5e #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 11 years ago
  45. f794bde Revert "Issue #16121: Fix line number accounting in shlex" by Petri Lehtinen · 11 years ago
  46. 4307278 Issue #16121: Fix line number accounting in shlex by Petri Lehtinen · 11 years ago
  47. 0b78503 Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 11 years ago
  48. 9e14755 Issue #14720: sqlite3: Convert datetime microseconds correctly by Petri Lehtinen · 11 years ago
  49. c23178b Issue #5033: Fix building of the sqlite3 extension module by Petri Lehtinen · 11 years ago
  50. 7d0eb4b #17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn. by Ezio Melotti · 11 years ago
  51. 94bf697 #17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan. by Ezio Melotti · 11 years ago
  52. 0127de0 Issue #16800: tempfile.gettempdir() no longer left temporary files when by Serhiy Storchaka · 11 years ago
  53. f727c31 fix find_library on Solaris (closes #5289) by Benjamin Peterson · 12 years ago
  54. acf4017 Add Robert Xiao to Misc/ACKS for issue17051. by Serhiy Storchaka · 12 years ago
  55. a41cf29 Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 12 years ago
  56. 57dfb22 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 12 years ago
  57. 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 · 12 years ago
  58. 895cc22 Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 12 years ago
  59. b7ee47b add Tom Tromey to ACKS by Benjamin Peterson · 12 years ago
  60. 1c6c90f Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  61. 646c7b5 #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  62. 4113d2b Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 12 years ago
  63. 367efc2 Branch merge by Éric Araujo · 12 years ago
  64. 2320fa0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 12 years ago
  65. 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 · 12 years ago
  66. bd5279e Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  67. 4f3b594 Add Bruno Dupuis by Benjamin Peterson · 12 years ago
  68. d8feba9 #16549: Add tests for json.tools. Initial patch by Berker Peksag and Serhiy Storchaka. by Ezio Melotti · 12 years ago
  69. db5947f #16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen. by Ezio Melotti · 12 years ago
  70. 04050b8 Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  71. 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 · 12 years ago
  72. 5c89c19 #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  73. 3d07206 #8040: add a version switcher to the documentation. Patch by Yury Selivanov. by Ezio Melotti · 12 years ago
  74. 54eed2e #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 12 years ago
  75. b8fbff8 #16210: combine the two type() docs. Patch by Pete Sevander. by Ezio Melotti · 12 years ago
  76. 9ad6a56 #15040: Close files in mailbox tests for PyPy compatibility by Petri Lehtinen · 12 years ago
  77. e97a24d Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  78. f892597e Issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 12 years ago
  79. 75033a3 Issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 12 years ago
  80. 3e94e14 Backed out changeset 5abacebec9d2 by Jesus Cea · 12 years ago
  81. 82a3924 Backed out changeset c73b90b6dadd by Jesus Cea · 12 years ago
  82. 95038fa Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  83. 364f79d Fix Misc/ACKS alphabetic order by Jesus Cea · 12 years ago
  84. e884be6 Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  85. 7d85760 #15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and modify Doc/about.rst accordingly. by Ezio Melotti · 12 years ago
  86. dc0170a #15676: Proper attribution in Misc/ACKS by Jesus Cea · 12 years ago
  87. c5eec0e Issue #15841: The readable(), writable() and seekable() methods of io.BytesIO by Antoine Pitrou · 12 years ago
  88. 2010187 #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago
  89. 4efdc09 #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 12 years ago
  90. 0e3a4c8 Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 12 years ago
  91. c7b8f80 #15543: reflow paragraphs. by R David Murray · 12 years ago
  92. d26b658 Graft a89d654adaa2 from 3.2 branch. Fixes #15620. by Georg Brandl · 12 years ago
  93. 2d639d5 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  94. 8afcec4 Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  95. 1fa9f7b Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. by Antoine Pitrou · 12 years ago
  96. 2d96848 Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 12 years ago
  97. e4b9938 Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 12 years ago
  98. 68f555c #13922: argparse no longer incorrectly strips '--' after the first one. by R David Murray · 12 years ago
  99. e0c2220 Fixes Issue #14635: telnetlib will use poll() rather than select() when possible by Gregory P. Smith · 12 years ago
  100. e5567cc Create ~/.pypirc securely (#13512). by Éric Araujo · 12 years ago