[issue1020] pydoc doesn't work on pyexpat

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: - low __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1020 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1021] logging.basicConfig does not allow to set NOTSET level

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: - vsajip nosy: +vsajip priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1021 __ ___ Python-bugs-list

[issue1025] tracebacks from list comps (probably other comps) don't show full stack

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1025 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1042] test_glob fails with UnicodeDecodeError

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: - high __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1042 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1053] bogus attributes reported in asyncore doc

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1053 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1053] bogus attributes reported in asyncore doc

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: - fdrake nosy: +fdrake __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1053 __ ___ Python-bugs-list mailing list

[issue1060] zipfile cannot handle files larger than 2GB (inside archive)

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1060 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1003] zipfile password fails validation

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1003 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1067] test_smtplib failures (caused by asyncore)

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: - high __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1067 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1079] decode_header does not follow RFC 2047

2007-09-17 Thread Sean Reifschneider
Sean Reifschneider added the comment: Can you provide an example of an address that triggers this? Preferably in a code sample that can be used to reproduce it? Uber-ideally, a patch to the email module test suite would be great. -- nosy: +jafo priority: - normal

[issue1597011] Reading with bz2.BZ2File() returns one garbage character

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- resolution: - fixed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1597011 _ ___ Python-bugs-list mailing list Unsubscribe:

[issue1081] file.seek allows float arguments

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: - loewis nosy: +loewis priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1081 __ ___ Python-bugs-list

[issue1082] platform system may be Windows or Microsoft since Vista

2007-09-17 Thread Sean Reifschneider
Sean Reifschneider added the comment: Attached a patch which I *THINK* fixes this, but I don't run Windows. Can someone else check this? -- assignee: - lemburg nosy: +jafo, lemburg priority: - normal __ Tracker [EMAIL PROTECTED]

[issue1087] py3k os.popen result is not iterable, patch attached

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: - aimacintyre nosy: +aimacintyre priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1087 __ ___

[issue1004] MultiMethods with type annotations in 3000

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: - gvanrossum nosy: +gvanrossum priority: - low __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1004 __ ___ Python-bugs-list

[issue1082] platform system may be Windows or Microsoft since Vista

2007-09-17 Thread Sean Reifschneider
Sean Reifschneider added the comment: Supplied patch passes make test, BTW. -- keywords: +patch __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1082 __ ___

[issue1027] uudecoding (uu.py) does not supprt base64, patch attached

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1027 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1254718] GCC detection for runtime_library_dirs when ccache is used

2007-09-17 Thread Sean Reifschneider
Sean Reifschneider added the comment: NOTE: See also issue1032 which has a patch for this. Can we come to a consensus on which one has the best patch? -- assignee: - loewis nosy: +jafo, loewis _ Tracker [EMAIL PROTECTED]

[issue1032] Improve the hackish runtime_library_dirs support for gcc

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: - loewis nosy: +loewis priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1032 __ ___ Python-bugs-list

[issue1047] py3k: corrections for test_subprocess on windows

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: - low __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1047 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1061] ABC caches should use weak refs

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: - georg.brandl priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1061 __ ___ Python-bugs-list mailing list

[issue1086] test_email failed

2007-09-17 Thread Martin v. Löwis
Changes by Martin v. Löwis: __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1086 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1086] test_email failed

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1086 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1022] use bytes for code objects

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: - gvanrossum priority: - low resolution: - remind __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1022 __ ___

[issue1045] Performance regression in 2.5

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: - tim_one nosy: +tim_one priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1045 __ ___ Python-bugs-list

[issue1077] itertools missing, causes interactive help to break

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: - georg.brandl priority: - low severity: urgent - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1077 __ ___

[issue1102] Add support for _msi.Record.GetString() and _msi.Record.GetInteger()

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1102 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1110] Problems with the msi installer - python-3.0a1.msi

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: - loewis priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1110 __ ___ Python-bugs-list mailing list

[issue1115] Minor Change For Better cross compile

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: - loewis nosy: +loewis priority: - low __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1115 __ ___ Python-bugs-list mailing

[issue1109] Warning required when calling register() on an ABCMeta subclass

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: - gvanrossum nosy: +gvanrossum priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1109 __ ___

[issue1005] Patches to rename Queue module to queue

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1005 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1108] Problem with doctest and decorated functions

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: - tim_one nosy: +tim_one priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1108 __ ___ Python-bugs-list

[issue1014] cgi: parse_qs and parse_qsl misbehave on empty strings

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: - gvanrossum nosy: +gvanrossum priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1014 __ ___

[issue1128] msilib.Directory.make_short only handles file names with a single dot in them

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1128 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1140] re.sub returns str when processing empty unicode string

2007-09-17 Thread Sean Reifschneider
Sean Reifschneider added the comment: Applied as revision 58179 to 2.5 maintenance branch, passes tests. -- nosy: +jafo priority: - low status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1140

[issue1144] parsermodule validation out of sync with Grammar

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1144 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1530559] struct.pack raises TypeError where it used to convert

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: urgent - normal _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1530559 _ ___ Python-bugs-list mailing list

