1. 1f27479 Explicitly test relative imports by reusing importlib tests. by Brett Cannon · 14 years ago
  2. 2cab50b Make test_import a little bit more robust for cleaning up after itself in the by Brett Cannon · 14 years ago
  3. 556d800 Merged revisions 81380 via svnmerge from by Benjamin Peterson · 14 years ago
  4. 04b5684 Repair test failure. Bug 8727. by Barry Warsaw · 14 years ago
  5. 9fad92a Make test_module_with_large_stack as an expected failure because of a change in by Brett Cannon · 14 years ago
  6. e88e6ce Fix a comment to state the right thing. by Brett Cannon · 14 years ago
  7. 93220d0 A test was not guaranteeing cleanup in the face of an exception. by Brett Cannon · 14 years ago
  8. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  9. 8fbddf1 Merged revisions 79030-79032 via svnmerge from by Florent Xicluna · 14 years ago
  10. 6498cff Add tests for overriding and shadowing __import__; these are a useful tripwire for an incoming JIT optimization. by Collin Winter · 14 years ago
  11. 88e333d Merged revisions 79016 via svnmerge from by Collin Winter · 14 years ago
  12. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  13. 6ead552 Note that a number of the changes listed below were not applicable to the Py3k branch, and hence the corresponding by Nick Coghlan · 15 years ago
  14. 17c9b4a Loosen an exception test in test_import to not require an explicit message but instead just the proper exception. by Brett Cannon · 15 years ago
  15. 9d58e3e Merged revisions 73870,73879,73899-73900,73905-73906 via svnmerge from by Alexandre Vassalotti · 15 years ago
  16. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  17. 16a1f63 make file closing more robust by Benjamin Peterson · 15 years ago
  18. d9aab51 Add a test for UNC import paths, see issue 3677 by Kristján Valur Jónsson · 16 years ago
  19. d35cbf6 Merged revisions 68360-68361 via svnmerge from by Antoine Pitrou · 16 years ago
  20. fcf5d63 forward port r66386 by Benjamin Peterson · 16 years ago
  21. 1cd0247 Merged revisions 66321 via svnmerge from by Brett Cannon · 16 years ago
  22. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  23. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  24. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  25. d5e2b6f Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,61580-61582,61586,61591,61593,61595,61605-61606,61613-61616,61618,61621-61623,61625,61627,61631-61634 via svnmerge from by Christian Heimes · 16 years ago
  26. 3540b50 Good catch Neal! by Christian Heimes · 17 years ago
  27. 454f37b Merged revisions 59864-59882 via svnmerge from by Christian Heimes · 17 years ago
  28. 3b06e53 Another patch for #1762972: __file__ points to the py file instead pyo/pyc file by Christian Heimes · 17 years ago
  29. 13a7a21 Issue #1762972: Readded the reload() function as imp.reload() by Christian Heimes · 17 years ago
  30. a30be30 Removed test from test_import. It will never work on all systems, see #1377 by Christian Heimes · 17 years ago
  31. dd9e3b8 Correct a failing test when test_import is run after test_coding: by Amaury Forgeot d'Arc · 17 years ago
  32. 9c1257e Disabled test_sys_path_with_unicode for now by Christian Heimes · 17 years ago
  33. 204093a Removed non ASCII text from test as requested by Guido. by Christian Heimes · 17 years ago
  34. 1d1a400 Added unit test for bug http://bugs.python.org/issue1293 by Christian Heimes · 17 years ago
  35. 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
  36. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  37. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  38. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  39. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  40. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  41. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  42. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  43. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  44. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  45. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  46. 16d6510 Use relative import now that it is required. (Should this go into 2.5?) by Neal Norwitz · 18 years ago
  47. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  48. 08138fd New tests: by Tim Peters · 20 years ago
  49. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  50. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  51. 1695bcb Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem. by Jack Jansen · 22 years ago
  52. e36a8e8 Disable the test for importing very long lists for MacPython: it triggers by Jack Jansen · 22 years ago
  53. 0f1afb1 test_module_with_large_stack(): This failed when Python was run with -O, by Tim Peters · 22 years ago
  54. 0672712 test_module_with_large_stack(): This failed on Windows, for the wrong by Tim Peters · 22 years ago
  55. 7fdcb41 Fix SF bug # 561858 Assertion with very long lists by Neal Norwitz · 22 years ago
  56. 40b7703 Verify that the imp can find and load .py files. by Jeremy Hylton · 22 years ago
  57. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  58. 1e2775f Rip the import repr truncation test out of here and put it in test_repr.py by Barry Warsaw · 23 years ago
  59. f6365e0 Added a test for module repr truncation when the package name is by Barry Warsaw · 23 years ago
  60. c173137 Derived from SF patch #446899 Permit import of .pyw under Windows, from by Tim Peters · 23 years ago
  61. 722d78f s/endswith/startswith/ by Tim Peters · 23 years ago
  62. 66e1a25 Rewritten version of Finn Bock's SF patch #446907 (Allow jython to by Tim Peters · 23 years ago
  63. 72f98e9 SF bug #422177: Results from .pyc differs from .py by Tim Peters · 23 years ago
  64. eba5130 Addrf simple test that import is case-sensitive. by Tim Peters · 23 years ago
  65. bd6f4fb Insert the current directory to the front of sys.path -- and remove it by Guido van Rossum · 24 years ago
  66. 6d699ca Adding Jeremy's new test_import (SF patch 101709). by Tim Peters · 24 years ago