[issue1733513] zlib configure behaves differently than main configure

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - invalid stage: - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1733513

[issue1733509] Modules/ld_so_aix needs to strip path off of whichcc call

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - invalid stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1733509

[issue1733484] Solaris 64 bit LD_LIBRARY_PATH_64 needs to be set

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - rejected stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1733484

[issue1217246] proposed patch for tls wrapped ssl support added to smtplib

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Added to trunk around rev58097. -- nosy: +ajaksu2 resolution: - out of date stage: test needed - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http

[issue3921] smtplib cannot sendmail over TLS

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: As pointed by Mariano on IRC, this is closely related to #5259 and #5304. -- Added file: http://bugs.python.org/file13782/smtpbug.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue3921] smtplib cannot sendmail over TLS

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Actually, this is fixed by the patch in issue 5259 (also has test). -- resolution: - duplicate status: open - closed superseder: - smtplib is broken in Python3 ___ Python tracker rep

[issue5259] smtplib is broken in Python3

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Martin: see a test script in issue 3921. -- nosy: +ajaksu2 priority: normal - critical Added file: http://bugs.python.org/file13783/smtplib_eol.diff ___ Python tracker rep...@bugs.python.org http

[issue5844] internal error on write while reading

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +benjamin.peterson -dsm001 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5844 ___ ___ Python

[issue5844] internal error on write while reading

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +dsm001, pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5844 ___ ___ Python-bugs-list

[issue5844] internal error on write while reading

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - normal stage: - test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5844

[issue5304] email/base64mime.py cannot work

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: This is a duplicate of issue 5259. -- nosy: +ajaksu2 resolution: - duplicate stage: test needed - committed/rejected status: open - closed superseder: - smtplib is broken in Python3 ___ Python

[issue1207] Load tests from path (patch included)

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +michael.foord stage: - test needed versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1207

[issue2403] Add figleaf coverage metrics

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Re-attaching the coverage bootstrapping file as plain/text. -- nosy: +ajaksu2 stage: - test needed type: - feature request versions: +Python 2.7, Python 3.1 -Python 2.6 Added file: http://bugs.python.org/file13788/coverage.py

[issue1054943] Python may contain NFC/NFKC bug per Unicode PRI #29

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: The code is the same as described by MAL and we're now on Unicode DB 5.1. -- nosy: +ajaksu2, haypo stage: - test needed type: - behavior versions: +Python 3.1 -Python 2.5 ___ Python tracker rep

[issue1492860] Integer bit operations performance improvement.

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: There's a related patch in issue 1087418. -- dependencies: +long int bitwise ops speedup (patch included) nosy: +ajaksu2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1492860

[issue1087418] long int bitwise ops speedup (patch included)

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +marketdickinson stage: - test needed type: - performance versions: +Python 2.7, Python 3.1 -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1087418

[issue1677872] Efficient reverse line iterator

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +benjamin.peterson, pitrou stage: - patch review type: - performance versions: +Python 3.1 -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1677872

[issue1298813] sysmodule.c: realpath() is unsafe

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: See http://nvd.nist.gov/nvd.cfm?cvename=CVE-2006-1542 -- nosy: +ajaksu2, haypo stage: - test needed versions: +Python 2.6, Python 3.0, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org

[issue1565468] Install on WinXP always goes to C:\

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Fixed in r66305. -- nosy: +ajaksu2 resolution: - out of date stage: - committed/rejected status: open - closed superseder: - msi installs to the incorrect location (C drive) ___ Python tracker rep

[issue1298962] MSI installer does not pass values as SecureProperty from UI

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Fixed in r66305. -- nosy: +ajaksu2 resolution: - out of date stage: - committed/rejected status: open - closed superseder: - msi installs to the incorrect location (C drive) ___ Python tracker rep

[issue3615] Expect methods for testing.

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +michael.foord stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3615

[issue2016] Crash when modifying the **kwargs passed to a function.

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed in py3k (debug), trunk (non-debug) hangs with lots of CPU activity. py3k backtrace: #0 0x0805c196 in do_richcompare (v=0x83e734c, w=0xb7afa648, op=2) at Objects/object.c:561 #1 0x0805c450 in PyObject_RichCompare (v=0x83e734c, w

[issue3896] idle should be installed as idle3.0

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Benjamin fixed this in r71936, #5756. -- nosy: +ajaksu2 resolution: - out of date stage: - committed/rejected status: open - closed superseder: - idle pydoc et al removed from 3.1 without versioned replacements

[issue2276] distutils out-of-date for runtime_library_dirs flag on OS X

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +tarek versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2276

[issue4403] regression from 2.6: smtplib.py requiring ascii for sending messages

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: We might want to add the workaround to docs or even to extend smtplib to support it. -- nosy: +ajaksu2 priority: - normal stage: - test needed type: - behavior versions: +Python 3.1 ___ Python

