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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue1682241] Problems with urllib2 read()

2009-02-12 Thread Antoine Pitrou
Antoine Pitrou added the comment: I think the bug should be closed as invalid. seek() should only be implemented by genuinely seekable streams, which HTTP responses aren't. -- nosy: +pitrou ___ Python tracker __

[issue4733] Add a "decode to declared encoding" version of urlopen to urllib

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue1599329] urllib(2) should allow automatic decoding by charset

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +Add a "decode to declared encoding" version of urlopen to urllib nosy: +orsenthil stage: -> test needed ___ Python tracker ___

[issue4733] Add a "decode to declared encoding" version of urlopen to urllib

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +urllib(2) should allow automatic decoding by charset ___ Python tracker ___ ___ Python-bugs

[issue1349732] urllib.urlencode provides two features in one param

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +orsenthil type: -> feature request versions: +Python 2.6 -Python 2.7 ___ Python tracker ___ ___

[issue1027206] unicode DNS names in socket, urllib, urlopen

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Unicode nosy: +haypo, orsenthil stage: -> test needed ___ Python tracker ___ ___ Python-b

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +orsenthil versions: -Python 2.4, Python 2.5, Python 2.7 ___ Python tracker ___ ___ Python-bugs-

[issue918368] urllib doesn't correct server returned urls

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +http_error_302() crashes with 'HTTP/1.1 400 Bad Request nosy: +orsenthil ___ Python tracker ___ _

[issue4151] Separate build dir broken

2009-02-12 Thread Neil Schemenauer
Neil Schemenauer added the comment: On Thu, Feb 12, 2009 at 01:32:37PM +, Matthias Klose wrote: > still seen on the 2.6 branch. applying r69374 on the branch doesn't fix > it there. The fix is spread over a number of commits: r69374, r69322, r69315, r69305, r69304, r69303, r69302. It could

[issue2600] BindingHTTPConnectionWithTimeout and BindingHTTPHandlerWithTimeout

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +orsenthil stage: -> test needed versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker ___ _

[issue1368368] prompt_user_passwd() in FancyURLopener masks 401 Unauthorized error page

2009-02-12 Thread Antoine Pitrou
Antoine Pitrou added the comment: Adding something like an `interactive=True` could do the trick (setting it to False meaning you don't want any password prompt or any other similar console interaction with the user). -- nosy: +pitrou ___ Python trac

[issue3991] urllib.request.urlopen does not handle non-ASCII characters

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue5072] urllib.open sends full URL after GET command instead of local path

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Anyone against closing this as "works for me"? -- keywords: +patch nosy: +ajaksu2, orsenthil stage: -> test needed versions: +Python 2.6 -Python 2.5 ___ Python tracker _

[issue5038] urrlib2/httplib doesn't reset file position between requests

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +ajaksu2, orsenthil stage: -> test needed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue4932] Little improvement on urlparse module, urlparse function.

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +orsenthil stage: -> test needed versions: +Python 2.7 -Python 2.5 ___ Python tracker ___ ___ Pytho

[issue4773] HTTPMessage not documented and has inconsistent API across 2.6/3.0

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: ISTM that these issues tend to go all the way up to test coverage and organization :/ -- assignee: -> georg.brandl components: +Documentation nosy: +ajaksu2, georg.brandl, orsenthil stage: -> test needed ___ Python t

[issue4758] Python 3.0 internet documentation needs work

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +orsenthil stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue5032] itertools.count step

2009-02-12 Thread David W. Lambert
David W. Lambert added the comment: I run my shells with low priority so I can sneak around and kill them. ___ Python tracker ___ ___ Python-bu

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

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Inline test included in the patch. -- nosy: +ajaksu2, orsenthil stage: -> test needed ___ Python tracker ___

[issue3002] shutil.copyfile blocks indefinitely on named pipes

2009-02-12 Thread François Granade
François Granade added the comment: Note that the 'cp' user command in Linux blocks also. Although this is *very* painful, you could argue that since the OS commands do the same thing, it shouldn't be fixed. -- nosy: +farialima ___ Python tracker

[issue3428] httplib.HTTPMessage undocumented

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +ajaksu2, orsenthil priority: -> normal stage: -> needs patch type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker ___

[issue3849] FUD in documentation for urllib.urlopen()

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +orsenthil stage: -> needs patch versions: +Python 2.6, Python 3.0 -Python 2.4, Python 2.5 ___ Python tracker ___ _

