1. 6aaa03a Issue #15678: Fix menu customization for IDLE started from OS X by Ned Deily · 12 years ago
  2. 7385adc Issue #15715: Ignore failed imports triggered by the use of fromlist. by Brett Cannon · 12 years ago
  3. 943c5b3 Fix subprocess test broken on Windows by Andrew Svetlov · 12 years ago
  4. 04ec8ce Issue #14669: Fix pickling of connections and sockets on MacOSX by Richard Oudkerk · 12 years ago
  5. 69a06dd #11062: Fix universal newline support in Babyl._install_message() by Petri Lehtinen · 12 years ago
  6. 8861494 #11062: Fix universal newline support in Babyl._install_message() by Petri Lehtinen · 12 years ago
  7. 5395d2f Add yet another test for subprocess.Popen.communicate by Andrew Svetlov · 12 years ago
  8. 592df20 Cleanup universal_newlines usage for subprocess.Popen, remove unused param. by Andrew Svetlov · 12 years ago
  9. aae61b8 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 12 years ago
  10. 3d12c43 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 12 years ago
  11. 7f84833 Merge #15269: document dircmp.left and right, and add tests for them. by R David Murray · 12 years ago
  12. 2b209cd #15269: document dircmp.left and right, and add tests for them. by R David Murray · 12 years ago
  13. aa0dbdc Issue #15592. Fix regression: subprocess.communicate() breaks on no input with universal newlines true. by Andrew Svetlov · 12 years ago
  14. f376507 Add test to explicit check the absence regression in subprocess (issue #15592). by Andrew Svetlov · 12 years ago
  15. 3165a75 Merge 3.2 by Richard Oudkerk · 12 years ago
  16. e88a244 Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing by Richard Oudkerk · 12 years ago
  17. 835df52 Merge 3.2 by Brian Curtin · 12 years ago
  18. 6f5c5cb Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth by Brian Curtin · 12 years ago
  19. 4e9e9c1 Issue #15571: comment the fact what python impl of TextIOWrapper always works in write_throuth mode by Andrew Svetlov · 12 years ago
  20. b428f47 Don't overwrite a __path__ value from extension modules if already set. by Brett Cannon · 12 years ago
  21. 826d570 Merge with 3.2. by Georg Brandl · 12 years ago
  22. 7b250a5 Revert 961a15aff2a6, this is already checked in another way. by Georg Brandl · 12 years ago
  23. 68fad6f Merge with 3.2. by Georg Brandl · 12 years ago
  24. 22bfa37 Closes #15620: check for presence of readline.clear_history(), which is apparently missing on some readline versions, before calling it in the test. by Georg Brandl · 12 years ago
  25. 1b94ab7 Bump to 3.3b2. by Georg Brandl · 12 years ago
  26. a81b481 Fix markup errors and update pydoc topics. by Georg Brandl · 12 years ago
  27. 80dd1af Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  28. 03b4d50 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  29. 688a551 fix docstring wording by Philip Jenvey · 12 years ago
  30. f410ce8 Issue #15502: Refactor some code. by Brett Cannon · 12 years ago
  31. 731d48a update docstring per the extension package fix, refactor by Philip Jenvey · 12 years ago
  32. ac9f2f3 Issue #15576: Allow extension modules to be a package's __init__ by Brett Cannon · 12 years ago
  33. f4dc920 Issue #15502: Finish bringing importlib.abc in line with the current by Brett Cannon · 12 years ago
  34. 25a02d4 Issue #15601: fix tkinter test_variables failure with OS X Aqua Tk 8.4 by Andrew Svetlov · 12 years ago
  35. 3a2b97e Issue #14992: merge from 3.2 by Ned Deily · 12 years ago
  36. c622f42 Issue #14992: Prevent test_os test_exist_ok_s_isgid_directory test case by Ned Deily · 12 years ago
  37. 9d512ab Issue #13072: Fix test_array for installation without the ctypes module by Victor Stinner · 12 years ago
  38. 2965011 regrtest: give more information when a child process fails with an error by Victor Stinner · 12 years ago
  39. bded28c Issue #13072: Ooops, now fix test_array for Linux with 32-bit wchar_t... by Victor Stinner · 12 years ago
  40. 8d4734f Issue #13072: Fix test_array for Windows with 16-bit wchar_t by Victor Stinner · 12 years ago
  41. 0ed0505 merge heads by Benjamin Peterson · 12 years ago
  42. b37df51 fix yield from return value on custom iterators (closes #15568) by Benjamin Peterson · 12 years ago
  43. d340b43 Issue #15163: Pydoc shouldn't show __loader__ as a part of a module's data. by Brett Cannon · 12 years ago
  44. cb4996a Issue #15471: Don't use mutable object as default values for the by Brett Cannon · 12 years ago
  45. 21603c9 merge heads by Benjamin Peterson · 12 years ago
  46. 4eda937 add another testcase by Benjamin Peterson · 12 years ago
  47. 415d0f5 Merge by Antoine Pitrou · 12 years ago
  48. 4adc9a8 Fix CGI tests to take into account the platform's line ending (issue #13119) by Antoine Pitrou · 12 years ago
  49. e768c39 Fix CGI tests to take into account the platform's line ending (issue #13119) by Antoine Pitrou · 12 years ago
  50. 0435400 #15546: Also fix GzipFile.peek(). by Nadeem Vawda · 12 years ago
  51. e3ded95 Issue #14814: Remove redundant property from interface objects - prefixlen can be accessed via the associated network object by Nick Coghlan · 12 years ago
  52. 730f67f Issue 14814: Docs work showed some more cases of networks pretending to be addresses and highlighted the weird approach to implementing the 'is_whatever' properties. Impl now illustrates far more clearly that networks have a property if both their network and broadcast addresses have that property by Nick Coghlan · 12 years ago
  53. e0c3f5e Close #15559: Implementing __index__ creates a nasty interaction with the bytes constructor. At least for 3.3, ipaddress objects must now be explicitly converted with int() and thus can't be passed directly to the hex() builtin. by Nick Coghlan · 12 years ago
  54. 37d3ff1 #15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data. by Nadeem Vawda · 12 years ago
  55. 9c92a69 Fix test_venv to work with universal newlines (issue #13119) by Antoine Pitrou · 12 years ago
  56. 6f1a40f Merge universal newlines-related fixes (issue #13119) by Antoine Pitrou · 12 years ago
  57. ec2d269 Fix universal newlines test to avoid the newline translation done by sys.stdout. by Antoine Pitrou · 12 years ago
  58. 894375a Fix test_sys under Windows (issue #13119) by Antoine Pitrou · 12 years ago
  59. fa556bd Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. by Andrew Svetlov · 12 years ago
  60. 5ad514d Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. by Andrew Svetlov · 12 years ago
  61. 8aaeb2f Merge by Antoine Pitrou · 12 years ago
  62. 8486987 Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and by Antoine Pitrou · 12 years ago
  63. 8280b4b #15546: Fix BZ2File.read1()'s handling of pathological input data. by Nadeem Vawda · 12 years ago
  64. d9f38bc asynchat speedup improvement: avoid to use a function mimicking old buffer() builtin behavior; instead use plain slicing by Giampaolo Rodola' · 12 years ago
  65. 90ef747 Close #13119: use "\r\n" newline for sys.stdout/err on Windows by Victor Stinner · 12 years ago
  66. 7b3f0fa Close #13119: use "\r\n" newline for sys.stdout/err on Windows by Victor Stinner · 12 years ago
  67. ba9b404 MERGE: #15512: Remove remnants of debugging code by Jesus Cea · 12 years ago
  68. 676e73b #15512: Remove remnants of debugging code by Jesus Cea · 12 years ago
  69. 1659b75 MERGE: Closes #15469: Correct __sizeof__ support for deque by Jesus Cea · 12 years ago
  70. 16e2fca Closes #15469: Correct __sizeof__ support for deque by Jesus Cea · 12 years ago
  71. 88ca04e MERGE: Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 12 years ago
  72. e9c5318 Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 12 years ago
  73. 5323173 Closes #15514: Correct __sizeof__ support for cpu_set by Jesus Cea · 12 years ago
  74. b3f5501 Close #15534: Fix a typo in the fast search function of the string library (_s => s) by Victor Stinner · 12 years ago
  75. 4941774 Issue #15502: Bring the importlib.PathFinder docs and docstring more in line with the new import system documentation, and fix various parts of the new docs that weren't quite right given PEP 420 or were otherwise a bit misleading. Also note the key terminology problem still being discussed in the issue by Nick Coghlan · 12 years ago
  76. ff79486 Close #15519: Properly expose WindowsRegistryFinder in importlib and bring the name into line with normal import terminology. Original patch by Eric Snow by Nick Coghlan · 12 years ago
  77. 8a9080f Issue #15502: Bring the importlib ABCs into line with the current state of the import protocols given PEP 420. Original patch by Eric Snow. by Nick Coghlan · 12 years ago
  78. 7c7ea62 Issue #15441: Skip test_nonascii_abspath() of test_genericpath on Windows by Victor Stinner · 12 years ago
  79. 53386d8 Issue #15463: Write a test for faulthandler truncating the name of functions by Victor Stinner · 12 years ago
  80. b303580 Issue #15525: Increase timeout when TerminateProcess() fails by Richard Oudkerk · 12 years ago
  81. a562ed0 Issue #8847: Merge with 3.2 by Martin v. Löwis · 12 years ago
  82. 4c1730d Issue #8847: Disable COMDAT folding in Windows PGO builds. by Martin v. Löwis · 12 years ago
  83. c9aa321 Closes #15499: Sleep is hardcoded in webbrowser.UnixBrowser by Jesus Cea · 12 years ago
  84. 0efcf99 abc fixes. by Barry Warsaw · 12 years ago
  85. 38f75cb Typo. by Barry Warsaw · 12 years ago
  86. 9a5af12 merge by Barry Warsaw · 12 years ago
  87. 233f684 Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 12 years ago
  88. 06c5c6d Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 12 years ago
  89. 336d9ac Issue #15425: Don't rely on the assumption that the current working directory is on sys.path (this will hopefully appease the XP buildbots) by Nick Coghlan · 12 years ago
  90. 42c0766 Close #15486: Simplify the mechanism used to remove importlib frames from tracebacks when they just introduce irrelevant noise by Nick Coghlan · 12 years ago
  91. d5698cb Fix initialization of the faulthandler module by Victor Stinner · 12 years ago
  92. 38732ea merge by Barry Warsaw · 12 years ago
  93. 504ba31 Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 12 years ago
  94. 1fb0e3f Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 12 years ago
  95. 754d5ef Better test for BytesIO.__sizeof__, now that the struct module supports (s)size_t. by Antoine Pitrou · 12 years ago
  96. eb00d09 Issue #14018: merge by Ned Deily · 12 years ago
  97. c556c64 Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include by Ned Deily · 12 years ago
  98. 57911f6 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  99. 8f328d0 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  100. dee609c merged by Barry Warsaw · 12 years ago