index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-2/+4
*
Issue #5124: NEWS entries.
Terry Jan Reedy
2016-06-11
1
-0/+4
*
Issue #5124: Paste with selection should always replace.
Terry Jan Reedy
2016-06-11
2
-1/+85
*
Items for NEWS and idlelib/NEWS.txt.
Terry Jan Reedy
2016-06-07
1
-0/+11
*
Issue #24759: Add 'private' notice for idlelib.idle_test.
Terry Jan Reedy
2016-06-04
1
-0/+6
*
Revise and synchronize idle_test.test_configdialog.
Terry Jan Reedy
2016-06-04
1
-8/+6
*
IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'.
Terry Jan Reedy
2016-06-04
1
-2/+2
*
Issue #27196: Stop 'application destroyed' warnings when running IDLE tests.
Terry Jan Reedy
2016-06-04
5
-10/+22
*
Issue 20567: Revise idle_test/README.txt and some tests to match new advice.
Terry Jan Reedy
2016-06-04
9
-34/+39
*
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter
2016-06-02
3
-3/+3
*
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
1
-2/+1
*
Add items to MISC/NEWS and idlelib/NEWS.txt.
Terry Jan Reedy
2016-05-30
1
-0/+40
*
Issue #27117: Make ColorDelegator htest and turtledemo work with dark theme.
Terry Jan Reedy
2016-05-29
2
-15/+27
*
Issue #26673: Protect IDLE from Linux fonts with reported default size 0.
Terry Jan Reedy
2016-05-22
1
-1/+1
*
Issue #21939: Test IDLE percolator. Original patch by Saimadhav Heblikar.
Terry Jan Reedy
2016-05-18
3
-26/+145
*
Issue #21676: test IDLE replace dialog. Original patch by Saimadhav Heblikar.
Terry Jan Reedy
2016-05-17
2
-9/+321
*
Issue #18410: add missing parent argument.
Terry Jan Reedy
2016-05-17
1
-1/+1
*
Issue #18410: Test IDLE's search dialog; original patch by Westley Martínez.
Terry Jan Reedy
2016-05-17
2
-10/+98
*
Issue #21703: Add test for undo delegator. Patch most by Saimadhav Heblikar .
Terry Jan Reedy
2016-05-17
2
-11/+148
*
Issue #27044: stop test_idle from leaking by deleting callbacks.
Terry Jan Reedy
2016-05-17
2
-0/+12
*
Issue 18910: Edit idle_test/README.txt to add 'requires' usage at module scope.
Terry Jan Reedy
2016-05-16
1
-53/+62
*
Issue #23977: Tweak IDLE Delegator and its test.
Terry Jan Reedy
2016-05-16
2
-12/+23
*
Issue #25747: remove undependable and possibly useless test.
Terry Jan Reedy
2016-05-15
1
-9/+0
*
Issue #20640: Add https: to url prefixes so test passes on Darwin.
Terry Jan Reedy
2016-05-15
1
-1/+1
*
Issue #20640: Add tests for idlelib.configHelpSourceEdit.
Terry Jan Reedy
2016-05-15
3
-21/+136
*
Fix typos in comments, documentation and test method names
Martin Panter
2016-05-08
1
-1/+1
*
Clarify IDLE-console differences with respect to the sys module.
Terry Jan Reedy
2016-05-02
1
-10/+12
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
4
-4/+4
*
Issue #26581: Use the first coding cookie on a line, not the last one.
Serhiy Storchaka
2016-03-20
1
-1/+1
*
Whitespace
Terry Jan Reedy
2016-03-01
1
-3/+3
*
Document maintenance of idlelib/help.html in idlelib.
Terry Jan Reedy
2016-03-01
1
-1/+24
*
Rebase the 3.x version of idlelib/help.html on the 3.5 version of
Terry Jan Reedy
2016-03-01
1
-73/+73
*
Issues #26310, #26311: Fix typos in the documentation and code comments
Martin Panter
2016-02-10
2
-2/+2
*
Issue #25507: revert incorrect movement of idleConf import in c548ad75160c.
Terry Jan Reedy
2016-01-27
2
-1/+13
*
Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt.
Terry Jan Reedy
2016-01-17
2
-4/+7
*
Merge with 3.4
Terry Jan Reedy
2015-12-18
1
-1/+1
|
\
|
*
Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION M...
Terry Jan Reedy
2015-12-18
1
-1/+1
*
|
Update idlelib/NEWS.txt.
Terry Jan Reedy
2015-11-21
1
-16/+39
|
\
\
|
|
/
|
*
Update idlelib/NEWS.txt.
Terry Jan Reedy
2015-11-21
1
-16/+39
*
|
Merge with 3.4
Terry Jan Reedy
2015-11-21
1
-2/+5
|
\
\
|
|
/
|
*
Issue 15348: Stop debugger engine (normally in user process)
Terry Jan Reedy
2015-11-21
1
-2/+5
*
|
Merge with 3.4
Terry Jan Reedy
2015-11-21
1
-7/+53
|
\
\
|
|
/
|
*
Issue #24455: Prevent IDLE from hanging when a) closing the shell while the
Terry Jan Reedy
2015-11-21
1
-7/+53
*
|
Merge with 3.4
Terry Jan Reedy
2015-11-20
1
-1/+1
|
\
\
|
|
/
|
*
Make it slightly clearer that IDLE close message is referring to user program,
Terry Jan Reedy
2015-11-20
1
-1/+1
*
|
Merge with 3.4
Terry Jan Reedy
2015-11-16
1
-1/+1
|
\
\
|
|
/
|
*
Issue #24750: whitespace
Terry Jan Reedy
2015-11-16
1
-1/+1
*
|
Merge with 3.4
Terry Jan Reedy
2015-11-16
2
-3/+8
|
\
\
|
|
/
|
*
Issue #24750: Improve appearance of IDLE editor window status bar.
Terry Jan Reedy
2015-11-16
2
-3/+8
*
|
Merge with 3.4
Terry Jan Reedy
2015-11-12
1
-1/+1
|
\
\
|
|
/
[next]