[issue1399] XML codec

2008-03-17 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Marc-Andre: Is this good to be committed, or does it need to be reviewed further? -- assignee: -> lemburg nosy: +jafo priority: -> normal __ Tracker <[EMAIL PROTECTED]> <h

[issue1328] Force BOM option in UTF output.

2008-03-17 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: It sounds like the Unicode FAQ has an authoritative statement on this, is this a "wontfix", or does this need more discussion? Perhaps on python-dev or at the sprints this week? -- assignee: -> doerwalter n

[issue1477] UnicodeDecodeError that cannot be caught in narrow unicode builds

2008-03-17 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Can someone comment on this, or bring it up on python-dev if it needs more discussion? -- assignee: -> doerwalter nosy: +doerwalter, jafo priority: -> low __ Tracker <[EMAIL PR

[issue1554] socketmodule cleanups: allow the use of keywords in socket functions

2008-03-17 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: There's a new version, can we get it reviewed and tested under Windows? -- assignee: -> loewis keywords: +patch nosy: +jafo priority: -> normal title: [patch] socketmodule cleanups: allow the use of k

[issue1471] ioctl doesn't work properly on 64-bit OpenBSD

2008-03-17 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: I think this proposed change needs some research into what the standards say about ioctl's return code, and if the change to a long return code is done then test it on Linux to see if it breaks things or if it works

[issue1142] code sample showing errors reading large files with py 2.5/3.0

2008-03-17 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: I have run this under the current py3k SVN version on an 64-bit Linux (Fedora 8), and it runs fine, FYI. ISTR that I had a patch which fixed something that sounds very much like this, but I can't find that other issue.

[issue1312] doctest EXCEPTION_RE can't handle preceding output

2008-03-17 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: The existing tests include a test explicitly for the existing behavior, including the statement: "An example may not generate output before it raises an exception". In order to be able to accept this change, there is goi

[issue1516] make _ctypes work with non-gcc compilers

2008-03-17 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1516> __ ___ Python-b

[issue1506] func alloca inside ctypes lib needs #include on solaris

2008-03-17 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Fix is inline. -- keywords: +patch nosy: +jafo __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1574] Touchpad 2 Finger scroll does not work in IDLE on Mac (But scroll wheel of external mouse does)

2008-03-17 Thread Sean Reifschneider
New submission from Sean Reifschneider <[EMAIL PROTECTED]>: Assigned. -- assignee: -> ronaldoussoren nosy: +jafo, ronaldoussoren priority: -> normal type: behavior -> feature request __ Tracker <[EMAIL PROTECTED]> <http://b

[issue2138] Add a factorial function

2008-03-17 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Raymond: Can you come into the core sprint and discuss it with the table on the right just as you come in the door of the sprint room? Lian said that was who he discussed it with and they came to the conclusion to rej

[issue1581] xmlrpclib.ServerProxy() doesn't use x509 data

2008-03-17 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: This patch also needs to include a patch to the documentation. Martin: Do you agree with the discussion on the changes for 2.6? -- nosy: +jafo __ Tracker <[EMAIL PROTECTE

[issue1596] Broken pipes should be handled better in 2.x

2008-03-17 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1596> __ ___ Python-b

[issue1598] unexpected response in imaplib

2008-03-17 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Can you provide the message or messages which cause the problem when they are put in the IMAP server? Can you also provide information on what IMAP server software and version is being used? -- assignee: -> piersla

[issue1251] ssl module doesn't support non-blocking handshakes

2008-03-17 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Should this be back-ported to 2.6, or can it be closed? -- keywords: +patch nosy: +jafo priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue1544] IDLE installation problems and no message errors

2008-03-17 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Duplicate of #1743 and #1862. Fixed in Python 2.5.2 maint. Fixed in rev 60782 The problem is that the .idlerc file is getting the hidden bit set. -- assignee: -> loewis nosy: +jafo, loewis priority: -> norma

[issue1711] socket functions that should return unsigned int return signed int

