[issue1692335] Fix exception pickling: Move initial args assignment to BaseException.__new__

2008-02-02 Thread Jaroslav Pachola
Jaroslav Pachola added the comment: To me it seems more like a bug fix - in Python 2.4 and older the pickling works well and the current 2.5 behavior really breaks existing code. That's why I plead for inclusion in 2.5.2; because this issue prevents our company to move t

[issue1509] Documentation lacking for the sqlite3 module.

2008-01-19 Thread Jaroslav Pachola
Jaroslav Pachola added the comment: BTW, the first 2 patches (for Python 2.6) work also on version 3.0a2 for me. -- versions: +Python 3.0 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue1509] Documentation lacking for the sqlite3 module.

2008-01-19 Thread Jaroslav Pachola
Jaroslav Pachola added the comment: Attaching a patch that adds fetchXXX() description to the documentation for Python 2.5. Added file: http://bugs.python.org/file9235/sqlite3_docs_25.diff __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue1509] Documentation lacking for the sqlite3 module.

2008-01-19 Thread Jaroslav Pachola
Jaroslav Pachola added the comment: Attaching a patch that fixes the docstrings for Python 2.5. Added file: http://bugs.python.org/file9234/sqlite3_docstrings_25.diff __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue1509] Documentation lacking for the sqlite3 module.

2008-01-19 Thread Jaroslav Pachola
Jaroslav Pachola added the comment: Attaching a patch that fixes the docstrings for Python 2.6. Added file: http://bugs.python.org/file9233/sqlite3_docstrings_26.diff __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue1509] Documentation lacking for the sqlite3 module.

2008-01-19 Thread Jaroslav Pachola
Jaroslav Pachola added the comment: Attaching a patch that adds fetchXXX() description to the documentation for Python 2.6. -- nosy: +jarpa versions: +Python 2.6 Added file: http://bugs.python.org/file9232/sqlite3_docs_26.diff __ Tracker <[EM

[issue1693149] patch to make 'trace.py --ignore-module' accept module name list.

2008-01-19 Thread Jaroslav Pachola
Jaroslav Pachola added the comment: The patch works fine for me. -- nosy: +jarpa severity: -> normal _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue1692335] Fix exception pickling: Move initial args assignment to BaseException.__new__

2008-01-17 Thread Jaroslav Pachola
Jaroslav Pachola added the comment: While zseil's patch for Python 2.5 works for me (on the current 2.5.1 download), svn version of Python 2.6 rejects the 2.6 patch. Attaching fixed 2.6 patch (2 rejects, 1 fuzz fixed, patch works without complains for me). I would be very glad if someone