[issue706592] Crbon.File.FSSpec should accept non-existing pathnames

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7 ___ Python tracker <http://bugs.python.org/is

[issue775340] OSX 'freeze' bug

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: If nobody raises protest, going to close soon. -- nosy: +ajaksu2 stage: -> test needed type: -> behavior ___ Python tracker <http://bugs.python.org/is

[issue776533] Carbon.Snd module SPB constructor shadowed

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: The edit took place in rev33677 and is gone from the source, closing unless objections are voiced. -- nosy: +ajaksu2 priority: normal -> low type: -> behavior versions: +Python 2.7 ___ Python tracker

[issue763708] Failures in test_macostools for --enable-unicode=ucs4

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Happy new year :) -- components: +Unicode nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: -Python 2.5 ___ Python tracker <http://bugs.python.org/is

[issue779153] bgen requires Universal Headers, not OS X dev headers

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Build type: -> behavior versions: +Python 2.6 -Python 2.3 ___ Python tracker <http://bugs.python.org/issue

[issue780602] No sleep or busy wait

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Is the issue valid? Can anyone implement a test based on Jean's description? -- nosy: +ajaksu2 stage: -> test needed versions: +Python 2.7 ___ Python tracker <http://bugs.python.org/

[issue780354] socket.makefile() isn't compatible with marshal/cPickle/etc

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: IIUC this one can be closed. Objections? -- nosy: +ajaksu2 type: -> behavior ___ Python tracker <http://bugs.python.org/issue

[issue779285] Carbon Event ReceiveNextEvent

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Needs confirmation. -- nosy: +ajaksu2 priority: normal -> low stage: -> test needed type: -> behavior ___ Python tracker <http://bugs.python.org

[issue777588] asyncore is broken for windows if connection is refused

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Looks like this one was solved in issue 909005, does anyone disagree? -- components: +Windows nosy: +ajaksu2 superseder: -> asyncore fixes and improvements type: -> behavior ___ Python tracker

[issue777597] socketmodule.c connection handling incorect on windows

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Fixed in r36739 according to #965036. -- components: +Windows dependencies: +Fix for #777597 - socketmodule.c connection handling incorec nosy: +ajaksu2 resolution: -> out of date status: open -> closed type: ->

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

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: This snippet still raises 'OSError: [Errno 22] ...' in Linux: import os os.popen('ls', '') Can anyone do a quick check on Windows? -- nosy: +ajaksu2, georg.brandl priority: normal -> low stage: -&g

[issue798876] windows sys.path contains nonexistant directory

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: -Python 2.5 ___ Python tracker <http://bugs.python.org/issue798876> ___ ___

[issue803422] sgmllib doesn't support hex or Unicode character references

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.3 ___ Python tracker <http://bugs.python.org

[issue806149] aetools.TalkTo methods can be obscured

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Needs confirmation. -- nosy: +ajaksu2 stage: -> test needed type: -> behavior ___ Python tracker <http://bugs.python.org/is

[issue798058] IDLE / PyOS_InputHook

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +IDLE / PyOS_InputHook stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.python.org/is

[issue788931] resolving relative paths for external entities with xml.sax

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +relative on-disk SYSTEM id handling is incorrect stage: -> test needed type: -> behavior ___ Python tracker <http://bugs.python.org/is

[issue783528] Inconsistent results with super and __getattribute__

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Same behavior, is this a real issue? Current exception: TypeError: 'super' object has only read-only attributes (assign to .n) -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.7 -Python 2.3

[issue785031] MacPython installer fails on UFS filesystem

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: UFS support in Mac OS X seems to be in legacy/deprecated mode. Should we close this one? -- components: +Macintosh -None nosy: +ajaksu2 type: -> behavior ___ Python tracker <http://bugs.python.org/issue

[issue904498] threading docs, start error should be specified

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request ___ Python tracker <http://bugs.python.org/issue904498> ___ ___ Python-bugs-

[issue903339] OpenVMS file system and UNIVERSAL_NEWLINES support

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Here's the thread mentioned: http://mail.python.org/pipermail/python-dev/2004-February/042686.html Couldn't find any resolution about this issue after the messages here. -- nosy: +ajaksu2 priority: normal -> low type:

