[issue4627] Add Mac OS X Disk Images to Python.org homepage

2009-02-14 Thread Carl Johnson
Carl Johnson c...@carlsensei.com added the comment: Fair enough. In this case though, I'm not complaining for myself, since I can compile config, make, install source (although I don't know how to build a Mac Installer, or else I would just do it). I'm complaining on behalf of all the

[issue5179] subprocess leaves open fds on construction error

2009-02-14 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: I would, but how this fails is likely to be highly platform-specific. Can you try it on Windows and tell me what the resulting exception is? ___ Python tracker rep...@bugs.python.org

[issue5237] Allow auto-numbered replacement fields in str.format() strings

2009-02-14 Thread Eric Smith
Eric Smith e...@trueblade.com added the comment: auto_number_formatter_2.py lets you experiment with this with a syntax more similar to what ''.format() looks like: $ ./python Python 2.7a0 (trunk:69608, Feb 14 2009, 04:51:18) [GCC 4.1.2 20070626 (Red Hat 4.1.2-13)] on linux2 Type help,

[issue1762561] unable to serialize Infinity or NaN on ARM using marshal

2009-02-14 Thread Mark Dickinson
Mark Dickinson dicki...@gmail.com added the comment: Thanks Martin and Mark Miller for the comments and testing. I'm going to close this as won't fix. This doesn't preclude ARM OABI becoming a supported platform at some point in the future, just not right now. -- resolution: - wont

[issue2279] distutils sdist add_defaults does not add data_files