[issue1019882] hotshot start / stop stats bug

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed on trunk (interactive session only), might be considered a historical limitation by now :) -- nosy: +ajaksu2 priority: normal - low stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.3

[issue818059] os.listdir on empty strings. Inconsistent behaviour.

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +benjamin.peterson, pitrou type: - behavior versions: +Python 2.6, Python 2.7, Python 3.0, Python 3.1 -Python 2.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue818059

[issue1734234] Fast path for unicodedata.normalize()

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Should this be considered for 3.1? -- nosy: +ajaksu2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1734234

[issue1025540] urllib2 http auth

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Needs confirmation. -- nosy: +ajaksu2 stage: - test needed versions: +Python 2.7, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1025540

[issue1566260] Better order in file type descriptions

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1566260 ___ ___ Python-bugs-list

[issue1565071] update Lib/plat-linux2/IN.py

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1565071 ___ ___ Python-bugs-list

[issue1459279] sgmllib.SGMLparser and hexadecimal numeric character refs

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1459279 ___ ___ Python-bugs-list

[issue5584] json.loads(u'3.14') fails unexpectedly (minor scanner bug)

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - high versions: -Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5584

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

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy -patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1153027 ___ ___ Python-bugs-list

[issue1492704] distinct error type from shutil.move()

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1492704 ___ ___ Python-bugs-list

[issue1436203] getpass.getpass() should allow Unicode prompts

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1436203 ___ ___ Python-bugs-list

[issue1443875] email/charset.py convert() patch

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1443875 ___ ___ Python-bugs-list

[issue1437051] continue in .pdbrc has no effect

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1437051 ___ ___ Python-bugs-list

[issue1438480] shutil.move raises OSError when copystat fails

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1438480 ___ ___ Python-bugs-list

[issue1422094] email.MIME*.as_string removes duplicate spaces

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1422094 ___ ___ Python-bugs-list

[issue1432343] Description of file-object read() method is wrong.

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy nosy: +pitrou stage: - patch review versions: +Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1432343

[issue1398781] Example in section 5.3 Pure Embedding doesn't work.

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1398781 ___ ___ Python-bugs-list

[issue1410680] Add 'surgical editing' to ConfigParser

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1410680 ___ ___ Python-bugs-list

[issue1360243] Add XML-RPC Fault Interoperability to XMLRPC libraries

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1360243 ___ ___ Python-bugs-list

[issue1372770] email.Header should preserve original FWS

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1372770 ___ ___ Python-bugs-list

[issue1356969] Tix.py class HList missing info_bbox

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1356969 ___ ___ Python-bugs-list

[issue1394135] Deleting first item causes anydbm.first() to fail

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1394135 ___ ___ Python-bugs-list

[issue1314572] Trailing slash redirection for SimpleHTTPServer

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1314572 ___ ___ Python-bugs-list

[issue1243730] Big speedup in email message parsing

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1243730 ___ ___ Python-bugs-list

[issue1158490] locale fails if LANGUAGE has multiple locales

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1158490 ___ ___ Python-bugs-list

[issue1666318] shutil.copytree doesn't preserve directory permissions

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1666318 ___ ___ Python-bugs-list

[issue3565] array documentation, method names not 3.0 compliant

2009-04-22 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: The doc patch is in scope for the Bug Day. -- keywords: +easy nosy: +ajaksu2 stage: - test needed type: - feature request versions: +Python 3.1 -Python 3.0 ___ Python tracker rep...@bugs.python.org

[issue5498] Can SGMLParser properly handle empty/ tags?

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy stage: - test needed versions: +Python 2.6 -3rd party, Python 2.4, Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5498

[issue444582] Finding programs in PATH, addition to os

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +replace dist/src/Tools/scripts/which.py with tmick's which keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue444582

[issue5430] imaplib: must not replace LF or CR by CRLF in literals

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5430

[issue5423] Exception raised when attempting to call set_charset on an email.mime.multipart once sub-parts have been attached

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy stage: - test needed type: - behavior versions: +Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5423

[issue5419] urllib.request.open(someURL).read() returns a bytes object so writing it requires binary mode

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy priority: - normal stage: - needs patch type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5419

[issue5117] os.path.relpath problem with root directory

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - normal stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5117

[issue4712] Document pickle behavior for subclasses of dicts/lists

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4712 ___ ___ Python-bugs-list mailing

[issue1355826] shutil.move() does not preserve ownership

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1355826

[issue5395] array.fromfile not checking I/O errors

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy priority: - normal stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5395

[issue5259] smtplib is broken in Python3

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +email/base64mime.py cannot work, smtplib cannot sendmail over TLS keywords: +easy priority: - normal stage: - test needed type: crash - behavior ___ Python tracker rep...@bugs.python.org

