[issue8750] Many of MutableSet's methods assume that the other parameter is not self

2010-08-21 Thread Raymond Hettinger
Raymond Hettinger added the comment: The patch looks good. Feel free to apply. -- assignee: rhettinger -> stutzbach ___ Python tracker ___ ___

[issue1295179] termios.c in qnx4.25

2010-08-21 Thread kbob_ru
kbob_ru added the comment: Still valid in version 2.7. Not tested in verions 3.* tnx for reminder me. -- versions: -Python 3.1, Python 3.2 ___ Python tracker ___ ___

[issue1447222] tkinter Dialog fails when more than four buttons are used

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> patch review type: -> behavior versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.3 ___ Python tracker ___ __

[issue1446619] extended slice behavior inconsistent with docs

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: georg.brandl -> d...@python nosy: +d...@python ___ Python tracker ___ ___ Python-bugs-list m

[issue1442493] IDLE shell window gets very slow when displaying long lines

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker ___ ___ Pytho

[issue1529353] Squeezer - squeeze large output in the interpreter

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1441530] socket read() can cause MemoryError in Windows

2010-08-21 Thread Mark Lawrence
Mark Lawrence added the comment: At least three solutions to this have been suggested. The simplest is that provided by Márcio but is this acceptable? -- nosy: +BreamoreBoy stage: -> patch review type: performance -> behavior versions: +Python 3.1 -Python 2.6 ___

[issue4844] ZipFile doesn't range check in _EndRecData()

2010-08-21 Thread Alan McIntyre
Alan McIntyre added the comment: I wrote a test for this and tried out the patch on the Python3 trunk, and it seems to work ok. I've attached an updated patch that includes the test. It probably wouldn't hurt to go look for other places where a struct is being unpacked without checking lengt

[issue1374063] Broader iterable support for xmlrpclib

2010-08-21 Thread Mark Lawrence
Mark Lawrence added the comment: Is anyone interested in this or can it be closed? -- nosy: +BreamoreBoy stage: -> patch review type: -> feature request versions: +Python 3.2 -Python 2.6 ___ Python tracker ___

[issue1375011] Improper handling of duplicate cookies

2010-08-21 Thread Mark Lawrence
Mark Lawrence added the comment: Even if the patch is still valid there are still no doc or unit test changes. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker _

[issue9213] range purports to implement the Sequence ABC, but is missing index and count methods

2010-08-21 Thread Raymond Hettinger
Raymond Hettinger added the comment: I support adding index() and count() to range objects. -- ___ Python tracker ___ ___ Python-bugs-

[issue1733184] slice type is unhashable

2010-08-21 Thread Guido van Rossum
Guido van Rossum added the comment: Did Alexander ever present his case to python-dev? -- ___ Python tracker ___ ___ Python-bugs-li

[issue2268] Fold slice constants

2010-08-21 Thread Raymond Hettinger
Raymond Hettinger added the comment: The was a nice attempt at a peephole optimization. I'm rejecting it because: * too many other things need to be changed to support it * the measured win is somewhat small * we have a negative bias towards expanding the peephole optimizer * the AST may be a b

[issue1346874] httplib simply ignores CONTINUE

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> patch review type: -> behavior versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ __

[issue1503] test_xmlrpc is still flakey

2010-08-21 Thread Guido van Rossum
Changes by Guido van Rossum : -- nosy: -gvanrossum ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue2268] Fold slice constants

2010-08-21 Thread Guido van Rossum
Changes by Guido van Rossum : -- nosy: -gvanrossum ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue1733184] slice type is unhashable

2010-08-21 Thread Raymond Hettinger
Raymond Hettinger added the comment: This needs to stay rejected. I'm unwilling to introduce special cases in the language just to support a peephole optimization. -- assignee: gvanrossum -> rhettinger ___ Python tracker

[issue1332869] Fatal Python error: Interpreter not initialized

2010-08-21 Thread Mark Lawrence
Mark Lawrence added the comment: Is this still valid? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue1327594] Static Windows Build fails to locate existing installation

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list

[issue1306253] Python 2.4.2c1 fails to build on 64-bit Solaris 10

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue1303673] traceback on trying to load a hotshot stats file