[issue902065] fails building C++ extensions when configured --without-cxx

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +patch stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/is

[issue916013] Improving MacPython's IAC support

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: IAC is now 'Apple events', the IPC behind AppleScript. -- nosy: +ajaksu2 stage: -> test needed type: -> feature request ___ Python tracker <http://bugs.pyt

[issue900502] bundlebuilder: some way to add non-py files in packages

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed ___ Python tracker <http://bugs.python.org/issue900502> ___ ___ Python-bugs-list mailing list Unsubscri

[issue809887] Improve pdb breakpoint feedback

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Closing proposed, objections? -- nosy: +ajaksu2 priority: normal -> low stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.5 ___ Python tracker <http://bugs.python.org

[issue813198] Migrate PEP material to docs

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request ___ Python tracker <http://bugs.python.org/issue813198> ___ ___ Python-bugs-

[issue815668] test_locale and en_US

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Fixed in #1197218. -- components: +Tests -None nosy: +ajaksu2 resolution: -> out of date stage: -> committed/rejected status: open -> closed superseder: -> test_locale fix on modern linux ___ Python tr

[issue824371] ntpath.expandvars doesn't expand Windows-style variables.

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7 ___ Python tracker <http://bugs.python.org/issue824371> ___ ___ Python-bugs-list mai

[issue822005] Carbon.CarbonEvt.ReceiveNextEvent args wrong

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior ___ Python tracker <http://bugs.python.org/issue822005> ___ ___ Python-bugs-list

[issue821948] fcntl() not working on sparc/linux (python 2.2.3)

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Anyone interested in keeping this one open? -- nosy: +ajaksu2 priority: normal -> low stage: -> test needed type: -> behavior ___ Python tracker <http://bugs.python.org

[issue834840] Unhelpful error message from cgi module

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +ajaksu2 priority: normal -> low stage: -> test needed type: -> feature request ___ Python tracker <http://bugs.python.org

[issue834351] Mouse wheel crashes program

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/is

[issue835176] [2.3.2] bz2 test failure on AIX 4.3.2, Tru64 UNIX

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Will close unless someone can point any current relevance. -- components: +Tests nosy: +ajaksu2 priority: normal -> low type: -> behavior ___ Python tracker <http://bugs.python.org/is

[issue837046] pyport.h redeclares gethostname() if SOLARIS is defined

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Build -None dependencies: +Solaris 8 declares gethostname(). stage: -> test needed type: -> compile error versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/is

[issue846817] control-c is being sent to child thread rather than main

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Closing proposed. Cannot reproduce as of r69550: calling CliEngine run # # MAIN THREAD Control-C MAIN THREAD Control-C [...] Returning from cliEngine.runEngine() MAIN THREAD Control-C Exiting the main thread On Ubuntu 8.04 (2.6,24) with libreadline 5.2

[issue845560] imaplib: traceback from _checkquote with empty string

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.3 ___ Python tracker <http://bugs.python.org/is

[issue852150] Can't send Apple Events without WindowServer connection

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed ___ Python tracker <http://bugs.python.org/issue852150> ___ ___ Python-bugs-list mailing list Unsubscri

[issue853656] Carbon.CF.CFURLRef should be easier to create

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed ___ Python tracker <http://bugs.python.org/issue853656> ___ ___ Python-bugs-list mailing list Unsubscri

[issue854918] Configurable SSL handshake

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: SSL changed a lot, is this still relevant? Will close on lack of response. -- components: +Extension Modules nosy: +ajaksu2 stage: -> test needed ___ Python tracker <http://bugs.python.org/issue

[issue868571] HTTPResponse.read(amt) fails when response length is UNKNOWN

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.3 ___ Python tracker <http://bugs.python.org/is

[issue869649] Quicktime missing funcitonality

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Macintosh -None priority: normal -> low stage: -> test needed type: -> feature request ___ Python tracker <http://bugs.python.org