[issue5304] email/base64mime.py cannot work

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy priority: - high stage: - test needed type: compile error - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5304

[issue3921] smtplib cannot sendmail over TLS

2009-04-22 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: The attached patch makes using smtplib in py3k possible. It isn't proposed as a correct fix. -- keywords: +easy, patch nosy: +ajaksu2 priority: - high stage: - test needed type: - behavior Added file: http://bugs.python.org/file13736

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

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy priority: - normal versions: +Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5230

[issue3073] Cookie.Morsel breaks in parsing cookie values with whitespace

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - normal stage: - patch review versions: -Python 2.4, Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3073

[issue3022] mailbox module, two small fixes

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - normal stage: - patch review type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3022

[issue5286] urrlib2 digest authentication problems

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy priority: - normal stage: - test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5286

[issue1375011] Improper handling of duplicate cookies

2009-04-22 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: See discussion in issue 1372650. -- keywords: +easy nosy: +ajaksu2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1375011

[issue1189811] pydoc may hide non-private doc strings.

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1189811 ___ ___ Python-bugs-list

[issue1210680] Split email headers near a space

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1210680 ___ ___ Python-bugs-list

[issue1144533] htmllib quote parse error within a script

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1144533 ___ ___ Python-bugs-list

[issue1122916] incorrect handle of declaration in markupbase

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1122916 ___ ___ Python-bugs-list

[issue1185124] pydoc doesn't find all module doc strings

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1185124 ___ ___ Python-bugs-list

[issue1243654] Faster output if message already has a boundary

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1243654 ___ ___ Python-bugs-list

[issue1670765] email.Generator: no header wrapping for multipart/signed

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1670765 ___ ___ Python-bugs-list

[issue968430] error flattening complex smime signed message

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy, patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue968430 ___ ___ Python-bugs-list

[issue974019] ConfigParser non-string defaults broken with .getboolean()

2009-04-22 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: +1 for closing. -- nosy: +ajaksu2 priority: normal - low ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue974019

[issue1015254] Create cgi.FieldStorage._get_new_instance method as factory

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy stage: - test needed versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1015254

[issue1015249] cgi.FieldStorage.__len__ eventually throws TypeError

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1015249 ___ ___ Python-bugs-list

[issue1012435] ctrl-left/-right works incorectly with diacritics

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1012435 ___ ___ Python-bugs-list mailing

[issue1078919] Email.Header encodes non-ASCII content incorrectly

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1078919 ___ ___ Python-bugs-list

[issue1100366] Frame does not receive configure event on move

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1100366 ___ ___ Python-bugs-list mailing

[issue1063229] not enough information in SGMLParseError

2009-04-22 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Closing, the message does currently include the problematic text. The output in both 2.5 and trunk is: Pythonlib's error message: expected name token at '!img src=image/at' -- nosy: +ajaksu2 resolution: - out of date stage: test needed

[issue1074333] input from numeric pad always dropped when numlock off

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1074333 ___ ___ Python-bugs-list mailing

[issue1100562] deepcopying listlike and dictlike objects

2009-04-22 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: See issue 1099746 for an example that can be used as a starting point for the unit tests. -- keywords: +easy nosy: +ajaksu2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1100562

[issue1043134] mimetypes.guess_extension('text/plain') == '.ksh' ???

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1043134 ___ ___ Python-bugs-list

[issue1055864] HTMLParser not compliant to XHTML spec

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1055864 ___ ___ Python-bugs-list

[issue956303] Update pickle docs to describe format of persistent IDs

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue956303 ___ ___ Python-bugs-list mailing

[issue940286] pydoc.Helper.help() ignores input/output init parameters

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue940286

[issue985064] plistlib crashes too easily on bad files

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue985064 ___ ___ Python-bugs-list mailing

[issue775321] plistlib error handling

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue775321 ___ ___ Python-bugs-list mailing

[issue798058] IDLE / PyOS_InputHook

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue798058 ___ ___ Python-bugs-list mailing

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

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue900112 ___ ___ Python-bugs-list mailing

[issue894936] Have a split corresponding with os.path.join

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue894936 ___ ___ Python-bugs-list mailing

[issue5256] rlcompleter adds builtins when custom dict is used

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5256

[issue1172011] BaseCookie does not call value_decode

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1172011 ___ ___ Python-bugs-list

[issue3613] base64.encodestring does not actually accept strings

2009-04-22 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: We still need to solve the encodebytes/encodestring stuff. -- stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3613

[issue849097] Request: getpos() for sgmllib

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue849097 ___ ___ Python-bugs-list mailing

[issue868571] HTTPResponse.read(amt) fails when response length is UNKNOWN

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue868571 ___ ___ Python-bugs-list mailing

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