[issue1734234] Fast path for unicodedata.normalize()

2009-04-25 Thread Martin v. Löwis
Martin v. Löwis 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. I think it would b

[issue1025540] urllib2 http auth

2009-04-25 Thread Gregory P. Smith
Gregory P. Smith 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

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

2009-04-25 Thread Kurt B. Kaiser
Kurt B. Kaiser 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) ___ P

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

2009-04-25 Thread Kurt B. Kaiser
Kurt B. Kaiser 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

[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 : 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 the Win insta

[issue1025540] urllib2 http auth

2009-04-25 Thread Daniel Diniz
Daniel Diniz added the comment: Needs confirmation. -- nosy: +ajaksu2 stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker ___ _

[issue1734234] Fast path for unicodedata.normalize()

2009-04-25 Thread Daniel Diniz
Daniel Diniz added the comment: Should this be considered for 3.1? -- nosy: +ajaksu2 ___ Python tracker ___ ___ Python-bugs-list ma

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

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +benjamin.peterson, pitrou type: -> behavior versions: +Python 2.6, Python 2.7, Python 3.0, Python 3.1 -Python 2.3 ___ Python tracker ___ ___

[issue1019882] hotshot start / stop stats bug

2009-04-25 Thread Daniel Diniz
Daniel Diniz 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 ___

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

2009-04-25 Thread Daniel Diniz
Daniel Diniz 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 tracker

[issue3066] FD leak in urllib2

2009-04-25 Thread DSM
DSM 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 given there is consistent wit

[issue5783] IDLE cannot find windows chm file

2009-04-25 Thread Kurt B. Kaiser
Kurt B. Kaiser 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 -- stage: -> co

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

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +tarek versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker ___ ___ Python-bugs-list mai

[issue3896] idle should be installed as idle3.0

2009-04-25 Thread Daniel Diniz
Daniel Diniz 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

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

2009-04-25 Thread Daniel Diniz
Daniel Diniz 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, w=0xb7afa648, op=2) at Ob

[issue3615] Expect methods for testing.

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +michael.foord stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

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

2009-04-25 Thread Daniel Diniz
Daniel Diniz 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

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

2009-04-25 Thread Daniel Diniz
Daniel Diniz 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

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

2009-04-25 Thread Daniel Diniz
Daniel Diniz 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

[issue1677872] Efficient reverse line iterator

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +benjamin.peterson, pitrou stage: -> patch review type: -> performance versions: +Python 3.1 -Python 3.0 ___ Python tracker ___ ___

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

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +marketdickinson stage: -> test needed type: -> performance versions: +Python 2.7, Python 3.1 -Python 3.0 ___ Python tracker ___ __

[issue1492860] Integer bit operations performance improvement.

2009-04-25 Thread Daniel Diniz
Daniel Diniz added the comment: There's a related patch in issue 1087418. -- dependencies: +long int bitwise ops speedup (patch included) nosy: +ajaksu2 ___ Python tracker ___

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

2009-04-25 Thread Daniel Diniz
Daniel Diniz 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

[issue4971] Incorrect title case

2009-04-25 Thread Martin v. Löwis
Martin v. Löwis 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. -- resolution

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

2009-04-25 Thread Forest Wilkinson
Forest Wilkinson 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

[issue2403] Add figleaf coverage metrics

2009-04-25 Thread Daniel Diniz
Daniel Diniz 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

[issue1207] Load tests from path (patch included)

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +michael.foord stage: -> test needed versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker ___ _

[issue2245] aifc cannot handle unrecognised chunk type "CHAN"

2009-04-25 Thread Santiago Peresón
Santiago Peresón 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 ___

[issue2245] aifc cannot handle unrecognised chunk type "CHAN"

2009-04-25 Thread Santiago Peresón
Santiago Peresón 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 program was wri

[issue5740] multiprocessing.connection.Client API documentation incorrect

2009-04-25 Thread Jesse Noller
Changes by Jesse Noller : -- keywords: +needs review -patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue5783] IDLE cannot find windows chm file

2009-04-25 Thread Martin v. Löwis
Martin v. Löwis 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 tracker

[issue5679] cleanUp stack for unittest

2009-04-25 Thread Robert Collins
Robert Collins added the comment: On Sat, 2009-04-25 at 23:17 +, Michael Foord wrote: > Michael Foord added the comment: > > Proper patch and proper issue this time! Not my evening. > > -- > Added file: http://bugs.python.org/file13787/unittest-no-exit.patch Did this want a new i

