1. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  2. 08138fd New tests: by Tim Peters · 20 years ago
  3. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  4. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  5. 1695bcb Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem. by Jack Jansen · 22 years ago
  6. e36a8e8 Disable the test for importing very long lists for MacPython: it triggers by Jack Jansen · 22 years ago
  7. 0f1afb1 test_module_with_large_stack(): This failed when Python was run with -O, by Tim Peters · 22 years ago
  8. 0672712 test_module_with_large_stack(): This failed on Windows, for the wrong by Tim Peters · 22 years ago
  9. 7fdcb41 Fix SF bug # 561858 Assertion with very long lists by Neal Norwitz · 22 years ago
  10. 40b7703 Verify that the imp can find and load .py files. by Jeremy Hylton · 22 years ago
  11. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  12. 1e2775f Rip the import repr truncation test out of here and put it in test_repr.py by Barry Warsaw · 23 years ago
  13. f6365e0 Added a test for module repr truncation when the package name is by Barry Warsaw · 23 years ago
  14. c173137 Derived from SF patch #446899 Permit import of .pyw under Windows, from by Tim Peters · 23 years ago
  15. 722d78f s/endswith/startswith/ by Tim Peters · 23 years ago
  16. 66e1a25 Rewritten version of Finn Bock's SF patch #446907 (Allow jython to by Tim Peters · 23 years ago
  17. 72f98e9 SF bug #422177: Results from .pyc differs from .py by Tim Peters · 23 years ago
  18. eba5130 Addrf simple test that import is case-sensitive. by Tim Peters · 23 years ago
  19. bd6f4fb Insert the current directory to the front of sys.path -- and remove it by Guido van Rossum · 24 years ago
  20. 6d699ca Adding Jeremy's new test_import (SF patch 101709). by Tim Peters · 24 years ago