[issue2637] urllib.quote() escapes characters unnecessarily and contrary to docs

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: @Tom: issue 1712522 tracks Unicode support. -- assignee: -> georg.brandl components: +Documentation dependencies: +urllib.quote throws exception on Unicode URL keywords: +easy nosy: +ajaksu2, ezio.melotti, georg.brandl, haypo, orsenthil stage: -> test n

[issue3427] urllib documentation: urlopen().info() return type

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +httplib.HTTPMessage undocumented nosy: +orsenthil stage: -> needs patch versions: +Python 2.6 -Python 2.5 ___ Python tracker ___ _

[issue4773] HTTPMessage not documented and has inconsistent API across 2.6/3.0

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +httplib.HTTPMessage undocumented ___ Python tracker ___ ___ Python-bugs-list mailing list U

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +urllib2 can't handle http://www.wikispaces.com nosy: +orsenthil stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker

[issue5229] Documentation for super() neglects to say what super() actually does

2009-02-12 Thread Daniel Stutzbach
New submission from Daniel Stutzbach : The documentation for super() describes the arguments that can be passed to super(), use cases for super(), an example, and caveats about what cannot be done with the returned object. However, the documentation neglects to mention what super() actually *doe

[issue1285086] urllib.quote is too slow

2009-02-12 Thread Antoine Pitrou
Antoine Pitrou added the comment: If someone needs a faster quote(), it's probably easy to write an insanely fast C version... -- nosy: +pitrou ___ Python tracker ___

[issue404444] [IDLE] auto indent/parentheses

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Auto-indent and parenthesis matching already work, Tab triggers auto-completion, but indention can be increased/decreased with Ctrl + ] / Ctrl + [ -- nosy: +ajaksu2 resolution: later -> out of date status: open -> closed versions: +Python 2.5 __

[issue214033] re incompatibility in sre

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Jeffrey, Collin, thanks for reviewing. -- nosy: +ajaksu2 resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue433024] SRE: (?flag) isn't properly scoped

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +Major reworking of Python 2.5.2 re module versions: +Python 2.6 ___ Python tracker ___ __

[issue433027] SRE: (?-flag) is not supported.

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +Major reworking of Python 2.5.2 re module versions: +Python 2.7 ___ Python tracker ___ __

[issue444582] Finding programs in PATH, addition to os

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -None nosy: +ajaksu2 stage: -> test needed versions: +Python 2.7, Python 3.1 -Python 2.6, Python 3.0 ___ Python tracker

[issue459007] Document sys.path on Windows

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +ajaksu2 stage: -> needs patch type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker ___ __

[issue460474] codecs.StreamWriter: reset() on close()

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -None nosy: +ajaksu2 stage: -> test needed versions: +Python 2.7 ___ Python tracker ___

[issue231540] threads and profiler don't work together

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed as of (around) rev69500. -- nosy: +ajaksu2 stage: -> test needed versions: +Python 2.7 ___ Python tracker ___ ___

[issue4751] Patch for better thread support in hashlib

2009-02-12 Thread Lukas Lueg
Lukas Lueg added the comment: Patch for 2.7 Added file: http://bugs.python.org/file13057/hashlibopenssl_gil_py27.diff ___ Python tracker ___ _

[issue626452] Support RFC 2111 in email package

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -None nosy: +ajaksu2 stage: -> test needed versions: +Python 2.7 -Python 2.6 ___ Python tracker ___

[issue665194] datetime-RFC2822 roundtripping

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Patch includes tests, should be updated. -- components: +Library (Lib) -None keywords: +patch nosy: +ajaksu2 stage: -> needs patch versions: +Python 2.7 ___ Python tracker ___

[issue515074] Extended storage in new-style classes

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Seems very out of date. -- nosy: +ajaksu2 priority: normal -> low stage: -> test needed ___ Python tracker ___

[issue539907] Tkinter lock conflicts extension widgets

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: No reply from OP, will close unless someone argues against it. -- nosy: +ajaksu2 stage: -> test needed versions: +Python 2.7 ___ Python tracker ___

[issue5225] OS X "Update Shell Profile" may not update $PATH if run more than once

2009-02-12 Thread Ned Deily
Ned Deily added the comment: I agree the patch is not a good solution but it is relatively safe. I suppose the current buggy behavior of Update Shell Profile *does* limit the growth to the number of Python versions you've installed. However the patch does allow users not comfortable with sh

[issue665336] win32 os.path.normpath not correct for leading slash cases

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Windows stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker ___

[issue513840] entity unescape for sgml/htmllib

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy stage: -> test needed versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list