2010-08-21 Thread Mark Lawrence
Mark Lawrence added the comment: Hotshot is unmaintained and has been removed from py3k. -- nosy: +BreamoreBoy status: open -> closed ___ Python tracker ___ __

[issue1303434] Please include pdb with windows distribution

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> patch review versions: +Python 3.2 -Python 2.7, Python 3.0 ___ Python tracker ___ ___ Pytho

[issue1298813] sysmodule.c: realpath() is unsafe

2010-08-21 Thread Éric Araujo
Changes by Éric Araujo : -- versions: +Python 2.7, Python 3.2 -Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1298813] sysmodule.c: realpath() is unsafe

2010-08-21 Thread Mark Lawrence
Mark Lawrence added the comment: Surely this security issue should be addressed? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ P

[issue1295179] termios.c in qnx4.25

2010-08-21 Thread Mark Lawrence
Mark Lawrence added the comment: Is this still valid or can it be closed? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker __

[issue1748015] Module-level stack scopes have incorrect bindings.

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Cannot reproduce in trunk. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue1337876] Inconsistent use of buffer interface in string and unicode

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: This won't get applied anymore to 2.x. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker ___ ___

[issue5028] tokenize.generate_tokens doesn't always return logical line

2010-08-21 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> d...@python nosy: +d...@python ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue3101] global function _add_one_to_index_C

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Functions are still present and non-static in trunk. -- assignee: teoliphant -> pitrou nosy: +georg.brandl ___ Python tracker ___

[issue5016] FileIO.seekable() can return False

2010-08-21 Thread Georg Brandl
Changes by Georg Brandl : -- versions: -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue2899] Fixers find, rfind, etc in 'string' module

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: I guess this will not happen then. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tracker ___ _

[issue433030] SRE: Atomic Grouping (?>...) is not supported

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Implemented in #2636. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed ___ Python tracker ___ ___

[issue433029] SRE: posix classes aren't supported

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Implemented in #2636. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> Regexp 2.7 (modifications to current re 2.2.2) ___ Python tracker

[issue231540] threads and profiler don't work together

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: OK, closing as out of date. -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___

[issue433027] SRE: (?-flag) is not supported.

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: See #2636, which implements this. -- dependencies: -Major reworking of Python 2.5.2 re module nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> Regexp 2.7 (modifications to current re 2.2.2) ___

[issue433024] SRE: (?flag) isn't properly scoped

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: I don't think this should be changed anymore, at least not without a flag. Anyway, it is implemented in #2636. -- nosy: +georg.brandl status: open -> closed superseder: Major reworking of Python 2.5.2 re module -> Regexp 2.7 (modifications to current r

[issue4596] 2to3 does not fail as early as possible.

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Closing. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tracker ___ ___

[issue4327] Patch: simplify complex constant assignment statements

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: I'm going to reject this; it adds a whole lot of code for optimizing very a minor usecase. -- nosy: +georg.brandl resolution: -> rejected status: open -> closed ___ Python tracker

[issue2218] Enhanced hotshot profiler with high-resolution timer

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: hotshot won't get any more updates. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker ___ _

[issue5355] Expat parser error constants are string descriptions

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: After talking to Fred, I'll add a "codes" attribute mapping the error constant strings to their codes. Changing the constants to integers would be very bad for b/w compatibility. -- assignee: -> georg.brandl nosy: +georg.brandl versions: +Python 3.2 -

[issue1721518] Small case which hangs

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: If at all, this will be fixed by applying #2636. -- resolution: -> duplicate status: open -> closed superseder: -> Regexp 2.7 (modifications to current re 2.2.2) ___ Python tracker

[issue1379984] HP-UX: Can't shl_load() a library containing Thread Local

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Is a patch still forthcoming? -- nosy: +georg.brandl resolution: -> out of date status: open -> pending ___ Python tracker ___ ___

[issue2486] Recode (parts of) decimal module in C

2010-08-21 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> skrah nosy: +skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue3825] Major reworking of Python 2.5.2 re module

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Work has gone on in #2636. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> Regexp 2.7 (modifications to current re 2.2.2) ___ Python tracker _

[issue4475] More verbose error message for Py_FindMethod

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Closing now that 2.x is in bugfix-only. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker ___ _

[issue1772833] -q (quiet) option for python interpreter

2010-08-21 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue4844] ZipFile doesn't range check in _EndRecData()

