summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Don't restrict ourselves to a "max" fd when closing fds before exec()Gregory P. Smith2014-06-011-0/+53
* Issue #21605: Added tests for Tkinter images.Serhiy Storchaka2014-06-011-0/+341
* Added missed calls of splitlist().Serhiy Storchaka2014-06-013-9/+7
* Issue #21477: Update htest docstring and remove extraneous differences betweenTerry Jan Reedy2014-06-011-9/+18
* Issue #21572: Change license command to fallback to generic license URL.Ned Deily2014-05-311-1/+1
* 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
* Add tests for getint, getdouble and getboolean methods of the tkapp object.Serhiy Storchaka2014-05-301-0/+44
* Fix issue #14315: The zipfile module now ignores extra fields in the centralGregory P. Smith2014-05-302-1/+16
* Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.Terry Jan Reedy2014-05-295-21/+108
* 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
* 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 #10203: sqlite3.Row now truly supports sequence protocol. In particulrSerhiy Storchaka2014-05-282-3/+25
* 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
* Issue #21477: Add htests for Search and Replace dialogs.Terry Jan Reedy2014-05-274-15/+73
* Issue #21481: Teach argparse equality tests to return NotImplemented when co...Raymond Hettinger2014-05-262-0/+10
* Issue 8743: Improve interoperability between sets and the collections.Set abs...Raymond Hettinger2014-05-262-6/+177
* Issue 13355: Make random.triangular degrade gracefully when low == high.Raymond Hettinger2014-05-262-2/+5
* 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
* Issue #18918: Removed non-existing topic from a list of available topics.Serhiy Storchaka2014-05-251-1/+0
* Issue #21477: Idle htest: merge and modify run and runall; add many tests.Terry Jan Reedy2014-05-2418-181/+414
* Fixed new Tkinter tests added in issue #21522 with Tk 8.4.Serhiy Storchaka2014-05-231-6/+13
* Issue #14710: Fix both pkgutil.find_loader() and get_loader() to notBrett Cannon2014-05-232-1/+17
* Issue #21538: The plistlib module now supports loading of binary plist filesSerhiy Storchaka2014-05-232-6/+22
* Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),Serhiy Storchaka2014-05-231-0/+181
* Issue #21523: Fix over-pessimistic computation of the stack effect of some op...Antoine Pitrou2014-05-231-3/+39
* asyncio: test_base_events: use mock.Mock instead of unittest.mock.Mock toVictor Stinner2014-05-201-1/+1
* merge headsTerry Jan Reedy2014-05-202-27/+26
|\
| * Issue #21477: idle htests - lower case function names, other cleanups.Terry Jan Reedy2014-05-192-27/+26
* | Version bump for 3.4.1.v3.4.1Larry Hastings2014-05-182-2/+2
* | Rebuild pydoc topics.Larry Hastings2014-05-181-78/+78
|/
* Merge.Larry Hastings2014-05-1831-74/+421
|\
| * Upgrade pip to 1.5.6Donald Stufft2014-05-172-1/+1
| * support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...Benjamin Peterson2014-05-171-4/+10
| * Issue #18104: revise docstrings, remove obsolete comments.Terry Jan Reedy2014-05-161-29/+32
| * Issue #20998: Fixed re.fullmatch() of repeated single character patternSerhiy Storchaka2014-05-141-0/+5
| * Issue #21075: fileinput.FileInput now reads bytes from standard stream ifSerhiy Storchaka2014-05-142-2/+13
| * Issue #21497: faulthandler functions now raise a better error if sys.stderr isVictor Stinner2014-05-141-0/+25
| * Backed out changeset 6ceedbd88b5fVictor Stinner2014-05-141-12/+0
| * Issue #21488: Add support of keyword arguments for codecs.encode and codecs.d...Victor Stinner2014-05-141-0/+12
| * Issue #21470: Do a better job seeding the random number generatorRaymond Hettinger2014-05-141-1/+3
| * Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests.Eric Snow2014-05-131-7/+8
| * Fix test-order-dependend asyncio test failure caused by rev 909ea8cc86bbab92d...Guido van Rossum2014-05-131-6/+9
| * - Issue #17756: Fix test_code test when run from the installed location.doko@ubuntu.com2014-05-131-1/+1
| * Issue 21469: Mitigate risk of false positives with robotparser.Raymond Hettinger2014-05-131-2/+9
| * Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.Eric Snow2014-05-121-0/+23