[issue539907] Tkinter lock conflicts extension widgets

2009-02-12 Thread Guilherme Polo
Guilherme Polo added the comment: Why close ? It is still a valid feature request (with no patch yet). -- nosy: +gpolo ___ Python tracker ___ __

[issue539907] Tkinter lock conflicts extension widgets

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Leaving open, then :) Thanks! ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue460474] codecs.StreamWriter: reset() on close()

2009-02-12 Thread Marc-Andre Lemburg
Changes by Marc-Andre Lemburg : -- stage: test needed -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue5229] Documentation for super() neglects to say what super() actually does

2009-02-12 Thread David W. Lambert
Changes by David W. Lambert : -- nosy: +LambertDW ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue918368] urllib doesn't correct server returned urls

2009-02-12 Thread John J Lee
John J Lee added the comment: Mike's list is missing one more character, "%" itself. So, the replacement should be: quote(newurl, safe="%/:=&?~#+!$,;'@()*[]") The replacement should be done in the .open() method, not in the code that handles redirects. ___

[issue918368] urllib doesn't correct server returned urls

2009-02-12 Thread John J Lee
John J Lee added the comment: A suitable test would be to derive a urllib.URLOpener subclass that has an open_spam(url) method which records the URL. Then call .open("spam://") in the test and verify that the URL has been quoted. ___ Python tracker

[issue918368] urllib doesn't correct server returned urls

2009-02-12 Thread John J Lee
John J Lee added the comment: Uh, that should have beeen something like .open("spam://example.com/%2E/") of course. ___ Python tracker ___ __

[issue3407] test_urllib2_localnet fails on MacOS X 10.4.11 (Intel)

2009-02-12 Thread Roumen Petrov
Roumen Petrov added the comment: May be same as issue4666 ? -- nosy: +rpetrov ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue3745] _sha256 et al. encode to UTF-8 by default

2009-02-12 Thread Gregory P. Smith
Gregory P. Smith added the comment: fixed in release30-maint r69555. sounds like its out of the question for 2.6. i will backport it to trunk. -- keywords: +26backport versions: -Python 2.6, Python 3.0 ___ Python tracker

[issue5230] pydoc reports misleading failure if target module raises an ImportError

2009-02-12 Thread Jean-Paul Calderone
New submission from Jean-Paul Calderone : If pydoc is used to try to look up the documentation for a module which does not exist, this is reported reasonably: exar...@charm:~$ pydoc foobarbaz no Python documentation found for 'foobarbaz' exar...@charm:~$ However, if it is used

[issue5186] Reduce hash collisions for objects with no __hash__ method

2009-02-12 Thread Adam Olsen
Adam Olsen added the comment: Antoine, x ^= x>>4 has a higher collision rate than just a rotate. However, it's still lower than a statistically random hash. If you modify the benchmark to randomly discard 90% of its contents this should give you random addresses, reflecting a long-running prog

[issue5231] Change format of a memoryview

2009-02-12 Thread Antoine Pitrou
New submission from Antoine Pitrou : Memoryview objects provide a structured view over a memory area, meaning the length, indexing and slicing operations respect the itemsize: >>> import array >>> a = array.array('i', [1,2,3]) >>> m = memoryview(a) >>> len(a) 3 >>> m.itemsize 4 >>> m.format 'i'

[issue5231] Change format of a memoryview

2009-02-12 Thread Antoine Pitrou
Antoine Pitrou added the comment: (Another way to see it is as supplying a Python equivalent to the C buffer API, with access to the raw Py_buffer) ___ Python tracker ___

[issue4751] Patch for better thread support in hashlib

2009-02-12 Thread STINNER Victor
STINNER Victor added the comment: @ebfe: Your patch is very close to r68411 (patch for py3k), and so it looks correct (I didn't test it). ___ Python tracker ___ _

[issue1712522] urllib.quote throws exception on Unicode URL

2009-02-12 Thread STINNER Victor
Changes by STINNER Victor : -- components: +Unicode nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue2637] urllib.quote() escapes characters unnecessarily and contrary to docs

2009-02-12 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: -haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue5229] Documentation for super() neglects to say what super() actually does

2009-02-12 Thread Raymond Hettinger
Raymond Hettinger added the comment: I will work on this a bit more. Keep in mind that it will be hard to please the author of that article, as he finds the whole notion of multiple inheritance to be bankrupt. -- assignee: georg.brandl -> rhettinger nosy: +rhettinger priority: -> low

