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

2009-02-14 Thread Carl Johnson
Carl Johnson 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 AppleScript users and others w

[issue5179] subprocess leaves open fds on construction error

2009-02-14 Thread Georg Brandl
Georg Brandl 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 __

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

2009-02-14 Thread Eric Smith
Eric Smith 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", "copyright", "credits"

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

2009-02-14 Thread Mark Dickinson
Mark Dickinson 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 fix status: open

[issue2279] distutils sdist add_defaults does not add data_files

2009-02-14 Thread Tarek Ziadé
Tarek Ziadé 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 recursive-include feature of MANIFEST

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

2009-02-14 Thread Eric Smith
Eric Smith 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) "0b11'pi'

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

2009-02-14 Thread Stephen J. Turnbull
Stephen J. Turnbull 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* import a nonexisten

[issue2279] distutils sdist add_defaults does not add data_files

2009-02-14 Thread Tarek Ziadé
Tarek Ziadé 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 recursive-include feature of MANIFEST

[issue2279] distutils sdist add_defaults does not add data_files

2009-02-14 Thread Tarek Ziadé
Changes by Tarek Ziadé : ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bu

[issue5257] test_zipfle and test_distutils write in the test directories

2009-02-14 Thread Tarek Ziadé
New submission from Tarek Ziadé : Those tests are writing in the test directories (Lib/test and Lib/distutils/tests). The tests will be changed to use temporary directory; -- assignee: tarek components: Distutils, Library (Lib) messages: 82008 nosy: tarek priority: high severity: normal

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

2009-02-14 Thread Roman Zeyde
Roman Zeyde 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 : -- stage: -> test needed versions: -Python 2.5 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue892902] problem with pickling newstyle class instances

2009-02-14 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed on trunk. -- nosy: +ajaksu2 stage: -> test needed versions: +Python 2.6 -Python 2.3 ___ Python tracker ___ __

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

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -None stage: -> test needed type: -> feature request versions: +Python 2.7 ___ Python tracker ___ _

[issue896199] Some Carbon modules missing from documentation

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> georg.brandl components: +Macintosh stage: -> needs patch title: Some Carbon modules missing -> Some Carbon modules missing from documentation ___ Python tracker __

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

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue900092] hotshot.stats.load fails with AssertionError

2009-02-14 Thread Daniel Diniz
Daniel Diniz 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 : -- stage: -> test needed type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue920573] http libraries throw errors internally in BitTorrent

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- 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 : -- stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker ___ ___ Python-bugs-l

[issue923697] SAX2 'property_encoding' feature not supported

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +XML -None stage: -> test needed versions: +Python 2.7 ___ Python tracker ___ ___ Python-bu

[issue902151] Thread start - strange error under Cygwin

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker ___ ___ Python-bugs-l

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

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.3 ___ Python tracker ___ __

[issue892707] debuggable/profileable Python framework

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue881824] Add ResolveFinderAliases to macostools module

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue879399] socket line buffering

2009-02-14 Thread Daniel Diniz
Daniel Diniz 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 __

[issue878560] Add a console window for Carbon MacPython applets

2009-02-14 Thread Daniel Diniz
Daniel Diniz 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 : -- nosy: +brett.cannon stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.3 ___ Python tracker ___ __

[issue876193] reorganize, extend function call optimizations

2009-02-14 Thread Daniel Diniz
Daniel Diniz added the comment: Can the patch be updated? -- nosy: +ajaksu2 type: -> performance ___ Python tracker ___ ___ Python-

[issue850997] mbcs encoding ignores errors

2009-02-14 Thread Daniel Diniz
Daniel Diniz 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 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 _

[issue831574] Solaris term.h needs curses.h

2009-02-14 Thread Daniel Diniz
Daniel Diniz added the comment: Is the configure script still emitting lines about a bug in autoconf on Solaris? -- nosy: +ajaksu2 type: -> behavior ___ Python tracker ___ __

[issue870479] Scripts need platform-dependent handling

2009-02-14 Thread Daniel Diniz
Daniel Diniz 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 : -- components: +Tests -Library (Lib) keywords: +easy -patch stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 ___ Python tracker _

[issue841461] Differentiation between Builtins and extension classes

2009-02-14 Thread Daniel Diniz
Daniel Diniz added the comment: Closing suggested. -- nosy: +ajaksu2 priority: normal -> low type: -> feature request versions: +Python 2.7 -Python 2.4 ___ Python tracker ___

