[issue4129] C/API documentation: request for documentation of change to Py_ssize_t* arguments.

2009-04-25 Thread Jeroen Ruigrok van der Werven
Jeroen Ruigrok van der Werven asmo...@in-nomine.org added the comment: OK, I went through the entire C API documentation and marked up every part that changed from int to Py_ssize_t in our documentation. -- resolution: - accepted stage: - committed/rejected status: open - closed

[issue3143] development docs waste a lot of horizontal space on left nav bar

2009-04-25 Thread Jeroen Ruigrok van der Werven
Jeroen Ruigrok van der Werven asmo...@in-nomine.org added the comment: I assume this is relative to the resolution of a user's monitor. For me, using the current documentation it only takes about 1/8th - 1/9th of my width. -- nosy: +asmodai ___

[issue1768858] Python - Operation time out problem

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - invalid stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1768858 ___

[issue1070140] endianness detection fails on IRIX 5.3

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - invalid stage: - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1070140 ___

[issue1733544] HP 64 bit does not run

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - rejected stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1733544

[issue1733532] HP automatic build of zlib

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - rejected stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1733532

[issue1733523] HP shared object option

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - rejected stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1733523

[issue1694442] Failure to build on AIX 5.3

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - rejected stage: test needed - committed/rejected status: pending - ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1694442 ___

[issue1649011] HP-UX: compiler warnings: alignment

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - rejected stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1649011

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

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - rejected stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1642054

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

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - invalid stage: - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1626545 ___

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

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - out of date stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1597798

[issue1558802] Tru64 make install failure

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Thanks for the feedback, Ralf. -- resolution: - out of date stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org

[issue1516897] Use dynload_shlib on newer HP-UX versions

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - rejected stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1516897

[issue5835] Deprecate PyOS_ascii_formatd

2009-04-25 Thread Eric Smith
Eric Smith e...@trueblade.com added the comment: Committed in trunk as r71938. I'll use a slightly different strategy in py3k. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5835 ___

[issue1733546] AIX shared object build of python 2.5 does not work

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - invalid stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1733546 ___

[issue1733513] zlib configure behaves differently than main configure

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - invalid stage: - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1733513 ___

[issue1733509] Modules/ld_so_aix needs to strip path off of whichcc call

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - invalid stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1733509 ___

[issue1733484] Solaris 64 bit LD_LIBRARY_PATH_64 needs to be set

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - rejected stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1733484

[issue1217246] proposed patch for tls wrapped ssl support added to smtplib

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Added to trunk around rev58097. -- nosy: +ajaksu2 resolution: - out of date stage: test needed - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org

[issue3921] smtplib cannot sendmail over TLS

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: As pointed by Mariano on IRC, this is closely related to #5259 and #5304. -- Added file: http://bugs.python.org/file13782/smtpbug.py ___ Python tracker rep...@bugs.python.org

[issue3921] smtplib cannot sendmail over TLS

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Actually, this is fixed by the patch in issue 5259 (also has test). -- resolution: - duplicate status: open - closed superseder: - smtplib is broken in Python3 ___ Python tracker

[issue5844] internal error on write while reading

2009-04-25 Thread DSM
New submission from DSM dsm...@users.sourceforge.net: Inspired by http://bugs.python.org/issue1653416 , I tried writing to a file opened for reading in 3.1 trunk, and found: Python 3.1a2+ (py3k:71900M, Apr 25 2009, 16:12:31) [GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin Type help,

[issue5259] smtplib is broken in Python3

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Martin: see a test script in issue 3921. -- nosy: +ajaksu2 priority: normal - critical Added file: http://bugs.python.org/file13783/smtplib_eol.diff ___ Python tracker rep...@bugs.python.org

[issue5844] internal error on write while reading

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +benjamin.peterson -dsm001 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5844 ___ ___

[issue5844] internal error on write while reading

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +dsm001, pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5844 ___ ___ Python-bugs-list

[issue5844] internal error on write while reading

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - normal stage: - test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5844 ___

