[issue1023] Buy Tramadol online

2007-06-08 Thread A.M. Kuchling
A.M. Kuchling added the comment: Closing this issue. -- nosy: +amk resolution: - invalid status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1023

[issue2650] re.escape should not escape underscore

2011-01-13 Thread A.M. Kuchling
Changes by A.M. Kuchling li...@amk.ca: -- nosy: -akuchling ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2650 ___ ___ Python-bugs-list mailing

[issue9124] Mailbox module should use binary I/O, not text I/O

2011-01-28 Thread A.M. Kuchling
Changes by A.M. Kuchling li...@amk.ca: -- nosy: -akuchling ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9124 ___ ___ Python-bugs-list mailing

[issue1396] py3k-pep3137: patch for mailbox

2007-11-06 Thread A.M. Kuchling
A.M. Kuchling added the comment: I'm not following Py3K development at all, but the patch is pretty short and seems reasonable. I think mailboxes should be 7-bit clean in theory, but have no idea if things are that tidy in practice. __ Tracker [EMAIL PROTECTED

[issue1137] pyexpat patch for changing buffer_size

2008-01-07 Thread A.M. Kuchling
A.M. Kuchling added the comment: Here's a simpler, but still untested version of the patch that cuts out the various cases for reallocating when there's already buffered data and just does a flush every time. Added file: http://bugs.python.org/file9097/simpler_patch.txt

[issue1114] _curses issues on 64-bit big-endian (e.g, AIX)

2008-01-08 Thread A.M. Kuchling
A.M. Kuchling added the comment: Applied to trunk in rev. 59854, and to 25-maint in rev. 59855. Thanks for your bugfix! -- resolution: - accepted status: open - closed versions: +Python 2.5, Python 2.6 -Python 2.3 __ Tracker [EMAIL PROTECTED] http

[issue1114] _curses issues on 64-bit big-endian (e.g, AIX)

2008-01-09 Thread A.M. Kuchling
A.M. Kuchling added the comment: Rev. 59870 on trunk fixes another usage of attr in the wrapper for the chgat() method. Luke, a 2.5.2 release is not too far off. If possible, can you please try compiling the 25-maint branch on AIX to check that the problems are fixed? Thanks

[issue1731] Random errors on interpreter shutdown

2008-01-09 Thread A.M. Kuchling
A.M. Kuchling added the comment: The fix has been applied (by GvR) to 2.5 in r59724. This issue can probably be closed now. -- nosy: +akuchling __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1731

[issue1266] segfault in curses when calling redrawwin() before refresh()

2008-01-09 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: - akuchling nosy: +akuchling __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1266 __ ___ Python-bugs-list mailing list

[issue1773] Reference to Python issue tracker incorrect

2008-01-09 Thread A.M. Kuchling
A.M. Kuchling added the comment: Fixed in rev. 57394 of the 2.5 branch; thanks for reporting this! The web site's copy of the documentation will be updated when Python 2.5.2 is released. -- assignee: - akuchling nosy: +akuchling resolution: - fixed status: open - closed

[issue1642054] Python 2.5 gets curses.h warning on HPUX

2008-01-09 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: - akuchling _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1642054 _ ___ Python-bugs-list mailing list Unsubscribe

[issue1729930] 2.5.1 latest svn fails test_curses and test_timeout

2008-01-09 Thread A.M. Kuchling
A.M. Kuchling added the comment: According to the man page for endwin() from ncurses, In this implementation endwin returns an error if the terminal was not initialized. This doesn't make the problem any clearer to me. Perhaps the setupterm() or initscr() in Lib/tests/test_curses is failing

[issue1277] mailbox.Maildir: factory not used

2008-01-09 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: - akuchling nosy: +akuchling __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1277 __ ___ Python-bugs-list mailing list

[issue756982] mailbox should use email not rfc822

2008-01-09 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: barry - akuchling Tracker [EMAIL PROTECTED] http://bugs.python.org/issue756982 ___ Python-bugs-list mailing list Unsubscribe

[issue1790] xmlrpclib ServerProxy page has out-of-date content

2008-01-11 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: - akuchling nosy: +akuchling __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1790 __ ___ Python-bugs-list mailing list

[issue1098749] Single-line option to pygettext.py

2008-01-11 Thread A.M. Kuchling
A.M. Kuchling added the comment: Is this change still useful for 2.6? -- nosy: +akuchling versions: +Python 2.6 -Python 2.4 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1098749

