[issue9297] SMTP with Sqlite3 file attachment cross-domain problem

2010-07-18 Thread Murilo da Silva
Changes by Murilo da Silva muril...@gmail.com: -- title: SMTP with Sqlite3 file attachment - SMTP with Sqlite3 file attachment cross-domain problem ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9297

[issue9297] SMTP cross-domain with Sqlite3 file attached problem

2010-07-18 Thread Murilo da Silva
Changes by Murilo da Silva muril...@gmail.com: -- title: SMTP with Sqlite3 file attachment cross-domain problem - SMTP cross-domain with Sqlite3 file attached problem ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9297

[issue1764286] inspect.getsource does not work with decorated functions

2010-07-18 Thread Alexander Belopolsky
Alexander Belopolsky belopol...@users.sourceforge.net added the comment: I did not test the patch, but if it really addresses the issue, I don't see why such a simple fix would not be applied. Guilherme, Can you add unit tests? Also, the second chunk in your patch is just a style fix

[issue9297] SMTP with Sqlite3 file attached problem

2010-07-18 Thread Murilo da Silva
Changes by Murilo da Silva muril...@gmail.com: -- title: SMTP cross-domain with Sqlite3 file attached problem - SMTP with Sqlite3 file attached problem ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9297

[issue7229] Manual entry for time.daylight can be misleading

2010-07-18 Thread Alexander Belopolsky
Alexander Belopolsky belopol...@users.sourceforge.net added the comment: Georg, Do you mind if I take this over? While I have issues with east/west of UTC terminology, it is the accepted terminology throughout the manual and Brian's rewording is an improvement. --

[issue665761] reduce() masks exception

2010-07-18 Thread Alexander Belopolsky
Changes by Alexander Belopolsky belopol...@users.sourceforge.net: -- assignee: - belopolsky nosy: +belopolsky -Alexander.Belopolsky versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue665761

[issue7829] dis module documentation gives no indication of the dangers of bytecode inspection

2010-07-18 Thread Alexander Belopolsky
Changes by Alexander Belopolsky belopol...@users.sourceforge.net: -- keywords: -needs review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7829 ___

[issue9298] binary email attachment issue with base64 encoding

2010-07-18 Thread Vance Unruh
New submission from Vance Unruh vun...@earthlink.net: I'm using Python to email a text version and a PDF version of a report. The standard way of doing things does not work with Vista's Mail program, but works fine with Mail on OSX. So, I don't know if this is a Python or a Vista Mail bug. By

[issue9105] pickle security note should be more prominent

2010-07-18 Thread Scott Lawrence
Scott Lawrence byt...@gmail.com added the comment: Patch warning in relevant places of pickle's vulnerability to insecure data, including the place referenced by issue8855. -- keywords: +patch nosy: +bytbox Added file: http://bugs.python.org/file18057/picklesec.patch

[issue9105] pickle security note should be more prominent

2010-07-18 Thread Alexander Belopolsky
Alexander Belopolsky belopol...@users.sourceforge.net added the comment: LGTM Unless someone objects, I will check that the patch generates reasonable HTML and apply. -- assignee: d...@python - belopolsky resolution: - accepted stage: needs patch - commit review

[issue9282] Bug in --listfuncs option of trace.py

2010-07-18 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: Trace.py does not appear to have a test module to add a test case to. test_trace.py currently tests the line trace facility turned on with sys.settrace. I will inquire on pydev about this. Does trace ... --

<    1   2