[issue5232] Setting font from preference dialog in IDLE on OS X broken

2009-02-12 Thread Mitchell Model
New submission from Mitchell Model : When setting the font in IDLE's Preferences dialog on OSX, having started IDLE from the command line, the font is changed and the following is printed: Exception in Tkinter callback Traceback (most recent call last): File "/Library/Frameworks/Python.fram

[issue1712522] urllib.quote throws exception on Unicode URL

2009-02-12 Thread STINNER Victor
STINNER Victor added the comment: quote() works in Python3 with any bytes string (not only ASCII) and any unicode string: Python 3.1a0 (py3k:69105M, Feb 3 2009, 15:04:35) >>> from urllib.parse import quote >>> quote('é') '%C3%A9' >>> quote('\xe9') '%C3%A9' >>> quote('\xe9'.encode('utf-8')) '%

[issue5229] Documentation for super() neglects to say what super() actually does

2009-02-12 Thread Daniel Stutzbach
Daniel Stutzbach added the comment: Yes, by citing that article I don't mean to endorse its opinions. Regrettably, it's the best documentation on super() I could find (in an admittedly quick search). Any improvements efforts you make to improve the existing super() documentation would much app

[issue5225] OS X "Update Shell Profile" may not update $PATH if run more than once

2009-02-12 Thread Ronald Oussoren
Ronald Oussoren added the comment: I agree that we need a better solution to select which version of Python is the default one of your path. One way to do that is to have a tool that can change the "Current" link inside the framework, that way we could have /Library/Frameworks/Python.framewo

[issue5233] Enhance 2.7 IDLE to exec IDLESTARTUP/PYTHONSTARTUP on restart

2009-02-12 Thread Mitchell Model
New submission from Mitchell Model : The main thing the patch does is: modify the subprocess restart procedure so that it reloads whatever file, if any, was loaded when IDLE first started and looked for IDLESTARTUP then PYTHONSTARTUP environment variables. In addition: a -q opt

[issue5234] Enhance 3.1 IDLE to exec IDLESTARTUP/PYTHONSTARTUP on restart

2009-02-12 Thread Mitchell Model
New submission from Mitchell Model : The main thing the patch does is: modify the subprocess restart procedure so that it reloads whatever file, if any, was loaded when IDLE first started and looked for IDLESTARTUP then PYTHONSTARTUP environment variables. In addition: a -q opt

[issue5234] Enhance 3.1 IDLE to exec IDLESTARTUP/PYTHONSTARTUP on restart

2009-02-12 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: -> kbk nosy: +kbk ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue5235] distutils seems to only work with VC++ 2008 (9.0)

2009-02-12 Thread Eric Swenson
New submission from Eric Swenson : Building python extensions using distutils in python 2.6 with only VC++ 2005 installed no longer works. distutils appears to require VC++ 2008. The documentation on building extensions for Python 2.6 seems to suggest that VC++ 2008, while preferred, is no

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

2009-02-12 Thread Ezio Melotti
New submission from Ezio Melotti : On Python3 time.strptime(string[, format]) accepts bytes as arguments and then fails: >>> strptime(b"2009", "%Y") Traceback (most recent call last): File "", line 1, in File "C:\Programs\Python30\lib\_strptime.py", line 454, in _strptime_time return _s

[issue5232] Setting font from preference dialog in IDLE on OS X broken

2009-02-12 Thread Ned Deily
Ned Deily added the comment: FWIW, I am not able to reproduce this using a release3.0 IDLE (so with today's patches) built with the default Apple-supplied Tcl/Tk in 10.5. Are you using a newer Tcl/Tk? Does it happen if you move your current preferences out of ~/.idlerc? -- nosy: +n

[issue4751] Patch for better thread support in hashlib

2009-02-12 Thread Collin Winter
Changes by Collin Winter : -- nosy: +collinwinter, jyasskin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue5235] distutils seems to only work with VC++ 2008 (9.0)

2009-02-12 Thread Tarek Ziadé
Tarek Ziadé added the comment: distutils will use the same compiler used to build Python. If you want to build with a previous version of MSVC, you need to compile Python with that particular version. That said, MSVCCompiler could probably take new options, to force the MSVC version and the a

[issue5237] Allow auto-numbered replacement fields in str.format() strings

