summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix commentRaymond Hettinger2014-06-021-1/+1
* Issue #17095: Fix Modules/Setup *shared* support.Ned Deily2014-06-023-6/+18
|\
| * Issue #17095: Fix Modules/Setup *shared* support.Ned Deily2014-06-023-6/+21
* | Minor clean-ups.Raymond Hettinger2014-06-021-3/+5
* | Merged documentation update from 3.4.Vinay Sajip2014-06-011-0/+15
|\ \ | |/
| * Updated logging HOWTO section on optimization.Vinay Sajip2014-06-011-0/+15
* | Skip test_subprocess test_close_fds_when_max_fd_is_lowered on FreeBSDGregory P. Smith2014-06-011-0/+3
|\ \ | |/
| * Skip test_subprocess test_close_fds_when_max_fd_is_lowered on FreeBSDGregory P. Smith2014-06-011-0/+3
* | Attempt to fix the "too many open files" errors on several of theGregory P. Smith2014-06-011-4/+6
|\ \ | |/
| * Attempt to fix the "too many open files" errors on several of theGregory P. Smith2014-06-011-4/+6
* | merge the end_fd comment fix and explicit wait() for the child.Gregory P. Smith2014-06-012-3/+3
|\ \ | |/
| * Explicitly wait for the child instead of letting a destructor do it.Gregory P. Smith2014-06-011-1/+1
| * Fix the comment to not refer to the removed end_fd parameter.Gregory P. Smith2014-06-011-2/+2
* | Don't restrict ourselves to a "max" fd when closing fds before exec()Gregory P. Smith2014-06-013-43/+102
|\ \ | |/
| * Don't restrict ourselves to a "max" fd when closing fds before exec()Gregory P. Smith2014-06-013-43/+102
* | Issue #21605: Added tests for Tkinter images.Serhiy Storchaka2014-06-012-0/+343
|\ \ | |/
| * Issue #21605: Added tests for Tkinter images.Serhiy Storchaka2014-06-012-0/+343
* | Added missed calls of splitlist().Serhiy Storchaka2014-06-013-9/+7
|\ \ | |/
| * Added missed calls of splitlist().Serhiy Storchaka2014-06-013-9/+7
* | Remove the obsolete MAXFD constant and Popen._close_fds() method.Gregory P. Smith2014-06-011-14/+0
* | Merge with 3.4Terry Jan Reedy2014-06-011-9/+18
|\ \ | |/
| * Issue #21477: Update htest docstring and remove extraneous differences betweenTerry Jan Reedy2014-06-011-9/+18
* | merge 3.4Benjamin Peterson2014-05-311-1/+1
|\ \ | |/
| * give the correct fixer name (closes #21604)Benjamin Peterson2014-05-311-1/+1
* | Closes #21583: Improved test_logging. Thanks to Diana Joan Clarke for the patch.Vinay Sajip2014-05-311-85/+81
* | Issue #21572: Change license command to fallback to generic license URL.Ned Deily2014-05-311-1/+1
|\ \ | |/
| * Issue #21572: Change license command to fallback to generic license URL.Ned Deily2014-05-311-1/+1
* | Fix a parameter name to make sense againBrett Cannon2014-05-302-3180/+3181
* | Merge with 3.4Terry Jan Reedy2014-05-301-1/+1
|\ \ | |/
| * Issue #21593: (from StackOverflow) minor doc clarification for re.search.Terry Jan Reedy2014-05-301-1/+1
* | Issue #20383: Introduce importlib.util.module_from_spec().Brett Cannon2014-05-3017-4727/+4527
* | Closes #21608: Merged documentation update from 3.4.Vinay Sajip2014-05-301-1/+18
|\ \ | |/
| * Issue #21608: Updated HTTPHandler documentation.Vinay Sajip2014-05-301-1/+18
* | Move import.c to use Clinic file output.Brett Cannon2014-05-302-330/+340
* | Test correct getXXX methods in Tkinter bigmem tests.Serhiy Storchaka2014-05-301-3/+3
|\ \ | |/
| * Test correct getXXX methods in Tkinter bigmem tests.Serhiy Storchaka2014-05-301-3/+3
* | Issue #21552: Fixed possible integer overflow of too long string lengths inSerhiy Storchaka2014-05-303-2/+64
|\ \ | |/
| * Issue #21552: Fixed possible integer overflow of too long string lengths inSerhiy Storchaka2014-05-303-2/+64
* | Add tests for getint, getdouble and getboolean methods of the tkapp object.Serhiy Storchaka2014-05-301-0/+44
|\ \ | |/
| * Add tests for getint, getdouble and getboolean methods of the tkapp object.Serhiy Storchaka2014-05-301-0/+44
* | Issue #13742: Add key and reverse parameters to heapq.merge()Raymond Hettinger2014-05-305-19/+98
* | Fix issue #14315: The zipfile module now ignores extra fields in the centralGregory P. Smith2014-05-303-1/+21
|\ \ | |/
| * Fix issue #14315: The zipfile module now ignores extra fields in the centralGregory P. Smith2014-05-303-1/+21
* | Issue #21226: Merge from 3.4.Eric Snow2014-05-291-0/+1
|\ \ | |/
| * Issue #21226: fix a ref leak.Eric Snow2014-05-291-0/+1
* | Merge with 3.4Terry Jan Reedy2014-05-295-21/+108
|\ \ | |/
| * Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.Terry Jan Reedy2014-05-295-21/+108
* | (Merge 3.4) Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe docVictor Stinner2014-05-282-6/+6
|\ \ | |/
| * Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe docVictor Stinner2014-05-282-6/+6
* | (Merge 3.4) Issue #21376: document asyncio.TimeoutErrorVictor Stinner2014-05-281-4/+17
|\ \ | |/