Manuel Muradás <[EMAIL PROTECTED]> added the comment:
This looks fixed to me. The current documentation is much more clear.
Look:
http://docs.python.org/api/unicodeObjects.html
--
nosy: +dieresys
___
Python tracker <[EMAIL PROTECTE
Manuel Muradás <[EMAIL PROTECTED]> added the comment:
This is the link to the current py_unicode documentation:
http://docs.python.org/dev/c-api/unicode.html
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.o
Manuel Muradás <[EMAIL PROTECTED]> added the comment:
Here is a new patch against 2.6.
--
nosy: +dieresys
Added file: http://bugs.python.org/file10695/rlcompleter2.6.diff
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.
Manuel Muradás <[EMAIL PROTECTED]> added the comment:
I have also updated the rlcompleter documentation. Here is the complete
patch.
rlcompleterAndDoc2.6.diff
--
nosy: +facundobatista
Added file: http://bugs.python.org/file10714/rlcompleterAndDoc2.
Changes by Manuel Muradás <[EMAIL PROTECTED]>:
Removed file: http://bugs.python.org/file10695/rlcompleter2.6.diff
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.
Manuel Muradás <[EMAIL PROTECTED]> added the comment:
Guilherme,
Thanks a lot for taking some time to review my patch.
Here is a new version.
Please take another look and tell me what do you think about it.
Thanks again
Added file: http://bugs.python.org/file10721/rlcompleter2.
Changes by Manuel Muradás <[EMAIL PROTECTED]>:
Removed file: http://bugs.python.org/file10714/rlcompleterAndDoc2.6.diff
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.
Manuel Muradás <[EMAIL PROTECTED]> added the comment:
Oops, you are right. If that is the way we should handle this
regression, I could upload a patch. I also thought we could use
"hasattr", but that means using "getattr" twice. Something like:
if word[:n] == attr and
Manuel Muradás added the comment:
Here is a patch for supporting MD5-sess, following RFC2617 specification.
Some comments/warnings:
* I've only tested the patch against IIS 6.0. I don't know about other servers
supporting MD5-sess.
* IIS 6.0 expects the User Agent to send the U
New submission from Manuel Muradás :
Description:
As described in issue [2202], for each request we make, we get a new
[401|407] message with a new nonce (depending if we're talking about a proxy
with digest authentication or a web server). Then we generate another
authenticated re
New submission from Manuel Muradás :
We've found an error in an urllib2 example with Proxy Basic
authentication. This is the example with the error:
{{{
This example replaces the default ProxyHandler with one that uses
programmatically-supplied proxy URLs, and adds proxy authorization
su
Manuel Muradás added the comment:
Hi! 2.6 backport is missing an argument in _set_tunnel definition. It
should be:
def _set_tunnel(self, host, port=None, headers=None):
--
nosy: +dieresys
___
Python tracker
<http://bugs.python.org/issue7
Manuel Muradás added the comment:
The patch fixes only when you pass the authentication info in the proxy
handler's URL. Like:
proxy_handler = urllib2.ProxyHandler({'https':
'http://user:p...@proxy-example.com:3128/'})
But setting the authentication using a Proxy
13 matches
Mail list logo