[issue868908] getpos() for sgmllib

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Duplicate of #849097. -- nosy: +ajaksu2 resolution: -> duplicate status: open -> closed superseder: -> Request: getpos() for sgmllib ___ Python tracker <http://bugs.python.org

[issue849097] Request: getpos() for sgmllib

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Closed #868908 as a duplicate of this one. -- nosy: +ajaksu2 stage: -> test needed versions: +Python 2.7 ___ Python tracker <http://bugs.python.org/issue

[issue872815] How to pass the proxy server use socket

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: I don't understand the problem. I will close this one if no opposition arises. -- components: +Library (Lib) -None nosy: +ajaksu2 type: -> behavior ___ Python tracker <http://bugs.python.org/

[issue875654] add support for installations compiled for debugging

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Doesn't make much sense, IIUC can be achieved with small effort from interested users and Debian ships python-dbg (OT here). Will close unless someone salvages some of the ideas. -- nosy: +ajaksu2, tarek priority: normal -

[issue727732] getpath.c-generated prefix wrong for Tru64 scripts

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Mike, Thanks for the feedback (and laugh!). I'll close this one soon, unless someone requests to keep open. ___ Python tracker <http://bugs.python.org/iss

[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 <http://bugs.python.org/issue886488> ___ ___ Python-bugs-list mai

[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 <http://bugs.python.org/issue

[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 <http://bugs.python.org/is

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

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

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- type: -> behavior ___ Python tracker <http://bugs.python.org/issue896330> ___ ___ Python-bugs-list mailing list Unsubscri

[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 -P

[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 <http://bugs.python.org/issue921868> ___ ___ Python-bugs-list

[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 <http://bug

[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 <http://bugs.python.org/issue934418> ___ ___

[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 <http://bugs.python.org/issue923697> ___ _

[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 <http://bugs.python.org/issue902151> ___ ___

[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 <http://bugs.python.org/is

[issue892707] debuggable/profileable Python framework

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- versions: +Python 2.7 ___ Python tracker <http://bugs.python.org/issue892707> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 <http://bugs.python.org/issue881824> ___ ___ Python-bugs-list mai

[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 <http://bugs.python.org/is

[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 <http://bugs.p

[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 <http://bugs.python.org/is

[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 <http://bugs.python.org/issue876193> ___ _

[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 <http://bugs.python.org/is

[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 <http://bugs.python.org/issue

[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 tra

[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 <http://bugs.python.org/is

[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 <http://bugs.python.org/is

[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 <http://bugs.python.org/issue

[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

[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 <http://bugs.python.org/issue

[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. -- compone

[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 <http://bugs.python.org/issue813453> ___ ___ Python-

[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:

[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 <http://bugs.p

[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 <http://bugs.python.org/issue

[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 b

[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 <http://bugs.python.org/issue832159> ___ ___ Pyth

[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

[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 <http://bugs.python.org/issue

[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 <http://bugs.python.org/issue917120> ___ ___ Python-

[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 <http://bugs.python.org/issue

[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 <http://bugs.python.org/is

[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 <http://bugs.python.org/issue849662> ___ ___ Python-

[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 &l

[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 n

[issue798058] IDLE / PyOS_InputHook

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: -IDLE / PyOS_InputHook ___ Python tracker <http://bugs.python.org/issue798058> ___ ___ Python-bugs-list mailin

[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 <http://bugs.python.org/is

[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 <http://bugs.python.org/issue

[issue775321] plistlib error handling

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: -plistlib error handling ___ Python tracker <http://bugs.python.org/issue775321> ___ ___ Python-bugs-list mailin

[issue985064] plistlib crashes too easily on bad files

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +plistlib error handling ___ Python tracker <http://bugs.python.org/issue985064> ___ ___ Python-bugs-list mailin

[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 <http://bugs.python.org/issue985064> ___ ___

[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 <http://bugs.python.org/issue984219> ___ ___ Python-

[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: ->

[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 <http://bugs.python.org/issue

[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 <http://bugs.python.org/issue

[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 <http://b

[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 <http://bugs.python.org/is

[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 <http://bugs.python.org/iss

<    7   8   9   10   11   12   13   14   15   16   >