summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar.Terry Jan Reedy2014-06-052-0/+162
* Issue #21654: Fix interaction with warnings. Patch by Raymond Hettinger.Terry Jan Reedy2014-06-041-1/+1
* Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster.Terry Jan Reedy2014-06-044-4/+181
* Issue #18492: Allow all resources when tests are not run by regrtest.py.Zachary Ware2014-06-0212-56/+34
* Issue #6181: Fixed minor bugs in tkinter.Listbox methods:Serhiy Storchaka2014-06-024-29/+60
* Issue #6181: Fixed errors in tkinter.Listbox docstrings.Serhiy Storchaka2014-06-021-4/+4
* Issue #19656: Running Python with the -3 option now also warns aboutSerhiy Storchaka2014-06-011-0/+5
* Issue #21605: Added tests for Tkinter images.Serhiy Storchaka2014-06-011-0/+339
* 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/+17
* backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304)Benjamin Peterson2014-05-312-2/+135
* merge 2.7.7 release branchBenjamin Peterson2014-05-312-2/+2
|\
| * bump to 2.7.7 finalBenjamin Peterson2014-05-312-2/+2
* | Issue #21572: Change license command to fallback to generic license URL.Ned Deily2014-05-311-1/+1
* | Issue #21608: Updated HTTPHandler documentation.Vinay Sajip2014-05-301-1/+1
* | Issue #21552: Fixed possible integer overflow of too long string lengths inSerhiy Storchaka2014-05-301-1/+51
* | Add tests for getint, getdouble and getboolean methods of the tkapp object.Serhiy Storchaka2014-05-301-0/+47
* | 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-19/+109
* | Issue #21402: tkinter.ttk now works when default root window is not set.Serhiy Storchaka2014-05-282-36/+54
* | 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 particularSerhiy Storchaka2014-05-282-3/+33
* | Issue #21477: Add htests for Search and Replace dialogs.Terry Jan Reedy2014-05-274-12/+70
* | Issue #21477: Idle htest: modify run; add more tests.Terry Jan Reedy2014-05-279-97/+159
* | 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 ab...Raymond Hettinger2014-05-263-32/+189
* | Issue 13355: Make random.triangular degrade gracefully when low == high.Raymond Hettinger2014-05-262-2/+5
* | Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.Serhiy Storchaka2014-05-251-0/+62
* | Issue #21477: Idle htest: merge and modify run and runall; add many tests.Terry Jan Reedy2014-05-2418-179/+415
* | Issue #18604: Skip the Tk instantiation test on OS X because it canNed Deily2014-05-241-1/+3
* | Fixed new Tkinter tests added in issue #21522 with Tk 8.4.Serhiy Storchaka2014-05-231-6/+13
* | Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),Serhiy Storchaka2014-05-231-0/+181
* | Issue #20635: Added tests for Tk geometry managers.Serhiy Storchaka2014-05-232-0/+900
* | Issue #21523: Fix over-pessimistic computation of the stack effect of some op...Antoine Pitrou2014-05-231-2/+41
* | Issue #21477: idle htests - lower case function names, other cleanups.Terry Jan Reedy2014-05-192-27/+26
|/
* bump to 2.7.7rc1v2.7.7rc1Benjamin Peterson2014-05-182-2/+2
* update pydoc_topicsBenjamin Peterson2014-05-181-6/+6
* 'sunos' not 'solarisBenjamin Peterson2014-05-171-1/+1
* just skip this test on SolarisBenjamin Peterson2014-05-171-5/+5
* some platforms apparently don't care about fdopen'ing with a different modeBenjamin Peterson2014-05-171-1/+5
* support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...Benjamin Peterson2014-05-171-4/+11
* Backport Fix for Issue #7776: Fix ``Host:'' header and reconnection when usin...Senthil Kumaran2014-05-172-18/+84
* Issue #18104: revise docstrings, remove obsolete comments.Terry Jan Reedy2014-05-161-29/+32
* Issue #21470: Do a better job seeding the random number generatorRaymond Hettinger2014-05-141-1/+3
* Issue 21469: Mitigate risk of false positives with robotparser.Raymond Hettinger2014-05-131-2/+12
* whitespaceTerry Jan Reedy2014-05-121-1/+0
* Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to beginTerry Jan Reedy2014-05-124-31/+113
* this file now has utf-8 charsBenjamin Peterson2014-05-111-0/+2
* backport hmac.compare_digest to partially implement PEP 466 (closes #21306)Benjamin Peterson2014-05-112-1/+114
* Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as ad...Antoine Pitrou2014-05-081-0/+7