1. 03fcfbe - Issue #15906: Fix a regression in argparse caused by the preceding change, by Barry Warsaw · 13 years ago
  2. a8a5b39 Closes #15793: Stack corruption in ssl.RAND_egd(). Python 2.7 hasn't any issue about this, but add a test just to be sure by Jesus Cea · 13 years ago
  3. 20f0ea1 #15676: mmap: add empty file check prior to offset check <- Previous patch was incomplete by Jesus Cea · 13 years ago
  4. 3fb774e Closes #15910: MD5 and SHA1 crash when "updated" with strings bigger than 2**32 bytes by Jesus Cea · 13 years ago
  5. 03a9d2a Closes #15908: SHA1 crashes in 64 bits when the string to hash is bigger than 2**32 bytes by Jesus Cea · 13 years ago
  6. 4709ac1 #14649: add sample files omitted from previous checkin. by R David Murray · 13 years ago
  7. 8d58053 #14649: clarify DocTestSuite error when there are no docstrings. by R David Murray · 13 years ago
  8. 7a8634d backport from the trunk, to fix test_tools with srcdir != builddir by doko@ubuntu.com · 13 years ago
  9. 8b54d6d Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 13 years ago
  10. 10fc104 Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 13 years ago
  11. 1b6e7c4 #15510: clarify textwrap's handling of whitespace, and add confirming tests. by R David Murray · 13 years ago
  12. a99c7de #15847: allow args to be a tuple in parse_args by R David Murray · 13 years ago
  13. 58098a7 Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 13 years ago
  14. c5eec0e Issue #15841: The readable(), writable() and seekable() methods of io.BytesIO by Antoine Pitrou · 13 years ago
  15. 80f4553 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 13 years ago
  16. f9e1f11 #13769: Enhance docs for ensure_ascii semantics in JSON decoding functions by Petri Lehtinen · 13 years ago
  17. 2010187 #12776,#11839: call argparse type function only once. by R David Murray · 13 years ago
  18. 1321c44 Closes #15710: accept long in _checkLevel. by Vinay Sajip · 13 years ago
  19. da4277a Issue #15765: Fix quirky NetBSD getcwd() behaviour. by Trent Nelson · 13 years ago
  20. 23d49d3 use the stricter PyMapping_Check (closes #15801) by Benjamin Peterson · 13 years ago
  21. 3196529 Fix wrong way of adding Error information in shutil.copytree. by Georg Brandl · 13 years ago
  22. c63be46 Remove overeager test (don't depend on the sign of a nan; cf. issue #14521) by Mark Dickinson · 13 years ago
  23. 088cec3 Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 13 years ago
  24. e991236 Closes #9374: add back now-unused module attributes; removing them is a backward compatibility issue, since they have a public-seeming name. by Georg Brandl · 13 years ago
  25. 4efdc09 #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 13 years ago
  26. d928b6a #13579: minimize code base drift for 'a' string.Formatter change. by R David Murray · 13 years ago
  27. 0e3a4c8 Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 13 years ago
  28. 2d44cee #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 13 years ago
  29. 7cd8b42 #9161: Fix test to use standard optparse test pattern (what was I thinking?) by R David Murray · 13 years ago
  30. faee75c Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing by Richard Oudkerk · 13 years ago
  31. fe9efc5 #9161: add test for the bug fixed by r82581. by R David Murray · 13 years ago
  32. bc77d36 Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth by Brian Curtin · 13 years ago
  33. d26b658 Graft a89d654adaa2 from 3.2 branch. Fixes #15620. by Georg Brandl · 13 years ago
  34. 2d639d5 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 13 years ago
  35. a939105 Fix #15567. collections.deque wasn't imported by Brian Curtin · 13 years ago
  36. 947f358 Issue #15541: Correct anomaly in logging.exception. Thanks to Ned Batchelder for the report. by Vinay Sajip · 13 years ago
  37. 8ba844a Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. by Andrew Svetlov · 13 years ago
  38. d52544d #15512: Remove remnants of debugging code by Jesus Cea · 13 years ago
  39. d4e58dc Closes #15469: Correct __sizeof__ support for deque by Jesus Cea · 13 years ago
  40. 3e3192d Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 13 years ago
  41. 8a15c37 Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 13 years ago
  42. 2d96848 Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 13 years ago
  43. 38df514 Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include by Ned Deily · 13 years ago
  44. baee34c Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 13 years ago
  45. bff5df0 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 13 years ago
  46. c02e1e6 Issue #15467: Move helpers for __sizeof__ tests into test_support. by Martin v. Löwis · 13 years ago
  47. 6812346 Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. by Meador Inge · 13 years ago
  48. e4b9938 Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 13 years ago
  49. e2b5624 Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself. by Martin v. Löwis · 13 years ago
  50. fde7890 Better test for Issue #15402: Add a __sizeof__ method to struct.Struct by Jesus Cea · 13 years ago
  51. 87c5b94 Issue #15402: Add a __sizeof__ method to struct.Struct. by Meador Inge · 13 years ago
  52. 0f111c1 #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 13 years ago
  53. ea2ce47 merge heads by Gregory P. Smith · 13 years ago
  54. b9e9e0d Consistently raise a TypeError when a non str is passed to hashlib.new by Gregory P. Smith · 13 years ago
  55. 68f555c #13922: argparse no longer incorrectly strips '--' after the first one. by R David Murray · 13 years ago
  56. 056c31f #12353: argparse now correctly handles null argument values. by R David Murray · 13 years ago
  57. 1a2c1fb #14391: clarify docstring discussion of Action's 'type' argument's value. by R David Murray · 13 years ago
  58. ac9b5c6 #15342: Add clarifying sentence to posixpath.join docstring. by R David Murray · 13 years ago
  59. 715a63b Issue #14579: Fix error handling bug in the utf-16 decoder. by Antoine Pitrou · 13 years ago
  60. 25be3f6 Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. by Meador Inge · 13 years ago
  61. e4220a5 Fix the with_poll tests for platforms without poll. missing import. by Gregory P. Smith · 13 years ago
  62. 66dd941 Issue 15337: help() shown as undocumented by Raymond Hettinger · 13 years ago
  63. e0c2220 Fixes Issue #14635: telnetlib will use poll() rather than select() when possible by Gregory P. Smith · 13 years ago
  64. f526297 Try other approach to fix issue #15334. by Antoine Pitrou · 13 years ago
  65. d8412c8 Issue #15334: skip test_dynamic_key when run in non-interactive mode. by Antoine Pitrou · 13 years ago
  66. 1a68918 Issue #15338: skip test_UNC_path when the current user doesn't have enough permissions to access the path. by Antoine Pitrou · 13 years ago
  67. 3e0cc0f Use _RPCFile.write properly. by Martin v. Löwis · 13 years ago
  68. 1ba3218 Don't use TextIOBase implementations in _RPCFile. by Martin v. Löwis · 13 years ago
  69. dbde886 Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka. by Martin v. Löwis · 13 years ago
  70. f8fc674 Issue 13532: Allow bytearrays to be written also. by Terry Jan Reedy · 13 years ago
  71. 9e6bf1a Widen test to support unicode. by Martin v. Löwis · 13 years ago
  72. e8e4e14 - Issue #13532: Check that arguments to sys.stdout.write are strings. by Martin v. Löwis · 13 years ago
  73. 5d60e56 revert the changes done in d931a3b64fd6 - buildbot failure. by Senthil Kumaran · 13 years ago
  74. 01fe5fa Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method. by Senthil Kumaran · 13 years ago
  75. c2ec992 Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 13 years ago
  76. 3b30b19 Fix closes issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp by Senthil Kumaran · 13 years ago
  77. e5567cc Create ~/.pypirc securely (#13512). by Éric Araujo · 13 years ago
  78. 3cf202e Ignore .nfs* files in distutils (#7719). by Éric Araujo · 13 years ago
  79. e970dc7 Issue #15212: fix typo in compiler module (rename SC_GLOBAL_EXPLICT to SC_GLOBAL_EXPLICIT). by Antoine Pitrou · 13 years ago
  80. e0afb72 Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit machines. by Mark Dickinson · 13 years ago
  81. d07de40 #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() by Petri Lehtinen · 13 years ago
  82. 4e6e5a0 #9559: Don't call _pre_mailbox_hook more than once by Petri Lehtinen · 13 years ago
  83. d9a5137 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 13 years ago
  84. d958cc9 Issue #15219: Fix a reference leak when hashlib.new() is called with by Amaury Forgeot d'Arc · 13 years ago
  85. 45f0d98 #9559: Append data to single-file mailbox files if messages are only added by Petri Lehtinen · 13 years ago
  86. cf807c0 Flush stdout and stderr when running tests in parallel by Antoine Pitrou · 13 years ago
  87. b2ac4d6 Fixes issue #12268 for file readline, readlines and read() and readinto methods. by Gregory P. Smith · 13 years ago
  88. ed04f42 Try to fix failure of a Windows buildbot to capture name resolution errors. by Antoine Pitrou · 13 years ago
  89. c14bae4 Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita for the patch. by Vinay Sajip · 13 years ago
  90. 83ae8be Fixed the name of the 'email.Utils' module in tests. by Alexander Belopolsky · 13 years ago
  91. e99d3a1 Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 13 years ago
  92. 9bd4bf2 #10053: Don't close FDs when FileIO.__init__ fails by Hynek Schlawack · 13 years ago
  93. 4215d27 Issue #15101: Make pool finalizer avoid joining current thread by Richard Oudkerk · 13 years ago
  94. a093312 Issue #15043: skip test_gdb if the custom hooks can't be loaded (backport from 3.x) by Nick Coghlan · 13 years ago
  95. 43f42fc Issue #15054: Fix incorrect tokenization of 'b' and 'br' string literals. by Meador Inge · 13 years ago
  96. 7cf6699 #15036: Make a repeated changes and flushes work with single-file mailboxes by Petri Lehtinen · 13 years ago
  97. 884fb1c Skip test_bigmem.test_unicode_repr_oflw, since it crashes (issue #14904). by Antoine Pitrou · 13 years ago
  98. 0c2c692 Minor formatting fix=up by Raymond Hettinger · 13 years ago
  99. 3395fda Wrap fat lines and improve some variable names. by Raymond Hettinger · 13 years ago
  100. 491f707 Code cleanups by Raymond Hettinger · 13 years ago