[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 -Python 2.5 _

[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 ___ __

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

2009-03-30 Thread Thomas Willis
New submission from Thomas Willis : All the vast amounts of documentation out there on how to do neat things with python seem to assume that python is already in the system path. It would be nice if the installer went ahead and set this up for the user. In my experience there are windows users

[issue5609] Create Unit Tests for nturl2path module

2009-03-30 Thread Maksim Kozyarchuk
New submission from Maksim Kozyarchuk : Added Unit Tests for nturl2path module. http://codereview.appspot.com/32072/show -- components: Tests messages: 84590 nosy: Kozyarchuk severity: normal status: open title: Create Unit Tests for nturl2path module versions: Python 3.1 _

[issue5609] Create Unit Tests for nturl2path module

2009-03-30 Thread Maksim Kozyarchuk
Maksim Kozyarchuk added the comment: Patch is available on Appshot, please review/approve. http://codereview.appspot.com/32072/show -- ___ Python tracker ___ ___

[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 ___ _

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

[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 ___ _

[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

[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 ___ ___ Python-bugs-list mailin

[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

[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

[issue1590352] The "lazy strings" patch

2009-03-30 Thread Antoine Pitrou
Antoine Pitrou added the comment: Either this bug or #1569040 should be closed as duplicate of the other (it's really the same approach by the same author at two different times :-)). -- nosy: +pitrou ___ Python tracker

[issue1201569] allow running multiple instances of IDLE

2009-03-30 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser : -- status: open -> closed superseder: -> Allowing multiple instances of IDLE with sub-processes ___ Python tracker ___

[issue5610] email feedparser.py CRLFLF bug: $ vs \Z

2009-03-30 Thread Tony Nelson
New submission from Tony Nelson : feedparser.py does not pares mixed newlines properly. NLCRE_eol, which is used to search for the various newlines at End Of Line, uses $ to match the end of string, but $ also matches \n$, due to a wise long-ago patch by the Effbot. This causes feedparser to ma

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

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

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

[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 ___ _

[issue1615158] POSIX capabilities support

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> patch review versions: +Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list

[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 ___ __

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

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

[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

[issue3326] py3k shouldn't use -fno-strict-aliasing anymore

2009-03-30 Thread Daniel Stutzbach
Daniel Stutzbach added the comment: I'm using gcc 3.4.4 (cygwin) and I get the sames warnings as Alexandre. I examined a random sampling of the code generating the warnings, all of which followed this pattern: some_function((some_type **) &var_of_some_other_type); Since the variable isn't

[issue1974] email.MIMEText.MIMEText.as_string incorrectly folding long subject header

2009-03-30 Thread Chris Withers
Chris Withers added the comment: Barry and I talked about this and he's is now working on it. We're literally going to remove the \t folding substitution and have it do the default space folding substitution instead. -- resolution: -> accepted versions: +Python 2.6, Python 2.7, Python

[issue5611] Auto-detect indentation in C source in vimrc

2009-03-30 Thread Kirk McDonald
New submission from Kirk McDonald : According to PEP 7, older C source files are indented with tabs, and newer ones are indented with spaces. The vimrc file in the repository assumes that existing C source files should be indented with tabs, and it should indent with spaces when you create a new

[issue5578] unqualified exec in class body

2009-03-30 Thread Jeremy Hylton
Changes by Jeremy Hylton : -- assignee: -> jhylton nosy: +jhylton resolution: -> accepted type: -> behavior ___ Python tracker ___ _

[issue4385] Py_Object_HEAD_INIT in Py3k

2009-03-30 Thread Daniel Stutzbach
Changes by Daniel Stutzbach : -- versions: +Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue5612] whitespace folding in the email package could be better ; -)

2009-03-30 Thread Chris Withers
New submission from Chris Withers : In python 3 this has been done better already, but in python2.7 we still have this problem: >>> from email.mime.text import MIMEText >>> m = MIMEText('foo') >>> m['Subject'] = 'AA '*40 >>> str(m) 'From nobody Mon Mar 30 13:22:44 2009\nContent-Type: text/plain

[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 ___ _

[issue1645148] MIME renderer: wrong header line break with long subject?

2009-03-30 Thread Chris Withers
Chris Withers added the comment: This bug is a combination of [Issue1974] and [Issue5612]. [Issue1974] is being worked on. [Issue5612] is fixed in Python 3, but will need more work to be fixed in Python 2, *if* anyone cares about it... Please followup on one of these issues... -- ass

[issue2443] uninitialized access to va_list

2009-03-30 Thread Daniel Stutzbach
Daniel Stutzbach added the comment: Rolland, The va_list is initialized by the function that calls objargs_mktuple. va_start() and va_end() need to be called in the function that takes "..." as a parameter, and it is. Not a bug, but +1 on Alexander's patch to consolidate all the #ifdef's for

[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 ___ ___ Python-

[issue5613] test_posix.py and test_wait4.py having missing import on win32

2009-03-30 Thread Tim Driscoll
New submission from Tim Driscoll : These are supposed to raise a unittest.SkipTest on win32 but the unittest import is missing. The patch just adds the missing import See patch here: http://codereview.appspot.com/32074/show -- components: Tests messages: 84607 nosy: brett.cannon, tdri

[issue3770] test_multiprocessing fails on systems with HAVE_SEM_OPEN=0

2009-03-30 Thread Jesse Noller
Jesse Noller added the comment: Having trouble reproducing this, do you have a chunk of code that hits this frequently? I want to add a test to check for this so I can confirm the fix. -- ___ Python tracker _

[issue5585] implement initializer for multiprocessing.BaseManager.start()

2009-03-30 Thread lekma
lekma added the comment: > Right, it's just the Thread/Process API equivalance. I'm not saying > it's a stopper, but the docs would probably need to be modified > accordingly. I'm a bit confused here. The patch only adds a small feature to BaseManager and subtypes (the same way Pool does it alr

[issue3770] test_multiprocessing fails on systems with HAVE_SEM_OPEN=0

2009-03-30 Thread Jesse Noller
Changes by Jesse Noller : -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/opti

[issue3770] test_multiprocessing fails on systems with HAVE_SEM_OPEN=0

2009-03-30 Thread Jesse Noller
Jesse Noller added the comment: Sorry, I hit the wrong bug -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[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 ___ Python tracker

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

[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 ___ _

[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, Python 3.1 ___ Pytho

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

[issue4660] multiprocessing.JoinableQueue task_done() issue

2009-03-30 Thread Jesse Noller
Jesse Noller added the comment: Hi Brian - do you have a chunk of code that exacerbates this? I'm having problems reproducing this, and need a test so I can prove out the fix. -- ___ Python tracker ___

[issue2518] smtpd.py to handle huge email

2009-03-30 Thread R. David Murray
Changes by R. David Murray : -- stage: -> test needed type: resource usage -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker ___ ___

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

[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 ___ __

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

[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 ___ _

[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 ___ Python tracker

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

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

2009-03-30 Thread Martin v. Löwis
Martin v. Löwis added the comment: Actually, closing it as a duplicate of issue3561. -- nosy: +loewis resolution: -> duplicate status: pending -> closed superseder: -> Windows installer should add Python and Scripts directories to the PATH environment variable __

[issue4675] urllib's splitpasswd does not accept newline chars in passwords

2009-03-30 Thread Senthil
Senthil added the comment: Verified the patch. Added unittest. Can be applied against the trunk (py27) and py3k (3.1) -- Added file: http://bugs.python.org/file13479/issue4675-py27.patch ___ Python tracker

[issue2578] Figure out what to do with unittest's redundant APIs

2009-03-30 Thread Gregory P. Smith
Gregory P. Smith added the comment: Updated patch after sprinting on this with Michael Foord. TODO: * update assertRaisesWithRegexpMatch to be a context manager. * documentation. i'm working on the docs now. -- Added file: http://bugs.python.org/file13480/unittest-new-asserts-gps02.

[issue4675] urllib's splitpasswd does not accept newline chars in passwords

2009-03-30 Thread Senthil
Changes by Senthil : Added file: http://bugs.python.org/file13481/issue4675-py3k.patch ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue2578] Figure out what to do with unittest's redundant APIs

2009-03-30 Thread Gregory P. Smith
Changes by Gregory P. Smith : Removed file: http://bugs.python.org/file13447/unittest-new-asserts-gps01.diff.txt ___ Python tracker ___ ___ Py

[issue5463] Remove deprecated features from struct module

2009-03-30 Thread Andreas Schawo
Andreas Schawo added the comment: Doesn't took much time. Even nothing happend. PyLong_AsLong trys to convert to int bevor raising an Exception. I'm not sure if struct.pack('l', x) should raise an Exception when a float is given. In case of string there is one. I first did PyLong_Check the pa

[issue2266] Missing documentation about old/new-style classes

2009-03-30 Thread Yinon Ehrlich
Yinon Ehrlich added the comment: * http://docs.python.org/reference/datamodel.html covers new style and old style quite well. However, for the sake of the reader who reads it top-down, it will be nice to add internal cross references (to http://docs.python.org/reference/datamodel.html#new-style

[issue5611] Auto-detect indentation in C source in vimrc

2009-03-30 Thread Brett Cannon
Changes by Brett Cannon : -- assignee: -> brett.cannon nosy: +brett.cannon priority: -> low stage: -> patch review type: -> feature request ___ Python tracker ___

[issue2578] Figure out what to do with unittest's redundant APIs

2009-03-30 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Updated patch after sprinting on this with Michael Foord. > > TODO: > * update assertRaisesWithRegexpMatch to be a context manager. Wouldn't it be simpler to make assertRaises return the exception and let the calling code match it as it feels like? (or, at

[issue4626] compile() doesn't ignore the source encoding when a string is passed in

2009-03-30 Thread Jean-Michel Fauth
Jean-Michel Fauth added the comment: Quick feedback from a Windows user. I made a few more tests with the freshly installed Pyton 3.1a1. The compile() function is running very well. As a side effect, it now possible to write an "execfile()" without any problem. Tests with execfile() versions r

[issue5269] OS X Installer: add options to specify universal build type and deployment target

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Committed as r70737 (trunk), r70738 (2.6), r70739 (3.1) There is a small issue related to the bsddb3 tests with a 4-way universal build on the trunk and 2.6, I'll look into that in the near future. -- assignee: ronaldoussoren -> rhettinger nosy: +rh

[issue2578] Figure out what to do with unittest's redundant APIs

2009-03-30 Thread Guido van Rossum
Guido van Rossum added the comment: > Antoine Pitrou added the comment: > Wouldn't it be simpler to make assertRaises return the exception and let > the calling code match it as it feels like? Hm, that sounds awfully familiar. I can't recall if there was ever a good reason not to do this. > (

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

[issue1646068] Dict lookups fail if sizeof(Py_ssize_t) < sizeof(long)

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Build stage: -> patch review type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker ___ _

[issue1646838] os.path, %HOME% set: realpath contradicts expanduser on '~'

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Windows priority: normal -> low stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker ___ ___

[issue1647654] No obvious and correct way to get the time zone offset

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +Time zone-capable variant of time.localtime type: -> feature request versions: +Python 2.7, Python 3.1 ___ Python tracker ___ _

[issue1648102] proxy_bypass in urllib handling of macro

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker ___ ___

[issue5604] imp.find_module() mixes UTF8 and MBCS

2009-03-30 Thread Andrew Svetlov
Andrew Svetlov added the comment: Problem fixed, patch attached I inserted conversion path parameters to using Py_FileSystemDefaultEncoding for: * load_module * load_compiled * load_dynamic * load_source * load_package find_module is already has conversion. -- Added file: http://bugs.

[issue2578] Figure out what to do with unittest's redundant APIs

2009-03-30 Thread Antoine Pitrou
Antoine Pitrou added the comment: > > Wouldn't it be simpler to make assertRaises return the exception and let > > the calling code match it as it feels like? > > Hm, that sounds awfully familiar. I can't recall if there was ever a > good reason not to do this. IIRC some people felt that havin

[issue5270] OS X installer: faulty Python.app bundle inside of framework

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Applied in r5270 (trunk), r70743 (2.6) and r70745 (3.1) -- resolution: -> accepted status: open -> closed versions: -Python 3.0 ___ Python tracker __

[issue602291] Bgen should learn about booleans

2009-03-30 Thread Jack Jansen
Jack Jansen added the comment: Close it. I'll revive my version of bgen whenever I find the time. -- ___ Python tracker ___ ___ Pyth

[issue602291] Bgen should learn about booleans

2009-03-30 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue1646068] Dict lookups fail if sizeof(Py_ssize_t) < sizeof(long)

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +patch type: feature request -> behavior versions: +Python 2.6, Python 3.0 -Python 2.7, Python 3.1 ___ Python tracker ___ ___

[issue1648268] Parameter list mismatches (portation problem)

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Interpreter Core -None stage: -> patch review type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker ___ ___

[issue1648923] HP-UX: -lcurses missing for readline.so

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker ___

[issue5271] OS X installer: build can fail on import checks

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Committed as r70746 (trunk), r70748 (2.6) and r70749 (3.1) -- ___ Python tracker ___ ___ Python-bug

[issue3485] os.path.normcase documentation/behaviour unclear on Mac OS X

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: I've committed a fix for this in r70746 and ported this to 3.1 and 2.6 as well. -- resolution: -> accepted status: open -> closed ___ Python tracker ___

[issue5271] OS X installer: build can fail on import checks

2009-03-30 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- resolution: -> accepted status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue1648957] HP-UX: _ctypes/libffi/src/ia64/ffi/__attribute__/native cc

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> theller components: +ctypes priority: normal -> low stage: -> test needed type: -> compile error versions: +Python 2.6, Python 3.0 -Python 2.5 ___ Python tracker _

[issue5558] Python 3.0.1 Mac OS X install image ReadMe file is incorrect

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: I've clarified the readme for the 3.1 installer. -- nosy: +ronaldoussoren resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 3.1 -Python 3.0 ___ Python tracker

[issue2578] Figure out what to do with unittest's redundant APIs

2009-03-30 Thread Michael Foord
Michael Foord added the comment: New patch with assertRaisesWithRegexMatch as a context manager. -- keywords: +patch nosy: +mfoord Added file: http://bugs.python.org/file13484/unittest-new-asserts.diff ___ Python tracker

[issue5604] imp.find_module() mixes UTF8 and MBCS

2009-03-30 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: PyMem_Free is needed when "es" is used with PyArg_ParseTuple. See other part of import.c. I did same mistake before. ;-) -- nosy: +ocean-city ___ Python tracker

[issue1649011] HP-UX: compiler warnings: alignment

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Just a compiler warning, so I'll close this unless someone voices opposition. -- nosy: +ajaksu2 priority: normal -> low stage: -> test needed status: open -> pending type: -> behavior ___ Python tracker

[issue5604] imp.find_module() mixes UTF8 and MBCS

2009-03-30 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thank you. On Mon, Mar 30, 2009 at 3:13 PM, Hirokazu Yamamoto wrote: > > Hirokazu Yamamoto added the comment: > > PyMem_Free is needed when "es" is used with PyArg_ParseTuple. See other > part of import.c. I did same mistake before. ;-) > > -- > nosy:

[issue1529353] Squeezer - squeeze large output in the interpreter

2009-03-30 Thread Tal Einat
Tal Einat added the comment: "Test needed"? I'll need a bit of guidance on this. Has there been a change of policy of which I'm not aware, that patches to IDLE not going to be accepted unless comprehensive tests are included? Much of IDLE doesn't include tests, e.g. the RPC code. There's a com

[issue1324770] Adding redblack tree to collections module

2009-03-30 Thread Daniel Stutzbach
Daniel Stutzbach added the comment: I agree with Raymond. In general, the collections module should define containers that are named after their function rather than their implementation. That way the implementation can be changed at a later date (or in other Python implementations) without ca

[issue4660] multiprocessing.JoinableQueue task_done() issue

2009-03-30 Thread Brian
Brian added the comment: Hey Jesse, It was good meeting you at Pycon. I don't have anything handy at the moment although, if memory serves, the most trivial of example seemed to illustrate the problem. Basically any situation where a joinable queue would keep bumping up against being empty (ie

[issue5208] urllib2.build_opener(

2009-03-30 Thread Senthil
Senthil added the comment: Georg, I think this can be closed as invalid. Thanks. -- ___ Python tracker ___ ___ Python-bugs-list mailin

[issue1649329] gettext.py incompatible with eggs

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Not really a distutils issue, but fits the current distribution discussion scope. -- assignee: -> tarek components: +Distutils keywords: +patch nosy: +ajaksu2, tarek stage: -> test needed versions: +Python 2.7, Python 3.1 __

[issue2972] arguments and default path not set in site.py and sitecustomize.py

2009-03-30 Thread Brett Cannon
Brett Cannon added the comment: This cannot change as sys.argv needs to be set after Python initializes to strip out what arguments were meant for the interpreter and not the script being run. All of this also needs to happen with site executing first, so this cannot be changed. -- reso

[issue5236] time.strptime should reject bytes arguments on Py3

2009-03-30 Thread Brett Cannon
Brett Cannon added the comment: I am going to do a review at http://codereview.appspot.com/28147 ; not done yet. -- ___ Python tracker ___ ___

[issue5604] imp.find_module() mixes UTF8 and MBCS

2009-03-30 Thread Andrew Svetlov
Andrew Svetlov added the comment: According to Hirokazu Yamamoto memory cleanup added. Patch is updated. -- Added file: http://bugs.python.org/file13486/import.zip ___ Python tracker ___

[issue1529353] Squeezer - squeeze large output in the interpreter

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Tal, There is no such policy AFAIK. The stage field is a tool to help us handle the issues, sorry to give you a wrong impression. If IDLE has no tests, 'test needed' doesn't apply here, so we can set this to 'patch review'. If someone is already working on adding

[issue1650090] doctest doesn't find nested functions

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Tests -None stage: -> patch review type: -> performance versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker ___ ___

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

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: The attached file issue763708.patch changes configure.in and disables the toolbox glue when doing a UCS4 build. To get this behaviour I had to move a couple of sections around inside configure.in (--enable-toolbox-glue was checked for before the size of uni

[issue1653416] print >> f, "Hello" produces no error: normal?

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Can anyone confirm this for Mac? -- components: +Macintosh nosy: +ajaksu2 stage: -> test needed versions: -Python 2.5 ___ Python tracker ___

[issue1651995] sgmllib _convert_ref UnicodeDecodeError exception, new in 2.5

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: A patch against SVN trunk including a unittest would be great. -- keywords: +patch nosy: +ajaksu2 stage: -> test needed type: -> behavior ___ Python tracker

<    1   2   3   4   >