[issue1530012] Literal strings use BS as octal escape character

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Invalid as bug, keeping open for the doc RFE. -- assignee: -> georg.brandl components: +Documentation -Interpreter Core nosy: +ajaksu2, georg.brandl priority: normal -> low stage: -> needs patch type: -> feature request versions: +Python

[issue1531415] parsetok.c emits warnings by writing to stderr

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +brett.cannon stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1522587] Tix.Grid patch

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1525343] Webserver TypeError: expected read buffer, NoneType found

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +patch priority: normal -> low stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker <http://bugs.python.org/

[issue1525806] Tkdnd mouse cursor handling patch

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker <http://bugs.python.org/

[issue1527597] New module: miniconf

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: I like this, but think it would need quite some demand to be a candidate for the standard library. -- nosy: +ajaksu2 stage: -> patch review versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker &l

[issue1528154] New sequences for Unicode groups and block ranges needed

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Has this been addressed for 2.6/3.0? Do the LOCALE and UNICODE constants cover this? -- components: +Unicode nosy: +ajaksu2 stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker &l

[issue1520879] make install change: Allow $DESTDIR to be relative

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1521051] Extra configurability for doctest TestCases

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1521491] file.seek() influences write() when opened with a+ mode

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Can anyone confirm this for Windows and 2.6? Closing otherwise. -- nosy: +ajaksu2 priority: normal -> low stage: -> test needed status: open -> pending title: file.seek() influelce write() when opened with a+ mode -> file.seek() influences

[issue1521950] shlex.split() does not tokenize like the shell

2009-03-29 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/iss

[issue1522237] _threading_local.py logic error in _localbase __new__

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: It isn't obvious to me that this issue is valid. Some more context: class _localbase(object): __slots__ = '_local__key', '_local__args', '_local__lock' def __new__(cls, *args, **kw): self = object.__ne

[issue1522400] irda socket support

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1516897] Use dynload_shlib on newer HP-UX versions

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Kjetil, has issue 1454844 fixed this? -- dependencies: +Use dlopen() to load extensions on Darwin, where possible nosy: +ajaksu2 priority: normal -> low stage: -> test needed status: open -> pending type: -> feature request versions:

[issue1520818] fcntl.ioctl fails to copy back exactly-1024 buffer

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Closing due to lack of feedback. -- nosy: +ajaksu2 resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue1521196] smtplib login fails with aol smtp server

2009-03-29 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/iss

[issue1512791] module wave does no rounding

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

[issue1513802] __del__: Type is cleared before instances

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed on trunk and py3k. Has this passed the the won't-fix threshold? -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.4 ___ Python tra

[issue1514420] Missing module code does spurious file search

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed in py3k and trunk. It's also possible to create a file named "", I seem to recall discussion on this. -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6, P

[issue1515142] sgmllib should recover from unmatched quotes

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

[issue1515839] socket timeout inheritance on accept

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Extension Modules stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1451466] reading very large files

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +Error reading files larger than 4GB stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1463043] test_minidom.py fails for Python-2.4.3 on SUSE 9.3

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/issue1463043> ___ ___

[issue1506122] Add "compose" function to the functools

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue1506122> ___ ___ Python-bugs-list mailin

[issue1508864] threading.Timer/timeouts break on change of win32 local time

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +patch stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker <http://bugs.python.org/iss

[issue1509060] Interrupt/kill threads w/exception

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue1509060> ___ ___ Python-

[issue1512124] OSX: debugger hangs IDLE

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1512163] mailbox (2.5b1): locking doesn't work (esp. on FreeBSD)

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Documentation stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1509798] replace dist/src/Tools/scripts/which.py with tmick's which

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Demos and Tools -None stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue1

[issue1583863] __str__ cannot be overridden on unicode-derived classes

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed in trunk. -- components: +Unicode nosy: +ajaksu2, haypo stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1571878] Improvements to socket module exceptions

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +patch stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue1

[issue1560032] confusing error msg from random.randint

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Paul, I meant no disrespect, but it seemed to me not even you wanted it fixed (as you never replied to Georg's comment). I stated I'd close this issue unless someone wanted it fixed. I'm reopening it, as you do want it fixed :) FWIW and IMHO, I

[issue1581906] test_sqlite fails on OS X if test_ctypes is run

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Tests, ctypes stage: -> test needed type: -> behavior ___ Python tracker <http://bugs.python.org/issue1581906> ___ __

[issue1581182] Definition of a "character" is wrong

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Anyone brave enough can find the mentioned definitions in the thread below. Reading all of it is necessary, as there are some contradictory quotes and interpretations before an agreement is (sort of) achieved. http://mail.python.org/pipermail/python-dev/2008

[issue1581183] pickle protocol 2 failure on int subclass

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed on trunk, has tests. -- nosy: +ajaksu2 stage: -> needs patch title: pickle protocol 2 failure on int subclass -> pickle protocol 2 failure on int subclass type: -> behavior versions: +P

[issue1579029] --disable-sunaudiodev --disable-tk does not work

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Closing again, for the same reasons. -- components: +Build -Tkinter nosy: +ajaksu2 stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue1578999] PyArg_ParseTuple corrections

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Are these corrections still relevant? -- nosy: +ajaksu2 priority: normal -> low stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/