2008-03-17 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Maarten: Do you have time to try doing a test build as suggested by Guido, to report if this issue is resolved? -- nosy: +jafo priority: -> normal type: -> behavior __ Tracker <[

[issue1684] CGIHTTPServer does not chdir prior to executing the CGI script

2008-03-17 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Is the reporter correct that it is not thread impacting? -- assignee: -> tiran nosy: +jafo priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1684] CGIHTTPServer does not chdir prior to executing the CGI script

2008-03-17 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1684> __ ___ Python-bugs

[issue1785] "inspect" gets broken by some descriptors

2008-03-17 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> facundobatista keywords: +patch nosy: +facundobatista priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1676] Fork/exec issues with Tk 8.5/Python 2.5.1 on OS X

2008-03-17 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Martin: Any response to Kevin's URL reference? -- assignee: -> loewis nosy: +jafo priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http:/

[issue1274] doctest fails to run file based tests with 8bit paths

2008-03-17 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: This may be fixed already, or a bug in FC4. Or perhaps you could provide more information on how the bug is invoked. I was able to successfully execute a doctest with "\xee" in the path on an F8 box: Python 2.5.1 (r2

[issue1746] ZIP files with archive comments longer than 4k not recognized as valid by zipfile module

2008-03-17 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- priority: -> normal resolution: -> duplicate status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://b

[issue1622] zipfile hangs on certain zip files

2008-03-17 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Eric: Can you review the latest version of this patch? -- assignee: -> loewis nosy: +jafo, loewis __ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue1399] XML codec

2008-03-18 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- resolution: -> rejected status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2392] Sean is testing tracker bug.

2008-03-18 Thread Sean Reifschneider
New submission from Sean Reifschneider <[EMAIL PROTECTED]>: Foo -- components: Demos and Tools messages: 63922 nosy: jafo severity: normal status: open title: Sean is testing tracker bug. versions: Python 2.5 __ Tracker <[EMAIL PROTECTE

[issue1625] bz2.BZ2File doesn't support multiple streams

2008-03-18 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> niemeyer nosy: +niemeyer priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1909] Backport: Mixing default keyword arguments with *args

2008-03-18 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- keywords: +26backport priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1909> __ _

[issue1577] shutil.move() does not use os.rename() if dst is a directory

2008-03-18 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: After reviewing the discussion I'm going to accept this because: Guido seemed to me to say "figure it out among yourselves". We're talking about shutil, so mimicing the shell move (mv) semantics is not e

[issue1975] signals in thread problem

2008-03-18 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1975> __ ___ Python-b

[issue2008] cookielib lacks FileCookieJar class for Safari

2008-03-18 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> loewis nosy: +loewis priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2029] "python -m pydoc -g" fails

2008-03-18 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> ping nosy: +ping priority: -> normal type: -> behavior __ Tracker <[EMAIL PROTECTED]> <http://b

[issue2052] Allow changing difflib._file_template character encoding.

2008-03-18 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> tim_one nosy: +tim_one priority: -> normal title: Lack of difflib.HtmlDiff unicode support -> Allow changing difflib._file_template character encoding. __ Tracker &l

[issue2401] Solaris: ctypes tests being skipped despite following #1516

2008-03-18 Thread Sean Reifschneider
New submission from Sean Reifschneider <[EMAIL PROTECTED]>: This is a break-out of the multi-issue #2048. Original poster Atro Tossavainen (atossava) reports:Building and testing on Solaris 8 on SPARC with Sun compilers: cc: Sun C 5.8 2005/10/13 CC: Sun C++ 5.8 2005/10/13 281 tests

[issue2401] Solaris: ctypes tests being skipped despite following #1516

2008-03-18 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Martin v. Löwis (loewis) replies: What is the specific problem that you are reporting? I.e. what behavior did you expect instead? __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2401] Solaris: ctypes tests being skipped despite following #1516

