summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-301-2/+3
* | Issue #20383: Introduce importlib.util.module_from_spec().Brett Cannon2014-05-3011-438/+322
* | 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-301-1/+26
|\ \ | |/
| * Issue #21552: Fixed possible integer overflow of too long string lengths inSerhiy Storchaka2014-05-301-1/+26
* | 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-302-15/+78
* | Fix issue #14315: The zipfile module now ignores extra fields in the centralGregory P. Smith2014-05-302-1/+16
|\ \ | |/
| * Fix issue #14315: The zipfile module now ignores extra fields in the centralGregory P. Smith2014-05-302-1/+16
* | 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-281-3/+3
|\ \ | |/
| * Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe docVictor Stinner2014-05-281-3/+3
* | Restore performance of some dumb database methods (regression introduced by #...Serhiy Storchaka2014-05-281-8/+19
|\ \ | |/
| * Restore performance of some dumb database methods (regression introduced by #...Serhiy Storchaka2014-05-281-8/+19
* | Issue #21402: tkinter.ttk now works when default root window is not set.Serhiy Storchaka2014-05-282-36/+55
|\ \ | |/
| * Issue #21402: tkinter.ttk now works when default root window is not set.Serhiy Storchaka2014-05-282-36/+55
* | Issue #21493: Added test for ntpath.expanduser(). Original patch bySerhiy Storchaka2014-05-281-0/+35
|\ \ | |/
| * Issue #21493: Added test for ntpath.expanduser(). Original patch bySerhiy Storchaka2014-05-281-0/+35
* | Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulrSerhiy Storchaka2014-05-282-3/+25
|\ \ | |/
| * Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulrSerhiy Storchaka2014-05-282-3/+25
* | Issue #18807: Merged fix from 3.4.Vinay Sajip2014-05-281-1/+4
|\ \ | |/
| * Issue #18807: If copying (no symlinks) specified for a venv, then the python ...Vinay Sajip2014-05-281-1/+4
* | Fix for raising exception not derived from BaseException in _SelectorSslTrans...Andrew Svetlov2014-05-272-1/+5
|\ \ | |/
| * Fix for raising exception not derived from BaseException in _SelectorSslTrans...Andrew Svetlov2014-05-272-1/+5
* | Merge with 3.4Terry Jan Reedy2014-05-274-15/+73
|\ \ | |/
| * Issue #21477: Add htests for Search and Replace dialogs.Terry Jan Reedy2014-05-274-15/+73
* | Minor clean-ups for heapq.merge().Raymond Hettinger2014-05-271-14/+13
* | Minor clean-ups for heapq.Raymond Hettinger2014-05-261-11/+11
* | mergeRaymond Hettinger2014-05-262-0/+10
|\ \ | |/
| * Issue #21481: Teach argparse equality tests to return NotImplemented when co...Raymond Hettinger2014-05-262-0/+10
* | mergeRaymond Hettinger2014-05-262-6/+177
|\ \ | |/
| * Issue 8743: Improve interoperability between sets and the collections.Set abs...Raymond Hettinger2014-05-262-6/+177
* | Issue 15246: Improve test coverage for collections.abc.Set. (Contributed by...Raymond Hettinger2014-05-261-0/+53
* | Issue 21137: Better repr for threading.Lock()Raymond Hettinger2014-05-264-3/+26
* | mergeRaymond Hettinger2014-05-262-2/+5
|\ \ | |/
| * Issue 13355: Make random.triangular degrade gracefully when low == high.Raymond Hettinger2014-05-262-2/+5
* | Merge with 3.4Terry Jan Reedy2014-05-259-79/+160
|\ \ | |/
| * Issue #21477: Idle htest: modify run; add more tests.Terry Jan Reedy2014-05-259-79/+160
* | Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.Serhiy Storchaka2014-05-251-0/+60
|\ \ | |/