[issue3202] Wish: disable tests in unittest

2009-04-25 Thread Benjamin Peterson
Benjamin Peterson added the comment: Yes. -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___ Python-bugs

[issue5846] Deprecate obsolete functions in unittest

2009-04-25 Thread Michael Foord
New submission from Michael Foord : _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 PendingDeprecationWarning first?

[issue3202] Wish: disable tests in unittest

2009-04-25 Thread Michael Foord
Michael Foord added the comment: Is this made obsolete by test skipping? -- nosy: +michael.foord ___ Python tracker ___ ___ Python-bug

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

2009-04-25 Thread Ron DuPlain
Ron DuPlain 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 on a test for it this

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

[issue5845] rlcompleter should be enabled automatically

2009-04-25 Thread Cherniavsky Beni
Changes by Cherniavsky Beni : -- components: +Interpreter Core type: -> feature request versions: +Python 2.7, Python 3.1 ___ Python tracker ___ _

[issue5845] rlcompleter should be enabled automatically

2009-04-25 Thread Cherniavsky Beni
New submission from Cherniavsky Beni : 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 only when Python

[issue5679] cleanUp stack for unittest

2009-04-25 Thread Michael Foord
Michael Foord 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 __

[issue5679] cleanUp stack for unittest

2009-04-25 Thread Michael Foord
Changes by Michael Foord : Removed file: http://bugs.python.org/file13786/unittest-no-exit.patch ___ Python tracker ___ ___ Python-bugs-list ma

[issue5679] cleanUp stack for unittest

2009-04-25 Thread Michael Foord
Michael Foord added the comment: Damn - proper patch without extraneous stuff this time. -- Added file: http://bugs.python.org/file13786/unittest-no-exit.patch ___ Python tracker ___

[issue5844] internal error on write while reading

2009-04-25 Thread DSM
DSM 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

[issue3379] Option to not-exit on test

2009-04-25 Thread Benjamin Peterson
Benjamin Peterson added the comment: Michael, this patch seems to include extra addCleanup() stuff. -- ___ Python tracker ___ ___ Pyth

[issue3379] Option to not-exit on test

2009-04-25 Thread Michael Foord
Michael Foord 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. -- Added file: http://bugs.p

[issue5304] email/base64mime.py cannot work

2009-04-25 Thread Daniel Diniz
Daniel Diniz 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 tracker

[issue5844] internal error on write while reading

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: -> normal stage: -> test needed type: -> behavior ___ Python tracker ___ ___ Python-bugs-list

[issue5844] internal error on write while reading

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +dsm001, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue5844] internal error on write while reading

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +benjamin.peterson -dsm001 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue5259] smtplib is broken in Python3

2009-04-25 Thread Daniel Diniz
Daniel Diniz 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 _

[issue5844] internal error on write while reading

2009-04-25 Thread DSM
New submission from DSM : 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", "copyright", "credits" or "li

[issue3921] smtplib cannot sendmail over TLS

2009-04-25 Thread Daniel Diniz
Daniel Diniz 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

[issue3921] smtplib cannot sendmail over TLS

2009-04-25 Thread Daniel Diniz
Daniel Diniz 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 __

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

2009-04-25 Thread Daniel Diniz
Daniel Diniz added the comment: Added to trunk around rev58097. -- nosy: +ajaksu2 resolution: -> out of date stage: test needed -> committed/rejected status: open -> closed ___ Python tracker __

[issue1733484] Solaris 64 bit LD_LIBRARY_PATH_64 needs to be set

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> rejected stage: test needed -> committed/rejected status: pending -> closed ___ Python tracker ___

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

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> invalid stage: test needed -> committed/rejected status: pending -> closed ___ Python tracker ___ _

[issue1733513] zlib configure behaves differently than main configure

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> invalid stage: -> committed/rejected status: pending -> closed ___ Python tracker ___

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

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> invalid stage: test needed -> committed/rejected status: pending -> closed ___ Python tracker ___ _

[issue5835] Deprecate PyOS_ascii_formatd

2009-04-25 Thread Eric Smith
Eric Smith added the comment: Committed in trunk as r71938. I'll use a slightly different strategy in py3k. -- ___ Python tracker ___

[issue1516897] Use dynload_shlib on newer HP-UX versions

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> rejected stage: test needed -> committed/rejected status: pending -> closed ___ Python tracker ___

[issue1558802] Tru64 make install failure