[issue839159] iterators broken for weak dicts

2009-02-14 Thread Daniel Diniz
Daniel Diniz added the comment: Patch has tests, may need updating. -- nosy: +ajaksu2 stage: -> patch review ___ Python tracker ___ ___

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

2009-02-14 Thread Daniel Diniz
Daniel Diniz 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 timeout is set ->

[issue834461] simple bsddb interface potential for deadlock with threads

2009-02-14 Thread Daniel Diniz
Daniel Diniz 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 ___

[issue815753] SCO_SV: many modules cannot be imported

2009-02-14 Thread Daniel Diniz
Daniel Diniz 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. -- components: +Extension

[issue813453] restrictions in _tkinter built with threaded tk undocumented

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- type: -> feature request versions: +Python 3.0 -Python 2.5 ___ Python tracker ___ ___ Python-bugs-list

[issue812750] OSA support for properties broken

2009-02-14 Thread Daniel Diniz
Daniel Diniz 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 nosy: +ajaksu2

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

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- 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 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 ___

[issue786827] IDLE starts with no menus (Cygwin)

2009-02-14 Thread Daniel Diniz
Daniel Diniz 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 title again. -

[issue850997] mbcs encoding ignores errors

2009-02-14 Thread Thomas Heller
Changes by Thomas Heller : -- nosy: -theller ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

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

2009-02-14 Thread Roumen Petrov
Roumen Petrov 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 added the comment: Well, I'm not under Windows. I'll try to launch a VM if nobody beats me to it... ___ Python tracker ___ ___ P

[issue832159] C++ extensions using SWIG and MinGW

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +tarek stage: -> test needed type: -> behavior ___ Python tracker ___ ___ Python-bugs-list maili

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

2009-02-14 Thread Daniel Diniz
Daniel Diniz 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 seems to be tryin

[issue870479] Scripts need platform-dependent handling

2009-02-14 Thread Tarek Ziadé
Tarek Ziadé 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) see http://peak.telecom

[issue841461] Differentiation between Builtins and extension classes

2009-02-14 Thread Martin v. Löwis
Changes by Martin v. Löwis : -- resolution: -> works for me status: open -> closed ___ Python tracker ___ ___ Python-bugs-list maili

[issue832159] C++ extensions using SWIG and MinGW

2009-02-14 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- assignee: -> tarek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

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

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +tarek stage: -> test needed versions: +Python 2.7 -Python 2.5, Python 2.6 ___ Python tracker ___ ___

[issue917120] imaplib: incorrect quoting in commands

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mai

[issue877121] configure detects incorrect compiler optimization

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Build type: -> compile error versions: -Python 2.4, Python 2.5 ___ Python tracker ___ ___

[issue850728] Semaphore.acquire() timeout parameter

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.4 ___ Python tracker ___ __

[issue849662] reading shelves is really slow

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7 -Python 2.3 ___ Python tracker ___ ___ Python-bugs-list mai

[issue837577] cryptic os.spawnvpe() return code

2009-02-14 Thread Daniel Diniz
Daniel Diniz 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 : 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 .pth file conta

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

2009-02-14 Thread Georg Brandl
Georg Brandl added the comment: I agree. -- status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

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

2009-02-14 Thread James Wheare
James Wheare 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 clickable link to

[issue870479] Scripts need platform-dependent handling

2009-02-14 Thread Paul Moore
Paul Moore 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 that pure-python packag

[issue992207] exec statement balks at CR/LF

2009-02-14 Thread Daniel Diniz
Daniel Diniz 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 nosy: +ajaksu2, g

[issue839159] iterators broken for weak dicts

2009-02-14 Thread Antoine Pitrou
Antoine Pitrou 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 about was th

[issue798058] IDLE / PyOS_InputHook

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: -IDLE / PyOS_InputHook ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue989712] Support using Tk without a mainloop

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Tkinter dependencies: +IDLE / PyOS_InputHook stage: -> test needed type: -> feature request versions: +Python 2.7 ___ Python tracker

[issue991196] An inconsistency with nested scopes

2009-02-14 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed in trunk, -- nosy: +ajaksu2 type: -> behavior versions: +Python 2.6 -Python 2.3 ___ Python tracker ___ __

