[issue2980] Pickle stream for unicode object may contain non-ASCII characters.

2010-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue9220] Modules no longer usable as context managers

2010-07-10 Thread Jim Fulton
Jim Fulton added the comment: On Sat, Jul 10, 2010 at 4:08 PM, Éric Araujo wrote: > > Éric Araujo added the comment: > > Confirmed: http://docs.python.org/reference/datamodel#specialnames > Closing. Sorry! (BTW, using import hackery and a custom module type, you > could achieve your goal.) Y

[issue6749] Support for encrypted zipfiles when interpreting zipfile as script

2010-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: -Python 2.6, Python 2.7, Python 3.0, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list m

[issue8269] Missing return values for PyUnicode C/API functions

2010-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 2.7 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8289] multiprocessing.Process.__init__ pickles all arguments

2010-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: -Python 2.6, Python 2.7, Python 3.1, Python 3.3 ___ Python tracker ___ ___ Python-bugs-list m

[issue8387] use universal newline mode in csv module examples

2010-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.1, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8465] re: Backreferences vs. escapes: a silent failure solved

2010-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: If you are suggesting that code like >>> '\2' '\x02' should routinely product a warning, and later an exception, this issue should be rejected. Normal code does not produce warnings. Rarity in the stdlib is irrelevant. Backslash processing of string literals i

[issue6588] insert cookies into cookie jar - cookielib.py

2010-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: -> unit test needed versions: +Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-lis

[issue724459] Add documentation about line endings in email messages.

2010-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1777134] minidom pretty xml output improvement

2010-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : Removed file: http://bugs.python.org/file13043/unnamed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1777134] minidom pretty xml output improvement

2010-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: Removed junk copy of message -- nosy: +tjreedy versions: +Python 3.2 -Python 2.6, Python 2.7 ___ Python tracker ___ _

[issue8722] Documentation for __getattr__

2010-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue808129] Change --changelog to accept files

2010-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.6, Python 2.7, Python 3.0, Python 3.1 ___ Python tracker ___ ___ Pytho

[issue1675455] Use getaddrinfo() in urllib2.py for IPv6 support

2010-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue4888] misplaced (or misleading) assert in ceval.c

2010-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.6, Python 2.7, Python 3.0, Python 3.1 ___ Python tracker ___ ___ Python-

[issue3143] Make the left sidebar in the doc collapsible

2010-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- components: -Documentation tools (Sphinx) ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue8841] GetoptError strings should be localized

2010-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6378] Patch to make 'idle.bat' run idle.pyw using appropriate Python interpreter (so 3.1's idle.bat does not accidently use python26.exe)

2010-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: I will try to test this sometime, though I always start IDLE through the start menu. -- nosy: +tjreedy versions: +Python 3.2 -Python 2.6, Python 2.7, Python 3.1 ___ Python tracker

[issue8801] Inconsistency in behaviour of urllib and urllib2 with file:// URLs

2010-07-10 Thread Senthil Kumaran
Senthil Kumaran added the comment: There were differing behaviors in the way urllib and urllib2 was handling certain kind of file:// urls which led to this error. I just made them consistent with the fix in r82780 and merged into branches. Now, this Exception won't be thrown at the file-open

[issue2190] MozillaCookieJar ignore HttpOnly cookies

2010-07-10 Thread Dou Yuan
Dou Yuan added the comment: Firefox no longer use cookies.txt. I think this patch is useless. -- status: open -> closed ___ Python tracker ___ ___

[issue808129] Change --changelog to accept files

2010-07-10 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the report Tony. Sorry for the late reply, I tried to review a lot of distutils bugs some months ago but didn’t manage to read all of them. I’m assigning this to the distutils maintainer. Distutils is mainly frozen now, since we’ve seen that even chan

[issue6378] Patch to make 'idle.bat' run idle.pyw using appropriate Python interpreter (so 3.1's idle.bat does not accidently use python26.exe)

2010-07-10 Thread Sridhar Ratnakumar
Changes by Sridhar Ratnakumar : Added file: http://bugs.python.org/file17938/idle-use-curr-py.patch ___ Python tracker ___ ___ Python-bugs-list

[issue9212] dict_keys purports to implement the Set ABC, but is missing the isdisjoint method

2010-07-10 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- priority: normal -> high ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue9213] range purports to implement the Sequence ABC, but is missing index and count methods

2010-07-10 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- priority: normal -> high ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue2007] cookielib lacks FileCookieJar class for Internet Explorer

2010-07-10 Thread Senthil Kumaran
Senthil Kumaran added the comment: I removed the documentation comment in r82785. But the report still holds till we have a class for handling MSIE Cookies. -- nosy: +orsenthil stage: -> needs patch ___ Python tracker

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

2010-07-10 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- assignee: georg.brandl -> orsenthil resolution: -> accepted ___ Python tracker ___ ___ Python-bugs-lis

[issue3665] Support \u and \U escapes in regexes

2010-07-10 Thread Atsuo Ishimoto
Atsuo Ishimoto added the comment: Here's an updated patch for py3k branch. As per Georg's comment, I added to check codepoint in the character ranges, conversion to the surrogate pairs. I also added check to raise exception if codepoint > 0x10. I with to English speakers to fix error mess

[issue3647] urlparse - relative url parsing and joins to be RFC3986 compliance

2010-07-10 Thread Senthil Kumaran
Senthil Kumaran added the comment: Several changes were already made to urlparse to make it more rfc3986 compliant. Let me recollect what else these patches offer. -- assignee: gregory.p.smith -> orsenthil ___ Python tracker

[issue1500504] Alternate RFC 3986 compliant URI parsing module

2010-07-10 Thread Senthil Kumaran
Senthil Kumaran added the comment: A new way for parsing URI. I have not reviewed it even after saying I would like to, but having the dependency issue resolved, I think it is good to look at it again, especially if it leads some helpful approaches to parsing IRI. -- assignee: -> ors

[issue4140] urllib2: request with digest auth through proxy fail

2010-07-10 Thread Senthil Kumaran
Senthil Kumaran added the comment: This might be related to issue2202 as well. -- assignee: gregory.p.smith -> orsenthil dependencies: +urllib2 fails against IIS 6.0 (No support for MD5-sess auth) nosy: +orsenthil resolution: -> accepted ___ Python

[issue8145] Documentation about sqlite3 isolation_level

2010-07-10 Thread Laszlo Nagy
Laszlo Nagy added the comment: 2010/7/11 Terry J. Reedy > > Terry J. Reedy added the comment: > > If the content of the patch is correct, it looks ready to apply, with only > a touch of editing. Do we have a resident expert of sqlite3? Or Laszlo, do > you have a reference for the statements m

[issue4493] urllib2 doesn't always supply / where URI path component is empty

2010-07-10 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- assignee: -> orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue7752] Add support for Digest authentication session (reuse nonces)

2010-07-10 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- assignee: -> orsenthil nosy: +orsenthil resolution: -> accepted stage: unit test needed -> patch review ___ Python tracker ___ __

[issue900112] cgi.fieldStorage doesn't grok standards env. variables

2010-07-10 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- assignee: -> orsenthil nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue1500504] Alternate RFC 3986 compliant URI parsing module

2010-07-10 Thread Nick Coghlan
Nick Coghlan added the comment: "accepted" is a little too strong for the current status of this :) I've removed the easy tag as well (making the case for this or something like it in the standard library it going to involve a fair bit of effort - the coding was actually the comparatively eas

<    1   2   3