[issue1790] xmlrpclib ServerProxy page has out-of-date content

2008-01-11 Thread A.M. Kuchling
A.M. Kuchling added the comment: Text removed, and the link updated in rev. 59924. Thanks for reporting this! -- resolution: - fixed status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1790

[issue1560327] copy() method of dictionaries is not deep

2008-01-11 Thread A.M. Kuchling
A.M. Kuchling added the comment: The Infogami FAQ is no longer available from python.org, so I'll just close this item. -- resolution: - wont fix status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1560327

[issue1675533] setup.py LDFLAGS regexp is wrong

2008-01-11 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1675533 _ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1433694] normalize function in minidom unlinks empty child nodes

2008-01-11 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1433694 _ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1337648] Elemental Security contribution - parsexml.py

2008-01-11 Thread A.M. Kuchling
A.M. Kuchling added the comment: Is this module still of interest? Given that PyXML is no longer being developed or released, the module would need to either go straight into the stdlib, or be released separately. -- nosy: +akuchling type: - rfe

[issue1411695] XML.sax.saxutils.escape -- always escapes , , ,

2008-01-11 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1411695 _ ___ Python-bugs-list mailing list Unsubscribe: http

[issue976880] mmap needs a rfind method

2008-01-11 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy Tracker [EMAIL PROTECTED] http://bugs.python.org/issue976880 ___ Python-bugs-list mailing list Unsubscribe: http

[issue1463043] test_minidom.py fails for Python-2.4.3 on SUSE 9.3

2008-01-11 Thread A.M. Kuchling
A.M. Kuchling added the comment: This seems to be an XML issue, not actually a build-related one. -- components: +XML -Build nosy: +akuchling _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1463043

[issue687648] classic division in demos/ directory

2008-01-11 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy Tracker [EMAIL PROTECTED] http://bugs.python.org/issue687648 ___ Python-bugs-list mailing list Unsubscribe: http

[issue1550] help('modules') broken by several 3rd party libraries (svn patch attached)

2008-01-11 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1550 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1741] .pypirc not found on windows

2008-01-11 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1741 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1509] Documentation lacking for the sqlite3 module.

2008-01-11 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1509 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1751519] curses - new window methods: addchstr and addchnstr

2008-01-11 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: - akuchling nosy: +akuchling _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1751519 _ ___ Python-bugs-list mailing list

[issue1019] Cleanup pass on _curses and _curses_panel

2008-01-11 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: - akuchling nosy: +akuchling __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1019 __ ___ Python-bugs-list mailing list

[issue1679] tokenizer permits invalid hex integer

2008-01-11 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1679 __ ___ Python-bugs-list mailing list Unsubscribe: http

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

2008-01-11 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- type: - security _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1298813 _ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1269] Exception in pstats print_callers()

2008-01-11 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1269 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1274] doctest fails to run file based tests with 8bit paths

2008-01-11 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1274 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1160] Medium size regexp crashes python

2008-01-11 Thread A.M. Kuchling
A.M. Kuchling added the comment: Trying effbot's suggested experiment is easy, at least, and would provide useful info. If it fails, then fixing this bug might be difficult. -- keywords: +easy nosy: +akuchling __ Tracker [EMAIL PROTECTED] http

[issue1704474] test_optparse.py mod. for jython

2008-01-11 Thread A.M. Kuchling
A.M. Kuchling added the comment: The patch would need to be checked against Jython's last release and/or the current trunk. -- keywords: +easy nosy: +akuchling _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1704474

[issue1598083] Top-level exception handler writes to stdout unsafely

2008-01-11 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1598083 _ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1286] fileinput, StringIO, and cStringIO do not support the with protocol

2008-01-11 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1286 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1339] smtplib starttls() should ehlo() if it needs to

2008-01-11 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1339 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1019] Cleanup pass on _curses and _curses_panel

2008-01-13 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: akuchling - __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1019 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1296] optparse's OptionGroup not described

2008-01-15 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1296 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1266] segfault in curses when calling redrawwin() before refresh()

2008-01-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: The C program does crash, but newwin() is returning NULL and the code should really be checking for this case. When I try the Python script with 2.5-maint and 2.6-trunk, I get the error: [EMAIL PROTECTED]:~/source/p/25$ ./python.exe ../python/curses-01.py

[issue818065] mailbox._Subfile readline() bug

