summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualifiedVictor Stinner2014-06-161-0/+39
* Merge issue #21669 from 3.4Nick Coghlan2014-06-161-0/+25
|\
| * Issue #21669: Special case print & exec syntax errorsNick Coghlan2014-06-161-0/+25
* | Merge with 3.4Terry Jan Reedy2014-06-161-1/+1
|\ \ | |/
| * whitespaceTerry Jan Reedy2014-06-161-1/+1
* | Merge with 3.4Terry Jan Reedy2014-06-161-80/+84
|\ \ | |/
| * Issue #21686: idlelib/HyperParser.py - Update docstrings and comments andTerry Jan Reedy2014-06-161-80/+84
* | merge 3.4 (#13779)Benjamin Peterson2014-06-161-5/+7
|\ \ | |/
| * clarify when the list of subdirectories is read (closes #13779)Benjamin Peterson2014-06-161-5/+7
* | fix a BytesWarning in my previous commit.Gregory P. Smith2014-06-161-1/+1
|\ \ | |/
| * fix a BytesWarning in my previous commit.Gregory P. Smith2014-06-161-1/+1
* | Isolate the subprocess test_close_fds_when_max_fd_is_lowered test soGregory P. Smith2014-06-161-8/+30
|\ \ | |/
| * Isolate the subprocess test_close_fds_when_max_fd_is_lowered test soGregory P. Smith2014-06-161-8/+30
* | mergeRaymond Hettinger2014-06-152-1/+8
|\ \ | |/
| * Issue #21774: Fix incorrect variable in xml.dom.minidomRaymond Hettinger2014-06-152-1/+8
* | Update comment to reflect using the default parameter with min() and max().Raymond Hettinger2014-06-151-2/+2
* | Issue 19898: Add test for dequereviter_new.Raymond Hettinger2014-06-151-0/+5
* | merge 3.4 (#21766)Benjamin Peterson2014-06-152-1/+6
|\ \ | |/
| * merge 3.3 (#21766)Benjamin Peterson2014-06-152-1/+6
| |\
| | * merge 3.2 (#21766)Benjamin Peterson2014-06-152-1/+6
| | |\
| | | * url unquote the path before checking if it refers to a CGI script (closes #21...Benjamin Peterson2014-06-152-1/+6
| | * | - Issue #17752: Fix distutils tests when run from the installed location.doko@ubuntu.com2014-05-071-1/+1
* | | | Factor common code into internal functions.Raymond Hettinger2014-06-142-12/+20
* | | | Closes #21742: Merged fix from 3.4.Vinay Sajip2014-06-141-0/+1
|\ \ \ \ | |/ / /
| * | | Issue #21742: Set stream to None after closing.Vinay Sajip2014-06-141-0/+1
* | | | Fix typoRaymond Hettinger2014-06-141-1/+1
* | | | Merge with 3.4Terry Jan Reedy2014-06-131-0/+1
|\ \ \ \ | |/ / /
| * | | Issue #21730: Add no-thread skip in test_socket. Patch by Berker Peksag.Terry Jan Reedy2014-06-131-0/+1
* | | | Issue #19493: Merge with 3.4Zachary Ware2014-06-1332-746/+717
|\ \ \ \ | |/ / /
| * | | Issue #19493: Refactor ctypes test package.Zachary Ware2014-06-1332-746/+717
* | | | Merge with 3.4Terry Jan Reedy2014-06-131-3/+4
|\ \ \ \ | |/ / /
| * | | Issue #20043: Add direct test for _thread.Terry Jan Reedy2014-06-131-3/+4
* | | | Issue #21711: support for "site-python" directories has now been removed from...Antoine Pitrou2014-06-122-16/+7
* | | | Issue #21709: Merged update from 3.4.Vinay Sajip2014-06-121-28/+34
|\ \ \ \ | |/ / /
| * | | Issue #21709: Improved implementation to cover the frozen module case.Vinay Sajip2014-06-121-28/+34
* | | | (Merge 3.4) asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task)Victor Stinner2014-06-125-31/+123
|\ \ \ \ | |/ / /
| * | | asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task)Victor Stinner2014-06-125-31/+123
* | | | Merge with 3.4Terry Jan Reedy2014-06-121-14/+14
|\ \ \ \ | |/ / /
| * | | Issue #12387: Add missing upper(lower)case versions of default Windows keyTerry Jan Reedy2014-06-121-14/+14
* | | | Suppress a couple more DeprecationWarnings in the test suite.R David Murray2014-06-112-2/+3
* | | | Eliminate DeprecationWarning in test_concurrent_futures.R David Murray2014-06-111-3/+3
* | | | #14758: Fix the fix (fix getaddrinfo in mock_socket)R David Murray2014-06-111-3/+3
* | | | #14758: Need to specify the desired socket type in the getaddrinfo call.R David Murray2014-06-111-1/+2
* | | | #19840: Add copy_function to shutil.move.R David Murray2014-06-112-4/+29
* | | | #14758: add IPv6 support to smtpd.R David Murray2014-06-113-13/+52
* | | | #19662: Eliminate warnings in other test modules that use smtpd.R David Murray2014-06-112-4/+7
* | | | #19662: add decode_data to smtpd so you can get at DATA in bytes form.R David Murray2014-06-112-16/+147
* | | | Closes #21709: Merged fix from 3.4.Vinay Sajip2014-06-111-2/+2
|\ \ \ \ | |/ / /
| * | | Issue #21709: Remove references to __file__ when part of a frozen application.Vinay Sajip2014-06-111-2/+2
* | | | fix issue #17552: add socket.sendfile() method allowing to send a file over a...Giampaolo Rodola'2014-06-114-1/+447