1. dbb7aa5 Closes #21713: Merge with 3.4 by Zachary Ware · 11 years ago
  2. 732ac32 Issue #21713: Fix typo in a comment. Found by Joseph Shen. by Zachary Ware · 11 years ago
  3. 475a476 Eliminate DeprecationWarning in test_concurrent_futures. by R David Murray · 11 years ago
  4. 1351ee7 #14758: Fix the fix (fix getaddrinfo in mock_socket) by R David Murray · 11 years ago
  5. ba9fb0d Fix doc build warning by Zachary Ware · 11 years ago
  6. 012a83a #14758: Need to specify the desired socket type in the getaddrinfo call. by R David Murray · 11 years ago
  7. 6ffface #19840: Add copy_function to shutil.move. by R David Murray · 11 years ago
  8. 6fe56a3 #14758: add IPv6 support to smtpd. by R David Murray · 11 years ago
  9. 1144da5 #19662: Eliminate warnings in other test modules that use smtpd. by R David Murray · 11 years ago
  10. 554bcbf #19662: add decode_data to smtpd so you can get at DATA in bytes form. by R David Murray · 11 years ago
  11. 38ee9af merge from 3.4 by Senthil Kumaran · 11 years ago
  12. e973823 #21693 - Fix the broken link for pylons project. by Senthil Kumaran · 11 years ago
  13. d9d7567 Issue #21629: Merge from 3.4. by Larry Hastings · 11 years ago
  14. f150378 Issue #21629: Fix Argument Clinic's "--converters" feature. by Larry Hastings · 11 years ago
  15. 9953762 Closes #21709: Merged fix from 3.4. by Vinay Sajip · 11 years ago
  16. 80f2262d Issue #21709: Remove references to __file__ when part of a frozen application. by Vinay Sajip · 11 years ago
  17. ec87a13 PyErr_NormalizeException doesn't like being called with an exception set by Serhiy Storchaka · 11 years ago
  18. 76d3f14 PyErr_NormalizeException doesn't like being called with an exception set by Serhiy Storchaka · 11 years ago
  19. 915d141 fix issue #17552: add socket.sendfile() method allowing to send a file over a socket by using high-performance os.sendfile() on UNIX. Patch by Giampaolo Rodola'· by Giampaolo Rodola' · 11 years ago
  20. b398d33 Issue #18039: dbm.dump.open() now always creates a new database when the by Serhiy Storchaka · 11 years ago
  21. 4c4cde7 Issue #21688: Merge with 3.4 by Zachary Ware · 11 years ago
  22. 5989511 Issue #21688: Give informative error message when hhc.exe cannot be found. by Zachary Ware · 11 years ago
  23. 791e553 (Merge 3.4) Issue #21596: asyncio.wait(): mention that the sequence of futures by Victor Stinner · 11 years ago
  24. db74d98 Issue #21596: asyncio.wait(): mention that the sequence of futures must not by Victor Stinner · 11 years ago
  25. f10642e Merge 3.4 by Victor Stinner · 11 years ago
  26. bb2fc5b Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop by Victor Stinner · 11 years ago
  27. 601f862 (Merge 3.4) Issue #21700: Fix asyncio doc, add DatagramProtocol by Victor Stinner · 11 years ago
  28. 1538665 Issue #21700: Fix asyncio doc, add DatagramProtocol by Victor Stinner · 11 years ago
  29. eb5ba06 Merge with 3.4 by Terry Jan Reedy · 11 years ago
  30. 4762382 Issue #21695: Catch AttributeError created when user closes grep output window by Terry Jan Reedy · 11 years ago
  31. fa66e01 Merge: #20903: clarify what happens when an smtp connection timeout occurs. by R David Murray · 11 years ago
  32. 6ceca4e #20903: clarify what happens when an smtp connection timeout occurs. by R David Murray · 11 years ago
  33. 3a56117 Issue #21310: Fixed possible resource leak in failed open(). by Serhiy Storchaka · 11 years ago
  34. f10063e Issue #21310: Fixed possible resource leak in failed open(). by Serhiy Storchaka · 11 years ago
  35. 047f14c Closes #21256: Printout of keyword args in deterministic order in mock calls. by Kushal Das · 11 years ago
  36. 85e4235 Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods. by Serhiy Storchaka · 11 years ago
  37. 8a8f7f9 Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods. by Serhiy Storchaka · 11 years ago
  38. 9f48851 Issue #21569: merge from 3.4 by Nick Coghlan · 11 years ago
  39. b1f59ce Issue #21569: Fix incorrect cross reference by Nick Coghlan · 11 years ago
  40. 350985d Issue #21515: Fix typo in a comment, thanks Arfrever for the report by Victor Stinner · 11 years ago
  41. 8c6f189 Merge with 3.4 by Zachary Ware · 11 years ago
  42. 9789185 Issue #21683: Add Tix build to the Windows buildbot scripts. by Zachary Ware · 11 years ago
  43. 564562f Merge with 3.4 whitespace by Terry Jan Reedy · 11 years ago
  44. c6a66cc whitespace by Terry Jan Reedy · 11 years ago
  45. eaeb0d0 Merge with 3.4 by Terry Jan Reedy · 11 years ago
  46. 6d4f8f0 Merge heads. by Terry Jan Reedy · 11 years ago
  47. ba229d9 Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. by Terry Jan Reedy · 11 years ago
  48. 4fb01ff backout 0fb7789b5eeb for test breakage (#20578) by Benjamin Peterson · 11 years ago
  49. eac2194 merge 3.4 (#11709) by Benjamin Peterson · 11 years ago
  50. 159824e make sure the builtin help function doesn't fail when sys.stdin is not a valid file (closes #11709) by Benjamin Peterson · 11 years ago
  51. 10e847b add BufferedIOBase.readinto1 (closes #20578) by Benjamin Peterson · 11 years ago
  52. 66f80e9 merge 3.4 (#12063) by Benjamin Peterson · 11 years ago
  53. 96e0430 document TokenError and unclosed expression behavior (closes #12063) by Benjamin Peterson · 11 years ago
  54. 9d19da7 merge 3.4 (#13223) by Benjamin Peterson · 11 years ago
  55. ed1160b don't remove self from example code in the HTML output (closes #13223) by Benjamin Peterson · 11 years ago
  56. edb07d2 merge 3.4 (#21463) by Benjamin Peterson · 11 years ago
  57. 3c2dca6 in ftp cache pruning, avoid changing the size of a dict while iterating over it (closes #21463) by Benjamin Peterson · 11 years ago
  58. 8dfd73a merge 3.4 (#10503) by Benjamin Peterson · 11 years ago
  59. 4bb09c8 specify that getuid() returns the real uid (closes #10503) by Benjamin Peterson · 11 years ago
  60. 33919e8 merge 3.4 (#21404) by Benjamin Peterson · 11 years ago
  61. 9b2731b document the compress_level argument to tarfile.open (closes #21404) by Benjamin Peterson · 11 years ago
  62. 3e43979 merge 3.4 (#21642) by Benjamin Peterson · 11 years ago
  63. c416162 allow the keyword else immediately after (no space) an integer (closes #21642) by Benjamin Peterson · 11 years ago
  64. ce6c525 Merge issue #21569 from 3.4 by Nick Coghlan · 11 years ago
  65. 024b2f5 Issue #21569: sync Python 2.7 What's New with 2.7 version by Nick Coghlan · 11 years ago
  66. e2197a4 Merge issue #21667 from 3.4 by Nick Coghlan · 11 years ago
  67. 1462786 Issue #21667: Clarify string data model description by Nick Coghlan · 11 years ago
  68. 7244d77 Merge with 3.4 by Terry Jan Reedy · 11 years ago
  69. 38ebdf5 Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. by Terry Jan Reedy · 11 years ago
  70. f2d9526 Merge with 3.4 by Terry Jan Reedy · 11 years ago
  71. 4a3f135 Issue #18910: test_textView - since all tests require 'gui', make root global. by Terry Jan Reedy · 11 years ago
  72. 83500dc Merge quote quashing. by Zachary Ware · 11 years ago
  73. 780b585 Quash extraneous quote. by Zachary Ware · 11 years ago
  74. 3266a8f Issue #21671: Merge with 3.4 by Zachary Ware · 11 years ago
  75. 7d55da4 Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h by Zachary Ware · 11 years ago
  76. cc568b1 Merge #21662: fix typo, improve sentence flow by R David Murray · 11 years ago
  77. 2c07818 #21662: fix typo, improve sentence flow by R David Murray · 11 years ago
  78. d1130e3 Merge: #21653: fix doc for return type of sqlite3.Row.keys(). by R David Murray · 11 years ago
  79. 092135e #21653: fix doc for return type of sqlite3.Row.keys(). by R David Murray · 11 years ago
  80. 5575741 Closes #21661: Merge typo fix. by Zachary Ware · 11 years ago
  81. 66f305b Issue #21661: Fix typo. by Zachary Ware · 11 years ago
  82. 7490554 Revert Tools/buildbot/external-common.bat to normal (with updated versions). by Zachary Ware · 11 years ago
  83. 60cc211 Revert Tools/buildbot/external-common.bat to normal (with updated versions). by Zachary Ware · 11 years ago
  84. c6d6784 Force a clean pull-and-build of Tcl/Tk on Windows buildbots. by Zachary Ware · 11 years ago
  85. 6d602c0 Force a clean pull-and-build of Tcl/Tk on Windows buildbots. by Zachary Ware · 11 years ago
  86. ba9d233 Issue #21665: Don't use 'OPTS=noxp' when compiling Tk. by Zachary Ware · 11 years ago
  87. 4a01fd2 Clean up Tcl/Tk building in the Windows buildbot scripts. by Zachary Ware · 11 years ago
  88. d967fc9 Issue #21515: tempfile.TemporaryFile now uses os.O_TMPFILE flag is available by Victor Stinner · 11 years ago
  89. 7088b99 (Merge 3.4) Tulip issue 83, Python issue #21252: Fill some XXX docstrings in asyncio by Victor Stinner · 11 years ago
  90. f9e49dd Tulip issue 83, Python issue #21252: Fill some XXX docstrings in asyncio by Victor Stinner · 11 years ago
  91. ae0767b Closes #21663: Merged fix from 3.4. by Vinay Sajip · 11 years ago
  92. 1a170a7 Issue #21663: Fixed error caused by trying to create an existing directory. by Vinay Sajip · 11 years ago
  93. cbd619b Merge with 3.4 by Terry Jan Reedy · 11 years ago
  94. 7be121f whitespace by Terry Jan Reedy · 11 years ago
  95. 7497ec0 Merge heads from 3.4. by Terry Jan Reedy · 11 years ago
  96. 537e2c8 Issue #18910: Add unittest for textView. Patch by Phil Webster. by Terry Jan Reedy · 11 years ago
  97. bb0f3ee Merge with 3.4 by Terry Jan Reedy · 11 years ago
  98. be856e9 Merge heads. by Terry Jan Reedy · 11 years ago
  99. 0d3e4b4 Merge heads. by Terry Jan Reedy · 11 years ago
  100. 13f4aba merge from 3.4 by Terry Jan Reedy · 11 years ago