2008-03-18 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: This is me: Martin: I believe the report is that the user followed #1516 but ctypes was not built, or at least the test was skipped. Assigning to theller, because that's whom #1516 is assigned to. -- assignee: loewis

[issue2048] IRIX: Seg-fault while building tests with gmake on test_xml_etree.

2008-03-18 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Created issue #2401 for the Solaris problem. Repurposing this issue to just be the IRIX issue. -- nosy: +jafo priority: -> normal title: Python 2.5.1 woes on IRIX, Solaris -> IRIX: Seg-fault while building tests w

[issue2074] pprint._safe_repr() unsafe on ordering differently types objects with same str represenation

2008-03-18 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: I don't know if this is still relevent, if it is please provide a test that demonstrates it. I've checked the code and found that the code to be patched no longer exists. To me, it looks like it might be resolved. ---

[issue2076] xmlrpclib closes connection after each call

2008-03-18 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> effbot nosy: +effbot priority: -> normal type: -> feature request __ Tracker <[EMAIL PROTECTED]> <http://b

[issue2077] Interpreter crash on shutdown

2008-03-18 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- priority: -> high __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2077> __ ___ Python-b

[issue2090] __import__ with fromlist=[''] causes double initialization of modules

2008-03-18 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> brett.cannon nosy: +brett.cannon priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2100] unit test UnicodeWarning

2008-03-18 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> mhammond nosy: +mhammond priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2073] asynchat push always sends 512 bytes (ignoring ac_out_buffer_size)

2008-03-18 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> gvanrossum nosy: +gvanrossum priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2102] New style vs. old style classes __ror__() operator overloading

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> fdrake components: +Documentation -Interpreter Core nosy: +fdrake priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1641] asyncore delayed calls feature

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Giampaolo: Can you pleaes bring this up on python-dev or the normal python mailing list for further discussion on the issue? -- assignee: -> akuchling keywords: +patch nosy: +akuchling, jafo priority: ->

[issue2113] Bad interaction between signal and subprocess

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Daniele: Please provide an updated version of this patch based on the feedback below. -- assignee: -> gregory.p.smith keywords: +patch nosy: +gregory.p.smith, jafo priority: -> normal type: crash

[issue2116] weakref copy module interaction

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Rick: In the future, please provide a context or unified diff ("diff -c") so that we get the file name that the diff is for and some additional context. -- assignee: -> tim_one keywords: +patch nosy: +jaf

[issue2125] Read support for Records in msilib

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> loewis keywords: +patch nosy: +loewis priority: -> normal title: [patch] Read support for Records in msilib -> Read support for Records in msilib __ Tracker <[EMAIL

[issue1390] toxml generates output that is not well formed

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Martin: What do you think of this patch? -- assignee: -> loewis nosy: +jafo priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2126] BaseHTTPServer.py fails long POST from IE

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Raymond: Can you see the other related issues and see if the proposed fix (inline in the comment) is acceptable? -- assignee: -> rhettinger nosy: +jafo priority: -> normal __ Tra

[issue1943] improved allocation of PyUnicode objects

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Marc-Andre: Wit the udpated patches, is this a set of patches we can accept? -- assignee: -> lemburg keywords: +patch nosy: +jafo priority: -> normal __ Tracker <[EMAIL PR

[issue1813] Codec lookup failing under turkish locale

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Marc-Andre: How should we proceed with this bug? Discuss on python-dev or c.l.python? -- assignee: -> lemburg keywords: +patch nosy: +jafo priority: -> normal __ Tracker <[

[issue2132] Blocking sockets take entirely too long to timeout

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: smtplib is for sending messages via SMTP, not for testing to see if a user is behind an ISP that is incorrectly blocking outgoing SMTP connections. I would argue the "incorrectly" because they are dropping rather th

[issue2136] urllib2 basic auth handler doesn't handle realm names in single-quoted strings

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: This patch looks good to me, but I don't know the implications of this. It seems reasonable to me, but I'd defer to an HTTP lawyer. -- assignee: -> georg.brandl keywords: +patch nosy: +georg.brandl, jafo p

[issue2141] Pydoc interactive browser misses some docs

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> ping nosy: +ping priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2148] nis module not supporting group aliases

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> loewis priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2148> __ __

[issue2155] optparse.OptionGroup with_statement context handling

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Patch is inline. -- assignee: -> gward keywords: +patch nosy: +gward, jafo priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2159] dbmmodule inquiry function is performance prohibitive

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Proposed patch is inline. -- assignee: -> gvanrossum keywords: +patch nosy: +gvanrossum, jafo priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2059] OptionMenu class is defined both in Tkinter and Tix

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: I don't see the problem with the example listed in the last message. It sounds like the Tix documentation is confirming that this is the desired behavior. -- nosy: +jafo priority: -> normal resolution: -> wo