2009-02-14 Thread Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: Right, but if MANIFEST.in is removed, I can see cases where you would need the same kind of mini-syntax in your setup.py. For instance, how would you tell sdist to recursively add files located in a directory (like the current

[issue5237] Allow auto-numbered replacement fields in str.format() strings

2009-02-14 Thread Eric Smith
Eric Smith e...@trueblade.com added the comment: Okay, one last version. This one lets you use object access within the replacement string: from auto_number_formatter_3 import formatter as _ _('{} {} {}').format(3, 'pi', 3.14) '3 pi 3.14' _('{:#b} {!r:^10} {.imag}').format(3, 'pi', 3j+1)

[issue5252] 2to3 should detect and delete import of removed statvfs module

2009-02-14 Thread Stephen J. Turnbull
Stephen J. Turnbull step...@xemacs.org added the comment: Benjamin Peterson writes: Hmm. 2to3 doesn't currently mess with the stat module and os.stat the more common function. Also the new interface (attributes on the objects returned) has been around since 2.2. So what? You *can't*

[issue2279] distutils sdist add_defaults does not add data_files

2009-02-14 Thread Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: Right, but if MANIFEST.in is removed, I can see cases where you would need the same kind of mini-syntax in your setup.py. For instance, how would you tell sdist to recursively add files located in a directory (like the current

[issue2279] distutils sdist add_defaults does not add data_files

2009-02-14 Thread Tarek Ziadé
Changes by Tarek Ziadé ziade.ta...@gmail.com: ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2279 ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5104] getsockaddrarg() casts port number from int to short without any warning

2009-02-14 Thread Roman Zeyde
Roman Zeyde roman.ze...@gmail.com added the comment: I've checked Python 3.0.1 today (at http://svn.python.org/projects/python/tags/r301/Modules/socketmodule.c) and it seems that the bug above has been fixed there too. ___ Python tracker

[issue886488] WinPython 2.3.3 crashes using popen2 to spawn lots of child

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue886488 ___

[issue892902] problem with pickling newstyle class instances

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed on trunk. -- nosy: +ajaksu2 stage: - test needed versions: +Python 2.6 -Python 2.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue892902

[issue894936] Have a split corresponding with os.path.join

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Library (Lib) -None stage: - test needed type: - feature request versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue894936

[issue896199] Some Carbon modules missing from documentation

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- assignee: - georg.brandl components: +Macintosh stage: - needs patch title: Some Carbon modules missing - Some Carbon modules missing from documentation ___ Python tracker rep...@bugs.python.org

[issue896330] pyconfig.h is not placed in --includedir

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue896330 ___ ___ Python-bugs-list

[issue900092] hotshot.stats.load fails with AssertionError

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Has test, patch and sample data for reproducing. -- keywords: +patch nosy: +ajaksu2 stage: - patch review title: hotshot.stats.load - hotshot.stats.load fails with AssertionError type: - behavior versions: +Python 2.6 -Python 2.5

[issue921868] socket_htons does not work under AIX 64-bit

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue921868 ___ ___

[issue920573] http libraries throw errors internally in BitTorrent

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed title: http libraries throw errors internally - http libraries throw errors internally in BitTorrent type: - behavior versions: -Python 2.5 ___ Python tracker

[issue934418] nametowidget throws TypeError for Tcl_Objs

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - behavior versions: +Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue934418 ___

[issue923697] SAX2 'property_encoding' feature not supported

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +XML -None stage: - test needed versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue923697 ___

[issue902151] Thread start - strange error under Cygwin

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - behavior versions: +Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue902151 ___

[issue900112] cgi.fieldStorage doesn't grok standards env. variables

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - feature request versions: +Python 2.7 -Python 2.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue900112 ___

[issue892707] debuggable/profileable Python framework

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue892707 ___ ___ Python-bugs-list

[issue881824] Add ResolveFinderAliases to macostools module

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue881824 ___

[issue879399] socket line buffering

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: The code described by Jean is still present. -- nosy: +ajaksu2 stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.3 ___ Python tracker rep...@bugs.python.org

[issue878560] Add a console window for Carbon MacPython applets

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Is this one still relevant? -- nosy: +ajaksu2 stage: - test needed title: Would like a console window for applets - Add a console window for Carbon MacPython applets ___ Python tracker

[issue877904] freeze: problems excluding site

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +brett.cannon stage: - test needed type: - feature request versions: +Python 2.7 -Python 2.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue877904

[issue876193] reorganize, extend function call optimizations

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Can the patch be updated? -- nosy: +ajaksu2 type: - performance ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue876193 ___

[issue850997] mbcs encoding ignores errors

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Is this behavior still present? If so, is it still interesting to change it? -- components: +Unicode keywords: +patch nosy: +ajaksu2 stage: - test needed type: - feature request ___ Python tracker

[issue850482] Enhance frame handing in warnings.warn()

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Patch has tests, needs updating. -- nosy: +ajaksu2, brett.cannon stage: - needs patch type: - feature request versions: +Python 2.7 -Python 2.4 ___ Python tracker rep...@bugs.python.org

[issue831574] Solaris term.h needs curses.h

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Is the configure script still emitting lines about a bug in autoconf on Solaris? -- nosy: +ajaksu2 type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue831574

[issue870479] Scripts need platform-dependent handling

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Has a decision been made on this? What's the current behavior on Windows? -- nosy: +ajaksu2, tarek stage: - test needed type: - feature request versions: +Python 2.7 -Python 2.3 ___ Python tracker

[issue868845] Need unit tests for ... reprs

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Tests -Library (Lib) keywords: +easy -patch stage: - test needed type: - feature request versions: +Python 2.7, Python 3.1 ___ Python tracker rep...@bugs.python.org

[issue841461] Differentiation between Builtins and extension classes

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Closing suggested. -- nosy: +ajaksu2 priority: normal - low type: - feature request versions: +Python 2.7 -Python 2.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue841461

[issue839159] iterators broken for weak dicts

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Patch has tests, may need updating. -- nosy: +ajaksu2 stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue839159 ___

[issue836058] socket.send() on Win98 behaves as nonblocking when timeout is set

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Is this still present in NT-based Windows? Support for 98 was dropped in 2.6. -- dependencies: +Inappropriate error received using socket timeout nosy: +ajaksu2 stage: - test needed title: socket.send() on behaves as nonblocking when

[issue834461] simple bsddb interface potential for deadlock with threads

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Jesus, is this one still relevant or can it be closed? -- nosy: +ajaksu2 type: - behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue834461

[issue815753] SCO_SV: many modules cannot be imported

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Skip says: No activity since late 2003. Do we even have a SCO system to test anything on? Should SCO support be dropped? I don't know the answers, but will close this one soon, unless arguments for keeping open are voiced. --

[issue813453] restrictions in _tkinter built with threaded tk undocumented

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- type: - feature request versions: +Python 3.0 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue813453 ___

[issue812750] OSA support for properties broken

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: The module is stagnant (Development on this set of modules has stopped), but the docs (for 2.6!) still claim and a replacement is expected for Python 2.5. http://www.python.org/doc/2.6/library/macosa.html -- components: +Documentation

[issue805194] Inappropriate error received using socket timeout on Windows.

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- title: Inappropriate error received using socket timeout - Inappropriate error received using socket timeout on Windows. type: - behavior versions: +Python 2.6 -Python 2.3 ___ Python tracker

[issue795081] email.Message param parsing problem II

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Good candidate for the email sprint. Fix suggested inline. -- keywords: +easy nosy: +ajaksu2 stage: - test needed versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org

[issue786827] IDLE starts with no menus (Cygwin)

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Is the problem described by Daniel, So, it's not a Tk error. It's an error with trying to contact the subprocess, still present? It's not cleat to me from messages that it'd be restricted to Cygwin, if confirmed on other build please change

[issue850997] mbcs encoding ignores errors

2009-02-14 Thread Thomas Heller
Changes by Thomas Heller thel...@ctypes.org: -- nosy: -theller ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue850997 ___ ___ Python-bugs-list

[issue4305] ctypes fails to build on mipsel-linux-gnu (detects mips instead of mipsel)

2009-02-14 Thread Roumen Petrov
Roumen Petrov bugtr...@roumenpetrov.info added the comment: May I propose a simple py-issue-4305.patch. Let me know if patch work for you. -- nosy: +rpetrov Added file: http://bugs.python.org/file13083/py-issue-4305.patch ___ Python tracker

[issue5179] subprocess leaves open fds on construction error

2009-02-14 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Well, I'm not under Windows. I'll try to launch a VM if nobody beats me to it... ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5179 ___

[issue832159] C++ extensions using SWIG and MinGW

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +tarek stage: - test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue832159 ___

[issue808164] socket.close() doesn't play well with __del__

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Current code is: def close(self): self._sock = _closedsocket() dummy = self._sock._dummy for method in _delegate_methods: setattr(self, method, dummy) close.__doc__ = _realsocket.close.__doc__ It sure

[issue870479] Scripts need platform-dependent handling

2009-02-14 Thread Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: What do you think about the way setuptools handles it ? I'd be in favor of integrating setuptools wrapping mechanism in distutils. (not the entry point part, just the way it generates .exe under windows and executable script under Linux)

[issue841461] Differentiation between Builtins and extension classes

2009-02-14 Thread Martin v. Löwis
Changes by Martin v. Löwis mar...@v.loewis.de: -- resolution: - works for me status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue841461 ___

[issue832159] C++ extensions using SWIG and MinGW

2009-02-14 Thread Tarek Ziadé
Changes by Tarek Ziadé ziade.ta...@gmail.com: -- assignee: - tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue832159 ___ ___ Python-bugs-list

[issue935117] pkgutil doesn't understand case-senseless filesystems

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +tarek stage: - test needed versions: +Python 2.7 -Python 2.5, Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue935117 ___

[issue917120] imaplib: incorrect quoting in commands

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 2.7 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue917120 ___

[issue877121] configure detects incorrect compiler optimization

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Build type: - compile error versions: -Python 2.4, Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue877121 ___

[issue850728] Semaphore.acquire() timeout parameter

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - feature request versions: +Python 2.7 -Python 2.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue850728 ___

[issue849662] reading shelves is really slow

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 2.7 -Python 2.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue849662 ___

[issue837577] cryptic os.spawnvpe() return code

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Maybe a mention to this in the docs is good enough? But does the usual user of os.spawnvpe need such clarification? -- components: +Documentation nosy: +ajaksu2 stage: - test needed ___ Python tracker

[issue5258] addpackage in site.py fails hard on badly formed .pth files

2009-02-14 Thread James Wheare
New submission from James Wheare ja...@wheare.org: As described here: http://james.wheare.org/notes/2009/02/import-site- failed-use-v-for-traceback.php The addpackage function will result in a TypeError being raised from os.path.exists(dir) - from os.stat(path) if the contents of an inspected

[issue5242] eval() function in List Comprehension doesn't work

2009-02-14 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: I agree. -- status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5242 ___ ___

[issue5258] addpackage in site.py fails hard on badly formed .pth files

2009-02-14 Thread James Wheare
James Wheare ja...@wheare.org added the comment: To clarify, the exception doesn't interrupt the interpreter, but the only indication of a problem is the following message: 'import site' failed; use -v for traceback And you're then unable to import modules from site-packages. Also, here's a

[issue870479] Scripts need platform-dependent handling

2009-02-14 Thread Paul Moore
Paul Moore p.f.mo...@gmail.com added the comment: In principle I don't have a problem with the automatic generation of an EXE (I assume it generates a shell script with no extension on Unix?) but it should be done in such a way that the EXE is version-independent. This is necessary to ensure

[issue992207] exec statement balks at CR/LF

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: The behavior is still present, but I'm not sure it's a bug either. The documentation could mention this: http://docs.python.org/dev/reference/simple_stmts.html#exec -- assignee: - georg.brandl components: +Documentation keywords: +easy

[issue839159] iterators broken for weak dicts

2009-02-14 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Interesting patch. I think the intermediate assertEquals in test_weak_*_dict_flushed_dead_items_when_iters_go_out are just testing an implementation detail, only the final one should remain. Also, it is likely the code duplication you are talking

[issue798058] IDLE / PyOS_InputHook

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: -IDLE / PyOS_InputHook ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue798058 ___ ___

[issue989712] Support using Tk without a mainloop

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Tkinter dependencies: +IDLE / PyOS_InputHook stage: - test needed type: - feature request versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue989712

[issue991196] An inconsistency with nested scopes

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed in trunk, -- nosy: +ajaksu2 type: - behavior versions: +Python 2.6 -Python 2.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue991196

[issue775321] plistlib error handling

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: -plistlib error handling ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue775321 ___ ___

[issue985064] plistlib crashes too easily on bad files

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +plistlib error handling ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue985064 ___ ___

[issue985064] plistlib crashes too easily on bad files

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - behavior versions: +Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue985064 ___

[issue5188] telnetlib process_rawq buffer handling is confused

2009-02-14 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: b\021[0] can be written 0o21 (or 17 or 0x11). -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5188 ___

[issue984219] hotspot.stats.load is very slow

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 2.7 -Python 2.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue984219 ___

[issue935117] pkgutil doesn't understand case-senseless filesystems

2009-02-14 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Perhaps it's just me, but Fred's use case looks horrible. If you have three packages named foo, Foo and foo, all of which reachable through sys.path on a case-insensitive filesystem, I'm not sure how to expect Python to make sense out of the

[issue798520] os.popen with invalid mode differs on Windows and POSIX

2009-02-14 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: On Windows: os.popen(cmd, ) Traceback (most recent call last): File stdin, line 1, in module ValueError: popen() arg 2 must be 'r' or 'w' Windows has a specific implementation of os.popen, which does validate the mode. Whereas on

[issue984219] hotspot.stats.load is very slow

2009-02-14 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: hotshot is more or less deprecated, cProfile being the recommended replacement for high-performance profiling. I suggest closing this issue as won't fix. -- nosy: +pitrou ___ Python tracker

[issue984870] curses: getmaxyx() breaks when the window shrinks

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: I get a different behavior, with shrinking reporting correct sizes, but quiting with a _curses.error: curses function returned NULL, on trunk, KDE 3.5's Konsole._curses.error: curses function returned NULL -- nosy: +ajaksu2 stage: - test

[issue5178] Add context manager for temporary directory

2009-02-14 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: If you look at the code for os.path.isdir, it uses other globals such as os.stat, so you might want to reinject them in your class as well... -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org

[issue5252] 2to3 should detect and delete import of removed statvfs module

2009-02-14 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: On Sat, Feb 14, 2009 at 4:33 AM, Stephen J. Turnbull rep...@bugs.python.org wrote: Stephen J. Turnbull step...@xemacs.org added the comment: Benjamin Peterson writes: Hmm. 2to3 doesn't currently mess with the stat module and

[issue4305] ctypes fails to build on mipsel-linux-gnu (detects mips instead of mipsel)

2009-02-14 Thread Mark Miller
Mark Miller m...@mirell.org added the comment: Not entirely. I applied what you had for the autoconf section to my configure, since I do not have autoconf installed in my environment. Specifically, this part of configure is what's messing with the build: if test x$TARGET = xMIPS; then

[issue936813] fast modular exponentiation

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - patch review versions: +Python 2.7, Python 3.1 -Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue936813 ___

[issue940286] pydoc.Helper.help() ignores input/output init parameters

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed. Is it relevant? -- nosy: +ajaksu2 type: - behavior versions: +Python 2.6 -Python 2.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue940286

[issue941262] List with Canvas.create_line Option arrow=LAST Broke

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Not sure what the expected behavior is, or if the bug is in OP's code. -- nosy: +ajaksu2 stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.3 ___ Python tracker

[issue941346] AIX shared library fix

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Build, Extension Modules -None stage: - test needed type: - feature request versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue941346

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

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Implemented in 3.0, 2.x probably won't get this. Will close if nobody opposes. -- nosy: +ajaksu2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue949667

[issue959576] Can't build Python on POSIX w/o $HOME

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Fixed by 41834. Please leave open if reverting the fix and patching distutils is still a option, close if not. -- assignee: - tarek components: +Distutils, Extension Modules nosy: +ajaksu2, tarek stage: - test needed type: - behavior

[issue960325] --require feature option for configure/make (fail if building not possible)

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- title: require feature configure option - --require feature option for configure/make (fail if building not possible) versions: +Python 2.7 -Python 2.6 ___ Python tracker rep...@bugs.python.org

[issue963906] Unicode email address helper

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Unicode stage: - patch review type: - feature request versions: +Python 2.7 -Python 2.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue963906

[issue967275] Better SSL support in socket module

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: SSL has changed a lot, is this issue still relevant? -- nosy: +ajaksu2 stage: - test needed versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue967275

[issue967934] csv module cannot handle embedded \r

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: IIUC, I get the correct behavior: trunk-py$ ./python ~/Desktop/tcsv.py ['fld1', 'fld2', 'fld3 ', 'fld4'] ['fld1', 'fld2', 'fld3 \r', 'fld4'] trunk-py$ cat ~/Desktop/tcsv.py #! /usr/local/bin/python import csv d = 'fld1,fld2,fld3 ,fld4\r\n' d2

[issue4136] merge json library with latest simplejson 2.0.x

2009-02-14 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Bob, any news on this? -- nosy: +pitrou stage: - needs patch title: merge json library with simplejson 2.0.3 - merge json library with latest simplejson 2.0.x type: - behavior versions: -Python 2.6, Python 3.0

[issue968430] error flattening complex smime signed message

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Patch at #1670765. -- dependencies: +email.Generator: no header wrapping for multipart/signed nosy: +ajaksu2 stage: - test needed type: - behavior ___ Python tracker rep...@bugs.python.org

[issue970288] Fix for #876637 - Random stack corruption from socketmodule

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Fixed in revision 42253. -- dependencies: +Random stack corruption from socketmodule.c nosy: +ajaksu2 resolution: - out of date stage: - committed/rejected status: open - closed type: - behavior

[issue970783] PyObject_GenericGetAttr is undocumented

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue970783 ___ ___ Python-bugs-list

[issue971330] test_signal sucks

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Tests -Library (Lib) type: - behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue971330 ___

[issue974019] ConfigParser non-string defaults broken with .getboolean()

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy, patch stage: - test needed versions: +Python 2.7 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue974019 ___

[issue974159] Starting a script in OSX within a specific folder

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Will close this one unless someone thinks the use case is important and currently not possible. -- nosy: +ajaksu2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue974159

[issue974635] Slice indexes passed to __getitem__ are wrapped

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Will close this one as a duplicate of #723806 unless someone springs to its defense. -- dependencies: +overintelligent slice() behavior on integers nosy: +ajaksu2 ___ Python tracker

[issue975330] Inconsistent newline handling in email module

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Email sprint candidate. -- keywords: +easy, patch nosy: +ajaksu2 stage: - test needed type: - behavior versions: +Python 2.6 ___ Python tracker rep...@bugs.python.org

[issue975646] tp_(get|set)attro? inheritance bug

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Not a bug, then? Will close unless someone argues against it. -- nosy: +ajaksu2 type: - behavior versions: +Python 2.6 -Python 2.3 ___ Python tracker rep...@bugs.python.org

[issue978604] wait_variable hangs at exit

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed on Linux (closing after 'script 2'): trunk-py$ ./python WaitTest.py script 0 script 1 script 2 invalid command name 137221876callit while executing 137221876callit (after script) -- nosy: +ajaksu2 stage: - test needed

[issue975646] tp_(get|set)attro? inheritance bug

2009-02-14 Thread Gustavo J. A. M. Carneiro
Gustavo J. A. M. Carneiro gjcarne...@gmail.com added the comment: If this problem does not apply to Python 3.x, by all means go ahead and close it. It probably is a bug, but probably not worth fixing; workaround is simple enough, and affected extensions have already adapted to it.

  1   2   3   >