2008-01-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: I guess this bug report is out of date: mailbox.py doesn't seem to contain a _Subfile class, the ProxyFile.readline() function is one line, and there's no self.pos variable either. Probably 2.5's rewrite of the module removed this code. -- resolution

[issue774221] 2.3c1: zipfile.py confused by garbage at the very end of zip

2008-01-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: I searched for references to 'zip file concatenate|append' and found no reference to extra data being ignored, so I'll agree with Alan and close this patch. Thanks for your contribution, anyway! -- resolution: - rejected status: open - closed

[issue742598] SocketServer timeout, zombies

2008-01-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: Committed to Python 2.6 in rev. 60080. Thanks for your contribution! Whenever you find time, it would be nice if you could sign and submit a Python contributor agreement; please see http://www.python.org/psf/contrib/ for the forms. -- resolution

[issue976880] mmap needs a rfind method

2008-01-19 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: - akuchling Tracker [EMAIL PROTECTED] http://bugs.python.org/issue976880 ___ Python-bugs-list mailing list Unsubscribe: http

[issue976880] mmap needs a rfind method

2008-01-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: Committed to the 2.6 trunk in rev. 60086. Thanks for your contribution! Please sign and send in a contributor form whenever you have time; the forms are at http://www.python.org/psf/contrib/ . Tracker [EMAIL PROTECTED] http

[issue976880] mmap needs a rfind method

2008-01-19 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +patch resolution: - accepted status: open - closed Tracker [EMAIL PROTECTED] http://bugs.python.org/issue976880 ___ Python-bugs

[issue1277] mailbox.Maildir: factory not used

2008-01-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: I think the required patch is much simpler; only get_message() needs to be updated. I've committed this change to trunk as rev60095, and to release25-maint as rev. 60096. -- resolution: - fixed status: open - closed

[issue1019808] wrong socket error returned

2008-01-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: Applied to 2.6 trunk in rev. 60101 (at long last!). Thanks for your patch! -- keywords: +patch resolution: - accepted status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1019808

[issue1161031] Neverending warnings from asyncore

2008-01-19 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: akuchling - josiahcarlson _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1161031 _ ___ Python-bugs-list mailing list

[issue1296] optparse's OptionGroup not described

2008-01-19 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: - akuchling nosy: +akuchling __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1296 __ ___ Python-bugs-list mailing list

[issue1296] optparse's OptionGroup not described

2008-01-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: Thanks for pointing this out. I've restored the text to the trunk in rev. 60106, and to the 2.5-maint branch in rev. 60107. -- resolution: - fixed status: open - closed __ Tracker [EMAIL PROTECTED] http

[issue1625] bz2.BZ2File doesn't support multiple streams

2008-01-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: Like gzip, you can concatenate two bzip2 files: bzip2 -c /etc/passwd /tmp/pass.bz2 bzip2 -c /etc/passwd /tmp/pass.bz2 bunzip2 will output both parts, generating two copies of the file. So nothing needs to be done on compression, but uncompression needs

[issue1751519] curses - new window methods: addchstr and addchnstr

2008-01-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: I'm doubtful about passing strings of characters that contain characters + attrs. The usual convention used by the curses module is to allow strings containing attributeless characters to display, or integers that can include an attribute value. Perhaps

[issue1048820] Only Overwrite mode possible with curses.textpad.Textbox

2008-01-19 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +patch title: Only Overwrite mode possible with curses.textpad.Textbox - Only Overwrite mode possible with curses.textpad.Textbox _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1048820

[issue1048820] Only Overwrite mode possible with curses.textpad.Textbox

2008-01-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: Applied to the trunk in rev. 60119. Thanks for your patch! Please remember to sign and send in a contributor form; the forms are available at http://www.python.org/psf/contrib/ -- resolution: - accepted status: open - closed versions: +Python 2.6

[issue777884] minidom.py -- TypeError: object doesn't support slice assig

2008-01-19 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: fdrake - akuchling Tracker [EMAIL PROTECTED] http://bugs.python.org/issue777884 ___ Python-bugs-list mailing list Unsubscribe

[issue1464788] Python 2.4.3 build issue on Cygwin

2008-01-21 Thread A.M. Kuchling
A.M. Kuchling added the comment: Closing as fixed, since the problem was reported as solved in 2.5alpha2 and it's unlikely anyone will make a 2.4.x bugfix release now. -- nosy: +akuchling resolution: - fixed status: open - closed _ Tracker [EMAIL

