Commit graph

2212 commits

Author SHA1 Message Date
Terry Jan Reedy
986f53181a Merge with 3.4 2015-09-24 17:32:38 -04:00
Terry Jan Reedy
974a271105 Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> text
by adding a new tag.  Patch by Mark Roseman. Also give <pre> text a very
light blueish-gray background similar to that used by Sphinx html.
2015-09-24 17:32:01 -04:00
Terry Jan Reedy
ac2d87a157 Merge with 3.5 2015-09-24 03:10:07 -04:00
Terry Jan Reedy
5901b00124 Merge with 3.4 2015-09-24 03:09:56 -04:00
Terry Jan Reedy
0053c47785 Issue 21995: Explain some differences between IDLE and console Python. 2015-09-24 03:09:43 -04:00
Terry Jan Reedy
e39b57b41a Merge with 3.5 2015-09-23 20:01:09 -04:00
Terry Jan Reedy
0389fccbd0 Merge with 3.4 2015-09-23 20:00:55 -04:00
Terry Jan Reedy
6e10ec5367 Issue 25224: Augment Idle doc feature list and no-subprocess section
to finish making current README.txt obsolete.
2015-09-23 20:00:33 -04:00
Terry Jan Reedy
54afac325c Merge with 3.5 2015-09-23 03:52:50 -04:00
Terry Jan Reedy
30d0433451 Merge with 3.4 2015-09-23 03:52:36 -04:00
Terry Jan Reedy
968e285a8c Issue #25219: Update doc for Idle command line options.
Some were missing and notes were not correct.
2015-09-23 03:52:23 -04:00
Terry Jan Reedy
2e02348c7e Merge with 3.5 2015-09-23 03:45:49 -04:00
Terry Jan Reedy
e8509556c3 Merge with 3.4 2015-09-23 03:45:33 -04:00
Terry Jan Reedy
6f5cdfefa1 Idlelib.help: add 'b' prefix needed for bytes + bytes. 2015-09-23 03:45:13 -04:00
Terry Jan Reedy
39677a4088 Merge with 3.5 2015-09-22 23:00:07 -04:00
Terry Jan Reedy
1ccf44c476 Merge with 3.4 2015-09-22 22:59:53 -04:00
Terry Jan Reedy
a0ae789fd4 Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning
so it is not triggered on import.  The problem is creation of a now-unused
instance "helpDialog = HelpDialog()", left for back compatibility.
So instead trigger the warning when that instance or another is used.
2015-09-22 22:59:40 -04:00
Terry Jan Reedy
8ce85b5f57 Merge with 3.5 2015-09-22 21:13:53 -04:00
Terry Jan Reedy
452498a128 Merge with 3.4 2015-09-22 21:13:39 -04:00
Terry Jan Reedy
f94471c140 whitespace 2015-09-22 21:13:28 -04:00
Terry Jan Reedy
6f1f091e80 Merge with 3.5 2015-09-22 21:11:06 -04:00
Terry Jan Reedy
5e6201e8a9 Merge with 3.4 2015-09-22 21:10:49 -04:00
Terry Jan Reedy
3c7eccd0a6 Issue #24570: Right-click for context menus now work on Mac Aqual also.
Patch by Mark Roseman.
2015-09-22 21:10:27 -04:00
Terry Jan Reedy
c964e89dd4 Merge with 3.5 2015-09-21 22:42:55 -04:00
Terry Jan Reedy
5e202086a5 Merge with 3.4 2015-09-21 22:42:43 -04:00
Terry Jan Reedy
364d6e107d whitespace 2015-09-21 22:42:32 -04:00
Terry Jan Reedy
2b0bf5cce9 Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.
Change destination to help.html.  Adjust NEWS entries.
2015-09-21 22:40:31 -04:00
Terry Jan Reedy
5e999fc00a Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.
Change destination to help.html.  Adjust NEWS entries.
2015-09-21 22:38:47 -04:00
Terry Jan Reedy
cba1a1a000 Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.
Change destination to help.html.  Adjust NEWS entries.
2015-09-21 22:36:42 -04:00
Terry Jan Reedy
bbde7ad388 Merge with 3.5 2015-09-21 19:33:46 -04:00
Terry Jan Reedy
e90bb44347 Marge 3.4 2015-09-21 19:33:14 -04:00
Terry Jan Reedy
d9763c2ce4 Issue #24861: add Idle news item and correct previous errors. 2015-09-21 19:28:22 -04:00
Terry Jan Reedy
a43ee1da14 Merge with 3.5 2015-09-21 01:44:33 -04:00
Terry Jan Reedy
a4950d875a Merge with 3.4 2015-09-21 01:44:20 -04:00
Terry Jan Reedy
c3f7731f3c Issue #24861: Add docstring to idlelib.__init__ with 'private' warning. 2015-09-21 01:44:06 -04:00
Terry Jan Reedy
ff9d875514 Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines
above "What's New and 0 lines above "Release date".  Remove most old headers
for non-final releases (they currently do not get carried forward.
2015-09-21 01:11:26 -04:00
Terry Jan Reedy
c8f4bbbc09 Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines
above "What's New and 0 lines above "Release date".  Remove most old headers
for non-final releases (they currently do not get carried forward.
2015-09-21 01:10:21 -04:00
Terry Jan Reedy
09fbb200aa Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines
above "What's New and 0 lines above "Release date".  Remove most old headers
for non-final releases (they currently do not get carried forward.
2015-09-21 01:07:59 -04:00
Terry Jan Reedy
192c103b5e Merge with 3.4 2015-09-20 23:05:41 -04:00
Terry Jan Reedy
96f802a999 Issue #16893: finish deprecation. 2015-09-20 23:05:25 -04:00
Terry Jan Reedy
4fb0cf7b87 Merge with 3.4 2015-09-20 22:55:51 -04:00
Terry Jan Reedy
b50c6377a6 Issue #25199: Idle: add synchronization comments for future maintainers. 2015-09-20 22:55:39 -04:00
Terry Jan Reedy
1de516e1df Merge with 3.4 2015-09-20 20:03:22 -04:00
Terry Jan Reedy
963a38bc44 Issue #16893: whitespace in idle.html. 2015-09-20 20:03:01 -04:00
Terry Jan Reedy
47f9741e5c Merge with 3.4 2015-09-20 19:57:37 -04:00
Terry Jan Reedy
5d46ab1274 Issue #16893: Replace help.txt with idle.html for Idle doc display.
The new idlelib/idle.html is copied from Doc/build/html/idle.html.
It looks better than help.txt and will better document Idle as released.
The tkinter html viewer that works for this file was written by Rose Roseman.
The new code is in idlelib/help.py, a new file for help menu classes.
The now unused EditorWindow.HelpDialog class and helt.txt file are deprecated.
2015-09-20 19:57:13 -04:00
Terry Jan Reedy
86eb7300af Merge with 3.4 2015-09-20 02:34:20 -04:00
Terry Jan Reedy
c37c49fd56 Issue #24199: Add stacklevel to deprecation warning call. 2015-09-20 02:34:03 -04:00
Terry Jan Reedy
52ee2471b3 Merge with 3.4 2015-09-09 02:10:35 -04:00
Terry Jan Reedy
78d915aa3e Issue 24199: Deprecate idlelib.idlever with a warning on import. 2015-09-09 02:10:17 -04:00