[issue4431] Distutils MSVC doesn't create manifest file (with fix)

2009-02-17 Thread Pavel Repin
Pavel Repin added the comment: Marc-Andre, I can also repro this on Vista machine with the same Python & MSVS configuration. This is the build error stemming from missing manifest file (unnecessary details elided; note the absence of /MANIFEST option): C:\src\MySQL-python-1.2.2>python setup.py -

[issue4626] compile() doesn't ignore the source encoding when a string is passed in

2009-02-17 Thread STINNER Victor
STINNER Victor added the comment: @benjamin.peterson: I don't see you changes... I read both patches carrefuly and I saw: - source_as_string(): remove "cf.cf_flags = supplied_flags | PyCF_SOURCE_IS_UTF8;" - rename PyTokenizer_FromUnicode() to PyTokenizer_FromUTF8() - update NEWS I don't un

[issue5297] Bug in SocketServer Example

2009-02-17 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r69728. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue5296] Use of term sequence in Reference 6.3 Assignment Statements

2009-02-17 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r69729. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue5278] optparse documentation example

2009-02-17 Thread Georg Brandl
Georg Brandl added the comment: This is documented in the small glossary in the optparse docs. -- resolution: -> works for me status: open -> closed ___ Python tracker ___ _

[issue5268] VMSError not documented in Doc/library/exceptions.rst

2009-02-17 Thread Georg Brandl
Georg Brandl added the comment: Added in r69730. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bug

[issue1667546] Time zone-capable variant of time.localtime

2009-02-17 Thread Georg Brandl
Georg Brandl added the comment: To be honest, I forgot about it :( ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue1283110] Give __len__() advice for "don't know"

2009-02-17 Thread Georg Brandl
Georg Brandl added the comment: Where would you prefer adding this documentation? ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue5304] email/base64mime.py cannot work

2009-02-17 Thread l5g
New submission from l5g <80723...@qq.com>: When using smtplib to send mail, I meet this bug. Maybe the line """ enc = b2a_base64(s[i:i + max_unencoded]).decode("ascii")""" should be changed to """ enc = b2a_base64((s[i:i + max_unencoded]).encode()).decode("ascii") F

[issue1169633] Install fail code 2932 after fail to copy python_icon.exe

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue1111100] csv reader barfs encountering quote when quote_none is set

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue995956] TclError with intel's hypertheading

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1001150] hotspot profiler does not work correctly on P4 CPUs with HT

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue815753] SCO_SV: many modules cannot be imported

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue949667] file write() method and non-blocking mode.

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue727732] getpath.c-generated prefix wrong for Tru64 scripts

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue875654] add support for installations compiled for debugging

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue872815] How to pass the proxy server use socket

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue835176] [2.3.2] bz2 test failure on AIX 4.3.2, Tru64 UNIX

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue854918] Configurable SSL handshake

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue780354] socket.makefile() isn't compatible with marshal/cPickle/etc

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue775340] OSX 'freeze' bug

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue4191] urlparse normalize URL path

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: -> low status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue1682241] Problems with urllib2 read()

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue1210326] comma separated cookie values

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue5072] urllib.open sends full URL after GET command instead of local path

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: -> low status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue4191] urlparse normalize URL path

2009-02-17 Thread Senthil
Senthil added the comment: Please close this, Daniel. ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue5072] urllib.open sends full URL after GET command instead of local path

2009-02-17 Thread Senthil
Senthil added the comment: Yup, This should be closed too. Thanks. ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue1001150] hotspot profiler does not work correctly on P4 CPUs with HT

2009-02-17 Thread Viktor Ferenczi
Viktor Ferenczi added the comment: The hotspot module is obsolate, so this bug should be closed as "wont fix". ___ Python tracker ___ ___ Py

[issue4258] Use 30-bit digits instead of 15-bit digits for Python integers.

2009-02-17 Thread Mark Dickinson
Mark Dickinson added the comment: Thanks very much for the timings, Victor. Just out of interest, could you try the pydigits script with the +optimizations patch on 32-bit? As mentioned above, there's a significant (for 30-bit digits) problem with x_divrem: the inner loop does a 32 x 64-bit

[issue5303] Use base 2**30 for Python longs, when possible

2009-02-17 Thread Mark Dickinson
Mark Dickinson added the comment: Well, it might have helped if I'd used the same title for the Rietveld issue as the tracker issue. I'll get that right next time. Thank you for the review. I'll post some proper responses tomorrow evening (GMT). ___ Pyth

[issue4258] Use 30-bit digits instead of 15-bit digits for Python integers.

2009-02-17 Thread Gregory P. Smith
Gregory P. Smith added the comment: > I would suggest to use 2^30 base only if sizeof(long)>=8 (64 bits CPU). Thats not the correct test. Test for an actual 64-bit build target. sizeof(long) and sizeof(long long) are not usefully related to that in any sort of cross platform manner. On windo

[issue5305] imaplib should support international mailbox names

2009-02-17 Thread James Henstridge
New submission from James Henstridge : The IMAP4rev1 specification allows for non-ASCII mailbox names using a modified UTF-7 encoding (section 5.1.3 of RFC 2060 or 3501). However, the imaplib routines taking a mailbox name just pass the string straight through without any encoding. It would be

[issue5293] socket timeouts even in blocking mode

2009-02-17 Thread Gregory P. Smith
Gregory P. Smith added the comment: Yes it is annoying to have to deal with the different OS specific error numbers when handling socket.error, OSError, IOError or EnvironmentError subclasses in general but that is life. Python does not attempt to figure out what all possible behaviors and erro

[issue5303] Use base 2**30 for Python longs, when possible

2009-02-17 Thread Martin v. Löwis
Martin v. Löwis added the comment: > Well, it might have helped if I'd used the same title for the Rietveld > issue as the tracker issue. I'll get that right next time. What matters (I think) is that you have [issueXYZ] in the subject. ___ Python tracker

[issue5305] imaplib should support international mailbox names

2009-02-17 Thread Martin v. Löwis
Martin v. Löwis added the comment: Can you provide a patch? -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing list

<    1   2