summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Collapse)AuthorAgeFilesLines
* whitespaceTerry Jan Reedy2014-06-051-1/+1
|
* Issue #18910: Add unittest for textView. Patch by Phil Webster.Terry Jan Reedy2014-06-053-4/+113
|
* Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar.Terry Jan Reedy2014-06-052-0/+162
|
* 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-024-20/+21
| | | | This changeset also includes cleanup allowed by this behavior change.
* Issue #21477: Update htest docstring and remove extraneous differences betweenTerry Jan Reedy2014-06-011-9/+18
| | | | 2.7 and 3.4. Original patch by Saimadhav Heblikar.
* Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.Terry Jan Reedy2014-05-295-21/+108
| | | | Put instructions in a fixed size scrollable Text. Patch by Saimadhav Heblikar.
* Issue #21477: Add htests for Search and Replace dialogs.Terry Jan Reedy2014-05-274-15/+73
| | | | Patch by Saimadhav Heblikar.
* Issue #21477: Idle htest: modify run; add more tests.Terry Jan Reedy2014-05-259-79/+160
| | | | Patch by Saimadhav Heblikar. 2.7 version will follow.
* Issue #21477: Idle htest: merge and modify run and runall; add many tests.Terry Jan Reedy2014-05-2418-181/+414
| | | | Patch by Saimadhav Heblikar
* 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-181-1/+1
|/
* Merge.Larry Hastings2014-05-184-32/+116
|\
| * Issue #18104: revise docstrings, remove obsolete comments.Terry Jan Reedy2014-05-161-29/+32
| |
| * 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-32/+114
| | | | | | | | | | consolidating and improving human-validated tests of Idle. Change other files as needed to work with htest. Running the module as __main__ runs all tests.
* | Version bump for 3.4.1rc1.v3.4.1rc1Larry Hastings2014-05-041-1/+1
|/
* Issue #21138: Change default reformat paragraph width to PEP 8's 72.Terry Jan Reedy2014-04-221-1/+1
|
* Issue 21284: Idle: make test_formatparagraph pass even when a user changes theTerry Jan Reedy2014-04-222-10/+13
| | | | reformat width in the configuration menu.
* Issue #17654: Ensure IDLE menus are customized properly on OS X forNed Deily2014-03-2811-93/+123
| | | | non-framework builds and for all variants of Tk.
* Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1.Larry Hastings2014-03-177-5/+21
|\
| * Merge with 3.3Terry Jan Reedy2014-02-275-3/+13
| |\
| | * Issue #20567: Delete class attribute gui widgets in idle tests.Terry Jan Reedy2014-02-275-3/+13
| | | | | | | | | | | | Code patch by Serhiy Storchaka
| * | Merge with 3.3Terry Jan Reedy2014-02-231-1/+1
| |\ \ | | |/
| | * Issue #20730: Fix typo reported by Claudiu Popa.Terry Jan Reedy2014-02-231-1/+1
| | |
| * | #20634: merge with 3.3.Ezio Melotti2014-02-151-1/+1
| |\ \ | | |/
| | * #20634: fix typo in IDLE README noticed by Saimadhav Heblikar.Ezio Melotti2014-02-151-1/+1
| | |
| * | Merge Python 3.4.0rc1 release branch.Larry Hastings2014-02-112-1/+6
| |\ \
| | * | Issue #20167: Add missing else: break in 3 places as noticed by Serhiy.Terry Jan Reedy2014-02-101-0/+6
| | | |
| | * | merge with 3.3Georg Brandl2014-02-101-1/+0
| | |\ \ | | | |/
| | | * Fix trailing whitespace.Georg Brandl2014-02-101-2/+1
| | | |
| | | * merge with 3.3.4 releasing repoGeorg Brandl2014-02-102-1/+63
| | | |\
| | | | * Bump to 3.3.4 finalGeorg Brandl2014-02-091-1/+1
| | | | |
| | | | * Bump to 3.3.4rc1.Georg Brandl2014-01-251-1/+1
| | | | |
| | | | * Update IDLE news from Misc/NEWS.Georg Brandl2014-01-251-0/+62
| | | | |
* | | | | Release bump for 3.4.0 final.Larry Hastings2014-03-161-1/+1
| | | | |
* | | | | Version bump for 3.4.0rc3.v3.4.0rc3Larry Hastings2014-03-091-1/+1
| | | | |
* | | | | Version bump for Python 3.4.0rc2.v3.4.0rc2Larry Hastings2014-02-231-1/+1
| | | | |
* | | | | merge with 3.3Georg Brandl2014-02-101-1/+0
|/ / / /
* | | | Python 3.4.0rc1: Version bump.v3.4.0rc1Larry Hastings2014-02-101-1/+1
|/ / /
* | | Issue #20406: Use Python application icons for Idle window title bars.Terry Jan Reedy2014-02-088-1/+13
|\ \ \ | |/ / | | | | | | Patch mostly by Serhiy Storchaka.
| * | Issue #20406: Use Python application icons for Idle window title bars.Terry Jan Reedy2014-02-088-1/+13
| | | | | | | | | | | | Patch mostly by Serhiy Storchaka.
* | | Issue #20167: Suppress 3.4 specific 'Exception ignored' messages.Terry Jan Reedy2014-02-081-4/+23
| | | | | | | | | | | | Original patch by Tal Einat.
* | | Update the python.gif icon for the Idle classbrowser and pathbowserTerry Jan Reedy2014-02-021-0/+0
|\ \ \ | |/ / | | | | | | from the old green snake to the new new blue and yellow snakes.
| * | Update the python.gif icon for the Idle classbrowser and pathbowserTerry Jan Reedy2014-02-021-0/+0
| | | | | | | | | | | | from the old green snake to the new new blue and yellow snakes.
* | | Merge with 3.3Terry Jan Reedy2014-01-292-7/+4
|\ \ \ | |/ /
| * | Idlelib: forward port changes that silenced 2.7 -3 deprecation warnings andTerry Jan Reedy2014-01-292-7/+4
| | | | | | | | | | | | which are at least as efficient. On Py3, unpacking exceptions never works.
* | | Issue #20326: Argument Clinic now uses a simple, unique signature toLarry Hastings2014-01-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | annotate text signatures in docstrings, resulting in fewer false positives. "self" parameters are also explicitly marked, allowing inspect.Signature() to authoritatively detect (and skip) said parameters. Issue #20326: Argument Clinic now generates separate checksums for the input and output sections of the block, allowing external tools to verify that the input has not changed (and thus the output is not out-of-date).
* | | Merge.Larry Hastings2014-01-273-27/+55
|\ \ \