[issue1745108] 2.5.1 curses panel segfault in new_panel on aix 5.3

2008-01-21 Thread A.M. Kuchling
A.M. Kuchling added the comment: I don't see how win-win could be uninitialized. curses.newwin() creates a PyCursesWindowObject using PyCursesWindow_New(), which always fills in the -win field. I'm puzzled by the 2007-06-28 traceback. Pycurses_new_panel has args = 0x000110246dc0; args

[issue1723038] Curses Menu

2008-01-21 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: - akuchling nosy: +akuchling _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1723038 _ ___ Python-bugs-list mailing list

[issue1119331] curses.initscr - initscr exit w/o env(TERM) set

2008-01-21 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: mwh - akuchling _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1119331 _ ___ Python-bugs-list mailing list Unsubscribe

[issue1687125] cannot catch KeyboardInterrupt when using curses getkey()

2008-01-21 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: - akuchling nosy: +akuchling title: cannot catch KeyboardInterrupt when using curses getkey() - cannot catch KeyboardInterrupt when using curses getkey() _ Tracker [EMAIL PROTECTED] http://bugs.python.org

[issue1470548] Bugfix for #1470540 (XMLGenerator cannot output UTF-16)

2008-01-21 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1470548 _ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1541] Bad OOB data management when using asyncore with select.poll()

2008-01-28 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +patch __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1541 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1389051] imaplib causes excessive fragmentation for large documents

2008-01-28 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +patch _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1389051 _ ___ Python-bugs-list mailing list Unsubscribe: http

[issue2124] xml.sax and xml.dom fetch DTDs by default

2008-02-15 Thread A.M. Kuchling
New submission from A.M. Kuchling: The W3C posted an item at http://www.w3.org/blog/systeam/2008/02/08/w3c_s_excessive_dtd_traffic describing how their DTDs are being fetched up to 130M times per day. The Python parsers are part of the problem, as noted by Paul Boddie on the python-advocacy

[issue2124] xml.sax and xml.dom fetch DTDs by default

2008-02-15 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- type: - resource usage __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2124 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue2124] xml.sax and xml.dom fetch DTDs by default

2008-02-15 Thread A.M. Kuchling
A.M. Kuchling added the comment: Here's a simple test to demonstrate the problem: from xml.sax import make_parser from xml.sax.saxutils import prepare_input_source parser = make_parser() inp = prepare_input_source('file:file.xhtml') parser.parse(inp) file.xhtml contains: ?xml version=1.0

[issue2124] xml.sax and xml.dom fetch DTDs by default

2008-02-15 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- priority: - urgent __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2124 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue2101] xml.dom documentation doesn't match implementation

2008-02-15 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2101 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1390] toxml generates output that is not well formed

2008-02-15 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +patch __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1390 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue2072] SimpleXMLRPCServer documentation about rpc_paths might be wrong

2008-02-15 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: - akuchling nosy: +akuchling __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2072 __ ___ Python-bugs-list mailing list

[issue2124] xml.sax and xml.dom fetch DTDs by default

2008-02-16 Thread A.M. Kuchling
A.M. Kuchling added the comment: What if we just tried to make the remote accesses apparent to the user, by making a warning.warn() call in the default implementation that was deactivated by a setFeature() call. With a warning, code will continue to run but the user will at least be aware

[issue449227] rlcompleter add ( to callables feature

2008-02-19 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +patch Tracker [EMAIL PROTECTED] http://bugs.python.org/issue449227 ___ Python-bugs-list mailing list Unsubscribe: http

[issue449227] rlcompleter add ( to callables feature

2008-02-19 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy Tracker [EMAIL PROTECTED] http://bugs.python.org/issue449227 ___ Python-bugs-list mailing list Unsubscribe: http

[issue602291] Bgen should learn about booleans

2008-02-19 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- type: - rfe Tracker [EMAIL PROTECTED] http://bugs.python.org/issue602291 ___ Python-bugs-list mailing list Unsubscribe: http

[issue971330] test_signal sucks

2008-02-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: In Python 2.6, test_signal.py uses unittest. It still spawns a shell script, but I don't understand why this is a problem; is it a portability issue? -- nosy: +akuchling Tracker [EMAIL PROTECTED] http

[issue1038909] pydoc method documentation lookup enhancement

2008-02-19 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1038909 _ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1040026] os.times() is bogus

2008-02-19 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1040026 _ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1044479] docs for Py_UNICODE are wrong

