[issue1651427] readline needs termcap on my FC6

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: guichaz: can you confirm this for newer versions? -- nosy: +ajaksu2 priority: normal -> low stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.5 ___ Python tracker

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

2009-03-30 Thread Michael Foord
Michael Foord added the comment: Updated patch with asserts in unittest changed to explicitly raising self.failureException, hardcoded AssertionError in tests changed to self.failureException and addition of assertRegexMatches. -- Added file: http://bugs.python.org/file13488/unittest-ne

[issue1653457] Python misbehaves when installed in / (patch attached)

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Extension Modules dependencies: +./configure --prefix=/ breaks, won't build C modules stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker

[issue1654367] [PATCH] Debuggers need a way to change the locals of a frame

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +patch stage: -> patch review versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker ___ _

[issue1654408] Installer should split tcl/tk and tkinter install options.

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Installation stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker ___ _

[issue1654429] thread join() with timeout hangs on Windows 2003 x64

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

[issue1654974] Binding annotations in tracebacks.

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 ___ Python tracker ___ _

[issue1659171] Calling tparm from extension lib fails in Python 2.5

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: I'll close this unless someone can confirm for 2.6. -- nosy: +ajaksu2 priority: normal -> low stage: -> test needed status: open -> pending type: -> behavior versions: +Python 2.6 ___ Python tracker

[issue1658799] Handle requests to intern string subtype instances

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Closing as the patch was retracted. Please reopen if you disagree. -- nosy: +ajaksu2 resolution: -> invalid stage: -> committed/rejected status: open -> closed type: -> feature request ___ Python tracker

[issue1659410] Minor AST tweaks

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

[issue1659705] Python extension problems after re-install

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Can anyone confirm for recent versions? -- components: +Installation nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.5 ___ Python tracker

[issue5413] urllib ctypes error on Mac OS X Server 10.5

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: I don't have a PPC machine handy at the moment, but I hope the attached copy of urllib fixes the issue. Could you please test if that's indeed the case? -- keywords: +patch Added file: http://bugs.python.org/file13489/urllib5413.patch __

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

2009-03-30 Thread Brett Cannon
Brett Cannon added the comment: Applied in r70755 for py3k. I am not backporting as I changed it to explicitly check both arguments which is a change in semantics. -- resolution: -> accepted status: open -> closed versions: -Python 3.0 ___ Python t

[issue4962] urlparse & nfs url (rfc 2224)

2009-03-30 Thread Senthil
Senthil added the comment: Patch to fix this. Looked into the RFCs and I do not find a reason why the nfs://server/path/to/file.txt should not be parsed as: >>> urlparse.urlsplit('nfs://server/path/to/file.txt') SplitResult(scheme='nfs', netloc='server', path='/path/to/file.txt', query='', frag

[issue4962] urlparse & nfs url (rfc 2224)

2009-03-30 Thread Senthil
Changes by Senthil : -- keywords: +patch Added file: http://bugs.python.org/file13490/issue4962-py27.diff ___ Python tracker ___ ___ Py

[issue4962] urlparse & nfs url (rfc 2224)

2009-03-30 Thread Senthil
Changes by Senthil : Added file: http://bugs.python.org/file13491/issue4962-py3k.diff ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1529353] Squeezer - squeeze large output in the interpreter

2009-03-30 Thread Tal Einat
Tal Einat added the comment: Daniel, Thanks for clearing that up :) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue4962] urlparse & nfs url (rfc 2224)

2009-03-30 Thread Jeremy Hylton
Jeremy Hylton added the comment: looks good to me -- nosy: +jhylton ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue1661754] ftplib passive ftp problem on multihomed clients

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +giampaolo.rodola stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.5 ___ Python tracker ___

[issue1669349] make install fails if no previous Python installation

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Bumping priority so this has a better change of being confirmed/closed. -- nosy: +ajaksu2 priority: normal -> high stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.5 ___ Python trac

[issue1669539] Change (fix!) os.path.isabs() semantics on Win32

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue1670765] email.Generator: no header wrapping for multipart/signed

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

[issue1671676] test_mailbox is hanging while doing gmake test on HP-UX v3

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

[issue1672568] silent error in email.message.Message.get_payload

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Renaud: providing a test script would help us here. -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker __

[issue1673203] add identity function

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: I suggest closing per http://mail.python.org/pipermail/python-ideas/2009-March/003647.html -- components: +Extension Modules -None nosy: +ajaksu2 priority: normal -> low stage: -> test needed versions: +Python 2.7, Python 3.1 ___

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

2009-03-30 Thread Jeremy Hylton
Jeremy Hylton added the comment: looks good to me -- nosy: +jhylton ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue3770] test_multiprocessing fails on systems with HAVE_SEM_OPEN=0

2009-03-30 Thread Brett Cannon
Changes by Brett Cannon : -- nosy: -brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

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

2009-03-30 Thread Guido van Rossum
Guido van Rossum added the comment: Thanks Andrew! Committed to 3.0.2 as 70756. Should be merged into 3.1, but should *not* be backported to 2.x. -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue3551] multiprocessing.Pipe terminates with ERROR_NO_SYSTEM_RESOURCES if large data is sent (win2000)

2009-03-30 Thread John Ehresman
John Ehresman added the comment: I'll try to work on a patch for this, but the reproduce.py script seems to spawn dozens of sub-interpreters right now when run with trunk (python 2.7) on win32 -- nosy: +jpe ___ Python tracker

[issue5239] Change time.strptime() to make it work with Unicode chars

2009-03-30 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: This issue seems to be fixed on py3k by r70755. (issue5236) -- ___ Python tracker ___ ___ Python-

[issue1580] Use shorter float repr when possible

2009-03-30 Thread Mark Dickinson
Mark Dickinson added the comment: Eric and I have set up a branch of py3k for work on this issue. URL for (read-only) checkout is: http://svn.python.org/projects/python/branches/py3k-short-float-repr -- ___ Python tracker

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

2009-03-30 Thread Brett Cannon
Brett Cannon added the comment: Patch looks fine to me. -- assignee: jackjansen -> ronaldoussoren resolution: later -> stage: test needed -> patch review type: behavior -> compile error ___ Python tracker __

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

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: This issue is still present on OSX: Python 2.6.1+ (release26-maint:70603, Mar 26 2009, 08:38:03) [GCC 4.0.1 (Apple Inc. build 5493)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> f = open("/dev/null") >>> print >>f, "hel

[issue5239] Change time.strptime() to make it work with Unicode chars

2009-03-30 Thread Brett Cannon
Brett Cannon added the comment: As Hirokazu pointed out, this was fixed. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

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

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

[issue5497] openssl compileerror with original source

2009-03-30 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto : -- nosy: +christian.heimes ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

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

2009-03-30 Thread Senthil
Senthil added the comment: Fixed. -- assignee: -> orsenthil resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ P

[issue4962] urlparse & nfs url (rfc 2224)

2009-03-30 Thread Senthil
Senthil added the comment: fixed. -- assignee: -> orsenthil resolution: -> fixed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue5614] Malloc errors in test_io

2009-03-30 Thread Ronald Oussoren
New submission from Ronald Oussoren : The malloc warnings happen on OSX, with a fresh checkout of the python3 branch. Python was build using --enable-universalsdk=/ --with-universal- archs=all, on a x86_64 capable laptop running Leopard. The issue goes away when running from the commandline, th

[issue5615] linking fails when configured --without-threads

2009-03-30 Thread Daniel Stutzbach
New submission from Daniel Stutzbach : A few spots are missing #ifdef WITH_THREAD I've included a patch for the relevant bits. -- components: Extension Modules, Interpreter Core files: without-threads.patch keywords: patch messages: 84673 nosy: stutzbach severity: normal status: open ti

[issue5614] Malloc errors in test_io

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: What's more annoying: the error goes away while running in a debugger. The issue happens at least in tes_constructor: test_constructor (__main__.CBufferedWriterTest) ... python.exe(35957,0x7fff701d1720) malloc: *** mmap(size=- 9223372036854775808) failed (er

[issue1674555] Python 2.5 testsuite sys.path contains system dirs

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Theodoros, Can you provide a short script that reproduces this? -- components: +Tests nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker

[issue1675026] Redirect cause invalid descriptor error

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Issue 1590068 seems to be the same problem. -- assignee: -> georg.brandl components: +Documentation dependencies: +Error piping output between scripts on Windows nosy: +ajaksu2 stage: -> test needed type: -> feature request versions: +Python 2.6, Pytho

