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
*
bpo-36698: IDLE no longer fails when write non-encodable characters to stderr...
Miss Islington (bot)
2019-10-08
4
-67/+84
*
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...
Miss Islington (bot)
2019-10-04
4
-58/+4
*
bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212)
Miss Islington (bot)
2019-09-17
2
-4/+14
*
bpo-38183: Test_idle ignores user config directory GH-16198)
Miss Islington (bot)
2019-09-17
4
-35/+42
*
bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818)
Miss Islington (bot)
2019-09-10
2
-1/+4
*
bpo-38041: Refine IDLE Shell restart lines. (GH-15709)
Miss Islington (bot)
2019-09-06
3
-3/+41
*
bpo-37902: IDLE: Add scrolling for IDLE browsers. (GH-15368)
Miss Islington (bot)
2019-09-05
5
-21/+75
*
Fix idlelib.help comments (GH-15669)
Miss Islington (bot)
2019-09-05
1
-24/+25
*
bpo-38022: IDLE: upgrade help.html to sphinx 2.x HTML5 output (GH-15664)
Miss Islington (bot)
2019-09-03
2
-167/+229
*
bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634)
Miss Islington (bot)
2019-09-03
3
-48/+66
*
IDLE: Fix 2 typos found by Min ho Kim. (GH-15617)
Miss Islington (bot)
2019-08-30
2
-2/+2
*
bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500)
Miss Islington (bot)
2019-08-26
2
-14/+9
*
bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452)
Miss Islington (bot)
2019-08-25
3
-50/+26
*
bpo-37849: IDLE: fix completion window positioning above line (GH-15267)
Miss Islington (bot)
2019-08-14
2
-2/+18
*
bpo-36419: IDLE - Refactor autocompete and improve testing. (GH-15121)
Miss Islington (bot)
2019-08-05
3
-177/+216
*
bpo-37748: Re-order the Run menu. (GH-15115)
Miss Islington (bot)
2019-08-04
3
-23/+29
*
bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103)
Miss Islington (bot)
2019-08-04
3
-35/+61
*
bpo-34162: Add missing items to idlelib/NEWS.txt. (GH-15034)
Miss Islington (bot)
2019-07-31
1
-0/+11
*
Fix idlelib typos discovered by min ho, pr 15018. (GH-15029)
Miss Islington (bot)
2019-07-30
6
-9/+9
*
bpo-34162: Update idlelib/news.txt. (GH-15011)
Miss Islington (bot)
2019-07-29
1
-0/+24
*
bpo-37706: Disable 3 IDLE scrollbar tests on Mac. (GH-15010)
Miss Islington (bot)
2019-07-29
1
-7/+29
*
bpo-37692: Improve highlight config sample (GH-14983)
Miss Islington (bot)
2019-07-28
1
-18/+17
*
bpo-37628: Fix IDLE config sample sizes (GH-14958)
Miss Islington (bot)
2019-07-27
4
-51/+128
*
bpo-17535: Increase line number horizontal padding by 2 pixels (GH-14959)
Miss Islington (bot)
2019-07-27
1
-1/+1
*
bpo-29446: IDLE -- add explicit imports (GH-14919) (GH-14920)
Miss Islington (bot)
2019-07-23
1
-0/+2
*
bpo-17535: IDLE editor line numbers (GH-14030)
Miss Islington (bot)
2019-07-23
14
-76/+862
*
bpo-33610: validate non-negative integer inputs in IDLE's config (GH-14822)
Miss Islington (bot)
2019-07-23
1
-7/+31
*
bpo-37627: Initialize IDLE Custom Run dialog with previous entries (GH-14870)
Miss Islington (bot)
2019-07-21
3
-10/+19
*
Fix typo found by Min ho Kim (GH-14879)
Miss Islington (bot)
2019-07-21
1
-1/+1
*
bpo-33610: IDLE's code-context always shows current context immediately (GH-1...
Miss Islington (bot)
2019-07-18
2
-7/+21
*
bpo-36390: Gather IDLE Format menu functions into format.py (GH-14827) (GH-14...
Miss Islington (bot)
2019-07-18
5
-114/+112
*
bpo-36390: IDLE: Combine region formatting methods. (GH-12481) (GH-14811)
Miss Islington (bot)
2019-07-17
6
-327/+587
*
bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675)
Miss Islington (bot)
2019-07-17
4
-99/+137
*
bpo-27452: IDLE: Cleanup config.py code (GH-14577) (GH-14802)
Miss Islington (bot)
2019-07-16
2
-39/+9
*
bpo-36390: simplify classifyws(), rename it and add unit tests (GH-14500)
Miss Islington (bot)
2019-07-11
2
-23/+77
*
bpo-26806: IDLE should run without docstrings (GH-14657) (GH-14677)
Miss Islington (bot)
2019-07-09
2
-8/+19
*
bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944)
Miss Islington (bot)
2019-07-06
4
-135/+173
*
Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263) (#14270)
Miss Islington (bot)
2019-06-20
1
-1/+1
*
bpo-37325: Fix focus traversal for 2 IDLE dialogs (GH-14209)
Miss Islington (bot)
2019-06-18
3
-23/+41
*
bpo-5680: IDLE: Customize running a module (GH-13763)
Miss Islington (bot)
2019-06-18
9
-50/+193
*
bpo-37321: Edit IDLE subprocess connection error messages. (GH-14170)
Miss Islington (bot)
2019-06-17
3
-9/+14
*
bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) (GH-14...
Miss Islington (bot)
2019-06-17
3
-28/+117
*
bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957)
Miss Islington (bot)
2019-06-16
1
-2/+2
*
IDLE: Standardize naming convention for DummyEditwin in tests (GH-13876) (#13...
Miss Islington (bot)
2019-06-07
1
-2/+2
*
bpo-37177: make IDLE's search dialogs transient (GH-13869)
Miss Islington (bot)
2019-06-07
2
-5/+8
*
bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791)
Miss Islington (bot)
2019-06-05
2
-61/+67
*
IDLE: Fix typos in docs and comments (GH-13749)
Xtreak
2019-06-03
11
-11/+11
*
bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307)
Cheryl Sabella
2019-06-02
7
-13/+11
*
bpo-32411: IDLE: Remove line number sort in browser.py (#5011)
Cheryl Sabella
2019-06-01
3
-17/+20
*
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka
2019-06-01
2
-2/+2
[next]