[issue1044382] Can't raise "C API version mismatch" warning

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> brett.cannon nosy: +brett.cannon type: -> behavior ___ Python tracker <http://bugs.python.org/issue1044382> ___ __

[issue1074015] current directory in sys.path handles symlinks badly

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> brett.cannon components: +Interpreter Core -None nosy: +brett.cannon ___ Python tracker <http://bugs.python.org/issue1

[issue1161031] Neverending warnings from asyncore

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +brett.cannon type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/issue1

[issue1507224] sys.path issue if sys.prefix contains a colon

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> brett.cannon nosy: +brett.cannon type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1525549] Document additions from PEP 302

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> brett.cannon nosy: +brett.cannon versions: +Python 2.6, Python 3.0 -Python 2.5 ___ Python tracker <http://bugs.python.org/issue1

[issue1514734] site.py can break the location of the python library

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> brett.cannon nosy: +brett.cannon ___ Python tracker <http://bugs.python.org/issue1514734> ___ ___ Python-bugs-lis

[issue1534764] sys.path gets munged with certain directory structures

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> brett.cannon nosy: +brett.cannon ___ Python tracker <http://bugs.python.org/issue1534764> ___ ___ Python-bugs-lis

[issue1538778] pyo's are not overwritten by different optimization levels

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> brett.cannon nosy: +brett.cannon ___ Python tracker <http://bugs.python.org/issue1538778> ___ ___ Python-bugs-lis

[issue1539925] warnings in interactive sessions

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> brett.cannon nosy: +brett.cannon type: -> feature request ___ Python tracker <http://bugs.python.org/iss

[issue1548371] filterwarnings('error') has no effect

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> brett.cannon components: +Library (Lib) -None nosy: +brett.cannon type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1548687] C modules reloaded on certain failed imports

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> brett.cannon nosy: +brett.cannon versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.python.org/issue1

[issue1590864] import deadlocks when using PyObjC threads

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> brett.cannon nosy: +brett.cannon versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.python.org/issue1

[issue1635217] Add example of distutils setup() with "requires" argument

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> tarek nosy: +tarek type: -> feature request versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1644818] Allow importing built-in submodules

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> brett.cannon nosy: +brett.cannon ___ Python tracker <http://bugs.python.org/issue1644818> ___ ___ Python-bugs-lis

[issue1562822] decimal module borks thread

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> brett.cannon nosy: +brett.cannon ___ Python tracker <http://bugs.python.org/issue1562822> ___ ___ Python-bugs-lis

[issue1552880] Unicode Imports

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> brett.cannon nosy: +brett.cannon, ezio.melotti ___ Python tracker <http://bugs.python.org/issue1552880> ___ ___ Py

[issue3844] Script: find untested C functions

2009-02-10 Thread Daniel Diniz
Daniel Diniz added the comment: Closing: resource available externally ( http://bazaar.launchpad.net/~ajaksu/ccoverage/trunk/files ) -- resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue1665206] Hangup when using cgitb in a thread while still in import

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> brett.cannon nosy: +brett.cannon versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/issue1

[issue1175686] add "reload" function to IDLE

2009-02-10 Thread Daniel Diniz
Daniel Diniz added the comment: It seems discussion in issue 1721083 is more advanced... should this one be closed? :) ___ Python tracker <http://bugs.python.org/issue1175

[issue1299] distutils.sysconfig is not cross-platform compatible

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> tarek components: +Distutils -Windows nosy: +tarek ___ Python tracker <http://bugs.python.org/issue1299> ___ ___ Py

[issue2100] unit test UnicodeWarning

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +brett.cannon, ezio.melotti ___ Python tracker <http://bugs.python.org/issue2100> ___ ___ Python-bugs-list mailing list Unsub

[issue2308] Make structseq more like collections.namedtuple

2009-02-10 Thread Daniel Diniz
Daniel Diniz added the comment: Closing as a duplicate of issue 1820. -- nosy: +ajaksu2, rhettinger resolution: -> duplicate status: open -> closed superseder: -> Enhance Object/structseq.c to match namedtuple and tuple api ___ Pytho

[issue2437] Distutils runtime_library_dirs broken on Windows

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> tarek nosy: +tarek ___ Python tracker <http://bugs.python.org/issue2437> ___ ___ Python-bugs-list mailing list Un

[issue2454] sha and md5 fixer

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +benjamin.peterson ___ Python tracker <http://bugs.python.org/issue2454> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2412] Check 2to3 for support of print function.

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +benjamin.peterson ___ Python tracker <http://bugs.python.org/issue2412> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2953] _zip_directory_cache untested and undocumented

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +tarek ___ Python tracker <http://bugs.python.org/issue2953> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2805] 2to3 doesn't correct divisions

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +benjamin.peterson ___ Python tracker <http://bugs.python.org/issue2805> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2972] arguments and default path not set in site.py and sitecustomize.py

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> brett.cannon nosy: +brett.cannon ___ Python tracker <http://bugs.python.org/issue2972> ___ ___ Python-bugs-list mai

