Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a9de06d2c55499dc6975370ecd76342660d973a2
/
Lib
/
idlelib
/
NEWS.txt
9a37159
Merged revisions 59595-59604 via svnmerge from
by Christian Heimes
· 17 years ago
f609a34
help() was not paging to the shell. Issue1650.
by Kurt B. Kaiser
· 17 years ago
8a78cad
Shell was not colorizing due to bug introduced at r57998, Bug 1586.
by Kurt B. Kaiser
· 17 years ago
8ce8a78
Merged revisions 58221-58741 via svnmerge from
by Guido van Rossum
· 17 years ago
3e623ba
Windows EOL sequence not converted correctly, encoding error.
by Kurt B. Kaiser
· 17 years ago
bc3b345
IDLE's py3k NEWS
by Kurt B. Kaiser
· 17 years ago
cf297e4
Merged revisions 53623-53858 via svnmerge from
by Thomas Wouters
· 18 years ago
902d6eb
Merged revisions 53005-53303 via svnmerge from
by Thomas Wouters
· 18 years ago
89f507f
Four months of trunk changes (including a few releases...)
by Thomas Wouters
· 18 years ago
00ee7ba
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
by Thomas Wouters
· 18 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 18 years ago
477c8d5
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
by Thomas Wouters
· 18 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
5c6e0a1
1. Made advanced keybinding dialog functional. 2. Allow binding of movement keys
by Kurt B. Kaiser
· 19 years ago
b61602c
Better indentation after first line of string continuation.
by Kurt B. Kaiser
· 19 years ago
389482c
Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem.
by Kurt B. Kaiser
· 19 years ago
7491022
Increased performance in CodeContext extension Patch 936169 Noam Raphael
by Kurt B. Kaiser
· 19 years ago
2618c7f
1. Mac line endings were incorrect when pasting code from some browsers
by Kurt B. Kaiser
· 19 years ago
a7daba6
<Enter> when cursor is on a previous command retrieves that command. Instead
by Kurt B. Kaiser
· 19 years ago
ca7329c
1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with
by Kurt B. Kaiser
· 19 years ago
df506ea
1. Patch 1196895 Jeff Shute:
by Kurt B. Kaiser
· 19 years ago
935ea9a
Improve subprocess link error notification M NEWS.txt M PyShell.py M rpc.py
by Kurt B. Kaiser
· 20 years ago
20345fb
Use Queue's blocking feature instead of sleeping in the main
by Kurt B. Kaiser
· 20 years ago
0676dfd
Add config-main.def option to make the 'history' feature non-cyclic.
by Kurt B. Kaiser
· 20 years ago
acdef85
Removed ability to configure tabs indent from Options dialog. This 'feature'
by Kurt B. Kaiser
· 20 years ago
3069dbb
Add keybindings for del-word-left and del-word-right.
by Kurt B. Kaiser
· 20 years ago
6af4498
1. Polish tabbing code.
by Kurt B. Kaiser
· 20 years ago
b00e89f
If an extension can't be loaded, print warning and skip it instead of
by Kurt B. Kaiser
· 20 years ago
5c3df35
The GUI was hanging if the shell window was closed while a raw_input()
by Kurt B. Kaiser
· 20 years ago
dcba662
The remote procedure call module rpc.py can now access data attributes of
by Kurt B. Kaiser
· 20 years ago
e2648ee
doodedoodedoo on the way to 2.4 final
by Anthony Baxter
· 20 years ago
e953511
On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
by Kurt B. Kaiser
· 20 years ago
5cc727a
2.4rc1
by Anthony Baxter
· 20 years ago
03562a5
Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set"
by Kurt B. Kaiser
· 20 years ago
f7a8899
The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to exit
by Kurt B. Kaiser
· 20 years ago
b0c6630
post-release
by Anthony Baxter
· 20 years ago
9f41f3a
release shenanigans
by Anthony Baxter
· 20 years ago
16e3cf5
format_paragraph_event(): Patch 961387 introduced a bug here, causing
by Tim Peters
· 20 years ago
6a587c1
release shenanigans
by Anthony Baxter
· 20 years ago
183403a
1. If user passes a non-existant filename on the commandline, just open
by Kurt B. Kaiser
· 20 years ago
ff347ca
release date
by Anthony Baxter
· 20 years ago
8aa2392
Checking sys.platform for substring 'win' was breaking IDLE docs on Mac
by Kurt B. Kaiser
· 20 years ago
3210b36
release dates
by Anthony Baxter
· 20 years ago
49a5fe1
Redirect the warning stream to the shell during the ScriptBinding check of user code
by Kurt B. Kaiser
· 20 years ago
4d5bc60
Noam Raphel: Further developemt of CodeContext feature.
by Kurt B. Kaiser
· 20 years ago
54d1a3b
- New Extension: CodeContext. Provides block structuring hints for code
by Kurt B. Kaiser
· 21 years ago
cf6f1b6
M EditorWindow.py M IOBinding.py M NEWS.txt M configDialog.py
by Kurt B. Kaiser
· 21 years ago
0bc3d98
1. Bug in Patch 805830 fixed by Nigel Rowe
by Kurt B. Kaiser
· 21 years ago
73360a3
Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe
by Kurt B. Kaiser
· 21 years ago
d6ab77d
rpc.py:SocketIO - Large modules were generating large pickles when downloaded
by Kurt B. Kaiser
· 21 years ago
af3eb87
Added a Tk error dialog to run.py inform the user if the subprocess can't
by Kurt B. Kaiser
· 21 years ago
e9802a3
- Print correct exception even if source file changed since shell was
by Kurt B. Kaiser
· 21 years ago
2303b1c
Keybindings with the Shift modifier now work correctly. So do bindings
by Kurt B. Kaiser
· 21 years ago
c714d45
Update NEWS.txt to include some items missed earlier. Update the
by Kurt B. Kaiser
· 21 years ago
924f616
- After an exception, run.py was not setting the exception vector. Noam
by Kurt B. Kaiser
· 21 years ago
b785518
IDLE didn't start correctly when Python was installed in "Program Files"
by Kurt B. Kaiser
· 21 years ago
220fecf
Added a banner to the shell startup message discussing possible
by Kurt B. Kaiser
· 21 years ago
6145a62
1. Python Bug 775541: Calltips error when docstring is None. Introduced
by Kurt B. Kaiser
· 21 years ago
cca9122
Update to reflect the current status of the configuration system.
by Kurt B. Kaiser
· 21 years ago
76bcb5c
Update NEWS.txt and move info on release 0.8.1 and earlier to HISTORY.txt
by Kurt B. Kaiser
· 21 years ago
5ddef75
Update for release Modified Files: NEWS.txt README.txt TODO.txt
by Kurt B. Kaiser
· 21 years ago
a80d57c
Noam Raphael's patch.
by Kurt B. Kaiser
· 21 years ago
7f38ec0
1. Restore the capability to run and debug without a subprocess.
by Kurt B. Kaiser
· 22 years ago
73414a2
Update for SF 71033 and changes to subprocess threading
by Kurt B. Kaiser
· 22 years ago
a00050f
1. Implement processing of user code in subprocess MainThread. Pass loop
by Kurt B. Kaiser
· 22 years ago
9a90e70
Update for release into Python NEWS.txt idlever.py
by Kurt B. Kaiser
· 22 years ago
40f19e3
Update for 2.3b1 Modified Files: NEWS.txt CREDITS.txt INSTALL.txt setup.cfg
by Kurt B. Kaiser
· 22 years ago
94afd30
Move setting of ioready 'wait' earlier in call chain, to
by Kurt B. Kaiser
· 22 years ago
003091c
M NEWS.txt M PyShell.py M ScriptBinding.py M rpc.py M run.py
by Kurt B. Kaiser
· 22 years ago
7e17289
Update for release. Modified Files: INSTALL.txt NEWS.txt idlever.py
by Kurt B. Kaiser
· 22 years ago
5ec186b
Patch 611069 (Christos Georgiou) IDLE TODO:left/right when selected text
by Kurt B. Kaiser
· 22 years ago
8e92bf7
M Bindings.py
by Kurt B. Kaiser
· 22 years ago
a7b804f
Update documentation.
by Kurt B. Kaiser
· 22 years ago
2cb5402
Update (slightly) for Alpha release
by Kurt B. Kaiser
· 22 years ago
88ff736
new material for 0.8.1 release
by Steven M. Gava
· 23 years ago
d39993e
bring up to date for 0.8.1 release
by Steven M. Gava
· 23 years ago
4d712a4
minor tidy-ups ready for 0.8.1 alpha tarball release
by Steven M. Gava
· 23 years ago
7aced17
Initial revision
by David Scherer
· 24 years ago