2009-04-25 Thread Daniel Diniz
Daniel Diniz added the comment: Thanks for the feedback, Ralf. -- resolution: -> out of date stage: test needed -> committed/rejected status: pending -> closed ___ Python tracker ___

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

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> out of date stage: test needed -> committed/rejected status: pending -> closed ___ Python tracker ___ _

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

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> invalid stage: -> committed/rejected status: pending -> closed ___ Python tracker ___

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

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> rejected stage: test needed -> committed/rejected status: pending -> closed ___ Python tracker ___

[issue1649011] HP-UX: compiler warnings: alignment

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> rejected stage: test needed -> committed/rejected status: pending -> closed ___ Python tracker ___

[issue1694442] Failure to build on AIX 5.3

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> rejected stage: test needed -> committed/rejected status: pending -> ___ Python tracker ___ __

[issue1733523] HP shared object option

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> rejected stage: test needed -> committed/rejected status: pending -> closed ___ Python tracker ___

[issue1733532] HP automatic build of zlib

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> rejected stage: test needed -> committed/rejected status: pending -> closed ___ Python tracker ___

[issue1733544] HP 64 bit does not run

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> rejected stage: test needed -> committed/rejected status: pending -> closed ___ Python tracker ___

[issue1070140] endianness detection fails on IRIX 5.3

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> invalid stage: -> committed/rejected status: pending -> closed ___ Python tracker ___

[issue1531859] Tracing and profiling functions can cause hangs in threads

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> out of date stage: test needed -> committed/rejected status: pending -> closed ___ Python tracker ___ _

[issue1768858] Python - Operation time out problem

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> invalid stage: test needed -> committed/rejected status: pending -> closed ___ Python tracker ___ _

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

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

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

2009-04-25 Thread Benjamin Peterson
Benjamin Peterson added the comment: Installed pydoc and idle with a 3 suffix in r71936. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue4050] inspect.findsource() returns binary data for shared library modules

2009-04-25 Thread Daniel Diniz
Daniel Diniz added the comment: Test for the patch. -- nosy: +ajaksu2 priority: -> normal stage: -> patch review versions: -Python 2.5 Added file: http://bugs.python.org/file13781/binary_source_test.diff ___ Python tracker

[issue5818] Fix five small bugs in the bininstall and altbininstall pseudotargets

2009-04-25 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thanks for the patch! Fixed in r71935. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue5835] Deprecate PyOS_ascii_formatd

2009-04-25 Thread Eric Smith
Eric Smith added the comment: It makes most sense to name the new 2.7 replacement function to be _PyOS_double_to_string (with a leading underscore). It will be the same as PyOS_double_to_string, except that instead of allocating a buffer and returning it, you will supply it a buffer and a length

[issue5742] inspect.findsource() should look only for sources

2009-04-25 Thread Daniel Diniz
Daniel Diniz added the comment: This is a duplicate of issue 4050. -- nosy: +ajaksu2 resolution: -> duplicate status: open -> closed superseder: -> inspect.findsource() returns binary data for shared library modules ___ Python tracker

[issue5826] new unittest function listed as assertIsNotNot() instead of assertIsNotNone()

2009-04-25 Thread Michael Foord
Michael Foord added the comment: Closed in revision 71930. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue1754483] linecache package handling

2009-04-25 Thread Daniel Diniz
Daniel Diniz added the comment: Test script works with patch from issue 1309567. Hans, do you have more test cases? -- dependencies: +linecache module returns wrong results nosy: +ajaksu2 type: -> behavior versions: +Python 2.6, Python 3.0 ___ Pytho

[issue1068477] linecache.py::updatecache strips directory info from files

2009-04-25 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed in py3k and trunk as AMK describes it, fixed by the patch in issue 1309567. -- dependencies: +linecache module returns wrong results nosy: +ajaksu2 type: -> behavior ___ Python tracker

[issue5650] Obsolete RFC's should be removed from doc of urllib.urlparse

2009-04-25 Thread Éric Araujo
Éric Araujo added the comment: Included patch for this issue. There is some diff noise because of paragraph wrapping. I don’t know whether my seealso addition is correctly formatted (the title spans two lines) because of a Sphinx bug on my machine. Thanks for reviewing. -- keywords: +pa

[issue1309567] linecache module returns wrong results

2009-04-25 Thread Daniel Diniz
Daniel Diniz added the comment: Patch (against py3k) with David Zaslavsky's solution from msg79117. It would be good to find failing tests after it's applied so we can fix this without breaking valid use cases. -- Added file: http://bugs.python.org/file13779/basename.diff _

