1. 9c1257e Disabled test_sys_path_with_unicode for now by Christian Heimes · 17 years ago
  2. 204093a Removed non ASCII text from test as requested by Guido. by Christian Heimes · 17 years ago
  3. 1d1a400 Added unit test for bug http://bugs.python.org/issue1293 by Christian Heimes · 17 years ago
  4. 9033339 Fixed unit tests for os.environ. Some of the tests didn't test at all because os.environ was empty. by Christian Heimes · 17 years ago
  5. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  6. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  7. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  8. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  9. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  10. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  11. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  12. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  13. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  14. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  15. 16d6510 Use relative import now that it is required. (Should this go into 2.5?) by Neal Norwitz · 18 years ago
  16. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  17. 08138fd New tests: by Tim Peters · 20 years ago
  18. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  19. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  20. 1695bcb Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem. by Jack Jansen · 22 years ago
  21. e36a8e8 Disable the test for importing very long lists for MacPython: it triggers by Jack Jansen · 22 years ago
  22. 0f1afb1 test_module_with_large_stack(): This failed when Python was run with -O, by Tim Peters · 22 years ago
  23. 0672712 test_module_with_large_stack(): This failed on Windows, for the wrong by Tim Peters · 22 years ago
  24. 7fdcb41 Fix SF bug # 561858 Assertion with very long lists by Neal Norwitz · 22 years ago
  25. 40b7703 Verify that the imp can find and load .py files. by Jeremy Hylton · 22 years ago
  26. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  27. 1e2775f Rip the import repr truncation test out of here and put it in test_repr.py by Barry Warsaw · 23 years ago
  28. f6365e0 Added a test for module repr truncation when the package name is by Barry Warsaw · 23 years ago
  29. c173137 Derived from SF patch #446899 Permit import of .pyw under Windows, from by Tim Peters · 23 years ago
  30. 722d78f s/endswith/startswith/ by Tim Peters · 23 years ago
  31. 66e1a25 Rewritten version of Finn Bock's SF patch #446907 (Allow jython to by Tim Peters · 23 years ago
  32. 72f98e9 SF bug #422177: Results from .pyc differs from .py by Tim Peters · 23 years ago
  33. eba5130 Addrf simple test that import is case-sensitive. by Tim Peters · 23 years ago
  34. bd6f4fb Insert the current directory to the front of sys.path -- and remove it by Guido van Rossum · 24 years ago
  35. 6d699ca Adding Jeremy's new test_import (SF patch 101709). by Tim Peters · 24 years ago