[issue1741] .pypirc not found on windows

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: I'm closing this as a duplicate of #1858. -- nosy: +jafo resolution: -> duplicate status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http:/

[issue2166] pydistutils.cfg won't be found on Windows

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- priority: -> normal superseder: -> Make .pypirc handle multiple servers __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1741] .pypirc not found on windows

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- superseder: -> Make .pypirc handle multiple servers __ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue2166] pydistutils.cfg won't be found on Windows

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Closing as a duplicate of 1858. -- nosy: +jafo resolution: -> duplicate status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2143] smtplib.SSLFakeFile hangs forever if "\n" is not encountered

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: ssl.SSLSocket.read() says: Return zero-length string on EOF. So, I'm going to apply this patch. Applied in rev 61656. -- keywords: +patch nosy: +jafo priority: -> normal __ T

[issue2143] smtplib.SSLFakeFile hangs forever if "\n" is not encountered

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1738] filecmp.dircmp does exact match only

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Please also include at least documentation changes, since this changes the behavior of the module. This would be in the file: Doc/library/filecmp.rst Also. If possible a test would be great. The file for this would be: ./Li

[issue1483] xml.sax.saxutils.prepare_input_source ignores character stream in InputSource

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> akuchling priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1483> __ __

[issue2175] Expat sax parser silently ignores the InputSource protocol

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> loewis nosy: +loewis priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2178] Problems with Belarusian Latin locale

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- components: +Unicode -None priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue2174] xml.sax.xmlreader does not support the InputSource protocol

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> fdrake nosy: +fdrake priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2182] tokenize: does not allow CR for a newline

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> gvanrossum components: +Library (Lib) -Extension Modules nosy: +gvanrossum priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2180] tokenize: mishandles line joining

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> jhylton nosy: +jhylton __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2180> __ __

[issue2188] [patch] urllib2 hint - disabled ProxyHandler()

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Committed in rev 61663, thanks. -- nosy: +jafo priority: -> normal resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://b

[issue2190] MozillaCookieJar ignore HttpOnly cookies

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> loewis nosy: +loewis priority: -> normal type: -> feature request __ Tracker <[EMAIL PROTECTED]> <http://b

[issue2189] urllib.quote() throws KeyError when passed an iterator

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Yeah, I'm going to agree that urllib's documentation is clear about it taking a string instead of a list. -- assignee: -> jafo nosy: +jafo priority: -> normal resolution: -> wont fix status: open -&g

[issue2001] Pydoc interactive browsing enhancement

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> ping nosy: +ping priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2173] Python fails silently on bad locale

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2173> __ ___ Python-b

[issue2197] Further simplify dict literal bytecode

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: As addition thought is required by Alexander, I'm going to close this as postponed and you can re-open it if after further consideration you think it needs to be applied. Probably would be good to discuss on python-dev if y

[issue2183] optimize list comprehensions

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Neal: Can you make that doc change? -- assignee: -> nnorwitz nosy: +jafo priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2193] Cookie Colon Name Bug

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> akuchling nosy: +akuchling priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2181] optimize out local variables at end of function

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2181> __ ___ Python-bugs-list mailing list

