[issue8040] documentation pages should link to other versions of the same page

2012-10-26 Thread Yury Selivanov
Yury Selivanov added the comment: Adding 'py3_2_version_switch.patch'. Applies on 3.2 Both patches (for 2.7 & 3.2) are almost the same as the original patch. Conflicts were trivial. -- ___ Python tracker

[issue8040] documentation pages should link to other versions of the same page

2012-10-26 Thread Yury Selivanov
Yury Selivanov added the comment: And 'py3_version_switch.2.patch' is for 3.3/master. -- ___ Python tracker ___ ___ Python-bugs-list ma

[issue16334] Faster unicode-escape and raw-unicode-escape codecs

2012-10-26 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The proposed patch optimizes unicode-escape and raw-unicode-escape codecs. Coders still slower than in 3.2, but much faster than in 3.3. Further speedup is possible with the use of stringlib, but I think that this is enough. The code unified and simplif

[issue16335] Integer overflow in unicode-escape decoder

2012-10-26 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Size of parsed Unicode character name casted to int in unicode-escape decoder. This can cause integer overflow. -- components: Interpreter Core, Unicode files: decode_unicode_escape_overflow.patch keywords: patch messages: 173902 nosy: benjamin.pet

[issue8040] documentation pages should link to other versions of the same page

2012-10-26 Thread Yury Selivanov
Changes by Yury Selivanov : -- versions: +Python 3.3, Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16333] Trailing whitespace in json dump when using indent

2012-10-26 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue16333] Trailing whitespace in json dump when using indent

2012-10-26 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue8040] documentation pages should link to other versions of the same page

2012-10-26 Thread Chris Jerdonek
Chris Jerdonek added the comment: > Both patches (for 2.7 & 3.2) are almost the same as the original patch. > Conflicts were trivial. For future reference, it's okay (and perhaps preferable) to upload a patch just for the default branch when no substantive changes are needed for other branch

[issue8040] documentation pages should link to other versions of the same page

2012-10-26 Thread Yury Selivanov
Yury Selivanov added the comment: Found a bug: documentation pages have two toolbars - top and bottom, and as I hadn't noticed the latter, I used a placeholder with #id. This is now fixed. I'm attaching a new version of patch: 'py3_version_switch.3.patch'. I also have updated patches for 3.2

[issue6478] time.tzset does not reset _strptime's locale time cache

2012-10-26 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the review. > 1. Does it work on Windows? It seems to rely on Olson's TZ names. Is `time.tzset()` function only available on Unix? See: http://docs.python.org/dev/library/time.html#time.tzset > 2. Please use @run_with_tz decorator. I will update m

[issue15494] Move test/support.py into a test.support subpackage

2012-10-26 Thread Nick Coghlan
Nick Coghlan added the comment: Whereas I actively want to avoid *deliberately* making test.support even more of an incoherent mess. I'm still utterly astonished you're actively promoting the idea. Please stop telling me to write awful code. -- ___ Py

[issue15494] Move test/support.py into a test.support subpackage

2012-10-26 Thread Ezio Melotti
Ezio Melotti added the comment: > Please stop telling me to write awful code. I'm not telling you to write awful code, I'm telling you that IME having to deal with a single file is easier, so that's what I would personally prefer. Clearly if other developers disagree and/or if there is too mu

[issue15494] Move test/support.py into a test.support subpackage

2012-10-26 Thread R. David Murray
R. David Murray added the comment: Let's not argue over generalities. Let's wait and argue over a specific patch proposal. -- ___ Python tracker ___ ___

[issue13510] Clarify that readlines() is not needed to iterate over a file

2012-10-26 Thread Mike Hoy
Changes by Mike Hoy : -- nosy: +mikehoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/

[issue16274] test_asyncore failing on Solaris 10 2.7 (nitrogen/s10)

2012-10-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 937fa81500e2 by Trent Nelson in branch '2.7': Issue #16274: Fix test_asyncore on Solaris. http://hg.python.org/cpython/rev/937fa81500e2 -- ___ Python tracker _

[issue15746] test_winsound bombing out on 2003 buildslave

2012-10-26 Thread Trent Nelson
Trent Nelson added the comment: We avoided this by adding -u-audio to the affected slave. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue16274] test_asyncore failing on Solaris 10 2.7 (nitrogen/s10)

2012-10-26 Thread Trent Nelson
Changes by Trent Nelson : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue3132] implement PEP 3118 struct changes

2012-10-26 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue2909] struct.Struct.unpack to return a namedtuple for easier attribute access

2012-10-26 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

<    1   2