[issue11549] Rewrite peephole to work on AST

2011-03-14 Thread Santoso Wijaya
Changes by Santoso Wijaya : -- nosy: +santa4nt ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue11550] Fix ResourceWarning in test_pulldom

2011-03-14 Thread Ben Hayden
New submission from Ben Hayden : When running the test_pulldom test with a latest checkout of cpython from hg.python.org on Ubuntu 10.10 x64, the following ResourceWarning is thrown: test_parse (test.test_pulldom.PullDOMTestCase) Minimal test of DOMEventStream.parse() ... /home/benhayden/Docum

[issue11549] Rewrite peephole to work on AST

2011-03-14 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue11551] test_dummy_thread.py test coverage improvement

2011-03-14 Thread Denver Coneybeare
New submission from Denver Coneybeare : The attached patch increases the test coverage of the module _dummy_thread from 78% to 100%. -- components: Tests files: test_dummy_thread_test_coverage_improvement.patch keywords: patch messages: 130957 nosy: brian.curtin, denversc priority: norm

[issue11550] Fix ResourceWarning in test_pulldom

2011-03-14 Thread Ben Hayden
Changes by Ben Hayden : Removed file: http://bugs.python.org/file21203/test_pulldom_resource_warning.patch ___ Python tracker ___ ___ Python-

[issue11550] Fix ResourceWarning in test_pulldom

2011-03-14 Thread Ben Hayden
Changes by Ben Hayden : -- versions: -Python 3.3, Python 3.4 Added file: http://bugs.python.org/file21205/test_pulldom_resource_warning.patch ___ Python tracker ___

[issue11551] test_dummy_thread.py test coverage improvement

2011-03-14 Thread Denver Coneybeare
Changes by Denver Coneybeare : Added file: http://bugs.python.org/file21206/test_dummy_thread_test_coverage_improvement_v2.patch ___ Python tracker ___ _

[issue11551] test_dummy_thread.py test coverage improvement

2011-03-14 Thread Denver Coneybeare
Changes by Denver Coneybeare : -- nosy: +brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue11552] Confusing error message when hook module cannot be loaded

2011-03-14 Thread cournapeau david
New submission from cournapeau david : The following simple example: setup.cfg [global] setup_hook = hooks.foo and the following hooks.py file def foo(content): pass Traceback (most recent call last): File "../distutils2/distutils2/pysetup", line 5, in main() File "/Users/david

[issue2142] difflib.unified_diff(...) produces invalid patches

2011-03-14 Thread Ray.Allen
Ray.Allen added the comment: Yes there may be. Here is the updated patch: Add a new keyword argument to context_diff() and unified_diff() named "warn_no_newline_at_end". If true, emit "\ No newline etc". It defaults to True, set it to false to get the old behavior. I'm not sure if this name

<    1   2   3   4