[issue6666] List of dirs to ignore in trace.py is applied only for the first file

2009-08-07 Thread Bogdan Opanchuk
New submission from Bogdan Opanchuk b...@bk.ru: When creating a trace.Trace object or running trace.py one can specify list of directories to ignore (ignoredirs or --ignore-dir correspondingly). It is passed to trace.Ignore constructor, which stores iterator to map(), applied to this list

[issue6701] Make custom xmlrpc extension easier

2009-08-14 Thread Bogdan Opanchuk
New submission from Bogdan Opanchuk b...@bk.ru: I am sorry if the same issue was already considered and rejected for some reason; quick search did not show any traces of it. What I am going to write here is just a proof of concept, but if the idea of the patch is acceptable, I am eager

[issue6701] Make custom xmlrpc extension easier

2009-08-14 Thread Bogdan Opanchuk
Changes by Bogdan Opanchuk b...@bk.ru: -- keywords: +patch Added file: http://bugs.python.org/file14720/patch.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6701

[issue6701] Make custom xmlrpc extension easier

2009-08-14 Thread Bogdan Opanchuk
Changes by Bogdan Opanchuk b...@bk.ru: Added file: http://bugs.python.org/file14721/client.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6701

[issue6701] Make custom xmlrpc extension easier

2009-08-14 Thread Bogdan Opanchuk
Changes by Bogdan Opanchuk b...@bk.ru: Added file: http://bugs.python.org/file14722/server.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6701

[issue6701] Make custom xmlrpc extension easier

2009-08-14 Thread Bogdan Opanchuk
Changes by Bogdan Opanchuk b...@bk.ru: Added file: http://bugs.python.org/file14723/test_xmlrpc.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6701

[issue6701] Make custom xmlrpc extension easier

2009-08-14 Thread Bogdan Opanchuk
Changes by Bogdan Opanchuk b...@bk.ru: Added file: http://bugs.python.org/file14724/xmlrpc_overload.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6701