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