- 31 Mar, 2009 40 commits
-
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Georg Brandl authored
-
Hirokazu Yamamoto authored
-
Gregory P. Smith authored
Document the deprecation.
-
R. David Murray authored
-
R. David Murray authored
Hopefully all modules whose imports legitimately result in a skipped test have been properly wrapped by the previous commits.
-
R. David Murray authored
deprecated flag from get_attribute since it isn't likely to do anything useful.
-
Josiah Carlson authored
-
R. David Murray authored
directory by consensus of devs at pycon sprint.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Gregory P. Smith authored
Adds unittests to make sure the old fail* names continue to work now and adds a comment that they are pending deprecation. Also adds a test to confirm that the plural Equals method variants continue to exist even though we're unlikely to deprecate those. http://bugs.python.org/issue2578
-
Georg Brandl authored
-
Georg Brandl authored
-
R. David Murray authored
return the error message produced by importlib, so that if an import in the package whose import is being wrapped is what failed the skip message will contain the name of that module instead of the name of the wrapped module. Also fixed formatting of some previous comments.
-
Georg Brandl authored
-
Jesse Noller authored
-
Georg Brandl authored
-
Jesse Noller authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Gregory P. Smith authored
tuples, dicts and sets on failure. Many new handy type and comparison specific assert* methods have been added that fail with error messages actually useful for debugging. Contributed in by Google and completed with help from mfoord and GvR at PyCon 2009 sprints. Discussion lives in http://bugs.python.org/issue2578.
-
Georg Brandl authored
-
Georg Brandl authored
#1386675: specify WindowsError as the exception, because it has a winerror attribute that EnvironmentError doesnt have.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Re http://bugs.python.org/issue4315 The symbol table used the same name dictionaries to recursively analyze each of its child blocks, even though the dictionaries are modified during analysis. The fix is to create new temporary dictionaries via the analyze_child_block(). The only information that needs to propagate back up is the names of the free variables. Add more comments and break out a helper function. This code doesn't get any easier to understand when you only look at it once a year.
-
Jeremy Hylton authored
-
Ronald Oussoren authored
to ensure that the build will succeed in a clean checkout and with a non-default deployment target.
-
Jeremy Hylton authored
explicit global variables.
-
Hirokazu Yamamoto authored
-