2010-08-21 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> mcherm nosy: +alanmcintyre, mcherm ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue4973] calendar formatyearpage returns bytes, not str

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Closing, this is working as expected. -- nosy: +georg.brandl resolution: -> works for me status: open -> closed ___ Python tracker ___ __

[issue4659] compilation warning in Modules/zipimport.c

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Fixed by r81032. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker ___

[issue3417] make the fix_dict fixer smarter

2010-08-21 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue4320] optparse: "1 2 3" should be seen as one string

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Closing due to vague report description. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker ___

[issue4500] Compiler warnings when compiling Python 3.0 with a C89 compiler

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: These are probably all fixed by now. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker ___

[issue1708652] Exact matching

2010-08-21 Thread Georg Brandl
Changes by Georg Brandl : -- versions: +Python 3.2 -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue3805] sslobj.read py3k takes odd arguments

2010-08-21 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: janssen -> pitrou nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue8797] urllib2 basicauth broken in 2.6.5: RuntimeError: maximum recursion depth exceeded in cmp

2010-08-21 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: fixed -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue4594] Can't compile with -O3, on ARM, with gcc 3.4.4

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: OK, sounds reasonable. -- resolution: -> out of date status: open -> closed ___ Python tracker ___ __

[issue3417] make the fix_dict fixer smarter

2010-08-21 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue3417] make the fix_dict fixer smarter

2010-08-21 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue3417] make the fix_dict fixer smarter

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Is this still relevant? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1348] httplib closes socket, then tries to read from it

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Is this still relevant? -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue2595] Multiple integer overflows in imgfile extension module lead to buffer overflow

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: I don't think anyone cares about these modules anymore. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker _

[issue3548] subprocess.pipe function

2010-08-21 Thread Georg Brandl
Changes by Georg Brandl : -- versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue1081824] Rewrite of docs for compiler.visitor

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: compiler is now deprecated and unmaintained anyway. -- resolution: -> out of date status: open -> closed ___ Python tracker ___ __

[issue4594] Can't compile with -O3, on ARM, with gcc 3.4.4

2010-08-21 Thread Stefan Krah
Changes by Stefan Krah : -- keywords: -needs review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue1503] test_xmlrpc is still flakey

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: I've not seen special failures of test_xmlrpc lately. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker ___

[issue8828] Atomic function to rename a file

2010-08-21 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue1390197] tempfile misses usecase which requirs renaming

2010-08-21 Thread Éric Araujo
Éric Araujo added the comment: Maybe #8828 or #8604 are what you’re looking for. -- nosy: +eric.araujo ___ Python tracker ___ ___ P

[issue1465838] HP-UX11i: illegal combination of compilation and link flags

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: OK, closing. -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___ Pytho

[issue4594] Can't compile with -O3, on ARM, with gcc 3.4.4

2010-08-21 Thread Stefan Krah
Stefan Krah added the comment: The new CFLAGS logic is capable of overriding configure options and CFLAGS are mentioned in ./configure --help. I think OPT is somewhat obsolete now, so perhaps this could be closed. $ make CFLAGS="-O2" gcc -pthread -c -ftest-coverage -fprofile-arcs -fno-strict-a

[issue3170] test_pydoc has no way to regenerate pristine data

2010-08-21 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue3170] test_pydoc has no way to regenerate pristine data

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Ping? -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue1390197] tempfile misses usecase which requirs renaming

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Closing due to questionable usecase. -- nosy: +georg.brandl resolution: -> rejected status: open -> closed ___ Python tracker ___

[issue2268] Fold slice constants

2010-08-21 Thread Georg Brandl
Changes by Georg Brandl : -- versions: +Python 3.2 -Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue3177] implement os.startfile on posix and MacOSX

2010-08-21 Thread Georg Brandl
Changes by Georg Brandl : -- versions: +Python 3.2 -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue2481] locale.strxfrm does not work with Unicode strings

2010-08-21 Thread Georg Brandl
Changes by Georg Brandl : -- versions: +Python 2.7 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue2268] Fold slice constants

2010-08-21 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue1465838] HP-UX11i: illegal combination of compilation and link flags

