[issue14117] Turtledemo: exception and minor glitches.

2014-07-12 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- dependencies: +Index and update turtledemo doc. ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue21969] WindowsPath constructor does not check for invalid characters

2014-07-12 Thread Ned Deily
Changes by Ned Deily : -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org

[issue21969] WindowsPath constructor does not check for invalid characters

2014-07-12 Thread Antoine Pitrou
Antoine Pitrou added the comment: Hmm, I am not sure. Is there a definite list of invalid Windows path characters, or can it be filesystem-specific? -- ___ Python tracker ___ __

[issue8075] Windows (Vista/7) install error when choosing to compile .py files

2014-07-12 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- nosy: -loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue8075] Windows (Vista/7) install error when choosing to compile .py files

2014-07-12 Thread Martin v . Löwis
Martin v. Löwis added the comment: For 3.4, this was fixed as a side effect of fixing issue20641. -- versions: -Python 3.4, Python 3.5 ___ Python tracker ___

[issue21972] Bugs in the lexer and parser documentation

2014-07-12 Thread François-René Rideau
New submission from François-René Rideau: The lexer documentation says that the u prefix works on strings since 3.3, but doesn't explain what or how, which is all the more problematic since it explicitly mentions difference from the behavior documented in Python 2. It also doesn't specify the

[issue21972] Bugs in the lexer and parser documentation

2014-07-12 Thread Martin v . Löwis
Martin v. Löwis added the comment: I don't understand. It says "it is possible again to prefix unicode strings with a u prefix" which seems to include both what ("prefix unicode strings") and how ("with a u prefix"). Can you propose specific wording that you want to see included? -- n

[issue21961] Add What's New for Idle.

2014-07-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: Ned, Thank you for the turtledemo doc location. I opened #21971 to add it to the module and general indexes and update it with respect to the two_canvases demo. Neither Idle nor idlelib are in the modules index. The main link for IDLE in the general index goe

[issue21969] WindowsPath constructor does not check for invalid characters

2014-07-12 Thread Antony Lee
Antony Lee added the comment: There is a list of always forbidden characters (http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx#naming_conventions), and then a couple of obscure fs-dependent cases (http://en.wikipedia.org/wiki/Comparison_of_file_systems) but I beli

[issue21323] CGI HTTP server not running scripts from subdirectories

2014-07-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset d367ea865ea4 by Ned Deily in branch '2.7': Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories, http://hg.python.org/cpython/rev/d367ea865ea4 New changeset 4de94641ba3e by Ned Deily in branch '3.2': Issue #21323: Fix http.s

[issue19435] Directory traversal attack for CGIHTTPRequestHandler

2014-07-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset d367ea865ea4 by Ned Deily in branch '2.7': Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories, http://hg.python.org/cpython/rev/d367ea865ea4 New changeset 4de94641ba3e by Ned Deily in branch '3.2': Issue #21323: Fix http.s

[issue21323] CGI HTTP server not running scripts from subdirectories

2014-07-12 Thread Ned Deily
Ned Deily added the comment: Since the original changes for Issue19435 were also applied to branches in security fix mode, the fix here is applied to them as well, with the exception of 3.1 which has subsequently moved to end-of-life status. Applied for release in 2.7.9, 3.2.6, 3.3.6, 3.4.2,

[issue19435] Directory traversal attack for CGIHTTPRequestHandler

2014-07-12 Thread Ned Deily
Ned Deily added the comment: See Issue21323 for details of a problem introduced by the original fixes for this problem and now fixed (except for 3.1 which is now end-of-life). -- nosy: +ned.deily ___ Python tracker

[issue18592] Idle: test SearchDialogBase.py

2014-07-12 Thread Saimadhav Heblikar
Saimadhav Heblikar added the comment: A bug introduced by 91491:a0e8f2d882a3. Opening Find-in-files gives the following error Exception in Tkinter callback Traceback (most recent call last): File "/home/saimadhav/dev/34-cpython/Lib/tkinter/__init__.py", line 1487, in __call__ . . . . se

[issue19954] test_tk floating point exception on my gentoo box with tk 8.6.1

2014-07-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Mark, pending state here means that I think this issue should be closed, but what to see agreement from David (as issue starter and as other core developer). -- ___ Python tracker

<    1   2