[issue1676121] Problem linking to readline lib on x86(64) Solaris

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: The "ac_cv_have_readline" check isn't present in trunk. I'll close this unless someone voices opposition. -- components: +Build -None nosy: +ajaksu2 priority: normal -> low stage: -> test needed status: open -> pending type: -> behavior versions: +Pytho

[issue1676135] Remove trailing slash from --prefix

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Installation stage: -> patch review type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker ___ _

[issue1676820] Add a PeriodicTimer to threading

2009-03-30 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 ___ __

[issue1367631] maximum length not enforced in cgi.parse()

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

[issue3551] multiprocessing.Pipe terminates with ERROR_NO_SYSTEM_RESOURCES if large data is sent (win2000)

2009-03-30 Thread John Ehresman
Changes by John Ehresman : Added file: http://bugs.python.org/file13493/reproduce.py ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1681842] splitext of dotfiles, incl backwards compat and migration

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Still needs a pronouncement. IMHO, should be included in the CoobBook or PyPI if it doesn't get added to the standard lib. -- nosy: +ajaksu2 stage: -> patch review type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.6 _

[issue1690608] email.utils.formataddr() should be rfc2047 aware

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

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

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: I'm not yet sure that patch is correct, I got some build failure during later tests that went away when I reverted this patch. To be continued... -- ___ Python tracker

[issue3551] multiprocessing.Pipe terminates with ERROR_NO_SYSTEM_RESOURCES if large data is sent (win2000)