[issue1578643] various datetime methods fail in restricted mode

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed type: -> behavior ___ Python tracker <http://bugs.python.org/issue1578643> ___ ___

[issue1576598] ftplib doesn't follow standard

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Denis, can you confirm this is a Python issue? I'll close this otherwise. -- nosy: +ajaksu2 stage: -> test needed status: open -> pending type: -> behavior versions: +Python 2.6 ___ Python

[issue1576313] os.execvp[e] on win32 fails for current directory

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

[issue1576120] Support spawnvp[e] + use native execvp[e] on win32

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

[issue1575020] Request wave support > 16 bit samples

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed versions: +Python 2.7 ___ Python tracker <http://bugs.python.org/issue1575020> ___ __

[issue1574310] os.popen with os.close gives error message

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: I'll close this based on Ronald's analysis unless opposition is voiced. -- nosy: +ajaksu2 priority: normal -> low stage: -> test needed status: open -> pending type: -> behavior versions: +

[issue1574217] isinstance swallows exceptions

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +patch stage: -> patch review type: -> behavior versions: +Python 2.7, Python 3.1 -Python 2.4, Python 2.5, Python 2.6 ___ Python tracker <http://bugs.python.org/iss

[issue1573931] WSGI, cgi.FieldStorage incompatibility

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -None keywords: +patch stage: -> patch review type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1572968] release GIL while doing I/O operations in the mmap module

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> stage: -> test needed versions: +Python 2.7 ___ Python tracker <http://bugs.python.org/issue1572968> ___ __

[issue1703178] link_objects in setup.cfg crashes build

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> tarek components: +Build, Distutils -None nosy: +tarek stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.4 ___ Python tracker <http://bugs.python.org/

[issue1702036] Turtle isn't thread-safe (crashes)

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue1702036> ___ _

[issue1711605] CGIHttpServer leaves traces of previous requests in env

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -Extension Modules stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1724822] provide a shlex.split alternative for Windows shell syntax

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> georg.brandl components: +Documentation stage: -> test needed versions: +Python 2.7 ___ Python tracker <http://bugs.python.org/iss

[issue1726208] SimpleHTTPServer extensions_map

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker <http://bugs.python.org/issue1

[issue1714773] python throws an error when unpacking bz2 file

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Extension Modules -None stage: -> test needed type: -> crash versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1728741] move intern to sys, make intern() optionally warn

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

[issue1691387] Call sys.except_hook if exception occurs in __del__

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue1691387> ___ _

[issue1689458] pdb unable to jump to first statement

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/issue1689458> ___ ___

[issue1244861] Enable os.startfile and webbrowser.WindowsDefault on Cygwin

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Windows stage: -> test needed type: -> feature request versions: +Python 2.7 ___ Python tracker <http://bugs.python.org/iss

[issue1699594] shlex fails to parse strings correctly

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +shlex.split() does not tokenize like the shell stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1700304] pydoc.help samples sys.stdout and sys.stdin at import time

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.4 ___ Python tracker <http://bugs.python.org/

[issue1697175] winreg module for cygwin?

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

[issue1690103] trace module borks __file__

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/issue1690103> ___ ___

[issue1590068] Error piping output between scripts on Windows

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Windows stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1590352] The "lazy strings" patch

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: ISTM that 2.x won't receive this kind on enhancement anymore. Collin, I'm adding you to the nosy list because you may be interested in having this (either on unladen or CPython). If so, also take a look at issue 1569040. -- nosy: +ajaksu2, co

[issue1590744] mail message parsing glitch

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1592241] Stepping into a generator throw does not work

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1597798] Modules/readline.c fails to compile on AIX 4.2

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: I'll close this on lack of feedback unless someone voices opposition. -- nosy: +ajaksu2 priority: normal -> low stage: -> test needed status: open -> pending type: -> behavior versions: +Pytho

[issue1599254] mailbox: other programs' messages can vanish without trace

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Barry: is this on scope for the email sprint? -- keywords: +patch nosy: +ajaksu2, barry stage: -> patch review type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.p

[issue1600182] Tix ComboBox entry is blank when not editable

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Tim: do you agree with the default colors explanation? -- nosy: +ajaksu2, gpolo stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker <http://bugs.python.org/iss

[issue1606233] readline on popen3 file returns empty string before end

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Bill, A short script that is able to reproduce the issue would be very helpful. A unittest-based test that shows the problem would be even better. -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 -Pyth

[issue1607951] mailbox.Maildir re-reads directory too often

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> resource usage versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1608805] Py_FileSystemDefaultEncoding can be non-canonical

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Does this affect 3.x? -- components: +Unicode nosy: +ajaksu2, haypo type: -> behavior ___ Python tracker <http://bugs.python.org/issue1