[issue775321] plistlib error handling

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: -plistlib error handling ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue985064] plistlib crashes too easily on bad files

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +plistlib error handling ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue985064] plistlib crashes too easily on bad files

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker ___ ___ Python-bugs-l

[issue5188] telnetlib process_rawq buffer handling is confused

2009-02-14 Thread STINNER Victor
STINNER Victor added the comment: b"\021"[0] can be written 0o21 (or 17 or 0x11). -- nosy: +haypo ___ Python tracker ___ ___ Python-bu

[issue984219] hotspot.stats.load is very slow

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7 -Python 2.3 ___ Python tracker ___ ___ Python-bugs-list mai

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

2009-02-14 Thread Antoine Pitrou
Antoine Pitrou 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 situation. IMH

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

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

[issue984219] hotspot.stats.load is very slow

2009-02-14 Thread Antoine Pitrou
Antoine Pitrou 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 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 needed type:

[issue5178] Add context manager for temporary directory

2009-02-14 Thread Antoine Pitrou
Antoine Pitrou 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 __

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

2009-02-14 Thread Benjamin Peterson
Benjamin Peterson added the comment: On Sat, Feb 14, 2009 at 4:33 AM, Stephen J. Turnbull wrote: > > Stephen J. Turnbull 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 interfa

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

2009-02-14 Thread Mark Miller
Mark Miller 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 MIPS_TRUE= MIPS_FAL

[issue936813] fast modular exponentiation

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> patch review versions: +Python 2.7, Python 3.1 -Python 2.6, Python 3.0 ___ Python tracker ___ ___

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

2009-02-14 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed. Is it relevant? -- nosy: +ajaksu2 type: -> behavior versions: +Python 2.6 -Python 2.3 ___ Python tracker ___ ___

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

2009-02-14 Thread Daniel Diniz
Daniel Diniz 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 : -- components: +Build, Extension Modules -None stage: -> test needed type: -> feature request versions: +Python 2.7 ___ Python tracker ___ __

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

2009-02-14 Thread Daniel Diniz
Daniel Diniz added the comment: Implemented in 3.0, 2.x probably won't get this. Will close if nobody opposes. -- nosy: +ajaksu2 ___ Python tracker ___

[issue956303] Update pickle docs to describe format of persistent IDs

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> needs patch type: -> feature request versions: +Python 2.6 ___ Python tracker ___ ___ Python

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

2009-02-14 Thread Daniel Diniz
Daniel Diniz 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 " option for configure/make (fail if building not possible)

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- title: "require " configure option -> "--require " option for configure/make (fail if building not possible) versions: +Python 2.7 -Python 2.6 ___ Python tracker

[issue963906] Unicode email address helper

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Unicode stage: -> patch review type: -> feature request versions: +Python 2.7 -Python 2.4 ___ Python tracker ___

[issue967275] Better SSL support in socket module

2009-02-14 Thread Daniel Diniz
Daniel Diniz added the comment: SSL has changed a lot, is this issue still relevant? -- nosy: +ajaksu2 stage: -> test needed versions: +Python 2.7 ___ Python tracker ___ _

[issue967934] csv module cannot handle embedded \r

2009-02-14 Thread Daniel Diniz
Daniel Diniz 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 = 'fld1,fld2,"f

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

2009-02-14 Thread Antoine Pitrou
Antoine Pitrou 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 added the comment: Patch at #1670765. -- dependencies: +email.Generator: no header wrapping for multipart/signed nosy: +ajaksu2 stage: -> test needed type: -> behavior ___ Python tracker __

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

2009-02-14 Thread Daniel Diniz
Daniel Diniz 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 ___ Python trac

[issue970783] PyObject_GenericGetAttr is undocumented

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue971330] test_signal sucks

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Tests -Library (Lib) type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker ___ __

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

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy, patch stage: -> test needed versions: +Python 2.7 -Python 2.6 ___ Python tracker ___ _

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

2009-02-14 Thread Daniel Diniz
Daniel Diniz added the comment: Will close this one unless someone thinks the use case is important and currently not possible. -- nosy: +ajaksu2 ___ Python tracker ___ ___

[issue974635] Slice indexes passed to __getitem__ are wrapped

2009-02-14 Thread Daniel Diniz
Daniel Diniz 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 added the comment: Email sprint candidate. -- keywords: +easy, patch nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker

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

2009-02-14 Thread Daniel Diniz
Daniel Diniz 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

  1   2   3   >