2009-03-30 Thread Jesse Noller
Jesse Noller added the comment: John, can you try this on trunk: from multiprocessing import * latin = str SENTINEL = latin('') def _echo(conn): for msg in iter(conn.recv_bytes, SENTINEL): conn.send_bytes(msg) conn.close() conn, child_conn = Pipe() p = Process(target=_echo,

[issue5199] warns vars() assignment as well as locals()

2009-03-30 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r70765. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bug

[issue1074015] current directory in sys.path handles symlinks badly

2009-03-30 Thread Brett Cannon
Brett Cannon added the comment: So the joe directory is put on sys.path instead of lib because joe.py resolves to joe/joe.py. I think that is correct semantics as you may symlink that file into your bin directory but the original file has dependencies in that location. Plus changing it now would

[issue3551] multiprocessing.Pipe terminates with ERROR_NO_SYSTEM_RESOURCES if large data is sent (win2000)

2009-03-30 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Really? Hmm weird... I'm using Win2000, maybe are you using newer OS? Or maybe larger data is needed. This guy says error occurs around 200MB. (This is async IO though) >http://www.gamedev.net/community/forums/topic.asp?topic_id=382135 If this happens only o

[issue3551] multiprocessing.Pipe terminates with ERROR_NO_SYSTEM_RESOURCES if large data is sent (win2000)

2009-03-30 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Ah, I forgot this. Process#set_daemon doesn't exist on trunk, I had to use "p.daemon = True" instead. -- ___ Python tracker ___ _

[issue1512] Removal of stale code in pyconfig.h

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 3.0 ___ Python tracker ___

[issue1244208] expat binding for XML_ParserReset (Bug #1208730)

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Closing in favor of issue 1208730. -- dependencies: -expat binding for XML_ParserReset nosy: +ajaksu2 resolution: -> duplicate stage: test needed -> committed/rejected status: open -> closed superseder: -> expat binding for XML_ParserReset ___

[issue1208730] expat binding for XML_ParserReset

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +XML keywords: +patch stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker ___ _

[issue1534764] sys.path gets munged with certain directory structures

2009-03-30 Thread Brett Cannon
Brett Cannon added the comment: I can't reproduce this. Closing as out of date. Plus having an import fail because you shadow a built-in is not a bug. -- resolution: -> out of date status: open -> closed ___ Python tracker

[issue3551] multiprocessing.Pipe terminates with ERROR_NO_SYSTEM_RESOURCES if large data is sent (win2000)

2009-03-30 Thread Jesse Noller
Jesse Noller added the comment: John, try this new version -- Added file: http://bugs.python.org/file13494/reproduce.py ___ Python tracker ___ ___

[issue5039] Adjust reference-counting note

2009-03-30 Thread John Hitz
John Hitz added the comment: Attached patch -- keywords: +patch nosy: +John Added file: http://bugs.python.org/file13495/issue5039.diff ___ Python tracker ___ ___

[issue5616] Distutils 2to3 support doesn't have the doctest_only flag.

2009-03-30 Thread Lennart Regebro
New submission from Lennart Regebro : The run_2to3 method, and therefore also the Mixin2to3 class doesn't take a parameter for doctest_only parameter that refactor has. That means you have to do a lot of code duplication if you want to write distutil commands that handle doctest files. The fix i

[issue3551] multiprocessing.Pipe terminates with ERROR_NO_SYSTEM_RESOURCES if large data is sent (win2000)

2009-03-30 Thread John Ehresman
John Ehresman added the comment: Latest version works -- question is why prior versions spawned many subprocesses. It's really another bug because prior version wasn't hitting the write length limit. -- title: multiprocessing.Pipe terminates with ERROR_NO_SYSTEM_RESOURCES if large d

[issue1076515] shutil.move clobbers read-only files.

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +shutil.copyfile fails when dst exists read-only stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker _

[issue1371937] minidom namespace problems

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Closing as issue 1621421 has better discussion and patch. -- components: +XML nosy: +ajaksu2 resolution: -> duplicate status: open -> closed superseder: -> normalize namespace from minidom type: -> behavior ___ Pyth

[issue1191964] asynchronous Subprocess

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Josiah: can this be closed? -- components: +Library (Lib) -None keywords: +patch nosy: +ajaksu2 stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker ___

[issue675976] mhlib does not obey MHCONTEXT env var

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: If it's a new feature, it should have a test. -- nosy: +ajaksu2 stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.6 ___ Python tracker __

[issue1677694] test_timeout refactoring

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Tests -None dependencies: +test_timeout updates stage: -> patch review type: -> feature request versions: +Python 2.7, Python 3.1 ___ Python tracker ___

[issue1243678] httplib gzip support

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Should this be closed in favor of #1675951? -- nosy: +ajaksu2 stage: -> patch review type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker __

[issue5614] Malloc errors in test_io

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Buffer_size is set to 0x7fff in BufferedWriter_init at the end of test_constructor. I have no idea why this happens, but this definitly seems wrong to me. Debugging is rather hard at the moment because the issue goes away in the debugger. Setti

[issue3551] multiprocessing.Pipe terminates with ERROR_NO_SYSTEM_RESOURCES if large data is sent (win2000)

2009-03-30 Thread Jesse Noller
Jesse Noller added the comment: The if __name__ clause is actually well documented, see: http://docs.python.org/library/multiprocessing.html#windows -- ___ Python tracker ___ ___

[issue5039] Adjust reference-counting note

2009-03-30 Thread Georg Brandl
Georg Brandl added the comment: Committed as r70773, thanks for the patch! -- resolution: -> fixed status: open -> closed ___ Python tracker ___

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

2009-03-30 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: So astoundingly, this change has deep implications. The upshot is that it's difficult to fix this so that headers look nice for e.g. Subject headers, but so that splitting and wrapping work as expected for e.g. machine readability of Received headers. After d

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

2009-03-30 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: cjw296 -> barry status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue4892] Sending Connection-objects over multiprocessing connections fails

2009-03-30 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- components: -Macintosh ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue4962] urlparse & nfs url (rfc 2224)

2009-03-30 Thread Senthil
Changes by Senthil : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue1089624] Carbon.File.FSCatalogInfo.createDate implementation

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Closing this as won't fix. Nobody else complained and changing this might break existing code. -- resolution: -> wont fix status: open -> closed ___ Python tracker __

[issue1685453] email package should work better with unicode

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Link to #1681333, #4487, #1443875, #1555842, #4661, #1078919, #963906, #1379416 and #1368247. -- components: +Unicode dependencies: +Add utf8 alias for email charsets, Email.Header encodes non-ASCII content incorrectly, Unicode email address helper, emai

[issue1560032] confusing error msg from random.randint