2008-02-19 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1044479 _ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1081824] Rewrite of docs for compiler.visitor

2008-02-19 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +patch _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1081824 _ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1106262] semaphore errors from Python 2.3.x on AIX 5.2

2008-02-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: Fixed for bug #1234. -- nosy: +akuchling resolution: - duplicate status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1106262

[issue849097] Request: getpos() for sgmllib

2008-02-19 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +patch type: - rfe Tracker [EMAIL PROTECTED] http://bugs.python.org/issue849097 ___ Python-bugs-list mailing list Unsubscribe

[issue1330538] datetime/xmlrpclib.DateTime comparison

2008-02-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: Skip, I can look at xmlrpclib issues. -- assignee: fdrake - akuchling nosy: +akuchling _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1330538

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

2008-02-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: Can this item be closed, given jjlee's argument against changing the behaviour? -- nosy: +akuchling _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1424148

[issue1174606] Reading /dev/zero causes SystemError

2008-02-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: This seems like an easy fix: just check that S_ISREG(st_mode) is true in new_buffersize in fileobject.c. -- keywords: +easy nosy: +akuchling _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1174606

[issue1167397] Python 2.4 causes BitTorrent 3.4.2 failure

2008-02-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: The Red Hat bug URL is now https://bugzilla.redhat.com/show_bug.cgi?id=138535 ; it has a lengthy discussion. From that bug's history, the problem now seems to be fixed, though I'm not sure if it was fixed on the Python or the yum/BitTorrent side. Closing

[issue839159] iterators broken for weak dicts

2008-02-22 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- title: interators broken for weak dicts - iterators broken for weak dicts Tracker [EMAIL PROTECTED] http://bugs.python.org/issue839159

[issue1957] [patch] syslogmodule: Release GIL when calling syslog(3)

2008-02-22 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1957 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue2072] SimpleXMLRPCServer documentation about rpc_paths might be wrong

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: Thanks for pointing out this error. Corrected in rev. 60987. -- resolution: - fixed status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2072

[issue1119331] curses.initscr - initscr exit w/o env(TERM) set

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: Patch #2 applied to 2.6-trunk in rev. 60989. -- resolution: - fixed status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1119331

[issue1330538] datetime/xmlrpclib.DateTime comparison

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: The patch looks OK. The python-dev discussion starts at http://mail.python.org/pipermail/python-dev/2005-October/057514.html. I'm nervous about removing the ability to pass a date or time to the constructor, but the consensus was that this conversion was a bad

[issue1330538] datetime/xmlrpclib.DateTime comparison

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: Committed to 2.6 trunk in rev. 60991. -- resolution: - accepted status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1330538

[issue835521] More obvious indication of __reduce__ documentation.

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: Thanks for the suggestion. I've added index entries for __reduce__, as well as __reduce_ex__ and a few others in rev. 60994 -- nosy: +akuchling resolution: - fixed status: open - closed Tracker [EMAIL PROTECTED

[issue800929] Module-specific PDFs

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: Given that we now have a print-specific stylesheet for the documentation, a printed version of the HTML page for a module seems acceptable. I just looked at a print-preview of the pickle docs, the output looks good, so IMHO we don't need to do anything special

[issue781445] Applets don't work on 10.1

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: Presumably this was fixed in 10.1 or 10.2 at some point, because MacPython 2.3 comes as an installer. Closing as 'fixed'; Jack, please re-open if this is still relevant. -- nosy: +akuchling resolution: - fixed status: open - closed

[issue2124] xml.sax and xml.dom fetch DTDs by default

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: The solution of adding caching, If-Modified-Since, etc. is a good one, but I quail in fear at the prospect of expanding the saxutils resolver into a fully caching HTML agent that uses a cache across processes. We should really be encouraging people to use more

[issue1389051] imaplib causes excessive fragmentation for large documents

2008-02-23 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: - akuchling nosy: +akuchling _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1389051 _ ___ Python-bugs-list mailing list

[issue1389051] imaplib causes excessive fragmentation for large documents

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: Fredrik's suggested fix for SSL IMAP committed as rev. 61006, and to 2.5-maint in rev. 61007. There still seems to be a problem with the non-SSL version. I'm looking into that next. _ Tracker [EMAIL PROTECTED] http

  1   2   3   4   5   6   >