[issue1610654] cgi.py multipart/form-data

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -Interpreter Core keywords: +patch stage: -> test needed type: -> performance versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/iss

[issue1611154] os.path.exists("file/") failure on Solaris 9

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Build stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1608267] Create the DESTDIR as part of the make install process

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed title: Makefile fix -> Create the DESTDIR as part of the make install process type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker <http://bug

[issue1612012] builtin compile() doc needs PyCF_DONT_IMPLY_DEDENT

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker <http://bugs.python.org/issue1612012> ___ ___ Python-

[issue1608921] PyThread_release_lock with pthreads munges errno

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Stephan, Can you provide a test case? -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1612262] Class Browser doesn't show internal classes

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed on trunk and py3k. -- nosy: +ajaksu2 priority: normal -> low stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker <http://bug

[issue1613479] pydoc info for a package doesn't list all package contents

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +patch stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1613500] Write mode option for fileinput module.

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> patch review type: -> feature request versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/iss

[issue1615376] subprocess doesn\'t handle SIGPIPE

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed on trunk and py3k. -- nosy: +ajaksu2 stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue1

[issue1616125] Cached globals+builtins lookup optimization

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +collinwinter stage: -> test needed type: -> performance versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker <http://bugs.python.org/iss

[issue1615158] POSIX capabilities support

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> patch review versions: +Python 3.1 ___ Python tracker <http://bugs.python.org/issue1615158> ___ ___ Python-bugs-list mai

[issue1616979] cp720 encoding map

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Unicode -None stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/iss

[issue1617161] Instance methods compare equal when their self's are equal

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed in trunk and py3k. -- nosy: +ajaksu2 stage: -> patch review type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1621111] IDLE crashes on OS X 10.4 when "Preferences" selected

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: So, can this be closed or should we try to handle the two different issues (bad .idlerc\config-main.cfg, wrong Tcl/Tk) in a better way? -- components: +IDLE, Tkinter -Macintosh nosy: +ajaksu2, gpolo priority: high -> low stage: -> test needed

[issue1621421] normalize namespace from minidom

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Patch has tests, fixes issue 1371937. -- dependencies: +minidom namespace problems nosy: +ajaksu2 stage: -> patch review type: -> behavior versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker

[issue1626300] 'Installing Python Modules' does not work for Windows

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +patch nosy: +ajaksu2 stage: -> needs patch type: -> feature request versions: +Python 2.6, Python 3.1 ___ Python tracker <http://bugs.python.org/iss

[issue5608] Add python.exe to the path in windows?

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Thomas, Thanks for the RFE, but this has been rejected before (see e.g. issue 3561). Please search the tracker and mailing lists for previous discussions, as you can make a better case based on them. Also note that issue 1626300 focuses the doc part. Setting as

[issue1625576] add ability to specify name to os.fdopen

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue1625576> ___ _

[issue1633941] for line in sys.stdin: doesn't notice EOF the first time

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed title: for line in sys.stdin: doesn't notice EOF the first time -> for line in sys.stdin: doesn't notice EOF the first time type: -> behavior versions: +Python 2.6 -Python 2.5 ___

[issue1633600] using locale does not display the intended behavior

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1628205] socket.readline() interface doesn't handle EINTR properly

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker <http://bugs.python.org/iss

[issue1626545] Would you mind renaming object.h to pyobject.h?

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: I don't see the slightest change of this happening. Will close unless opposition is voiced. -- keywords: +patch nosy: +ajaksu2 priority: normal -> low status: open -> pending versions: +Python 2.7,

[issue1634034] Show "expected" token on syntax error

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Sounds really useful. -- nosy: +ajaksu2 stage: -> test needed versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue1

[issue1634774] locale 1251 does not convert to upper case properly

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: May be related to issue 1633600. -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker <http://bugs.python.org/iss

[issue1635741] Interpreter seems to leak references after finalization

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> resource usage versions: +Python 2.6, Python 3.0 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

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

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Orlando, Thomas: is this still valid? -- nosy: +ajaksu2 stage: -> test needed type: -> compile error versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1641544] rlcompleter tab completion in pdb

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker <http://bugs.python.org/iss

[issue1642054] Python 2.5 gets curses.h warning on HPUX

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Roy: still an issue for you? I'll close this if not. -- nosy: +ajaksu2 priority: normal -> low stage: -> test needed status: open -> pending type: -> behavior versions: +Python 2.6 ___ Pyth

[issue1643712] Emphasize buffering issues when sys.stdin is used

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +for line in sys.stdin: doesn't notice EOF the first time stage: -> test needed type: -> feature request versions: +Python 3.0 ___ Python tracker <http://bugs.python.or

[issue1644987] ./configure --prefix=/ breaks, won't build C modules

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

<    5   6   7   8   9   10   11   12   13   14   >