1. b206a80 Fix #10854. Make use of the new path and name attributes on ImportError by Brian Curtin · 12 years ago
  2. 73def61 Try to fix a sporadic test failure from what is probably a caching race condition. by Brett Cannon · 12 years ago
  3. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  4. c541f8e Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new importlib.invalidate_caches() function. by Antoine Pitrou · 12 years ago
  5. 5816166 Port import fixes from 2.7. by Antoine Pitrou · 13 years ago
  6. 33d15f7 Port import fixes from 2.7. by Antoine Pitrou · 13 years ago
  7. 157c126 Port remaining test fixes, and fix test_importlib too. by Antoine Pitrou · 13 years ago
  8. dd21f68 Port remaining test fixes, and fix test_importlib too. by Antoine Pitrou · 13 years ago
  9. 05f29b7 Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py by Antoine Pitrou · 13 years ago
  10. abaf89b Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. by Antoine Pitrou · 13 years ago
  11. 2be60af Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. by Antoine Pitrou · 13 years ago
  12. 28f8bee Issue #13645: fix test_import failure when run immediately after test_coding. by Antoine Pitrou · 13 years ago
  13. 5136ac0 Issue #13645: pyc files now contain the size of the corresponding source by Antoine Pitrou · 13 years ago
  14. f0a49a9 Issue #13645: fix test_import failure when run immediately after test_coding. by Antoine Pitrou · 13 years ago
  15. 0c929d9 Issue #13303: Fix bytecode file default permission. by Charles-François Natali · 13 years ago
  16. c12e093 Back out changeset b6336ba796d4 until fix for #13303. by Charles-François Natali · 13 years ago
  17. 31846c4 test_import: test_execute_bit_not_copied() was actually a no-op: enable it. by Charles-François Natali · 13 years ago
  18. 69d44fd test_import: test_execute_bit_not_copied() was actually a no-op: fix it. by Charles-François Natali · 13 years ago
  19. 035018d os.geteuid() may not be available... by Charles-François Natali · 13 years ago
  20. 79164c8 Issue #11956: Always skip test_import.test_unwritable_directory when run as by Charles-François Natali · 13 years ago
  21. a13b1fa Issue #11956: Skip test_import.test_unwritable_directory on FreeBSD when run as by Charles-François Natali · 13 years ago
  22. 09252c4 os.geteuid() may not be available... by Charles-François Natali · 13 years ago
  23. 5f99c91 Issue #11956: Always skip test_import.test_unwritable_directory when run as by Charles-François Natali · 13 years ago
  24. e39b112 Issue #11956: Skip test_import.test_unwritable_directory on FreeBSD when run as by Charles-François Natali · 13 years ago
  25. a1fe1f8 Merge 3.2: Issue #7732: Don't open a directory as a file anymore while by Victor Stinner · 13 years ago
  26. 53ffdc5 Issue #7732: Don't open a directory as a file anymore while importing a by Victor Stinner · 13 years ago
  27. bf81622 Issue #12451: Add support.create_empty_file() by Victor Stinner · 13 years ago
  28. 59cc684 Try to make test_import a bit more robust by Antoine Pitrou · 13 years ago
  29. 46719af Try to make test_import a bit more robust by Antoine Pitrou · 13 years ago
  30. ecc2db5 Remove an overly specific exception message test. by Brett Cannon · 13 years ago
  31. ce4b170 #4236: avoid possible Fatal Error when import is called from __del__ by R. David Murray · 14 years ago
  32. e048797 close open file from find_module() by Benjamin Peterson · 14 years ago
  33. 1c87e29 condense by Benjamin Peterson · 14 years ago
  34. 0bbf9c9 kill pointless function imports by Benjamin Peterson · 14 years ago
  35. 1a7127f remove useless assignment by Benjamin Peterson · 14 years ago
  36. 1c2a7b7 Better check for "any optimize option given". by Georg Brandl · 14 years ago
  37. fb3c84a #9964: fix running test_import under -O or -OO. by Georg Brandl · 14 years ago
  38. c9c29e2 I get it wrong in r84097: s/relative/absolute/ by Florent Xicluna · 14 years ago
  39. 27354cc Use test.support and unittest features. Fix duplicated test (bad merge in r79033). Fix comment for issue #7902. by Florent Xicluna · 14 years ago
  40. 6c6f851 Issue #9425: skip tests if a filename is not encodable by Victor Stinner · 14 years ago
  41. 42e54b2 Stop shadowing a test class. by Brett Cannon · 14 years ago
  42. 1f27479 Explicitly test relative imports by reusing importlib tests. by Brett Cannon · 14 years ago
  43. 2cab50b Make test_import a little bit more robust for cleaning up after itself in the by Brett Cannon · 14 years ago
  44. 556d800 Merged revisions 81380 via svnmerge from by Benjamin Peterson · 14 years ago
  45. 04b5684 Repair test failure. Bug 8727. by Barry Warsaw · 14 years ago
  46. 9fad92a Make test_module_with_large_stack as an expected failure because of a change in by Brett Cannon · 14 years ago
  47. e88e6ce Fix a comment to state the right thing. by Brett Cannon · 14 years ago
  48. 93220d0 A test was not guaranteeing cleanup in the face of an exception. by Brett Cannon · 14 years ago
  49. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  50. 8fbddf1 Merged revisions 79030-79032 via svnmerge from by Florent Xicluna · 14 years ago
  51. 6498cff Add tests for overriding and shadowing __import__; these are a useful tripwire for an incoming JIT optimization. by Collin Winter · 14 years ago
  52. 88e333d Merged revisions 79016 via svnmerge from by Collin Winter · 14 years ago
  53. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  54. 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
  55. 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
  56. 9d58e3e Merged revisions 73870,73879,73899-73900,73905-73906 via svnmerge from by Alexandre Vassalotti · 15 years ago
  57. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  58. 16a1f63 make file closing more robust by Benjamin Peterson · 15 years ago
  59. d9aab51 Add a test for UNC import paths, see issue 3677 by Kristján Valur Jónsson · 16 years ago
  60. d35cbf6 Merged revisions 68360-68361 via svnmerge from by Antoine Pitrou · 16 years ago
  61. fcf5d63 forward port r66386 by Benjamin Peterson · 16 years ago
  62. 1cd0247 Merged revisions 66321 via svnmerge from by Brett Cannon · 16 years ago
  63. 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
  64. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  65. 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
  66. 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
  67. 3540b50 Good catch Neal! by Christian Heimes · 17 years ago
  68. 454f37b Merged revisions 59864-59882 via svnmerge from by Christian Heimes · 17 years ago
  69. 3b06e53 Another patch for #1762972: __file__ points to the py file instead pyo/pyc file by Christian Heimes · 17 years ago
  70. 13a7a21 Issue #1762972: Readded the reload() function as imp.reload() by Christian Heimes · 17 years ago
  71. a30be30 Removed test from test_import. It will never work on all systems, see #1377 by Christian Heimes · 17 years ago
  72. dd9e3b8 Correct a failing test when test_import is run after test_coding: by Amaury Forgeot d'Arc · 17 years ago
  73. 9c1257e Disabled test_sys_path_with_unicode for now by Christian Heimes · 17 years ago
  74. 204093a Removed non ASCII text from test as requested by Guido. by Christian Heimes · 17 years ago
  75. 1d1a400 Added unit test for bug http://bugs.python.org/issue1293 by Christian Heimes · 17 years ago
  76. 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
  77. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  78. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  79. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  80. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  81. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  82. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  83. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  84. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  85. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  86. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  87. 16d6510 Use relative import now that it is required. (Should this go into 2.5?) by Neal Norwitz · 18 years ago
  88. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  89. 08138fd New tests: by Tim Peters · 20 years ago
  90. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  91. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  92. 1695bcb Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem. by Jack Jansen · 22 years ago
  93. e36a8e8 Disable the test for importing very long lists for MacPython: it triggers by Jack Jansen · 22 years ago
  94. 0f1afb1 test_module_with_large_stack(): This failed when Python was run with -O, by Tim Peters · 22 years ago
  95. 0672712 test_module_with_large_stack(): This failed on Windows, for the wrong by Tim Peters · 22 years ago
  96. 7fdcb41 Fix SF bug # 561858 Assertion with very long lists by Neal Norwitz · 22 years ago
  97. 40b7703 Verify that the imp can find and load .py files. by Jeremy Hylton · 22 years ago
  98. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  99. 1e2775f Rip the import repr truncation test out of here and put it in test_repr.py by Barry Warsaw · 23 years ago
  100. f6365e0 Added a test for module repr truncation when the package name is by Barry Warsaw · 23 years ago