Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
6e9a3ac8
Commit
6e9a3ac8
authored
Jul 14, 2014
by
Terry Jan Reedy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #17506: Synchronize Misc/NEWS and idlelib/NEWS.txt for 2.7.
parent
e2c409f0
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
333 additions
and
19 deletions
+333
-19
Lib/idlelib/NEWS.txt
Lib/idlelib/NEWS.txt
+279
-19
Misc/NEWS
Misc/NEWS
+54
-0
No files found.
Lib/idlelib/NEWS.txt
View file @
6e9a3ac8
This diff is collapsed.
Click to expand it.
Misc/NEWS
View file @
6e9a3ac8
...
...
@@ -1212,6 +1212,9 @@ IDLE
- Issue #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
- Issue #17390: Display Python version on Idle title bar.
Initial patch by Edmond Burnett.
Documentation
-------------
...
...
@@ -2093,6 +2096,19 @@ IDLE
-
Issue
#
5219
:
Prevent
event
handler
cascade
in
IDLE
.
-
Issue
#
15318
:
Prevent
writing
to
sys
.
stdin
.
-
Issue
#
13532
,
#
15319
:
Check
that
arguments
to
sys
.
stdout
.
write
are
strings
.
-
Issue
#
10365
:
File
open
dialog
now
works
instead
of
crashing
even
when
parent
window
is
closed
while
dialog
is
open
.
-
Issue
#
14018
:
Update
checks
for
unstable
system
Tcl
/
Tk
versions
on
OS
X
to
include
versions
shipped
with
OS
X
10.7
and
10.8
in
addition
to
10.6
.
-
Issue
#
15853
:
Prevent
IDLE
crash
on
OS
X
when
opening
Preferences
menu
with
certain
versions
of
Tk
8.5
.
Initial
patch
by
Kevin
Walzer
.
Tests
-----
...
...
@@ -2847,6 +2863,14 @@ IDLE
-
Issue
#
13296
:
Fix
IDLE
to
clear
compile
__future__
flags
on
shell
restart
.
(
Patch
by
Roger
Serwy
)
-
Issue
#
14409
:
IDLE
now
properly
executes
commands
in
the
Shell
window
when
it
cannot
read
the
normal
config
files
on
startup
and
has
to
use
the
built
-
in
default
key
bindings
.
There
was
previously
a
bug
in
one
of
the
defaults
.
-
Issue
#
3573
:
IDLE
hangs
when
passing
invalid
command
line
args
(
directory
(
ies
)
instead
of
file
(
s
)).
Build
-----
...
...
@@ -3416,6 +3440,15 @@ IDLE
-
Issue
#
10406
:
Enable
Rstrip
IDLE
extension
on
OSX
(
just
like
on
other
platforms
).
-
Issue
#
6378
:
Further
adjust
idle
.
bat
to
start
associated
Python
-
Issue
#
11896
:
Save
on
Close
failed
despite
selecting
"Yes"
in
dialog
.
-
Issue
#
4676
:
<
Home
>
toggle
failing
on
Tk
8.5
,
causing
IDLE
exits
and
strange
selection
behavior
.
Improve
selection
extension
behaviour
.
-
Issue
#
3851
<
Home
>
toggle
non
-
functional
when
NumLock
set
on
Windows
.
Build
-----
...
...
@@ -6863,6 +6896,27 @@ IDLE
-
Issue
#
5847
:
Remove
-
n
switch
on
"Edit with IDLE"
menu
item
.
-
idle
.
py
modified
and
simplified
to
better
support
developing
experimental
versions
of
IDLE
which
are
not
installed
in
the
standard
location
.
-
Issue
#
5559
:
OutputWindow
/
PyShell
right
click
menu
"Go to file/line"
wasn
't working with file paths containing spaces.
- Issue #5783: Windows: Version string for the .chm help file changed,
file not being accessed Patch by Guilherme Polo/
- Issue #1529142: Allow multiple IDLE GUI/subprocess pairs to exist
simultaneously. Thanks to David Scherer for suggesting the use of an
ephemeral port for the GUI. Patch by Weeble.
- Remove port spec from run.py and fix bug where subprocess fails to
extract port from command line when warnings are present.
- Issue #5129: Tk 8.5 Text widget requires '
wordprocessor
' tabstyle attr
to handle mixed space/tab properly. Patch by Guilherme Polo.
- Issue #3549: On MacOS the preferences menu was not present
Tools/Demos
-----------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment