[issue1104] msilib.SummaryInfo.GetProperty() truncates the string by one character

2007-09-06 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- assignee: -> loewis nosy: +loewis __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1104> __ ___ Python-bugs-li

[issue1505257] winerror module

2007-09-06 Thread Martin v. Löwis
Martin v. Löwis added the comment: Marc-Andre, what should we do about this patch? _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1505257> _ ___ Pyth

[issue1116] reference in extending doc to non-existing file

2007-09-06 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1116> __ ___ Python-bugs-list mailing list Unsubs

[issue1505257] winerror module

2007-09-06 Thread Martin v. Löwis
Martin v. Löwis added the comment: Ok rejecting it. -- resolution: -> rejected status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1111] Users' directories information

2007-09-06 Thread Martin v. Löwis
Martin v. Löwis added the comment: I don't think a uniform access to "configuration information" is possible, or even desirable. The requirements across applications and systems are too diverse to make this feasible. In any case, such a new feature should first be field-teste

[issue1095] make install failed

2007-09-06 Thread Martin v. Löwis
Martin v. Löwis added the comment: The -f option to ln was not portable, traditionally. So the portable way to create a symlink if the target might exist is to remove the old symlink first. I've verified that 'ln -sf' indeed works as reported on Solaris 9. On Solaris 10, it seems

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

2007-09-07 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- assignee: -> loewis keywords: +patch nosy: +loewis __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1128> __ ___ P

[issue1095] make install failed

2007-09-07 Thread Martin v. Löwis
Martin v. Löwis added the comment: I haven't tested it, but it looks fine to me. -- assignee: -> georg.brandl resolution: -> accepted __ Tracker <[EMAIL PROTECTED]> <http://bugs.

[issue1133] python3.0-config raises SyntaxError

2007-09-09 Thread Martin v. Löwis
Martin v. Löwis added the comment: Duplicate of #1074 -- nosy: +loewis superseder: -> python3.0-config script does not run on py3k __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1133] python3.0-config raises SyntaxError

2007-09-09 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- resolution: -> duplicate status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1133> __ ___ Python

[issue1137] pyexpat patch for changing buffer_size

2007-09-09 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1137> __ ___ Python-bugs-list mailing list Unsubs

[issue1136] Bdb documentation

2007-09-09 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1136> __ ___ Python-bugs-list mailing list Unsubs

[issue1122] PyTuple_Size and PyTuple_GET_SIZE return type documentation incorrect

2007-09-09 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1122> __ ___ Python-bugs-list mailing list Unsubs

[issue1114] _curses issues on 64-bit big-endian (e.g, AIX)

2007-09-09 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1114> __ ___ Python-bugs-list mailing list Unsubs

[issue1141] reading large files

2007-09-10 Thread Martin v. Löwis
Martin v. Löwis added the comment: If you would like to help resolving the issue with the missing lines, please submit a separate report for that. It is very difficult to track unrelated bugs in a single tracker issue. It would help if you could determine which lines are missing, e.g. by writing

[issue1141] reading large files

2007-09-10 Thread Martin v. Löwis
Martin v. Löwis added the comment: > I could certainly do that, but how you get my huge files ? 5 Go of data > is quite big... [not sure what "that" is] I did not mean to suggest that you attach such a large file. Instead, just report that as a separate bug report, and be pr

[issue1734346] patch for bug 1170311 "zipfile UnicodeDecodeError"

2007-09-10 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- assignee: -> loewis severity: normal -> major _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1734346> _ __

[issue1774736] Binding fails

2007-09-10 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- resolution: -> duplicate status: open -> closed superseder: -> Tkinter binding involving Control-spacebar raises unicode error _ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue783188] support for server side transactions in _ssl

2007-09-10 Thread Martin v. Löwis
Martin v. Löwis added the comment: Marking as out-of-date -- resolution: -> out of date status: open -> closed superseder: -> server-side ssl support Tracker <[EMAIL PROTECTED]> <http://bugs.pyth

[issue1145] Allow str.join to join non-string types (as per PEP 3100)

2007-09-11 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1145> __ ___ Python-bugs-list mailing list Unsubs

[issue1159] os.getenv() not updated after external module uses C putenv()

2007-09-13 Thread Martin v. Löwis
Martin v. Löwis added the comment: I can't see a bug here. If you want the current C library value of the environment variable, just use os.getenv, not os.environ. -- nosy: +loewis __ Tracker <[EMAIL PROTECTED]> <http://bugs.python

[issue1159] os.getenv() not updated after external module uses C putenv()

2007-09-13 Thread Martin v. Löwis
Martin v. Löwis added the comment: Ignore my comment - I see now that you are talking about os.getenv. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1159> __ ___

[issue1162] Python doesn't compile on Microsoft Visual Studio 2008 "Orcas" Beta 2

2007-09-13 Thread Martin v. Löwis
Martin v. Löwis added the comment: This problems are surely solvable. However, I don't think they need to be solved yet. Instead, before we make the next Python release, we decide what VS version to build it with; if it's Orcas, then the PCbuild directory will be updated to conta

[issue1163] Patch to make py3k/Lib/test/test_thread.py use unittest

2007-09-13 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1163> __ ___ Python-bugs-list mailing list Unsubs

[issue1162] Python doesn't compile on Microsoft Visual Studio 2008 "Orcas" Beta 2

2007-09-13 Thread Martin v. Löwis
Martin v. Löwis added the comment: Ok, I'm closing this as "won't fix" now. If you want to look for help, ask on comp.lang.python. If you want some of the core developers to resolve this, be patient - in about a year, it should be resolved. If you ever come up with a patch, p

[issue1165] Should itertools.count work for arbitrary integers?

2007-09-15 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- assignee: esr -> __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1165> __ ___ Python-bugs-list mailing list Uns

[issue1165] Should itertools.count work for arbitrary integers?

2007-09-15 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch -r-eyyy-mond __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1165> __ ___ Python-bugs-list mailing list

[issue1165] Should itertools.count work for arbitrary integers?

2007-09-15 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- dependencies: - Elemental Security contribution - pgen2 package, --install-base not honored on win32 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue1165] Should itertools.count work for arbitrary integers?

2007-09-15 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +py3k -patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1165> __ ___ Python-bugs-list mailing list Unsubs

[issue1166] NameError when calling malloc

2007-09-15 Thread Martin v. Löwis
Martin v. Löwis added the comment: I doubt you are esr, although I'm uncertain how you hijacked his account. Please stop spamming this tracker. -- nosy: +loewis resolution: -> invalid status: open -> closed __ Tracker <[EMAIL PRO

[issue1167] gdbm/ndbm 1.8.1+ needs libgdbm_compat.so

2007-09-16 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1167> __ ___ Python-bugs-list mailing list Unsubs

[issue1146] TextWrap vs words 1-character shorter than the width

2007-09-16 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1146> __ ___ Python-bugs-list mailing list Unsubs

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

2007-09-16 Thread Martin v. Löwis
Martin v. Löwis added the comment: Would anybody of you like to work on a patch? -- nosy: +loewis _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/iss

[issue1169] Option -OO doesn't remove docstrings from functions

2007-09-16 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1169> __ ___ Python-bugs-list mailing list Unsubs

[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: http://mail.python.org/mai

[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

[issue1185] py3k: Completely remove nb_coerce slot

2007-09-21 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: -py3k __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1185> __ ___ Python-bugs-list mailing list Unsubs

[issue1189] Documentation for tp_as_number tp_as_sequence tp_as_mapping

2007-09-21 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1189> __ ___ Python-bugs-list mailing list Unsubs

[issue1190] Windows rants& sugestions.

2007-09-22 Thread Martin v. Löwis
Martin v. Löwis added the comment: Unfortunately, I fail to understand what kind of problem you are reporting. Please report only one issue per bug report, and try to come up with some title more descriptive than "rants & suggestions". Please follow this form when reporting bugs,

[issue1187] pipe fd handling issues in subprocess.py on POSIX

2007-09-22 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1187> __ ___ Python-bugs-list mailing list Unsubs

[issue1064] Test issue

2007-09-22 Thread Martin v. Löwis
Martin v. Löwis added the comment: Compare From headers -- assignee: georg.brandl -> nosy: -georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

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

2007-09-23 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- assignee: -> loewis severity: normal -> major _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1727780> _ __

[issue1192] Python 3 documents crash Firefox

2007-09-23 Thread Martin v. Löwis
Martin v. Löwis added the comment: Why do you think this is a bug in Python? If Firefox crashes, isn't this rather a bug in Firefox? Please report it at bugzilla.mozilla.com. Closing as third-party bug. -- nosy: +loewis resolution: -> invalid status: open -> closed ver

[issue1199] Documentation for tp_as_number... version 2.6

2007-09-24 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1199> __ ___ Python-bugs-list mailing list Unsubs

[issue1179] [CVE-2007-4965] Integer overflow in imageop module

2007-09-24 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1179> __ ___ Python-bugs-list mailing list Unsubs

[issue1204] readline configuration for shared libs w/o curses dependencies

2007-09-25 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1204> __ ___ Python-bugs-list mailing list Unsubs

[issue1206] logging/__init__.py

2007-09-26 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1206> __ ___ Python-bugs-list mailing list Unsubs

[issue1210] imaplib does not run under Python 3

2007-09-26 Thread Martin v. Löwis
Martin v. Löwis added the comment: Would you like to work on a patch? -- nosy: +loewis __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1210> __ ___ Pyth

[issue1211] cleanup patch for 3.0 tutorial/interpreter.rst

2007-09-27 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1211> __ ___ Python-bugs-list mailing list Unsubs

[issue1212] 3.0 tutorial/introduction.rst mentions 'long'

2007-09-27 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1212> __ ___ Python-bugs-list mailing list Unsubs

[issue1213] 3.0 tutorial/classes.rst patch

2007-09-27 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1213> __ ___ Python-bugs-list mailing list Unsubs

[issue1214] Timeout in CGIXMLRPCRequestHandler under IIS

2007-09-27 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1214> __ ___ Python-bugs-list mailing list Unsubs

[issue1218] Restrict Google search to docs when in the docs subtree?

2007-09-27 Thread Martin v. Löwis
Martin v. Löwis added the comment: Website issues are not tracked in this tracker. See http://wiki.python.org/moin/PythonWebsiteCreatingNewTickets -- nosy: +loewis __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue1218] Restrict Google search to docs when in the docs subtree?

2007-09-28 Thread Martin v. Löwis
Martin v. Löwis added the comment: > Is there some reason at this point that we need to maintain two separate > trackers? I don't know - I explained what is, not what should be. Whether or not pydotorg people want to use the tracker, I can't tell.

[issue1228] 3.0 tutorial/datastructures.rst patch

2007-10-02 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1228> __ ___ Python-bugs-list mailing list Unsubs

[issue1232] %f prints the wrong 6 decimal places

2007-10-03 Thread Martin v. Löwis
Martin v. Löwis added the comment: I think you are misinterpreting what you see. The last digit in the output (7) is *not* the last digit of the input, but is the output originating from the digit 6. As the last digit of output, it gets rounded. As the first digit not printed anymore (7) is

[issue1238] dictobject and dictentry not used consistently in dictobject.c

2007-10-07 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1238> __ ___ Python-bugs-list mailing list Unsubs

[issue1247] PEP 3137 patch (repr, names, parser)

2007-10-08 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1247> __ ___ Python-bugs-list mailing list Unsubs

[issue1541420] tools and demo missing from windows

2007-10-09 Thread Martin v. Löwis
Martin v. Löwis added the comment: I'm closing it as "won't fix". If you have specific tools that you would like to see included, please submit that as a separate report, along with a rationale as to why you want to see them included. -- resolution: -> wont fix

[issue1252] IDLE - patch Delegator to support callables

2007-10-09 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1252> __ ___ Python-bugs-list mailing list Unsubs

[issue1253] IDLE - Percolator overhaul

2007-10-09 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1253> __ ___ Python-bugs-list mailing list Unsubs

[issue1031213] Use correct encoding for printing SyntaxErrors

2007-10-10 Thread Martin v. Löwis
Martin v. Löwis added the comment: ishimoto: in dec_utf8, there is a PyErr_Print call. What is the purpose of this call? _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/iss

[issue1258] Removal of basestring type

2007-10-10 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1258> __ ___ Python-bugs-list mailing list Unsubs

[issue1260] PEP 3137: Remove the buffer API from PyUnicode

2007-10-10 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1260> __ ___ Python-bugs-list mailing list Unsubs

[issue1031213] Use correct encoding for printing SyntaxErrors

2007-10-10 Thread Martin v. Löwis
Martin v. Löwis added the comment: > Should we silently clear the exception raised by codecs, or print a > message such as "Codec raised an exception while processing compile > error." ? Can you create a test case that triggers that specific proble

[issue1263] PEP 3137 patch - str8/str comparison should return false

2007-10-11 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1263> __ ___ Python-bugs-list mailing list Unsubs

[issue1264] __file__ and co_filename as unicode

2007-10-11 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1264> __ ___ Python-bugs-list mailing list Unsubs

[issue1268] array unittest problems with UCS4 build

2007-10-12 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1268> __ ___ Python-bugs-list mailing list Unsubs

[issue1216] Python2.5.1 fails to compile under VC.NET2002 ( 7.0 )

2007-10-12 Thread Martin v. Löwis
Martin v. Löwis added the comment: The actual change that broke that was r41672, which added the ULL suffix. r46064 fixed it for VC6 and embedded VC. Raising the minimum _MSC_VER to above 1300 is fine (VC 7.1 is 1310). I personally can't test with VS 2002 anymore, so I have to trust th

[issue1216] Python2.5.1 fails to compile under VC.NET2002 ( 7.0 )

2007-10-12 Thread Martin v. Löwis
Martin v. Löwis added the comment: Thanks for the report. This is now fixed in r58430 and r584301 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1216> __ ___ Pyth

[issue1216] Python2.5.1 fails to compile under VC.NET2002 ( 7.0 )

2007-10-12 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1216> __ ___ Python-bugs

[issue1270] MemoryError when working on large dictionaries on Windows 2003 Server

2007-10-12 Thread Martin v. Löwis
Martin v. Löwis added the comment: I personally don't think this problem can be resolved by discussion. Instead, you have to use a debugger, debug your application, Python, and Windows, to find out the true cause of the problem. Only then discussion can be fruitful. If you cannot do these

[issue1270] MemoryError when working on large dictionaries on Windows 2003 Server

2007-10-12 Thread Martin v. Löwis
Martin v. Löwis added the comment: > I set the IMAGE_FILE_LARGE_ADDRESS_AWARE flag on python and I still get the > memoryerror exceptions. When they start happening there is still more than > 1GB of available memory! Just in case it isn't clear: I still don't see an ind

[issue1272] Decode __file__ and co_filename to unicode using fs default

2007-10-12 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1272> __ ___ Python-bugs-list mailing list Unsubs

[issue1270] MemoryError when working on large dictionaries on Windows 2003 Server

2007-10-12 Thread Martin v. Löwis
Martin v. Löwis added the comment: No, Python does not have IMAGE_FILE_LARGE_ADDRESS_AWARE set; that's not a bug, though. In any case, the lack of this flag cannot explain why your application works on Windows XP and not on Windows 2003. __ Tracker &l

[issue1270] MemoryError when working on large dictionaries on Windows 2003 Server

2007-10-12 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1270> __ ___ Python-bugs-list mailing list Uns

[issue1270] MemoryError when working on large dictionaries on Windows 2003 Server

2007-10-12 Thread Martin v. Löwis
Martin v. Löwis added the comment: Please understand that the purpose of this bug tracker is to track bug reports and patches to Python, not a means of getting help in using Python. If you think you have found a bug, please submit a bug report that allows us to reproduce the bug. If you merely

[issue1276] LookupError: unknown encoding: X-MAC-JAPANESE

2007-10-13 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1276> __ ___ Python-bugs-list mailing list Unsubs

[issue1280] PEP 3137: Make PyString's indexing and iteration return integers

2007-10-15 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1280> __ ___ Python-bugs-list mailing list Unsubs

[issue1663329] subprocess/popen close_fds perform poor if SC_OPEN_MAX is hi

2007-10-15 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1663329> _ ___ Python-bugs-list mailing list

[issue1297] pyconfig.h not compatible with MS VC++ Express Edition

2007-10-18 Thread Martin v. Löwis
Martin v. Löwis added the comment: What version of VC++ Express are you specifically referring to? -- nosy: +loewis __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue1299] distutils.sysconfig is not cross-platform compatible

2007-10-18 Thread Martin v. Löwis
Martin v. Löwis added the comment: Would you like to work on a patch? -- nosy: +loewis __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1299> __ ___ Pyth

[issue1302] Fixes for profile/cprofile

2007-10-19 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1302> __ ___ Python-bugs-list mailing list Unsubs

[issue1308] unicode(None) anomaly

2007-10-21 Thread Martin v. Löwis
Martin v. Löwis added the comment: What answer did you expect instead? -- nosy: +loewis __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1308> __ ___ Pyth

[issue1308] unicode(None) anomaly

2007-10-21 Thread Martin v. Löwis
Martin v. Löwis added the comment: Ok. This is not a bug, but by design. unicode(X)==unicode(str(X)) for most things, and str(X)==repr(X) for most things. repr(None)=='None', hence the result you see. Closing as invalid. P.S. To respond via email, you have to add your email addre

[issue1309] windows build fix

2007-10-21 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1309> __ ___ Python-bugs-list mailing list Unsubs

[issue1310] tempfile breaks on Windows

2007-10-21 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1310> __ ___ Python-bugs-list mailing list Unsubs

[issue1312] doctest EXCEPTION_RE can't handle preceding output

2007-10-22 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1312> __ ___ Python-bugs-list mailing list Unsubs

[issue1298] Support for z/OS and EBCDIC.

2007-10-22 Thread Martin v. Löwis
Martin v. Löwis added the comment: I'm marking the patch as rejected, but leave it open. It seems clear that it cannot be incorporated into Python because of the maintenance issues (the only reasonable way to incorporate it would be if a long-time Python contributor steps forward and offe

[issue1314] Patch for strftime problem on German Windows

2007-10-23 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1314> __ ___ Python-bugs-list mailing list Unsubs

[issue1298] Support for z/OS and EBCDIC.

2007-10-23 Thread Martin v. Löwis
Martin v. Löwis added the comment: Jean-Yves, please understand that no amount of discussion can likely change Guido's or my view on this patch. We both fully understand the relevance of OS/390, and *still* reject it, for the reasons discussed. Besides, integration into 2.5.1 is not pos

[issue1318] Remove os.tmpnam() and os.tempnam() [patch]

2007-10-23 Thread Martin v. Löwis
Martin v. Löwis added the comment: Removing them because there is a replacement already is a better reason than removing them because they give (bogus) warnings, so I'm -0 now. As you say, tempfile is not any better from a security point of view in the cases where tmpnam or tempnam wou

[issue1319] py3k: fixes for test_ctypes

2007-10-23 Thread Martin v. Löwis
Martin v. Löwis added the comment: Thomas, can you take a look? If not, please unassign. -- assignee: -> theller keywords: +patch nosy: +loewis, theller __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1323] py3k: file.truncate() changes the file position

2007-10-24 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1323> __ ___ Python-bugs-list mailing list Unsubs

[issue1311] os.path.exists(os.devnull) regression on windows

2007-10-24 Thread Martin v. Löwis
Martin v. Löwis added the comment: The purpose of Py_GetFileAttributesEx* is to wrap GetFileAttributesEx, on systems where it doesn't exist (Windows 95 in particular). If it doesn't exist, it is emulated; if it exists, it is directly called. -- nos

[issue1311] os.path.exists(os.devnull) regression on windows

2007-10-24 Thread Martin v. Löwis
Martin v. Löwis added the comment: As Facundo found out, the behavior of os.path.exists is fairly irrelevant here, as that functions is trivial. What really matters is whether os.stat succeeds for NUL. Can those users for whom it succeeds please report what Windows versions they are using, and

[issue1311] os.path.exists(os.devnull) regression on windows

2007-10-24 Thread Martin v. Löwis
Martin v. Löwis added the comment: Please disregard Cygwin Python for this discussion. It (probably) uses the stat implementation from cygwin1.dll, which may work differently from Cygwin release to Cygwin release. __ Tracker <[EMAIL PROTECTED]>

[issue1318] Remove os.tmpnam() and os.tempnam()

2007-10-25 Thread Martin v. Löwis
Martin v. Löwis added the comment: > os.tmpfile() is the only method that has no duplicate in tempfile. Why do you say that? tempfile.mkstemp() does essentially the same as os.tmpfile(). > The promise of tempfile.mkstemp is also bogus for every OS except > Windows. IIRC only Windows

[issue1341] correction for test_fileinput in py3k on Windows

2007-10-26 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1341> __ ___ Python-bugs-list mailing list Unsubs

[issue1135] xview/yview of Tix.Grid is broken

2007-10-27 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1135> __ ___ Python-bugs-list mailing list Unsubs

<    1   2   3   4   5   6   7   8   9   10   >