1. dbde886 Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka. by Martin v. Löwis · 13 years ago
  2. f8fc674 Issue 13532: Allow bytearrays to be written also. by Terry Jan Reedy · 13 years ago
  3. 9e6bf1a Widen test to support unicode. by Martin v. Löwis · 13 years ago
  4. e8e4e14 - Issue #13532: Check that arguments to sys.stdout.write are strings. by Martin v. Löwis · 13 years ago
  5. 5d60e56 revert the changes done in d931a3b64fd6 - buildbot failure. by Senthil Kumaran · 13 years ago
  6. 01fe5fa Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method. by Senthil Kumaran · 13 years ago
  7. c2ec992 Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 13 years ago
  8. 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
  9. e5567cc Create ~/.pypirc securely (#13512). by Éric Araujo · 13 years ago
  10. 3cf202e Ignore .nfs* files in distutils (#7719). by Éric Araujo · 13 years ago
  11. e970dc7 Issue #15212: fix typo in compiler module (rename SC_GLOBAL_EXPLICT to SC_GLOBAL_EXPLICIT). by Antoine Pitrou · 13 years ago
  12. e0afb72 Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit machines. by Mark Dickinson · 13 years ago
  13. d07de40 #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() by Petri Lehtinen · 13 years ago
  14. 4e6e5a0 #9559: Don't call _pre_mailbox_hook more than once by Petri Lehtinen · 13 years ago
  15. d9a5137 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 13 years ago
  16. d958cc9 Issue #15219: Fix a reference leak when hashlib.new() is called with by Amaury Forgeot d'Arc · 13 years ago
  17. 45f0d98 #9559: Append data to single-file mailbox files if messages are only added by Petri Lehtinen · 13 years ago
  18. cf807c0 Flush stdout and stderr when running tests in parallel by Antoine Pitrou · 13 years ago
  19. b2ac4d6 Fixes issue #12268 for file readline, readlines and read() and readinto methods. by Gregory P. Smith · 13 years ago
  20. ed04f42 Try to fix failure of a Windows buildbot to capture name resolution errors. by Antoine Pitrou · 13 years ago
  21. c14bae4 Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita for the patch. by Vinay Sajip · 13 years ago
  22. 83ae8be Fixed the name of the 'email.Utils' module in tests. by Alexander Belopolsky · 13 years ago
  23. e99d3a1 Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 13 years ago
  24. 9bd4bf2 #10053: Don't close FDs when FileIO.__init__ fails by Hynek Schlawack · 13 years ago
  25. 4215d27 Issue #15101: Make pool finalizer avoid joining current thread by Richard Oudkerk · 13 years ago
  26. a093312 Issue #15043: skip test_gdb if the custom hooks can't be loaded (backport from 3.x) by Nick Coghlan · 13 years ago
  27. 43f42fc Issue #15054: Fix incorrect tokenization of 'b' and 'br' string literals. by Meador Inge · 13 years ago
  28. 7cf6699 #15036: Make a repeated changes and flushes work with single-file mailboxes by Petri Lehtinen · 13 years ago
  29. 884fb1c Skip test_bigmem.test_unicode_repr_oflw, since it crashes (issue #14904). by Antoine Pitrou · 13 years ago
  30. 0c2c692 Minor formatting fix=up by Raymond Hettinger · 13 years ago
  31. 3395fda Wrap fat lines and improve some variable names. by Raymond Hettinger · 13 years ago
  32. 491f707 Code cleanups by Raymond Hettinger · 13 years ago
  33. 5525eb7 NEWS fixes by Terry Jan Reedy · 13 years ago
  34. 2182e05 Issue #13854: Properly handle non-integer, non-string arg to SystemExit by Richard Oudkerk · 13 years ago
  35. d44a4a2 Issue #12157: pool.map() does not handle empty iterable correctly by Richard Oudkerk · 13 years ago
  36. e93bc51 Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name by Terry Jan Reedy · 13 years ago
  37. f077513 Issue 10365: Add and replace comments; condense defaulted attribute access. by Terry Jan Reedy · 13 years ago
  38. 5e247b7 Issue #14962: Update text coloring in IDLE shell window after changing by Ned Deily · 13 years ago
  39. c3ea408 Changed comment on test skip. by Vinay Sajip · 13 years ago
  40. 7148984 Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. by Ned Deily · 13 years ago
  41. fe7aa49 Issue #9041: raised exception is misleading by Meador Inge · 13 years ago
  42. d9d276b Issue12510: Attempting to get invalid tooltip no longer closes Idle. by Terry Jan Reedy · 13 years ago
  43. 7f5d410 #10365 Trim trailing whitespace by Terry Jan Reedy · 13 years ago
  44. eaa7e78 Issue #10365: File open dialog now works instead of crashing by Terry Jan Reedy · 13 years ago
  45. 42f7b7e Issue #14876: Use user-selected font for highlight configuration. by Terry Jan Reedy · 13 years ago
  46. 6a94252 Issue #14881: Allow normal non-main thread to spawn a dummy process by Richard Oudkerk · 13 years ago
  47. 877effc #4841: Fix FileIO constructor to honor closefd when called repeatedly by Hynek Schlawack · 13 years ago
  48. 8e6287f Fix other test requirements. by Antoine Pitrou · 13 years ago
  49. 0673088 Fix memory constraint for test_decodeascii by Antoine Pitrou · 13 years ago
  50. 37484dc Issue #14036: return None when port in urlparse cross 65535 by Senthil Kumaran · 13 years ago
  51. ed8cf7a #14875: Use float('inf') instead of float('1e66666') in the json module. by Ezio Melotti · 13 years ago
  52. 9237bb6 merge heads by Senthil Kumaran · 13 years ago
  53. 9cffd88 Fix for issue14426 - buildbots here I come by Senthil Kumaran · 13 years ago
  54. 269d213 Temporarily disabled test_race on Windows. by Vinay Sajip · 13 years ago
  55. ed11a5d Issue #8767: Restore building with --disable-unicode. by Martin v. Löwis · 13 years ago
  56. f439a36 Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert by Senthil Kumaran · 13 years ago
  57. 7961bb3 Merged upstream changes. by Vinay Sajip · 13 years ago
  58. 7b57750 Ignore exceptions on test handler closing. by Vinay Sajip · 13 years ago
  59. 5f39706 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 13 years ago
  60. 6d9c1b1 #14072: Fix parsing of tel URIs in urlparse by making the check for ports stricter. by Ezio Melotti · 13 years ago
  61. 618802d Fix Issue14721: Send Content-length: 0 for empty body () in the http.request by Senthil Kumaran · 13 years ago
  62. ea24dda Issue9374 - Generic parsing of query and fragment portion of urls for any scheme by Senthil Kumaran · 13 years ago
  63. 280e9f7 #14798: pyclbr now raises ImportError instead of KeyError for missing packages by Petri Lehtinen · 13 years ago
  64. 6949392 #14832: 'first' now really refers to first arg in unittest assertItemsEqual by R David Murray · 13 years ago
  65. 38fbd79 Issue #14829: Fix bisect issues under 64-bit Windows. by Antoine Pitrou · 13 years ago
  66. 4cf3f69 Skip test under 64-bit Windows by Antoine Pitrou · 13 years ago
  67. 724a55c Issue #14777: In an X11 windowing environment, tkinter may return by Ned Deily · 13 years ago
  68. b0d85fd Issue12541 - Add UserWarning for unquoted realms by Senthil Kumaran · 13 years ago
  69. 6a2a6c2 Issue #12541: Be lenient with quotes around Realm field with HTTP Basic Authentation in urllib2. by Senthil Kumaran · 13 years ago
  70. b90252e Followup to issue #14157: respect the relative ordering of values produced by time.strptime(). by Antoine Pitrou · 13 years ago
  71. acdc56d Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 13 years ago
  72. c2b714c Issue #14157: Fix time.strptime failing without a year on February 29th. by Antoine Pitrou · 13 years ago
  73. f2011e3 Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 13 years ago
  74. f1aeef2 remove basically bitrotted XXXs by Benjamin Peterson · 13 years ago
  75. 9f9970b #13183: backport fixes to test_pdb to 2.7 branch by Georg Brandl · 13 years ago
  76. 9a16fa6 Fix for issue 14725 for 2.7 branch by Richard Oudkerk · 13 years ago
  77. c642f67 Skip test_algorithms (known remote hosts need SNI, which is only available on 3.2+) by Antoine Pitrou · 13 years ago
  78. e5d3bc4 Changed order of cleanup operations to be more sensible. by Vinay Sajip · 13 years ago
  79. dee8dad os.popen().close() returns None on success, not 0... by Charles-François Natali · 13 years ago
  80. 666a573 Issue #14698: Make test_posix more robust when the current UID doesn't have an by Charles-François Natali · 13 years ago
  81. 0c200c2 Issue #9400: Partial backport of fix for #9244 by Richard Oudkerk · 13 years ago
  82. a9e18cd fix windows test failure - issue13183 by Senthil Kumaran · 13 years ago
  83. 042c47b fix calling the classmethod descriptor directly (closes #14699) by Benjamin Peterson · 13 years ago
  84. dc8cb3d Have Bdb frame_returning in the finally clause by Senthil Kumaran · 13 years ago
  85. 7f6d4e1 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 13 years ago
  86. fb5aebc Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler by Senthil Kumaran · 13 years ago
  87. f5aaf6f httplib test for early eof response. related to Issue13684 by Senthil Kumaran · 13 years ago
  88. 3815316 Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). by Antoine Pitrou · 13 years ago
  89. 00086bb Fixed test to work on Windows. by Vinay Sajip · 13 years ago
  90. 5820cc0 Updated year in docstring/comment. by Vinay Sajip · 13 years ago
  91. 885f6fd Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch. by Vinay Sajip · 13 years ago
  92. 231d474 Issue #14160: TarFile.extractfile() failed to resolve symbolic links when by Lars Gustäbel · 13 years ago
  93. d157a4c don't use a slot wrapper from a different special method (closes #14658) by Benjamin Peterson · 13 years ago
  94. c313b1d #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 13 years ago
  95. 0267185 Fix for Issue13684 - httplib tunnel infinite loop by Senthil Kumaran · 13 years ago
  96. 19e9beb sleep here by Benjamin Peterson · 13 years ago
  97. 52849bf Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork(). by Antoine Pitrou · 13 years ago
  98. c45868e #14538: HTMLParser can now parse correctly start tags that contain a bare /. by Ezio Melotti · 13 years ago
  99. 7660555 SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) by Benjamin Peterson · 13 years ago
  100. f838764 Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can by Charles-François Natali · 13 years ago