[issue3099] On windows, "import nul" always succeed

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> brett.cannon nosy: +brett.cannon ___ Python tracker <http://bugs.python.org/issue3099> ___ ___ Python-bugs-list mai

[issue3370] importing with_statement causes exec to raise syntax error on block that doesn't end with a newline

2009-02-10 Thread Daniel Diniz
Daniel Diniz added the comment: Closing: fixed in trunk, 2.5 won't be receiving bugfixes anymore. -- nosy: +ajaksu2 resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python

[issue3444] add warnings for intra-package imports

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +brett.cannon ___ Python tracker <http://bugs.python.org/issue3444> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue3619] A more informative message for ImportError

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> brett.cannon nosy: +brett.cannon ___ Python tracker <http://bugs.python.org/issue3619> ___ ___ Python-bugs-list mai

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: OK, I'll work on a test + patch. ___ Python tracker <http://bugs.python.org/issue1327971> ___ ___ Python-bugs-list mailing list

[issue3694] Undetected error in _struct.pack_into

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: Looks like both Undetected errors were corrected by Victor's patches, which Benjamin committed around rev66693, so trunk only needs a test. Here are the patches. I think IndexError fits better (and matches trunk), as the issue is that None is passed as &q

[issue3694] Undetected error in _struct.pack_into

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : Removed file: http://bugs.python.org/file13017/pynumber_assizet.diff ___ Python tracker <http://bugs.python.org/issue3694> ___ ___ Python-bug

[issue3694] Undetected error in _struct.pack_into

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : Added file: http://bugs.python.org/file13028/pynumber_assizet_trunk.diff ___ Python tracker <http://bugs.python.org/issue3694> ___ ___ Python-bug

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: IMHO, using a fileno property looks better than __getattr__. Setting an attribute in init works too, unless fp changes during the object life (then 3.x is broken IIUC). It works OK as a property of either urllib.addinfourl or of httplib.HTTPResponse (socket

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -None type: -> behavior Added file: http://bugs.python.org/file13031/urllib_fileno.diff ___ Python tracker <http://bugs.python.org/issue1

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: Hmm, always run all the tests :) fileno is set in test_urllib2. New patches. Added file: http://bugs.python.org/file13032/httplib_fileno_2.diff ___ Python tracker <http://bugs.python.org/issue1327

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : Removed file: http://bugs.python.org/file13030/httplib_fileno.diff ___ Python tracker <http://bugs.python.org/issue1327971> ___ ___ Python-bug

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : Added file: http://bugs.python.org/file13033/urllib_fileno_2.diff ___ Python tracker <http://bugs.python.org/issue1327971> ___ ___ Python-bug

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : Removed file: http://bugs.python.org/file13031/urllib_fileno.diff ___ Python tracker <http://bugs.python.org/issue1327971> ___ ___ Python-bug

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: The urllib patch breaks test_pyclbr because test_pyclbr can't handle properties. I think the test is wrong here, hence the hack attached... otherwise, let's go with httplib. Added file: http://bugs.python.org/file13036/test_pyclbr_pro

