[Python-3000-checkins] r56375 - python/branches/py3k-struni/Lib/ctypes/macholib/dyld.py

2007-07-14 Thread thomas.heller
Author: thomas.heller Date: Sat Jul 14 20:51:36 2007 New Revision: 56375 Modified: python/branches/py3k-struni/Lib/ctypes/macholib/dyld.py Log: Fix ctypes tests on OS X. Modified: python/branches/py3k-struni/Lib/ctypes/macholib/dyld.py =

[Python-3000-checkins] r56376 - python/branches/p3yk/Lib/test/test_grammar.py

2007-07-14 Thread collin.winter
Author: collin.winter Date: Sat Jul 14 20:56:19 2007 New Revision: 56376 Modified: python/branches/p3yk/Lib/test/test_grammar.py Log: Add an example of class decorators to test_grammar. Modified: python/branches/p3yk/Lib/test/test_grammar.py

[Python-3000-checkins] r56377 - python/branches/p3yk/Lib/test/test_grammar.py

2007-07-14 Thread collin.winter
Author: collin.winter Date: Sat Jul 14 21:00:17 2007 New Revision: 56377 Modified: python/branches/p3yk/Lib/test/test_grammar.py Log: Add a basic example of dictcomps to test_grammar. Modified: python/branches/p3yk/Lib/test/test_grammar.py ==