- 31 Mar, 2009 25 kayıt (commit)
-
-
Georg Brandl yazdı
-
R. David Murray yazdı
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 yazdı
-
Jesse Noller yazdı
-
Georg Brandl yazdı
-
Jesse Noller yazdı
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Gregory P. Smith yazdı
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 yazdı
-
Georg Brandl yazdı
#1386675: specify WindowsError as the exception, because it has a winerror attribute that EnvironmentError doesnt have.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
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 yazdı
-
Ronald Oussoren yazdı
to ensure that the build will succeed in a clean checkout and with a non-default deployment target.
-
Jeremy Hylton yazdı
explicit global variables.
-
Hirokazu Yamamoto yazdı
-
Jesse Noller yazdı
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
- 30 Mar, 2009 15 kayıt (commit)
-
-
Jesse Noller yazdı
-
R. David Murray yazdı
inside the catch_warnings context manager.
-
Ronald Oussoren yazdı
sys.path on OSX, to make it easier to share (some) installed packages between the system install and a user install.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
R. David Murray yazdı
should cause tests to be skipped. Also rename import_function to the more descriptive get_attribute and add a docstring.
-
Georg Brandl yazdı
-
Barry Warsaw yazdı
though with some changes by me. This patch should not be back ported or forward ported. It's a bit too risky for 2.6 and 3.x does things fairly differently.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Jesse Noller yazdı
-