[issue15494] Move test/support.py into a test.support subpackage

2013-07-07 Thread Stephen Tonkin
Stephen Tonkin added the comment: Likewise, move_test_support.patch did not break things under OS X 10.8. -- nosy: +sptonkin ___ Python tracker <http://bugs.python.org/issue15

[issue18401] Tests for pdb import ~/.pdbrc

2013-07-07 Thread Stephen Tonkin
New submission from Stephen Tonkin: After a clean check out and a successful build of Python 3.4, doctests were failing when running test_pdb. Specifically, doctests were failing because they were getting a "*** NameError: name 'execfile' is not defined" when running.

[issue15436] __sizeof__ is not documented

2012-10-29 Thread Stephen Tonkin
Changes by Stephen Tonkin : -- nosy: +sptonkin ___ Python tracker <http://bugs.python.org/issue15436> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12890] cgitb displays tags when executed in text mode

2012-10-29 Thread Stephen Tonkin
Stephen Tonkin added the comment: Uploaded a patch which fixes the failing on Windows 7. It was essentially an issue with the Windows path returned by temp_dir() containing unescaped backslashes. A repr() fixed this. -- nosy: +sptonkin Added file: http://bugs.python.org/file27788