- 18 Nov, 2012 21 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Brett Cannon authored
-
Brett Cannon authored
importlib.abc.SourceLoader. This provides an easy hook into the import system to allow for source transformations, AST optimizations, etc.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Brett Cannon authored
The concept of what was unexpected was typically defined as "some depencendy wasn't installed", which isn't unexpected at all as it's totally optional. Since it confuses new contributors as they think something is wrong with their installation it seems sensible to get rid of the concept. This change also adds the concept of optional tests that are required to work on a specific platform(s) (e.g. test_winreg on Windows). This should help catch compile issues instead of a test being blindly skipped even when it should have run. The skipped test list in the future can also print out the reason for being skipped to make it more obvious as to why the skipping occurred.
-
- 17 Nov, 2012 19 commits
-
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Mark Dickinson authored
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Brett Cannon authored
-
Brett Cannon authored
the user to import any parent packages.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-