[issue5304] email/base64mime.py cannot work

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: This is a duplicate of issue 5259. -- nosy: +ajaksu2 resolution: - duplicate stage: test needed - committed/rejected status: open - closed superseder: - smtplib is broken in Python3 ___ Python

[issue3379] Option to not-exit on test

2009-04-25 Thread Michael Foord
Michael Foord mich...@voidspace.org.uk added the comment: Patch that adds the same exit functionality, but also stores the result as an instance attribute on the return TestProgram instance. As this functionality has been requested several times my intention is to apply this patch. --

[issue3379] Option to not-exit on test

2009-04-25 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: Michael, this patch seems to include extra addCleanup() stuff. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3379 ___

[issue5844] internal error on write while reading

2009-04-25 Thread DSM
DSM dsm...@users.sourceforge.net added the comment: Added tests to py3k/Lib/test/test_file.py. Patch against py3k trunk @ r71904. -- keywords: +patch Added file: http://bugs.python.org/file13785/write_while_reading_test.patch ___ Python tracker

[issue5679] cleanUp stack for unittest

2009-04-25 Thread Michael Foord
Changes by Michael Foord mich...@voidspace.org.uk: Removed file: http://bugs.python.org/file13786/unittest-no-exit.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5679 ___

[issue5679] cleanUp stack for unittest

2009-04-25 Thread Michael Foord
Michael Foord mich...@voidspace.org.uk added the comment: Proper patch and proper issue this time! Not my evening. -- Added file: http://bugs.python.org/file13787/unittest-no-exit.patch ___ Python tracker rep...@bugs.python.org

[issue5845] rlcompleter should be enabled automatically

2009-04-25 Thread Cherniavsky Beni
New submission from Cherniavsky Beni c...@users.sf.net: An interactive prompt should offer working completion out-of-the-box, without requiring every Python user on earth to create a $PYTHONSTARTUP with '''import readline; readline.parse_and_bind(tab: complete)'''. Note that it should work not

[issue5845] rlcompleter should be enabled automatically

2009-04-25 Thread Cherniavsky Beni
Changes by Cherniavsky Beni c...@users.sf.net: -- components: +Interpreter Core type: - feature request versions: +Python 2.7, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5845

[issue5129] indentation in IDLE 2.6 different from IDLE 2.5, 2.4 or vim

2009-04-25 Thread Kurt B. Kaiser
Kurt B. Kaiser k...@shore.net added the comment: Backported to release26-maint: r71911 Also issue for 3.0.1, which distributes Tk8.5 on Windows. Was forwardported to py3k: r71189 Backported to release30-maint: r71944 -- status: pending - closed versions: +Python 3.0

[issue5430] imaplib: must not replace LF or CR by CRLF in literals

2009-04-25 Thread Ron DuPlain
Ron DuPlain ron.dupl...@gmail.com added the comment: It looks like the IMAP4.append method is responsible for the CRLF substitution (trunk/Lib/imaplib.py). # defined near top of module: MapCRLF = re.compile(r'\r\n|\r|\n') # in append method: self.literal = MapCRLF.sub(CRLF, message) I'll work

[issue3202] Wish: disable tests in unittest

2009-04-25 Thread Michael Foord
Michael Foord mich...@voidspace.org.uk added the comment: Is this made obsolete by test skipping? -- nosy: +michael.foord ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3202 ___

[issue5846] Deprecate obsolete functions in unittest

2009-04-25 Thread Michael Foord
New submission from Michael Foord mich...@voidspace.org.uk: _makeLoader, getTestCaseNames, makeSuite and findTestCases have all had the comment these functions should be considered obsolete for a long time. Is is ok to go straight to deprecation or should they be marked with

[issue3202] Wish: disable tests in unittest

2009-04-25 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: Yes. -- resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3202 ___

[issue5679] cleanUp stack for unittest

2009-04-25 Thread Robert Collins
Robert Collins robe...@robertcollins.net added the comment: On Sat, 2009-04-25 at 23:17 +, Michael Foord wrote: Michael Foord mich...@voidspace.org.uk added the comment: Proper patch and proper issue this time! Not my evening. -- Added file:

[issue5783] IDLE cannot find windows chm file

2009-04-25 Thread Martin v. Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Kurt, I'm not sure if you misunderstood Martin but there is no such closing bot here (only if you consider people as bots :) There is no such bot *yet*, but may be in a few days. -- ___ Python

[issue2245] aifc cannot handle unrecognised chunk type CHAN

2009-04-25 Thread Santiago Peresón
Santiago Peresón y...@yaco.net added the comment: according to the spec at http://www.cnpbagwell.com/aiff-c.txt [1]: Dealing with Unrecognized Local Chunks When reading an IFF file, your program may encounter local chunk types that it doesn't recognize, perhaps extensions defined after your

[issue2245] aifc cannot handle unrecognised chunk type CHAN

2009-04-25 Thread Santiago Peresón
Santiago Peresón y...@yaco.net added the comment: [1] couldn't find the spec at developer.apple.com, but the linked one seems to be a copy of the original 1991 spec. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2245

[issue1207] Load tests from path (patch included)

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +michael.foord stage: - test needed versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1207 ___

[issue2403] Add figleaf coverage metrics

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Re-attaching the coverage bootstrapping file as plain/text. -- nosy: +ajaksu2 stage: - test needed type: - feature request versions: +Python 2.7, Python 3.1 -Python 2.6 Added file: http://bugs.python.org/file13788/coverage.py

[issue3143] development docs waste a lot of horizontal space on left nav bar

2009-04-25 Thread Forest Wilkinson
Forest Wilkinson for...@users.sourceforge.net added the comment: It is relative to the resolution of the user's browser window. Don't make the mistake of assuming that everyone keeps their browser maximized. :) -- ___ Python tracker

[issue4971] Incorrect title case

2009-04-25 Thread Martin v. Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: In r71894, makeunicodedata.py was fixed to correctly encode titlecase in the unicodectype database (see issue5828) In r71947, r71948, r71949, r71950, this issue is fixed by not having titlecase fall back to uppercase at run-time anymore.

[issue1054943] Python may contain NFC/NFKC bug per Unicode PRI #29

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: The code is the same as described by MAL and we're now on Unicode DB 5.1. -- nosy: +ajaksu2, haypo stage: - test needed type: - behavior versions: +Python 3.1 -Python 2.5 ___ Python tracker

[issue1492860] Integer bit operations performance improvement.

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: There's a related patch in issue 1087418. -- dependencies: +long int bitwise ops speedup (patch included) nosy: +ajaksu2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1492860

[issue1087418] long int bitwise ops speedup (patch included)

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +marketdickinson stage: - test needed type: - performance versions: +Python 2.7, Python 3.1 -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1087418

[issue1677872] Efficient reverse line iterator

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +benjamin.peterson, pitrou stage: - patch review type: - performance versions: +Python 3.1 -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1677872

[issue1298813] sysmodule.c: realpath() is unsafe

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: See http://nvd.nist.gov/nvd.cfm?cvename=CVE-2006-1542 -- nosy: +ajaksu2, haypo stage: - test needed versions: +Python 2.6, Python 3.0, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org

[issue1565468] Install on WinXP always goes to C:\

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Fixed in r66305. -- nosy: +ajaksu2 resolution: - out of date stage: - committed/rejected status: open - closed superseder: - msi installs to the incorrect location (C drive) ___ Python tracker

[issue1298962] MSI installer does not pass values as SecureProperty from UI

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Fixed in r66305. -- nosy: +ajaksu2 resolution: - out of date stage: - committed/rejected status: open - closed superseder: - msi installs to the incorrect location (C drive) ___ Python tracker

[issue3615] Expect methods for testing.

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +michael.foord stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3615 ___

[issue2016] Crash when modifying the **kwargs passed to a function.

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed in py3k (debug), trunk (non-debug) hangs with lots of CPU activity. py3k backtrace: #0 0x0805c196 in do_richcompare (v=0x83e734c, w=0xb7afa648, op=2) at Objects/object.c:561 #1 0x0805c450 in PyObject_RichCompare (v=0x83e734c,