2009-02-12 Thread Terry J. Reedy
New submission from Terry J. Reedy : 3.x str.format() format strings denote replacement fields with braces {}. Currently, replacement fields *must* contain "either the numeric index of a positional argument, or the name of a keyword argument". [lib ref / builtin types / sequence types / string me

[issue2437] Distutils runtime_library_dirs broken on Windows

2009-02-12 Thread Tarek Ziadé
Tarek Ziadé added the comment: Bill, do you have a example to reproduce the problem so I can write the test ? Laurent, right. but we need to figure out how to get the CC name in MinGW/Cygwin environment. I am not familiar with them. Does CC gets set in the environment ? if so we could use a si

[issue5231] Change format of a memoryview

2009-02-12 Thread Gregory P. Smith
Gregory P. Smith added the comment: Agreed, this would be useful. See http://codereview.appspot.com/12470/show if anyone doesn't believe us. ;) ___ Python tracker ___ _

[issue5235] distutils seems to only work with VC++ 2008 (9.0)

2009-02-12 Thread Eric Swenson
Eric Swenson added the comment: Hi Tarek, I have been debugging this and found the following: If you set the DISTUTILS_USE_SDK environment variable to any value (I used DISTUTILS_USE_SDK=1) and the MSSdk environment variable to anything (I used MSSdk=1), and you manually run the "vcvarsall.bat"

[issue5237] Allow auto-numbered replacement fields in str.format() strings

2009-02-12 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue5110] Printing Unicode chars from the interpreter in a non-UTF8 terminal raises an error (Py3)

2009-02-12 Thread Ezio Melotti
Ezio Melotti added the comment: I've also noticed that if an error contains non-encodable characters, they are escaped: >>> raise ValueError("\u2620 can't be printed here, but '\u00e8' works fine!") Traceback (most recent call last): File "", line 1, in ValueError: \u2620 can't be printed her

[issue5238] ssl makefile never closes socket

2009-02-12 Thread David Christian
New submission from David Christian : The ssl.py makefile function returns a socket._fileobject object with a reference to itself, and also increments the makefile_refs variable. However, the _fileobject is created with the parameter close=False, which means that when you call _fileobject.close,

[issue5238] ssl makefile never closes socket

2009-02-12 Thread David Christian
Changes by David Christian : -- components: +Library (Lib) keywords: +patch type: -> resource usage Added file: http://bugs.python.org/file13061/ssl.py.patch ___ Python tracker _

[issue5188] telnetlib process_rawq buffer handling is confused

2009-02-12 Thread David Christian
Changes by David Christian : -- keywords: +patch Added file: http://bugs.python.org/file13062/telnetlib.patch ___ Python tracker ___ __

[issue592703] HTTPS does not handle pipelined requests

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker ___ ___ Python-bugs-l

[issue1375011] Improper handling of duplicate cookies

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +jjlee stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker ___ ___

[issue1564508] RFC 2965 BaseCookie does not support "$Port"

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Does anybody else need this one or should it be closed? -- nosy: +ajaksu2 title: BaseCookie does not support "$Port" -> RFC 2965 BaseCookie does not support "$Port" type: -> feature request ___ Python tracker

[issue1372650] Cookie and multiple names

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker ___ ___

[issue1210326] comma separated cookie values

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Will close if nobody objects. -- nosy: +ajaksu2 type: -> behavior ___ Python tracker ___ ___ Pytho

[issue1172011] BaseCookie does not call value_decode

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +jjlee stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.3 ___ Python tracker ___ ___

[issue991266] Cookie.py does not correctly quote Morsels

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +jjlee stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.3 ___ Python tracker ___

[issue3407] test_urllib2_localnet fails on MacOS X 10.4.11 (Intel)

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +jjlee ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue3066] FD leak in urllib2

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +jjlee ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue4683] urllib2.HTTPDigestAuthHandler fails on third hostname?

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +jjlee, orsenthil stage: -> needs patch versions: +Python 2.6 -Python 2.5 ___ Python tracker ___ __

[issue2756] urllib2 add_header fails with existing unredirected_header

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.6 -Python 2.5 ___ Python tracker ___ ___ Python-bugs-list maili

[issue1424152] urllib/urllib2: HTTPS over (Squid) Proxy fails

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +jjlee stage: -> test needed type: -> feature request versions: -Python 2.6, Python 3.0 ___ Python tracker ___ ___

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +jjlee ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue1599329] urllib(2) should allow automatic decoding by charset

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +jjlee ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue1682241] Problems with urllib2 read()

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Anyone against closing? -- nosy: +jjlee ___ Python tracker ___ ___ Python-bugs-list mailing list Un

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +jjlee ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue1673007] urllib2 requests history + HEAD support

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +jjlee ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

<    1   2   3   >