[issue11343] Make errors due to full parser stack identifiable

2011-07-15 Thread Benjamin Peterson
Benjamin Peterson added the comment: Just make it a SyntaxError. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue11343] Make errors due to full parser stack identifiable

2011-07-15 Thread Benjamin Peterson
Benjamin Peterson added the comment: Oh, I see Martin disagrees. SyntaxError is raised for anything which Python won't compile. For example, too many arguments gets a SyntaxError. -- ___ Python tracker __

[issue12535] Chained tracebacks are confusing because the first traceback is minimal

2011-07-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: I agree with Nick's rationale for the current order, and also like his idea of indicating that the first traceback is truncated (which has not been completely obvious to me). Bike-shedding a bit, I would prefer something more like: Truncated traceback of caug

[issue12573] add resource checks for dangling threads and processes

2011-07-15 Thread Antoine Pitrou
New submission from Antoine Pitrou : This patch adds resource checks for dangling Thread and Process objects to the test suite runner. This should make it easier to spot the cause of some potential sporadic reference leaks. -- components: Tests files: dangling.patch keywords: patch mes

[issue12573] add resource checks for dangling threads and processes

2011-07-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2bedea96de60 by Antoine Pitrou in branch '3.2': Issue #12573: Add resource checks for dangling Thread and Process objects. http://hg.python.org/cpython/rev/2bedea96de60 New changeset 86dc49fbf4af by Antoine Pitrou in branch 'default': Issue #12573:

[issue12573] add resource checks for dangling threads and processes

2011-07-15 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue7833] Bdist_wininst installers fail to load extensions built with Issue4120 patch

2011-07-15 Thread Garen
Changes by Garen : -- nosy: +Garen ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailma

[issue12531] documentation index entries for * and **

2011-07-15 Thread Eric Snow
Changes by Eric Snow : -- nosy: +ericsnow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue11343] Make errors due to full parser stack identifiable

2011-07-15 Thread Eric Snow
Changes by Eric Snow : -- nosy: +ericsnow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue12540] "Restart Shell" command leaves pythonw.exe processes running

2011-07-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: I just 'upgraded' to 3.2.1 on my XP machine and I see the same with F5-run, which restarts before running the saved file. This appears to be a nasty regression from 3.2.0 that should have been a release blocker if caught earlier. I believe it merits a quick r

[issue12558] Locale-dependent exception for float width argument to Tkinter widget constructor

2011-07-15 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- title: Locale-dependent crash for float width argument to Tkinter widget constructor -> Locale-dependent exception for float width argument to Tkinter widget constructor ___ Python tracker

[issue12540] "Restart Shell" command leaves pythonw.exe processes running

2011-07-15 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue12574] Documentation for Queue in 2.x has an incorrect title

2011-07-15 Thread Rafe Kettler
New submission from Rafe Kettler : The documentation for Queue in all versions of Python 2.7 and 2.6 (see http://docs.python.org/release/2.6.7/library/queue.html#module-Queue for the 2.7 docs) has the title "queue -- A synchronized queue class." The module, however, is named "Queue" in all of

[issue12533] python-celementtree prevents me from running python develop.py to compile Imprudence Viewer

2011-07-15 Thread Kristoffer Grundström
Kristoffer Grundström added the comment: Here's the link to the Imprudence bugzilla: http://redmine.kokuaviewer.org/issues/1025 -- ___ Python tracker ___ __

[issue12273] Change ast.__version__ calculation to provide consistent ordering

2011-07-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset b23ad0a6cf87 by Benjamin Peterson in branch 'default': remove ast.__version__ (closes #12273) http://hg.python.org/cpython/rev/b23ad0a6cf87 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> closed ___

<    1   2