[issue1536] pickle's documentation is severely outdated

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - needs patch type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1536 ___ ___

[issue602291] Bgen should learn about booleans

2009-02-12 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/issue602291 ___

[issue665761] reduce() masks exception

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed in trunk, rev69550. -- keywords: +patch nosy: +ajaksu2 stage: - test needed type: - behavior versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org

[issue678264] test_resource fails when file size is limited

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Is this still a problem? -- components: +Tests nosy: +ajaksu2 stage: - test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue678264

[issue684944] extend readline functionality in pdb

2009-02-12 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/issue684944 ___

[issue706585] Expose FinderInfo in FSCatalogInfo

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Can anyone salvage Gregory's inline patch? -- keywords: +patch nosy: +ajaksu2 stage: - test needed type: - feature request versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org

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

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

[issue775340] OSX 'freeze' bug

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

[issue776533] Carbon.Snd module SPB constructor shadowed

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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 aja...@gmail.com added the comment: Happy new year :) -- components: +Unicode nosy: +ajaksu2 stage: - test needed type: - behavior versions: -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue763708

[issue684944] extend readline functionality in pdb

2009-02-12 Thread Michael Stone
Michael Stone mbrie...@users.sourceforge.net added the comment: ajaksu2, I think you just changed the status of this to test needed. I don't think a unit test for this functionality is possible if that's what you mean, as it is an interactive feature involving readline completion at the

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Build type: - behavior versions: +Python 2.6 -Python 2.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue779153 ___

[issue684944] extend readline functionality in pdb

2009-02-12 Thread Benjamin Peterson
Changes by Benjamin Peterson benja...@python.org: -- resolution: - rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue684944 ___

[issue780602] No sleep or busy wait

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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 rep...@bugs.python.org

[issue5232] Setting font from preference dialog in IDLE on OS X broken