[issue1218234] inspect.getsource doesn't update when a module is reloaded

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : Removed file: http://bugs.python.org/file13776/test_inspect-py3k.diff ___ Python tracker ___ ___ Python-bugs-list

[issue1218234] inspect.getsource doesn't update when a module is reloaded

2009-04-25 Thread Daniel Diniz
Daniel Diniz added the comment: Er, no, it wasn't committed to py3k, it was just me getting my patches mixed. Attaching the py3k test with relative import fixed. -- Added file: http://bugs.python.org/file13778/test_inspect-py3k2.diff ___ Python track

[issue5650] Obsolete RFC's should be removed from doc of urllib.urlparse

2009-04-25 Thread Éric Araujo
Éric Araujo added the comment: Sorry, my logic was flawed: RFC 1808 is not obsoleted either, so it leaves us with 1738, 1808 and 3986. -- ___ Python tracker ___ _

[issue1309567] linecache module returns wrong results

2009-04-25 Thread Daniel Diniz
Daniel Diniz added the comment: Adding some tests to make working on a patch easier. -- keywords: +patch nosy: +ajaksu2 stage: -> patch review type: -> behavior versions: -Python 2.3, Python 2.4, Python 2.5 Added file: http://bugs.python.org/file13777/test_linecache.py _

[issue5843] Possible normalization error in urlparse.urlunparse

2009-04-25 Thread Éric Araujo
Éric Araujo added the comment: This is indeed a bug. urlunparse should special-case "#" so as not to discard it. -- ___ Python tracker ___ ___

[issue1218234] inspect.getsource doesn't update when a module is reloaded

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : Added file: http://bugs.python.org/file13776/test_inspect-py3k.diff ___ Python tracker ___ ___ Python-bugs-list ma

[issue1218234] inspect.getsource doesn't update when a module is reloaded

2009-04-25 Thread Daniel Diniz
Daniel Diniz added the comment: Fix was committed to py3k but with no tests AFAIK. Here's a (failing) test for trunk that runs OK after Guilherme's patch. We might want to keep this behavior restricted for when the module was reloaded. -- keywords: +patch nosy: +ajaksu2 stage: -> patc

[issue5259] smtplib is broken in Python3

2009-04-25 Thread Marcin Bachry
Marcin Bachry added the comment: I add simple smtp auth unit test to exercise this bug. -- keywords: +patch nosy: +marcin.bachry Added file: http://bugs.python.org/file13774/test-smtplib.diff ___ Python tracker ___

[issue5843] Possible normalization error in urlparse.urlunparse

2009-04-25 Thread Éric Araujo
New submission from Éric Araujo : Docstring for urlunparse says: """Put a parsed URI back together again. This may result in a slightly different, but equivalent URI, if the URI that was parsed originally had redundant delimiters, e.g. a ? with an empty query (the draft states th

[issue5842] Move test outside of urlparse module

2009-04-25 Thread Éric Araujo
New submission from Éric Araujo : urlparse contains a small self-test. I think it should be integrated into test_urlparse or removed, for easier maintenance. -- components: Library (Lib), Tests messages: 86537 nosy: Merwok severity: normal status: open title: Move test outside of urlpars

[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 added the comment: Fixed the slice stuff in r71915. -- ___ Python tracker ___ ___ Python-bugs-list maili

[issue4305] ctypes fails to build on mipsel-linux-gnu (detects mips instead of mipsel)

2009-04-25 Thread Thomas Heller
Thomas Heller added the comment: I wonder if fixes for issues like these (ctypes build errors on some plaforms) could be verified by using cross compilers on linux? -- ___ Python tracker ___

[issue5783] IDLE cannot find windows chm file

2009-04-25 Thread Guilherme Polo
Guilherme Polo 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 :) Anyway, are you porting these to py3k and release30-maint or can someone else do it ? -- ___

[issue5783] IDLE cannot find windows chm file

2009-04-25 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser : -- components: +IDLE -Build keywords: +26backport ___ Python tracker ___ ___ Python-bugs-list mailing list

[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 added the comment: Committed a first batch in r71910. -- ___ Python tracker ___ ___ Python-bugs-list mai

[issue5783] IDLE cannot find windows chm file

2009-04-25 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: OK, thanks, Martin. I'll use 'pending' that way (close after a while if the bot hears nothing further). Changing component to "IDLE'. release26-maint: r71908, r71909 -- ___ Python tracker

  1   2   >