[issue1644818] Allow importing built-in submodules

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- assignee: - brett.cannon nosy: +brett.cannon ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1644818

[issue1562822] decimal module borks thread

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- assignee: - brett.cannon nosy: +brett.cannon ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1562822

[issue1552880] Unicode Imports

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- assignee: - brett.cannon nosy: +brett.cannon, ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1552880

[issue3844] Script: find untested C functions

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

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

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- assignee: - brett.cannon nosy: +brett.cannon versions: +Python 2.6 -Python 2.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1665206

[issue1175686] add reload function to IDLE

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

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

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- assignee: - tarek components: +Distutils -Windows nosy: +tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1299

[issue2100] unit test UnicodeWarning

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +brett.cannon, ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2100 ___ ___ Python

[issue2308] Make structseq more like collections.namedtuple

2009-02-10 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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 ___ Python

[issue2437] Distutils runtime_library_dirs broken on Windows

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- assignee: - tarek nosy: +tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2437 ___ ___ Python

[issue2454] sha and md5 fixer

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +benjamin.peterson ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2454 ___ ___ Python-bugs-list

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

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +benjamin.peterson ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2412 ___ ___ Python-bugs-list

[issue2953] _zip_directory_cache untested and undocumented

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2953 ___ ___ Python-bugs-list mailing list

[issue2805] 2to3 doesn't correct divisions

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +benjamin.peterson ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2805 ___ ___ Python-bugs-list

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

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- assignee: - brett.cannon nosy: +brett.cannon ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2972

[issue3099] On windows, import nul always succeed

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- assignee: - brett.cannon nosy: +brett.cannon ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3099