[issue2181] optimize out local variables at end of function

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> nnorwitz priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2181> __ __

[issue2203] ssl module getpeercert returns empty dict when cert_reqs=ssl.CERT_NONE

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- priority: -> normal status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2203> __ __

[issue2202] urllib2 fails against IIS 6.0 (No support for MD5-sess auth)

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> georg.brandl nosy: +georg.brandl priority: -> normal versions: +Python 2.6 __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2209] mailbox module doesn't support compressed mbox

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> akuchling nosy: +akuchling priority: -> normal type: -> feature request __ Tracker <[EMAIL PROTECTED]> <http://b

[issue2210] Nested module import clutters package namespace

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> brett.cannon nosy: +brett.cannon priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2212] Cookie.BaseCookie has ambiguous unicode handling

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Fix is inline. -- assignee: -> akuchling keywords: +patch nosy: +akuchling, jafo priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2195] urlparse() does not handle URLs with port numbers properly

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> georg.brandl nosy: +georg.brandl priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2228] Imaplib speedup patch

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: This patch buffers data inside imaplib, so if anything else wants to use the socket it may generate surprises. Piers? -- assignee: -> pierslauder keywords: +patch nosy: +jafo priority:

[issue2219] Py30a3: Possibly confusing message when module detection fails

2008-03-20 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Don't modify Modules/Setup*, do as the message says and modify setup.py. Search for "4, 5", and change that to "4, 6", then run configure and make and it will build without this message. I have done thi

[issue2229] Search in 2.6 docs does not work

2008-03-20 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: I just tested it under Linux Fedora 8 Firefox 3 and it shows results for the searches "move" and "rename" and got reasonable-looking results. -- nosy: +jafo priority: -> normal resolution: later -&

[issue2234] cygwinccompiler.py fails for latest MinGW releases.

2008-03-20 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: This patch looks ok to me, but I'd like jlt63 to review it since they were the last to touch these regexes. -- assignee: -> jlt63 keywords: +easy nosy: +jafo, jlt63 priority: -> normal t

[issue2236] Distutils' mkpath implementation ignoring the "mode" parameter

2008-03-20 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: This patch looks good to me. Greg? -- assignee: -> gward components: +Distutils -Library (Lib) keywords: +easy nosy: +gward, jafo priority: -> normal __ Tracker <[EMAIL PR

[issue2238] TypeError instead of SyntaxError for syntactically invalid gen exp

2008-03-20 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Back-ported to 2.5 and committed in rev 61675. -- nosy: +jafo priority: -> normal status: pending -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1524] os.system() fails for commands with multiple quoted file names

2008-03-20 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: I would agree with Georg that there isn't anything we can do about this. I had someone try from the Windows XP command shell and: "dir" "/w" reports that it can't run the combined command, where: dir

[issue2243] urllib2. strange behavior for getting chuncked transfer-ecnoded data

2008-03-20 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> georg.brandl nosy: +georg.brandl priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2244] urllib and urllib2 decode userinfo multiple times

2008-03-20 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Fred: You most recently touched the code impacted by this test, does this sound reasonable? -- assignee: -> fdrake nosy: +fdrake, jafo priority: -> normal type: behavior -> resource usage versio

[issue2219] Py30a3: Possibly confusing message when module detection fails

2008-03-20 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: It's actually been quite a while since it changed from being Modules/Setup to being in setup.py, I think a couple of years at least. And, yes, I realize that Fedora is changing the Modules/Setup file in their SRPM, but wit

[issue2211] Cookie.Morsel interface needs update

2008-03-20 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: I'm going to push this to pending until you can get a patch. Thanks, Jamie. -- nosy: +jafo priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bu

[issue2211] Cookie.Morsel interface needs update

2008-03-20 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- status: open -> pending __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2211> __ ___ Pyt

<    1   2   3   4   5   >