[issue1692335] Fix exception pickling: Move initial args assignment to BaseException.__new__

2007-09-17 Thread Sean Reifschneider
Sean Reifschneider added the comment: It's not clear to me what the next step is here, does one or more of the other folks need to provide some input? Georg: If you are looking for something from someone, can you assign the ticket to them? -- assignee: - georg.brandl nosy: +jafo

[issue1727780] 64/32-bit issue when unpickling random.Random

2007-09-17 Thread Shawn Ligocki
Shawn Ligocki added the comment: I've got a patch! The problem was that the state was being cast from a C-type unsigned long to a long. On 32-bit machines this makes large 32-bit longs negative. On 64-bit machines this preserves the sign of 32-bit values (because they are stored in 64-bit

[issue815646] thread unsafe file objects cause crash

2007-09-17 Thread Sean Reifschneider
Sean Reifschneider added the comment: If I read the 2003 python-dev thready correctly, there isn't a solution to this. Does this need to go back to python-dev, or do we just call it wont fix? Or...? -- assignee: - tim_one nosy: +jafo, tim_one

[issue1150] Rename PyBUF_WRITEABLE to PyBUF_WRITABLE

2007-09-17 Thread Sean Reifschneider
Sean Reifschneider added the comment: Attached is a patch that fixes writeable. I'm thinking, close this if the patch looks ok, and open another for a general identify non-englishisms ticket, once they're identified a ticket could be opened to fix them. I fixed only the PyBUF instances but

[issue1130] Idle - Save (buffer) - closes IDLE and does not save file (Windows XP)

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1130 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1599254] mailbox: other programs' messages can vanish without trace

2007-09-17 Thread Peter Lloyd
Changes by Peter Lloyd: -- nosy: +peter.ll _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1599254 _ ___ Python-bugs-list mailing list Unsubscribe:

[issue1019] Cleanup pass on _curses and _curses_panel

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: - low __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1019 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1123] split(None, maxsplit) does not strip whitespace correctly

2007-09-17 Thread Sean Reifschneider
Sean Reifschneider added the comment: I believe this is just a place where the documentation could be cleared up. Seems to me the confusion is from the document saying (paraphrased): white space is removed from both ends. Perhaps it should say something like runs of 1 or more whitespace are

[issue1126] file.fileno and file.isatty() should be implementable by any file like object

2007-09-17 Thread Fred L. Drake, Jr.
Fred L. Drake, Jr. added the comment: The documentation does not say what's implied by msg55724; they methods can (and arguably should) be implmented by types for which they apply (for which there is a corresponding file descriptor, for example). There is an API issue here as well: what about a

[issue1150] Rename PyBUF_WRITEABLE to PyBUF_WRITABLE

2007-09-17 Thread Guido van Rossum
Guido van Rossum added the comment: Looks good. Check it in, with one small addition: add #define PyBUF_WRITEABLE PyBUF_WRITABLE for those NumPy folks who can't help writing the alternate spelling ('writeable' *is* in some dictionaries, though it is consistently flagged as invalid by spell

[issue1170] shlex have problems with parsing unicode

2007-09-17 Thread dexen deVries
Changes by dexen deVries: -- components: Library (Lib), Unicode severity: normal status: open title: shlex have problems with parsing unicode type: behavior versions: Python 2.5 __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1170

[issue1158] %f format for datetime objects

2007-09-17 Thread Brett Cannon
Brett Cannon added the comment: In terms of strptime, I would just change _strptime.strptime() to _strptime._strptime() and have it return everything along with the microseconds measurement. Then have public functions that call that function and either strip off the microseconds or not. -Brett

[issue1170] shlex have problems with parsing unicode

2007-09-17 Thread dexen deVries
New submission from dexen deVries: Feeding unicode to shlex object created in POSIX compat mode causes UnicodeDecodeError to be raised. It appears that shlex object defines sting .wordchars, containing latin-1 (iso8859-1) encoded characters with charcodes =128, which is used to check whether

[issue1170] shlex have problems with parsing unicode

2007-09-17 Thread dexen deVries
dexen deVries added the comment: A quick paste to illustrate: the exception is raised only when unicode object is passed to shlex. Warning: the cStringIO module is unsuitable for use there, only the StringIO. cStringIO does not output unicode. dexen!muraena!~$ python Python 2.5.1

[issue1170] shlex have problems with parsing unicode

2007-09-17 Thread dexen deVries
dexen deVries added the comment: One remark to previous message: the first time i created shlex object in non-POSIX mode (the default), in later it's in POSIX mode (due to the third parameter to shlex being True). The bug in question manifests only in POSIX mode. BTW, that so-called POSIX

[issue1171] allow subclassing of bytes type