2009-03-30 Thread paul rubin
paul rubin added the comment: Daniel, thanks--I didn't mean to jump on you, so I'm sorry if it came across that way. Maybe I'm a little oversensitized to this issue due to some unrelated incidents with other programs. I'll try to write a more detailed reply and maybe include a patch later (I c

[issue1681333] email.header unicode fix

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

[issue672656] securing pydoc server

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed type: -> security versions: +Python 2.7, Python 3.1 ___ Python tracker ___ _

[issue3451] Asymptotically faster divmod and str(long)

2009-03-30 Thread Pernici Mario
Pernici Mario added the comment: In this patch there is an implementation of the algorithm to convert numbers in strings by recursively splitting the number in half, adapted from Fredrik's div.py -- Added file: http://bugs.python.org/file13496/longformat.diff __

[issue1113328] OSATerminology still semi-broken

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

[issue1004810] Carbon.File fails if server vol is mounted after launch

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: I propose closing this as won't fix, the issue is caused by a limitation in the Carbon APIs (which assume you're running an eventloop and won't notice changes when you don't). -- nosy: +ronaldoussoren resolution: -> wont fix status: open -> pending

[issue3451] Asymptotically faster divmod and str(long)

2009-03-30 Thread Pernici Mario
Pernici Mario added the comment: In this second patch to the above patch it is added the recursive division algorithm by Burnikel and Ziegler (BZ) from longobject2.diff, unmodified, to see the effect of the subquadratic algorithm; there is still a lot of work to be done on it, as Mark pointed o

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

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Although this might be seen as a bug in the Python build machinery, I'm closing this as a won't fix feature request. The Carbon bindings are deprecated and will not be updated in the future, hence the state of bgen is basically irrelevant. -- nosy:

[issue5614] Malloc errors in test_io

2009-03-30 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: >malloc: *** mmap(size=-9223372036854775808) failed Does this error occur even if you revert Modules/mmapmodule.c to r69214? I have touched this module recently (I believe I fixed only SEGV bugs, not changed behavior) so I want to know it. -- nosy:

[issue4892] Sending Connection-objects over multiprocessing connections fails

2009-03-30 Thread Jesse Noller
Jesse Noller added the comment: Before I can logically support this, I need a clear use case that supports the idea that this should be supported in the current version of multiprocessing. -- priority: normal -> low ___ Python tracker

[issue1191964] asynchronous Subprocess

2009-03-30 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- nosy: +giampaolo.rodola ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue1693546] email.Message set_param rfc2231 encoding incorrect

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> barry nosy: +barry stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker ___ ___

[issue1694442] Failure to build on AIX 5.3

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Jaman: is this still a problem for you? If not (and nobody else opposes), I'll close this one. -- components: +Build -None nosy: +ajaksu2 priority: normal -> low stage: -> test needed status: open -> pending type: -> compile error versions: +Python 2.6

[issue1681974] mkdtemp fails on Windows if username has non-ASCII character

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

[issue1683908] PEP 361 Warnings

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: I think this one is out of date. -- components: +Interpreter Core, Library (Lib) nosy: +ajaksu2 stage: -> patch review type: -> behavior ___ Python tracker _

[issue1703592] have a way to ignore nonexisting locales in locale.setlocale

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker ___ ___ Python

[issue5614] Malloc errors in test_io

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: I don't think this is related to Python's mmap module, the message says that malloc(3) cannot mmap some extra memory space. I'll test with the older version of mmap just in case. -- ___ Python tracker

[issue4865] system wide site-packages dir not used on Mac OS X

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Committed a fix for this as r70778 (trunk), r70782 (3.1) -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue5614] Malloc errors in test_io

2009-03-30 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Sorry, this is not related to mmap module... Forgot my comments. -- ___ Python tracker ___ ___ Py

[issue1562822] importing threading in a thread does not work

2009-03-30 Thread Brett Cannon
Brett Cannon added the comment: So the failure stems from threading being imported by decimal in a thread itself. This is just not going to be supported as it confuses threading as to what thread was the main thread. Closing as "won't fix". -- resolution: -> wont fix status: open -> c

[issue1683908] PEP 361 Warnings

2009-03-30 Thread Adam Olsen
Adam Olsen added the comment: Aye. 2.6 has come and gone, with most or all warnings applied using (I believe) a different patch. If any future work is needed it can get a new ticket. -- status: open -> closed ___ Python tracker

<    1   2   3   4   >