2009-02-12 Thread Mitchell Model
Mitchell Model m...@acm.org added the comment: At 10:56 PM + 02/12/09, Ned Deily wrote: Ned Deily n...@acm.org added the comment: FWIW, I am not able to reproduce this using a release3.0 IDLE (so with today's patches) built with the default Apple-supplied Tcl/Tk in 10.5. Are you using a

[issue3745] _sha256 et al. encode to UTF-8 by default

2009-02-12 Thread Gregory P. Smith
Gregory P. Smith g...@krypto.org added the comment: fixed in trunk r69561. -- components: +Extension Modules -Library (Lib) resolution: - fixed status: open - closed versions: +Python 3.0, Python 3.1 ___ Python tracker rep...@bugs.python.org

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

2009-02-12 Thread Benjamin Peterson
Changes by Benjamin Peterson benja...@python.org: -- nosy: +eric.smith ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5237 ___ ___ Python-bugs-list

[issue5240] time.strptime fails to match data and format with Unicode whitespaces (Py3)

2009-02-12 Thread Ezio Melotti
New submission from Ezio Melotti ezio.melo...@gmail.com: On Python3, strptime raises a ValueError with some Unicode whitespaces even if they are present both in the 'string' and 'format' args in the same position: strptime(Thu\x20Feb, %a\x20%b) # normal space, works fine

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

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: IIUC this one can be closed. Objections? -- nosy: +ajaksu2 type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue780354 ___

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

2009-02-12 Thread Eric Smith
Eric Smith e...@trueblade.com added the comment: It's easy enough to implement. Although the 'all-or-nothing' aspect is a little tough, I'll have to give it some thought. Maybe the best way to do this is to first create a string.Formatter subclass that implements it. I'll play with it and see

[issue779285] Carbon Event ReceiveNextEvent

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

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

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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 aja...@gmail.com 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: - behavior

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

2009-02-12 Thread David W. Lambert
David W. Lambert lamber...@corning.com added the comment: '{d}{s}{f}'.format(3, 'foo', 3.14) is possibly unclear, but is shorter than '{#d}{#s}{#f}'.format(...) -- nosy: +LambertDW ___ Python tracker rep...@bugs.python.org

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

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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: - test needed versions: +Python 2.7

[issue798876] windows sys.path contains nonexistant directory

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - behavior versions: -Python 2.5 ___ Python tracker rep...@bugs.python.org 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 aja...@gmail.com: -- priority: normal - low stage: - test needed type: - feature request versions: +Python 2.7 -Python 2.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue803422

[issue806149] aetools.TalkTo methods can be obscured

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Needs confirmation. -- nosy: +ajaksu2 stage: - test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue806149 ___

[issue5241] Missing flags in the Regex howto

2009-02-12 Thread Ezio Melotti
New submission from Ezio Melotti ezio.melo...@gmail.com: The Regex howto for Py2.x doesn't include re.U/re.UNICODE (http://docs.python.org/library/re.html#re.U): http://docs.python.org/dev/howto/regex.html#compilation-flags (Py2.7) http://docs.python.org/howto/regex.html#compilation-flags

[issue798058] IDLE / PyOS_InputHook

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +IDLE / PyOS_InputHook stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue798058

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

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

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

2009-02-12 Thread David W. Lambert
David W. Lambert lamber...@corning.com added the comment: I am net yet fluent in format method. I meant : where # appeared. Anyway, I think you need the colon. If from print('{0:9}'.format(33)) you make the argument number implicit and remove the colon you'd get print('{9}'.format(33))

[issue783528] Inconsistent results with super and __getattribute__

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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 Added file:

[issue5232] Setting font from preference dialog in IDLE on OS X broken

2009-02-12 Thread Mitchell Model
Mitchell Model m...@acm.org added the comment: OK, so I built 3.1 on a clean (G4) system instead of my highly tangled Intel and didn't get the seg fault. I guess the issue isn't real. ___ Python tracker rep...@bugs.python.org

[issue785031] MacPython installer fails on UFS filesystem

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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 rep...@bugs.python.org

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

2009-02-12 Thread Eric Smith
Eric Smith e...@trueblade.com added the comment: How is: '{d}{s}{f}'.format(3, 'foo', 3.14) more unclear than: '%d%s%f' % (3, 'foo', 3.14) ? But the more I think about it, the more I think it would have to be: '{:d}{:s}{:f}'.format(3, 'foo', 3.14) Since {0:0} is a legitimate format string, I

[issue904498] threading docs, start error should be specified

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - feature request ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue904498 ___

[issue903339] OpenVMS file system and UNIVERSAL_NEWLINES support

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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: - behavior

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

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

[issue916013] Improving MacPython's IAC support

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: IAC is now 'Apple events', the IPC behind AppleScript. -- nosy: +ajaksu2 stage: - test needed type: - feature request ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue916013

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue900502 ___ ___ Python-bugs-list

[issue809887] Improve pdb breakpoint feedback

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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 rep...@bugs.python.org

[issue813198] Migrate PEP material to docs

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - feature request ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue813198 ___

[issue815668] test_locale and en_US

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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

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

2009-02-12 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/issue824371 ___

[issue822005] Carbon.CarbonEvt.ReceiveNextEvent args wrong

2009-02-12 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/issue822005 ___ ___

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

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

[issue834840] Unhelpful error message from cgi module

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +ajaksu2 priority: normal - low stage: - test needed type: - feature request ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue834840 ___

[issue834351] Mouse wheel crashes program

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

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

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Will close unless someone can point any current relevance. -- components: +Tests nosy: +ajaksu2 priority: normal - low type: - behavior ___ Python tracker rep...@bugs.python.org

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Build -None dependencies: +Solaris 8 declares gethostname(). stage: - test needed type: - compile error versions: +Python 2.6 -Python 2.4 ___ Python tracker rep...@bugs.python.org

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

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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

[issue845560] imaplib: traceback from _checkquote with empty string

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

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue852150 ___ ___ Python-bugs-list

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue853656 ___ ___ Python-bugs-list

[issue854918] Configurable SSL handshake

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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 rep...@bugs.python.org

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

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

[issue869649] Quicktime missing funcitonality

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

[issue868908] getpos() for sgmllib

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

[issue849097] Request: getpos() for sgmllib

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

[issue872815] How to pass the proxy server use socket

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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 rep...@bugs.python.org

[issue875654] add support for installations compiled for debugging

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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 - low

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

2009-02-12 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/issue821948 ___

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

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

<    1   2   3   4   5