2010-08-21 Thread Ralf W. Grosse-Kunstleve
Ralf W. Grosse-Kunstleve added the comment: I've no access to HP machines anymore. It's probably not worth anybody's time. Ralf -- ___ Python tracker ___ _

[issue1434] SocketServer creates non-blocking files

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Closing due to lack of activity. -- nosy: +georg.brandl resolution: -> works for me status: open -> closed ___ Python tracker ___ ___

[issue1027206] unicode DNS names in socket, urllib, urlopen

2010-08-21 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue3246] configure: WARNING: sys/socket.h: present but cannot be compiled

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Closing due to lack of activity. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker ___

[issue7415] PyUnicode_FromEncodedObject() uses PyObject_AsCharBuffer()

2010-08-21 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue1099] Mac compile fails with pydebug and framework enabled

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Is this still relevant? -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue1465838] HP-UX11i: illegal combination of compilation and link flags

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Is this still relevant? -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing

[issue1637120] Python 2.5 fails to build on AIX 5.3 (xlc_r compiler)

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Closing due to lack of activity. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker ___ _

[issue4594] Can't compile with -O3, on ARM, with gcc 3.4.4

2010-08-21 Thread Éric Araujo
Changes by Éric Araujo : -- versions: +Python 3.2 -Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue4594] Can't compile with -O3, on ARM, with gcc 3.4.4

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Any progress? -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue7453] HPUX 11.00: socketmodule.c -- error 1588: "AI_PASSIVE" undefined.

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Closing - out of date. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker ___ __

[issue858809] Use directories from configure rather than hardcoded

2010-08-21 Thread Martin v . Löwis
Martin v. Löwis added the comment: I don't think anything in distutils can solve whatever the problem is that people perceive. All I can say about the patch is that it apparently doesn't do any harm. I expect that, if it is accepted, people continue complain that "it doesn't work". Unfortuna

[issue1234473] configure: error: cannot compute sizeof (int), 77

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Agreed. -- resolution: -> out of date status: pending -> closed ___ Python tracker ___ ___ Python-

[issue9624] "failure to find drive" error message when trying to install something unspecified

2010-08-21 Thread Georg Brandl
Changes by Georg Brandl : -- title: 2755 -> "failure to find drive" error message when trying to install something unspecified ___ Python tracker ___

[issue9625] argparse: Problem with defaults for variable nargs

2010-08-21 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> bethard ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue9047] Python 2.7rc2 includes -isysroot twice on each gcc command line

2010-08-21 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue9189] Improve CFLAGS handling

2010-08-21 Thread Éric Araujo
Éric Araujo added the comment: Bugs that may be related: #4010 and #9437 Jeffrey, it would be great if you could have a look at those too. Thanks in advance. -- ___ Python tracker

[issue9437] can't build extensions with non-default ldflags (e.g. -m32)

2010-08-21 Thread Éric Araujo
Éric Araujo added the comment: May be related to #4010 and #9047 The bug report that triggered the edits to configure is #9189 -- ___ Python tracker ___

[issue858809] Use directories from configure rather than hardcoded

2010-08-21 Thread Éric Araujo
Éric Araujo added the comment: >From http://bugs.python.org/issue1294959#msg94986 “The main problem is that Python's configuration system is not geared up to having the lib directories for platform dependent and platform independent parts use different names. It currently only supports using d

[issue858809] Use directories from configure rather than hardcoded

2010-08-21 Thread Éric Araujo
Éric Araujo added the comment: I don’t know much about Makefile.pre.in, so I can’t say anything about the patch. Martin, could you maybe comment? -- nosy: +loewis ___ Python tracker _

[issue9624] 2755

2010-08-21 Thread Brian Curtin
Brian Curtin added the comment: When you install what? Python, Blender, or clonk? Can you take a screenshot of the message that you see, possibly along with more details about what it is that you are doing? -- nosy: +brian.curtin ___ Python tracker

[issue858809] Use directories from configure rather than hardcoded

2010-08-21 Thread Éric Araujo
Changes by Éric Araujo : -- Removed message: http://bugs.python.org/msg45044 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue858809] Use directories from configure rather than hardcoded

2010-08-21 Thread Éric Araujo
Éric Araujo added the comment: About lib vs. lib64 vs. lib32, see also http://bugs.python.org/issue1294959#msg94941 -- ___ Python tracker ___ _

  1   2   3   >