[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 aja...@gmail.com 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 rep...@bugs.python.org http://bugs.python.org

[issue3444] add warnings for intra-package imports

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +brett.cannon ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3444 ___ ___ Python-bugs-list

[issue3619] A more informative message for ImportError

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- assignee: - brett.cannon nosy: +brett.cannon ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3619

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: OK, I'll work on a test + patch. ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1327971 ___ ___ Python-bugs

[issue3694] Undetected error in _struct.pack_into

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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

[issue3694] Undetected error in _struct.pack_into

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: Removed file: http://bugs.python.org/file13017/pynumber_assizet.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3694

[issue3694] Undetected error in _struct.pack_into

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: Added file: http://bugs.python.org/file13028/pynumber_assizet_trunk.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3694

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Library (Lib) -None type: - behavior Added file: http://bugs.python.org/file13031/urllib_fileno.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1327971

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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 rep...@bugs.python.org http://bugs.python.org

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: Removed file: http://bugs.python.org/file13030/httplib_fileno.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1327971

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: Added file: http://bugs.python.org/file13033/urllib_fileno_2.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1327971

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: Removed file: http://bugs.python.org/file13031/urllib_fileno.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1327971

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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_property.diff

[issue1381476] csv.reader endless loop

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed as working on trunk and py3k. -- resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1381476

[issue1008086] patch for 767150

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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') '\xc0\xa8\x02\x01\x00\x00\x00\x00' The bug

[issue1103926] email.base64MIME.header_encode vs RFC 1522

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - invalid status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1103926

[issue1046092] HTMLParser fix to accept mailformed tag attributes

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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

[issue755660] allow HTMLParser to continue after a parse error

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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

[issue755660] allow HTMLParser to continue after a parse error

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- type: - feature request ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue755660 ___ ___ Python-bugs

[issue775321] plistlib error handling

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +plistlib error handling stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue775321

[issue816059] popen2 work, fixes bugs 768649 and 761888

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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

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

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1153027

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

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- versions: +Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1153027 ___ ___ Python-bugs-list

[issue918368] urllib doesn't correct server returned urls

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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 rep...@bugs.python.org http://bugs.python.org

[issue1562822] decimal module borks thread

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Here's the output of trunk (debug) for OP's test: ./python ../thread.py Exiting test. Exception KeyError: KeyError(-1210869568,) in module 'threading' from '~/trunk-py/Lib/threading.pyc' ignored [31071 refs] -- nosy: +ajaksu2 type

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

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed in trunk. -- nosy: +ajaksu2 stage: - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1548371

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

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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 rep

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

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Still happens in trunk. -- nosy: +ajaksu2 stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1074015

[issue1161031] Neverending warnings from asyncore

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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 rep...@bugs.python.org http

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

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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 rep...@bugs.python.org http://bugs.python.org/issue5208

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

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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 stage: - patch review

[issue1777134] minidom pretty xml output improvement

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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

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

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Library (Lib) keywords: +easy stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3991

[issue776100] new function 'islastline' in fileinput

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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

[issue968063] Add fileinput.islastline()

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

[issue755670] improve HTMLParser attribute processing regexps

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- 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 rep

[issue749722] isinstance and weakref proxies.

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue749722 ___ ___ Python-bugs-list

[issue747320] rfc2822 formatdate functionality duplication

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

[issue740495] API enhancement: poplib.MailReader()

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: normal - low versions: +Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue740495

[issue730467] Not detecting AIX_GENUINE_CPLUSPLUS

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Check still present in mentioned form in configure.in -- nosy: +ajaksu2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue730467

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

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

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

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - needs patch versions: +Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue724459

[issue700921] Wide-character curses

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue700921 ___ ___ Python-bugs-list

[issue683938] HTMLParser attribute parsing bug

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - feature request ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue683938

[issue678250] test_mmap failling on AIX

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Is this concern still valid? -- components: +Tests nosy: +ajaksu2 type: - crash ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue678250

[issue660095] GNU readline version confusion

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue660095

[issue637094] print to unicode stream should __unicode

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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' x=X() f = codecs.getwriter

[issue1537445] urllib2 httplib _read_chunked timeout

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +orsenthil stage: - test needed versions: -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2202

[issue1448934] urllib2+https+proxy not working

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +Added HTTP{,S}ProxyConnection nosy: +orsenthil stage: - test needed versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1448934

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

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

[issue1520831] urrlib2 max_redirections=0 disables redirects

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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 rep...@bugs.python.org http://bugs.python.org/issue1520831

[issue1160328] urllib2 post error when using httpproxy

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +orsenthil stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1160328

[issue1368312] fix for scheme identification in urllib2?

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +orsenthil stage: - test needed type: - behavior versions: +Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1368312

[issue979407] urllib2 digest auth totally broken

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- 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 rep

[issue1508475] transparent gzip compression in liburl2

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

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

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Patch has docs, tests needed. -- nosy: +ajaksu2, orsenthil stage: - test needed versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1490929

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- 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 aja...@gmail.com: -- dependencies: +Support iterable bodies in httplib keywords: +easy nosy: +orsenthil stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3244

[issue3066] FD leak in urllib2

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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 rep...@bugs.python.org http

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +orsenthil ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3407 ___ ___ Python-bugs-list mailing

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- versions: +Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3407 ___ ___ Python-bugs-list

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Tests -Library (Lib) nosy: +orsenthil stage: - test needed versions: +Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3583

[issue1453973] addheaders for urlopen / open / xxxx_open

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +orsenthil stage: - test needed versions: +Python 2.7, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1453973

[issue1519816] urllib2 proxy does not work in 2.4.3

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +orsenthil stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1519816

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +orsenthil stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3702

[issue2244] urllib and urllib2 decode userinfo multiple times

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +orsenthil stage: - test needed versions: +Python 3.0 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2244

[issue618023] imap handler in urllib(2)

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

[issue1285440] Digest Authentication not working in all cases

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

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- 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

[issue1634770] Please provide rsync-method in the urllib[2] module

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +orsenthil stage: - test needed versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1634770

[issue1682241] Problems with urllib2 read()

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Patch has tests too (might need updating). -- nosy: +ajaksu2, orsenthil stage: - patch review type: - behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker rep...@bugs.python.org http

[issue1682241] Problems with urllib2 read()

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1682241 ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1682241] Problems with urllib2 read()

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: patch review - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1682241

[issue1673007] urllib2 requests history + HEAD support

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Patch has tests too, might need updating. :) -- nosy: +ajaksu2, orsenthil stage: - patch review type: - feature request versions: +Python 2.7 -Python 2.6 ___ Python tracker rep...@bugs.python.org

[issue1424148] urllib.FancyURLopener.redirect_internal looses data on POST!

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +urllib2 POSTs on redirect nosy: +orsenthil stage: - test needed type: - behavior versions: +Python 2.6, Python 3.0 -Python 2.4 ___ Python tracker rep...@bugs.python.org http

[issue1067702] urllib fails with multiple ftps

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: OP supplied a detailed test. Needs confirmation. -- nosy: +ajaksu2, orsenthil stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.3 ___ Python tracker rep...@bugs.python.org http

[issue1285086] urllib.quote is too slow

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +orsenthil stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1285086

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4140 ___ ___ Python-bugs-list

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +orsenthil ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4733 ___ ___ Python-bugs-list mailing

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +Add a decode to declared encoding version of urlopen to urllib nosy: +orsenthil stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1599329

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +urllib(2) should allow automatic decoding by charset ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4733

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +orsenthil type: - feature request versions: +Python 2.6 -Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1349732

<    1   2   3   4   5   6   7   8   9   10   >