Victor Stinner
b28a375f2f
Issue #18081 : Workaround "./python -m test_idle test_logging" failure
"import idlelib" should not install hooks on the warning modules, hooks should
only be installed when IDLE is started.
13 years ago
Roger Serwy
036e84924a
#5492 : Avoid traceback when exiting IDLE caused by a race condition.
13 years ago
Terry Jan Reedy
ba6c0d3b08
#18151 , part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch
changing IOError to OSError (#16715 ).
13 years ago
Ned Deily
7f0882c920
Issue #17532 : Always include Options menu for IDLE on OS X.
Patch by Guilherme Simões.
13 years ago
Roger Serwy
9bc7b793ea
#13495 : Avoid loading the color delegator twice in IDLE.
13 years ago
Roger Serwy
1eafd1076e
#17585 : Fixed IDLE regression. Now closes when using exit() or quit().
13 years ago
Roger Serwy
6b7a5ae2c1
#14254 : IDLE now handles readline correctly across shell restarts.
13 years ago
Roger Serwy
d7c9d9cdcd
#17614 : IDLE no longer raises exception when quickly closing a file.
13 years ago
Roger Serwy
34d0c66ef2
#6698 : IDLE now opens just an editor window when configured to do so.
13 years ago
Roger Serwy
c35151cf41
#6698 : IDLE now opens just an editor window when configured to do so.
13 years ago
Terry Jan Reedy
d676a3a221
Issue #17390 : Display Python version on Idle title bar. Patch by Edmond Burnett.
13 years ago
Terry Jan Reedy
32622236d5
Issue #17390 : Display Python version on Idle title bar. Patch by Edmond Burnett.
13 years ago
Serhiy Storchaka
39e70a4e83
Issue #9290 : In IDLE the sys.std* streams now implement io.TextIOBase
interface and support all mandatory methods and properties.
13 years ago
Serhiy Storchaka
9abc830c6a
Issue #9290 : In IDLE the sys.std* streams now implement io.TextIOBase
interface and support all mandatory methods and properties.
13 years ago
Andrew Svetlov
f7a17b48d7
Replace IOError with OSError ( #16715 )
13 years ago
Andrew Svetlov
0832af6628
Issue #16717 : get rid of socket.error, replace with OSError
13 years ago
Andrew Svetlov
d183767ca4
Issue #1207589 : Add Cut/Copy/Paste items to IDLE right click Context Menu
Patch by Todd Rovito.
13 years ago
Andrew Svetlov
5018db76aa
Issue #1207589 : Add Cut/Copy/Paste items to IDLE right click Context Menu
Patch by Todd Rovito.
13 years ago
Andrew Svetlov
64478ac219
normalize whitespaces
13 years ago
Andrew Svetlov
9b1e59a2b3
Issue #16123 : IDLE - deprecate running without a subprocess.
Patch by Roger Serwy
13 years ago
Andrew Svetlov
8a15c37df7
Issue #9803 : Don't close IDLE on saving if breakpoint is open.
Patch by Roger Serwy.
14 years ago
Andrew Svetlov
06c5c6d694
Issue #9803 : Don't close IDLE on saving if breakpoint is open.
Patch by Roger Serwy.
14 years ago
Martin v. Löwis
30d5e6c13f
Issue #7163 : Propagate return value of sys.stdout.write.
Patch by Roger Serwy.
14 years ago
Martin v. Löwis
e2b5624ee8
Issue #15318 : Prevent writing to sys.stdin.
Patch by Roger Serwy and myself.
14 years ago
Martin v. Löwis
c882b7c51a
Issue #15318 : Prevent writing to sys.stdin.
Patch by Roger Serwy and myself.
14 years ago
Terry Jan Reedy
f8fc674f0b
Issue 13532: Allow bytearrays to be written also.
14 years ago
Martin v. Löwis
9e6bf1a8ee
Widen test to support unicode.
14 years ago
Martin v. Löwis
e8e4e1456c
- Issue #13532 : Check that arguments to sys.stdout.write are strings.
14 years ago
Martin v. Löwis
9ae3f7a189
Issue #13532 : Check that arguments to sys.stdout.write are strings.
14 years ago
Ned Deily
5e247b705e
Issue #14962 : Update text coloring in IDLE shell window after changing
options. Patch by Roger Serwy.
14 years ago
Ned Deily
8b2a56b89d
Issue #14962 : Update text coloring in IDLE shell window after changing
options. Patch by Roger Serwy.
14 years ago
Terry Jan Reedy
eaa7e7825e
Issue #10365 : File open dialog now works instead of crashing
even when parent window is closed. Patch by Roger Serwy.
14 years ago
Terry Jan Reedy
cd6b8c67ce
Issue #10365 : File open dialog now works instead of crashing
even when parent window is closed. Patch by Roger Serwy.
14 years ago
Andrew Svetlov
cd49d53238
Issue #14200 — now displayhook for IDLE works in non-subprocess mode as well as subprecess.
14 years ago
Andrew Svetlov
7c010ee00c
#3573 : idle now doesn't hungs if launched as: idle -e <directory>
Patch by Guilherme Polo.
14 years ago
Andrew Svetlov
0f71f44156
#3573 : idle now doesn't hungs if launched as: idle -e <directory>
Patch by Guilherme Polo.
14 years ago
Andrew Svetlov
6b6e437626
#3573 : idle now doesn't hungs if launched as: idle -e <directory>
Patch by Guilherme Polo.
14 years ago
Andrew Svetlov
05bab93339
Issue #14200 : Idle shell crash on printing non-BMP unicode character.
UnicodeEncodeError is raised for strings contains non-BMP characters.
For eval results unicode escaping is used, print() calls display
exception with traceback as usual.
14 years ago
Terry Jan Reedy
4d82ade424
whitespace
14 years ago
Terry Jan Reedy
1d4ae48f48
whitespace3
14 years ago
Terry Jan Reedy
da4c467210
#13506 Add '' to path for interactive interpreter by adding with_cwd parameter
to PyShell.PyShell.transfer_path() and changing elsewhere as needed.
Original patches by Marco Scataglini and Roger Serwy.
14 years ago
Terry Jan Reedy
b98000ab5b
#13506 Add '' to path for interactive interpreter by adding with_cwd parameter
to PyShell.PyShell.transfer_path() and changing elsewhere as needed.
Original patches by Marco Scataglini and Roger Serwy.
14 years ago
Ned Deily
f505b7425c
Issue #4625 : If IDLE cannot write to its recent file or breakpoint
files, display a message popup and continue rather than crash.
(original patch by Roger Serwy)
14 years ago
Ned Deily
40ad04171d
Issue #4625 : If IDLE cannot write to its recent file or breakpoint
files, display a message popup and continue rather than crash.
(original patch by Roger Serwy)
14 years ago
Ned Deily
55f87578a1
Issue #13300 : Fix IDLE Restart Shell command failure introduced by
3a5a0943b201. Do not close listening socket on subprocess restart.
14 years ago
Ned Deily
7aff451728
Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.
(Patch by Roger Serwy)
14 years ago
Ned Deily
86d669bdb8
Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.
(Patch by Roger Serwy)
14 years ago
Ned Deily
79746426c4
Issue #9871 : Prevent IDLE 3 crash when given byte stings
with invalid hex escape sequences, like b'\x0'.
(Original patch by Claudiu Popa.)
15 years ago
Victor Stinner
979482a315
Issue #12636 : IDLE reads the coding cookie when executing a Python script.
15 years ago
Victor Stinner
85c6772aec
IDLE: fix some RessourceWarning, reuse tokenize.open()
15 years ago