2007-09-17 Thread Mathieu Fenniak
New submission from Mathieu Fenniak: Uploading patch to make bytes type subclassable. As e-mailed to python-3000 list during discussion with Guido, attached patch to make bytes type subclassable. Included are unit tests, and a minor fix for pickling subclass instances (including __dict__ in

[issue1082] platform system may be Windows or Microsoft since Vista

2007-09-17 Thread Pat LaVarre
Pat LaVarre added the comment: I recommend we reject this first draft of the python-trunk- vistaplatform.patch. I reason as follows ... ACTUAL RESULTS OF 2.5.1 PLUS PATCH IN VISTA WINDOWS: import platform ... platform.uname() ('Microsoft', '[redacted]', 'Windows', '6.0.6000', '', '')

[issue1082] platform system may be Windows or Microsoft since Vista

2007-09-17 Thread Sean Reifschneider
Sean Reifschneider added the comment: Attached is a patch that fixes uname() instead of the individual helpers. I agree that is the better way to do it. Again, not tested on Windows because I don't have it. What about adding a isWindows() sort of method that does the right thing, or

[issue1172] Documentation for done attribute of FieldStorage class

2007-09-17 Thread Bob Kline
status: open title: Documentation for done attribute of FieldStorage class type: rfe __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1172 __--- cgi.rst 2007-09-17 13:40:51.0 -0400 +++ cgi.rst-20070917 2007-09-17 14:57

[issue1158] %f format for datetime objects

2007-09-17 Thread Skip Montanaro
Skip Montanaro added the comment: Brett In terms of strptime, I would just change _strptime.strptime() to Brett _strptime._strptime() and have it return everything along with Brett the microseconds measurement. Then have public functions that Brett call that function and either

[issue1082] platform system may be Windows or Microsoft since Vista

2007-09-17 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: A couple of notes: * platform.uname() needs to be fixed, not the individual query functions. * The third entry of uname() should return Vista instead of Microsoft on MS Vista. * A patch should go on trunk and into 2.5.2, since this is a real bug and not a

[issue1082] platform system may be Windows or Microsoft since Vista

2007-09-17 Thread Sean Reifschneider
Sean Reifschneider added the comment: Shall I commit my v2 patch then, to 2.5.2 and trunk? It has the code in the uname() method, as you say. __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1082 __

[issue1174] new generator methods not documented in Library Reference

2007-09-17 Thread Bruce Frederiksen
New submission from Bruce Frederiksen: The 2.5 library documentation mentions the new GeneratorExit exception, but does not show Generator Types with the new 'send', 'throw', 'close' and '__del__' methods. -- components: Documentation messages: 55981 nosy: dangyogi severity: minor

[issue1082] platform system may be Windows or Microsoft since Vista

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- versions: +Python 2.6 __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1082 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1014] cgi: parse_qs and parse_qsl misbehave on empty strings

2007-09-17 Thread Senthil
Senthil added the comment: Hi Sean, This is a very minor issue (IMO) with Python 2.4. Why did you assign it to gvanrossum? Makes me wonder at your assignments. Thanks, Senthil __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1014

[issue1173] yield expressions not documented in Language Reference

2007-09-17 Thread Bruce Frederiksen
Changes by Bruce Frederiksen: -- components: Documentation severity: minor status: open title: yield expressions not documented in Language Reference type: rfe versions: Python 2.5 __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1173

[issue1014] cgi: parse_qs and parse_qsl misbehave on empty strings

2007-09-17 Thread Guido van Rossum
Guido van Rossum added the comment: I don't see what the problem is. You requested strict_parsing=True, and this is what strict parsing does. -- resolution: - wont fix status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1014

[issue1082] platform system may be Windows or Microsoft since Vista

2007-09-17 Thread Sean Reifschneider
Sean Reifschneider added the comment: Commited in trunk revision 58183 and 25-maint revision 58184. -- resolution: - accepted status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1082 __

[issue1727780] 64/32-bit issue when unpickling random.Random

2007-09-17 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1727780 _ ___ Python-bugs-list mailing list Unsubscribe:

[issue1131] Reference Manual: for statement links to break statement

2007-09-17 Thread Sean Reifschneider
Sean Reifschneider added the comment: I don't know anything about the .chm file. Fred: Do you know where this comes from? -- assignee: jafo - fdrake nosy: +fdrake status: pending - open __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1131

[issue1686386] Python SEGFAULT on tuple.__repr__ and str()

2007-09-17 Thread Brett Cannon
Changes by Brett Cannon: -- status: pending - open _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1686386 _ ___ Python-bugs-list mailing list Unsubscribe:

[issue1149] fdopen does not work as expected

2007-09-17 Thread Sean Reifschneider
Sean Reifschneider added the comment: I do not believe this is a Python problem but instead a problem with your code. I believe the problem is likely that you still have a copy of the stdout is open, the fork that is reading also gets associated with that same file. I can't point you at any

[issue1141] reading large files

2007-09-17 Thread Sean Reifschneider
Sean Reifschneider added the comment: I'm closing this because the slow I/O issue is known and expected to be resolved as part of the Python 3.0 development. The Windows problems with missing lines should be opened as a separate issue. -- nosy: +jafo resolution: - duplicate status:

[issue1727780] 64/32-bit issue when unpickling random.Random

2007-09-17 Thread Shawn Ligocki
Shawn Ligocki added the comment: Yep, tested it on a 64-bit machine and 2 32-bit machines and back and forth between them. It seems to resolve the problem. _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1727780 _

[issue1155] Carbon.CF memory management problem

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1155 __ ___ Python-bugs-list mailing list Unsubscribe: