[ python-Bugs-1218930 ] Parser chokes on big files
Bugs item #1218930, was opened at 2005-06-11 23:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1218930&group_id=5470 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Parser/Compiler Group: Python 2.4 Status: Open Resolution: None Priority: 5 Submitted By: Alexander Schremmer (alexanderweb) Assigned to: Nobody/Anonymous (nobody) Summary: Parser chokes on big files Initial Comment: Python 2.4.1 chokes on files generated by gen_py. Sample file attached. Workaround: use the nice pyc compiler (it even becomes faster and smaller source code :)) -- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1218930&group_id=5470 ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[ python-Bugs-800432 ] color highlighting not working on EDIT windows
Bugs item #800432, was opened at 2003-09-04 08:03 Message generated for change (Comment added) made by kbk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=800432&group_id=5470 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: IDLE Group: Python 2.3 >Status: Closed >Resolution: Fixed Priority: 4 Submitted By: F. Javier Jarava Jarava (developjavier) Assigned to: Kurt B. Kaiser (kbk) Summary: color highlighting not working on EDIT windows Initial Comment: ON idle 1.0/python 2.3/Tk 8.4: When starting IDLE "normally" (ie: with Shell window), and using File->New Window (Ctrl-N) to get a new Edit window, syntax higlihting is off until the contents of the file are saved with a .py extension. BUT, when starting IDLE after configuring it to start with a EDIT window, syntax highlighting is ON for that first window (although not for any other new Edit windows) The behaviour happens both on IDLE as shipped with the python.org 2.3 installer and with cygwin's idle: (idle 1.0, Python 2.3 (#1, Aug 5 2003, 09:49:11) [GCC 3.2 20020927 (prerelease)] on cygwin) - started with -n switch to avoid the "missing menus" bug on cygwin) On idle 0.8 (as shipped with ActiveState ActivePython 2.2.2 Build 224) syntax highlighting is ON in edit ("new") windows. -- >Comment By: Kurt B. Kaiser (kbk) Date: 2005-06-11 23:36 Message: Logged In: YES user_id=149084 Fixed by Patch 1196895. Jeff Shute. -- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=800432&group_id=5470 ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[ python-Bugs-775012 ] No syntax hilite on new file until saved as *.py
Bugs item #775012, was opened at 2003-07-21 08:35 Message generated for change (Comment added) made by kbk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=775012&group_id=5470 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: IDLE Group: Python 2.3 >Status: Closed >Resolution: Fixed Priority: 4 Submitted By: Andy Jewell (cybervegan) Assigned to: Kurt B. Kaiser (kbk) Summary: No syntax hilite on new file until saved as *.py Initial Comment: python 2.3c1, on windows xp, uk english. When typing or pasting into a new text window, no syntax highlighting appears until the file is saved with a .py name. I know it doesn't make sense to python-syntax highlight a non-python file, but shouldn't it default to highlighting? IDLE never used to do this - I assume it's a quirk of IDLEfork (maybe intentional behaviour i suppose). -- >Comment By: Kurt B. Kaiser (kbk) Date: 2005-06-11 23:37 Message: Logged In: YES user_id=149084 Fixed by Patch 1196895, Jeff Shute. -- Comment By: Kurt B. Kaiser (kbk) Date: 2003-09-05 17:15 Message: Logged In: YES user_id=149084 The following from GvR on IDLEfork Bug 763524 30Jun03: "I've been using the latest version from Python CVS on Win9: quite intensively over the last week. Some observations: - When reusing a blank untitled window to edit a Text file, it keeps using Python coloring. - When saving a Python with a non-Python extension (e.g. .txt), it keeps the coloring. - When switching off coloring by saving an untitle buffer as a non-Python extension (e.g. .txt), it keeps existing coloring. - When opening a file reuses a blank untitled window, it doesn't set the focus on the window." -- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=775012&group_id=5470 ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com