[issue1381476] csv.reader endless loop

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed as working on trunk and py3k. -- resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue1008086] patch for 767150

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: Test from issue 767150: """ socket.inet_aton() returns an 8 byte string when built on Linux/IA64. This should be 4 bytes on all architectures. Example: >>> import socket >>> socket.inet_aton('192.168.2.1') '\x

[issue1103926] email.base64MIME.header_encode vs RFC 1522

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.org/issue1103926> ___ ___ Python-bugs-

[issue1046092] HTMLParser fix to accept mailformed tag attributes

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: Heh, the patch applies cleanly to trunk more than four years later and tests pass fine. We'll surely need better tests if the behavior change is considered an improvement. -- nosy: +ajaksu2 ___ Python tracker

[issue755660] allow HTMLParser to continue after a parse error

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: Tests still pass with updated patch, but new tests (and docs!) for this feature are needed if Titus' positive review stands. -- nosy: +ajaksu2 stage: -> test needed versions: +Python 2.7 -Python 2.3 Added file: http://bugs.python.org/f

[issue755660] allow HTMLParser to continue after a parse error

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : -- type: -> feature request ___ Python tracker <http://bugs.python.org/issue755660> ___ ___ Python-bugs-list mailing list Unsubscri

[issue775321] plistlib error handling

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +plistlib error handling stage: -> patch review ___ Python tracker <http://bugs.python.org/issue775321> ___ ___ Py

[issue816059] popen2 work, fixes bugs 768649 and 761888

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: The test code seems to run fine in a debug build of trunk, but the linked issues requires a more complex context. -- dependencies: +popen2.Popen3 and popen2.Popen4 leaks filedescriptors stage: -> test needed type: -> behavior versions: +Pyth

[issue1153027] http_error_302() crashes with 'HTTP/1.1 400 Bad Request

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior ___ Python tracker <http://bugs.python.org/issue1153027> ___ ___ Python-bugs-list

[issue1153027] http_error_302() crashes with 'HTTP/1.1 400 Bad Request

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : -- versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/issue1153027> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue918368] urllib doesn't correct server returned urls

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: Any idea about how to test this one reliably? -- stage: -> test needed type: -> behavior versions: +Python 2.6, Python 2.7 -Python 2.3 ___ Python tracker <http://bugs.python.org/is

[issue1562822] decimal module borks thread

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: Here's the output of trunk (debug) for OP's test: ./python ../thread.py Exiting test. Exception KeyError: KeyError(-1210869568,) in ignored [31071 refs] -- nosy: +ajaksu2 type: -> behavior ___ Python t

[issue1548371] filterwarnings('error') has no effect

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed in trunk. -- nosy: +ajaksu2 stage: -> needs patch ___ Python tracker <http://bugs.python.org/issue1548371> ___ _

[issue1534764] sys.path gets munged with certain directory structures

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: Reproduced on trunk, needed unsetting PYTHONPATH. A test case with os.mkdir, chdir, etc. would be great. -- nosy: +ajaksu2 stage: -> test needed type: -> behavior ___ Python tracker <http://bugs.p

[issue1074015] current directory in sys.path handles symlinks badly

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: Still happens in trunk. -- nosy: +ajaksu2 stage: -> test needed ___ Python tracker <http://bugs.python.org/issue1074015> ___ _

[issue1161031] Neverending warnings from asyncore

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: Josiah: that'd be around rev36408, as 1.53 corresponds to rev36033 (from the log and issue 957240) -- nosy: +ajaksu2 stage: -> test needed ___ Python tracker <http://bugs.python.org/i

[issue5208] urllib2.build_opener([handler, ...]) incorrect signature in docs

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: I believe those square brackets mean "supplying handlers is optional", but even so it'd be very ambiguous. -- nosy: +ajaksu2 ___ Python tracker <http://bugs.py

[issue1661108] base64.urlsafe_b64encode() shouldn't use the = character

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: Not following the spec doesn't seem reasonable. Adding a caveat about how we follow the spec doesn't make much sense (I started to write one and dropped it at "The resulting string" :D). -- nosy: +ajaksu2 sta

[issue1777134] minidom pretty xml output improvement

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: @Roy: we can try :) Patch updated, tests pass. However, keeping the default output and adding an option to prettyprint should keep lots of current users sane, while those wanting prettier output could have it. -- keywords: +easy nosy: +ajaksu2 stage

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

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) keywords: +easy stage: -> test needed ___ Python tracker <http://bugs.python.org/issue3991> ___ ___ Py

[issue776100] new function 'islastline' in fileinput

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: Issue 968063 has better patch, use case and discussion. -- nosy: +ajaksu2 resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> Add fileinput.islastline() ___ Py

[issue968063] Add fileinput.islastline()

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: Issue issue 776100 closed as duplicated. -- nosy: +ajaksu2 priority: normal -> low versions: +Python 2.6 -Python 2.3 ___ Python tracker <http://bugs.python.org/issue

[issue755670] improve HTMLParser attribute processing regexps

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +HTMLParser attribute parsing bug, allow HTMLParser to continue after a parse error stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.3 ___ Python tracker

[issue749722] isinstance and weakref proxies.

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed ___ Python tracker <http://bugs.python.org/issue749722> ___ ___ Python-bugs-list mailing list Unsubscri

[issue747320] rfc2822 formatdate functionality duplication

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: Still present in source, but doesn't seem too bad. -- nosy: +ajaksu2 versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/iss

[issue740495] API enhancement: poplib.MailReader()

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/issue740495> ___ ___ Python-bugs-list mai

[issue730467] Not detecting AIX_GENUINE_CPLUSPLUS

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: Check still present in mentioned form in configure.in -- nosy: +ajaksu2 ___ Python tracker <http://bugs.python.org/issue730

[issue727732] getpath.c-generated prefix wrong for Tru64 scripts

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: We'd need confirmation, preferably with assistance from a Tru64 guru. -- nosy: +ajaksu2 stage: -> test needed type: -> behavior ___ Python tracker <http://bugs.python.o

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

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> needs patch versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/issue724459> ___ ___ Python-bugs-list mai

[issue700921] Wide-character curses

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed ___ Python tracker <http://bugs.python.org/issue700921> ___ ___ Python-bugs-list mailing list Unsubscri

[issue683938] HTMLParser attribute parsing bug

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request ___ Python tracker <http://bugs.python.org/issue683938> ___ ___ Python-bugs-

[issue678250] test_mmap failling on AIX

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: Is this concern still valid? -- components: +Tests nosy: +ajaksu2 type: -> crash ___ Python tracker <http://bugs.python.org/issue

[issue660095] GNU readline version confusion

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior ___ Python tracker <http://bugs.python.org/issue660095> ___ ___ Python-bugs-list

[issue637094] print to unicode stream should __unicode

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: Not sure it's still important after 3.0 release. Confirmed in trunk: import codecs class X: def __unicode__(self): print 'unicode' return u'unicode' def __str__(self): print 'str' return 'str'

[issue1537445] urllib2 httplib _read_chunked timeout

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Should this one be closed and docs discussed in a new one? Volunteers? :) -- assignee: -> georg.brandl components: +Documentation, Library (Lib) -None nosy: +ajaksu2, georg.brandl, orsenthil stage: -> test needed type: -> behavior versions

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +orsenthil stage: -> test needed versions: -Python 2.5 ___ Python tracker <http://bugs.python.org/issue2202> ___ ___ Py

[issue1448934] urllib2+https+proxy not working

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +Added HTTP{,S}ProxyConnection nosy: +orsenthil stage: -> test needed versions: +Python 2.7 ___ Python tracker <http://bugs.python.org/issue1

[issue1595365] User-agent header added by an opener is "frozen"

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -None nosy: +orsenthil stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1520831] urrlib2 max_redirections=0 disables redirects

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: rus_r_orange: Can you share your patch and tests? -- nosy: +ajaksu2, orsenthil stage: -> test needed versions: +Python 2.7 ___ Python tracker <http://bugs.python.org/issue1

[issue1160328] urllib2 post error when using httpproxy

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +orsenthil stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1368312] fix for scheme identification in urllib2?

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +orsenthil stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/iss

[issue979407] urllib2 digest auth totally broken

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -None dependencies: +urllib2 doesn't handle username/password in url nosy: +orsenthil stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker <http://b

[issue1508475] transparent gzip compression in liburl2

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) nosy: +orsenthil stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1490929] urllib.retrieve's reporthook called with non-helpful value

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Patch has docs, tests needed. -- nosy: +ajaksu2, orsenthil stage: -> test needed versions: +Python 2.7 ___ Python tracker <http://bugs.python.org/issue1

[issue4894] Docs for urllib.request.HTTPRedirectHandler.redirect_request missing "hdrs" paramether

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy nosy: +orsenthil stage: -> patch review title: documentaion doesn't include parameter in urllib.request.HTTPRedirectHandler.redirect_request -> Docs for urllib.request.HTTPRedirectHandler.redirect_request missing "hdrs&

[issue3244] multipart/form-data encoding

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +Support iterable bodies in httplib keywords: +easy nosy: +orsenthil stage: -> test needed ___ Python tracker <http://bugs.python.org/iss

[issue3066] FD leak in urllib2

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Has (non-unittest) test and proposed (non-diff) patch inline. -- nosy: +ajaksu2, orsenthil stage: -> test needed versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

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

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

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- versions: +Python 3.0 ___ Python tracker <http://bugs.python.org/issue3407> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue3583] test_urllibnet.test_bad_address() fails when using OpenDNS

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Tests -Library (Lib) nosy: +orsenthil stage: -> test needed versions: +Python 3.0 ___ Python tracker <http://bugs.python.org/iss

[issue1453973] addheaders for urlopen / open / xxxx_open

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +orsenthil stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue1

[issue1519816] urllib2 proxy does not work in 2.4.3

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +orsenthil stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue3702] test_urllib2.test_trivial fails when run from another Windows drive

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +orsenthil stage: -> test needed ___ Python tracker <http://bugs.python.org/issue3702> ___ ___ Python-bugs-list mai

[issue2244] urllib and urllib2 decode userinfo multiple times

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +orsenthil stage: -> test needed versions: +Python 3.0 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue618023] imap handler in urllib(2)

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Does imaplib cover this? -- components: +Library (Lib) -Extension Modules nosy: +ajaksu2, orsenthil versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue618

[issue1285440] Digest Authentication not working in all cases

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -Extension Modules nosy: +orsenthil stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -None nosy: +orsenthil stage: -> test needed title: prompt_user_passwd() in FancyURLopener -> prompt_user_passwd() in FancyURLopener masks 401 Unauthorized error page type: -> behavior versions: +Python 2.6, Python 3.

<    5   6   7   8   9   10   11   12   13   14   >