[issue3896] idle should be installed as idle3.0

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Benjamin fixed this in r71936, #5756. -- nosy: +ajaksu2 resolution: - out of date stage: - committed/rejected status: open - closed superseder: - idle pydoc et al removed from 3.1 without versioned replacements

[issue2276] distutils out-of-date for runtime_library_dirs flag on OS X

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +tarek versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2276 ___

[issue5783] IDLE cannot find windows chm file

2009-04-25 Thread Kurt B. Kaiser
Kurt B. Kaiser k...@shore.net added the comment: I understood Martin completely. The bot is coming RSN. My use of 'pending' was intended to answer the exact question you just asked. Maybe I should use Stage: 'commit review'. Forwardport to py3k: r71952 Backport to 30-maint: r71953

[issue3066] FD leak in urllib2

2009-04-25 Thread DSM
DSM dsm...@users.sourceforge.net added the comment: I can't reproduce in python 2.5.4, 2.6.2, or 2.7 trunk (though I can with 2.4.6 and 2.5) on mac linux. Quick bisection suggests that it was fixed in r53511 while solving related bug http://bugs.python.org/issue1601399, and the explanation

[issue4403] regression from 2.6: smtplib.py requiring ascii for sending messages

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: We might want to add the workaround to docs or even to extend smtplib to support it. -- nosy: +ajaksu2 priority: - normal stage: - test needed type: - behavior versions: +Python 3.1 ___ Python

[issue1019882] hotshot start / stop stats bug

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed on trunk (interactive session only), might be considered a historical limitation by now :) -- nosy: +ajaksu2 priority: normal - low stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.3

[issue818059] os.listdir on empty strings. Inconsistent behaviour.

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +benjamin.peterson, pitrou type: - behavior versions: +Python 2.6, Python 2.7, Python 3.0, Python 3.1 -Python 2.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue818059

[issue1734234] Fast path for unicodedata.normalize()

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Should this be considered for 3.1? -- nosy: +ajaksu2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1734234 ___

[issue1025540] urllib2 http auth

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Needs confirmation. -- nosy: +ajaksu2 stage: - test needed versions: +Python 2.7, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1025540

[issue5847] IDLE/Win Installer: drop -n switch for 2.7/3.1; install 3.1 as idle3

2009-04-25 Thread Kurt B. Kaiser
New submission from Kurt B. Kaiser k...@shore.net: 1. On 2.7/3.1 multiple copies of IDLE can be run simultaneously, so the -n switch used in the Windows Start menu shortcut with Edit with IDLE should be eliminated. 2. On 3.1, the idle script has been renamed idle3. This may interact with

[issue1529142] Allowing multiple instances of IDLE with sub-processes

2009-04-25 Thread Kurt B. Kaiser
Kurt B. Kaiser k...@shore.net added the comment: Opened a bug to get the -n switch removed from the Windows Installer Edit with IDLE function. -- superseder: - Parts of Tkinter missing (but not when running from IDLE) ___ Python tracker

[issue5756] idle pydoc et al removed from 3.1 without versioned replacements

2009-04-25 Thread Kurt B. Kaiser
Kurt B. Kaiser k...@shore.net added the comment: This may affect the Windows Installer, specifically the IDLE shortcut and the Edit with IDLE right click functionality. See #5487. -- superseder: - Parts of Tkinter missing (but not when running from IDLE)

[issue1025540] urllib2 http auth

2009-04-25 Thread Gregory P. Smith
Gregory P. Smith g...@krypto.org added the comment: agreed, its not needed. closing. if someone wants it they're welcome to supply a patch with tests. -- resolution: - wont fix status: open - closed ___ Python tracker rep...@bugs.python.org

[issue1734234] Fast path for unicodedata.normalize()

2009-04-25 Thread Martin v. Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: The patch looks fine to me, please apply. One change is necessary: the quick check should only be performed if it is the newest version (i.e. self is NULL); otherwise, we would need to add a delta list for changed quickcheck values, as well.

<    1   2