- 31 Mar, 2009 9 commits
-
-
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
-
Jesse Noller authored
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
- 30 Mar, 2009 31 commits
-
-
Jesse Noller authored
-
R. David Murray authored
inside the catch_warnings context manager.
-
Ronald Oussoren authored
sys.path on OSX, to make it easier to share (some) installed packages between the system install and a user install.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
R. David Murray authored
should cause tests to be skipped. Also rename import_function to the more descriptive get_attribute and add a docstring.
-
Georg Brandl authored
-
Barry Warsaw authored
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 authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Jesse Noller authored
-
Senthil Kumaran authored
-
R. David Murray authored
in r64392 and py3k in r59038.
-
Ronald Oussoren authored
-
Ronald Oussoren authored
-
Ronald Oussoren authored
* Remove last traces of "MacPython" * Add options to build different flavors of the installer (still defaulting to a 2-way universal build that runs on OSX 10.3)
-
Ronald Oussoren authored
in PythonLauncher, replacing them with the correct counterparts.
-
R. David Murray authored
tests that expect to be skipped if imports fail or functions don't exist to use import_function and import_module. The ultimate goal is to change regrtest to not skip automatically on ImportError. Checking in now to make sure the buldbots don't show any errors on platforms I can't direct test on.
-
Ronald Oussoren authored
that needs to be installed on OSX (depending on the configure flags)
-
Ronald Oussoren authored
* Changes code for updating folder icons from Python code that uses the deprecated Carbon module to a much simpler Cocoa program in Objective-C
-
Kurt B. Kaiser authored
Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle mixed space/tab properly. Issue 5120, patch by Guilherme Polo.
-
Ronald Oussoren authored
-
Jesse Noller authored
-
R. David Murray authored
-
Brett Cannon authored
-
Ronald Oussoren authored
-
Benjamin Peterson authored
-