Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with 3.4 | Terry Jan Reedy | 2014-06-01 | 1 | -9/+18 |
|\ | |||||
| * | Issue #21477: Update htest docstring and remove extraneous differences between | Terry Jan Reedy | 2014-06-01 | 1 | -9/+18 |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-05-29 | 5 | -21/+108 |
|\ \ | |/ | |||||
| * | Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog. | Terry Jan Reedy | 2014-05-29 | 5 | -21/+108 |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-05-27 | 4 | -15/+73 |
|\ \ | |/ | |||||
| * | Issue #21477: Add htests for Search and Replace dialogs. | Terry Jan Reedy | 2014-05-27 | 4 | -15/+73 |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-05-25 | 9 | -79/+160 |
|\ \ | |/ | |||||
| * | Issue #21477: Idle htest: modify run; add more tests. | Terry Jan Reedy | 2014-05-25 | 9 | -79/+160 |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-05-24 | 18 | -181/+414 |
|\ \ | |/ | |||||
| * | Issue #21477: Idle htest: merge and modify run and runall; add many tests. | Terry Jan Reedy | 2014-05-24 | 18 | -181/+414 |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-05-20 | 2 | -27/+26 |
|\ \ | |/ | |||||
| * | merge heads | Terry Jan Reedy | 2014-05-20 | 2 | -27/+26 |
| |\ | |||||
| | * | Issue #21477: idle htests - lower case function names, other cleanups. | Terry Jan Reedy | 2014-05-19 | 2 | -27/+26 |
| * | | Version bump for 3.4.1.v3.4.1 | Larry Hastings | 2014-05-18 | 1 | -1/+1 |
| |/ | |||||
| * | Merge. | Larry Hastings | 2014-05-18 | 4 | -32/+116 |
| |\ | |||||
| * | | Version bump for 3.4.1rc1.v3.4.1rc1 | Larry Hastings | 2014-05-04 | 1 | -1/+1 |
* | | | Merge with 3.4 | Terry Jan Reedy | 2014-05-16 | 1 | -29/+32 |
|\ \ \ | | |/ | |/| | |||||
| * | | Issue #18104: revise docstrings, remove obsolete comments. | Terry Jan Reedy | 2014-05-16 | 1 | -29/+32 |
* | | | Merge with 3.4 | Terry Jan Reedy | 2014-05-12 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | whitespace | Terry Jan Reedy | 2014-05-12 | 1 | -1/+0 |
* | | | Merge with 3.4 | Terry Jan Reedy | 2014-05-12 | 4 | -32/+114 |
|\ \ \ | |/ / | |||||
| * | | Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin | Terry Jan Reedy | 2014-05-12 | 4 | -32/+114 |
| |/ | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-04-22 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #21138: Change default reformat paragraph width to PEP 8's 72. | Terry Jan Reedy | 2014-04-22 | 1 | -1/+1 |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-04-22 | 2 | -10/+13 |
|\ \ | |/ | |||||
| * | Issue 21284: Idle: make test_formatparagraph pass even when a user changes the | Terry Jan Reedy | 2014-04-22 | 2 | -10/+13 |
* | | Issue #17654: merge from 3.4 | Ned Deily | 2014-03-28 | 11 | -93/+123 |
|\ \ | |/ | |||||
| * | Issue #17654: Ensure IDLE menus are customized properly on OS X for | Ned Deily | 2014-03-28 | 11 | -93/+123 |
| * | Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1. | Larry Hastings | 2014-03-17 | 7 | -5/+21 |
| |\ | |||||
| * | | Release bump for 3.4.0 final. | Larry Hastings | 2014-03-16 | 1 | -1/+1 |
| * | | Version bump for 3.4.0rc3.v3.4.0rc3 | Larry Hastings | 2014-03-09 | 1 | -1/+1 |
| * | | Version bump for Python 3.4.0rc2.v3.4.0rc2 | Larry Hastings | 2014-02-23 | 1 | -1/+1 |
| * | | merge with 3.3 | Georg Brandl | 2014-02-10 | 1 | -1/+0 |
* | | | Version bump to 3.5, step 2. | Larry Hastings | 2014-03-17 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge with 3.3 | Terry Jan Reedy | 2014-02-27 | 5 | -3/+13 |
|\ \ | |||||
| * | | Issue #20567: Delete class attribute gui widgets in idle tests. | Terry Jan Reedy | 2014-02-27 | 5 | -3/+13 |
* | | | Merge with 3.3 | Terry Jan Reedy | 2014-02-23 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #20730: Fix typo reported by Claudiu Popa. | Terry Jan Reedy | 2014-02-23 | 1 | -1/+1 |
* | | | #20634: merge with 3.3. | Ezio Melotti | 2014-02-15 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. | Ezio Melotti | 2014-02-15 | 1 | -1/+1 |
* | | | Merge Python 3.4.0rc1 release branch. | Larry Hastings | 2014-02-11 | 2 | -1/+6 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Issue #20167: Add missing else: break in 3 places as noticed by Serhiy. | Terry Jan Reedy | 2014-02-10 | 1 | -0/+6 |
| * | | merge with 3.3 | Georg Brandl | 2014-02-10 | 1 | -1/+0 |
| |\ \ | | |/ | |||||
| | * | Fix trailing whitespace. | Georg Brandl | 2014-02-10 | 1 | -2/+1 |
| | * | merge with 3.3.4 releasing repo | Georg Brandl | 2014-02-10 | 2 | -1/+63 |
| | |\ | |||||
| | | * | Bump to 3.3.4 final | Georg Brandl | 2014-02-09 | 1 | -1/+1 |
| | | * | Bump to 3.3.4rc1. | Georg Brandl | 2014-01-25 | 1 | -1/+1 |
| | | * | Update IDLE news from Misc/NEWS. | Georg Brandl | 2014-01-25 | 1 | -0/+62 |
* | | | | Python 3.4.0rc1: Version bump.v3.4.0rc1 | Larry Hastings | 2014-02-10 | 1 | -1/+1 |
|/ / / | |||||
* | | | Issue #20406: Use Python application icons for Idle window title bars. | Terry Jan Reedy | 2014-02-08 | 8 | -1/+13 |
|\ \ \ | |/ / |