- 19 Feb, 2001 14 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
the symbol table pass. These blocks were already ignored by the code gen pass. Both passes must visit the same set of blocks in the same order. Fixes SF buf 132820
-
Jeremy Hylton authored
Move check_syntax() function into test_support.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Fred Drake authored
New method; this is the "alternate" access to the exception code. (Useful for Python DOM implementations that support the accessor method approach to retrieving attribute values.)
-
Thomas Heller authored
--bitmap command line option allows to use a different bitmap file instead of the build-in python powered logo. --title lets you specify the text to display on the background. The editbox in the first screen now longer is selected (highlighted), it had the WS_TABSTOP flag. This is the patch http://sourceforge.net/patch/?func=detailpatch&patch_id=103687&group_id=5470 with two changes: 1. No messagebox displayed when the compilation to .pyc or .pyo files failes, this will only confuse the user (and it will fail under certain cases, where sys.path contains garbage). 2. A debugging print statement was removed from bdist_wininst.py.
-
Marc-André Lemburg authored
and also takes the sys.platform name into account. This helps on platforms where there are multiple possible compiler backends (the one with which Python itself was compiled is preferred over others in this case). The patch uses this new technique to enable using cygwin compiler per default for cygwin compiled Pythons. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
do something non-useless on Win9X boxes. WinME unknown to me. Someone with NT/2000 make sure it still works there!
-
Neil Schemenauer authored
-
Neil Schemenauer authored
Compile shared object files using -fPIC option when using GCC on Solaris (SF patch #103865). Closes bug #132783. Move config.c generated by makesetup to the Modules directory.
-
Neil Schemenauer authored
target now removes some configure files (like it did before).
-
- 18 Feb, 2001 13 commits
-
-
Fredrik Lundh authored
less likely that bug #132817 ever appears again)
-
Fredrik Lundh authored
(fixes bug #132815)
-
Fredrik Lundh authored
-
Tim Peters authored
-
Fredrik Lundh authored
- removed __all__ cruft from internal modules (sorry, skip) - don't assume ASCII for string escapes (sorry, per)
-
Fredrik Lundh authored
-
Tim Peters authored
-
Tim Peters authored
Just mentioning that in the NEWS file.
-
Fred Drake authored
function implementations.
-
Tim Peters authored
They're actually complaining about something more specific, an assignment in a lambda as an actual argument, so that Python parses the lambda as if it were a keyword argument. Like f(lambda x: x[0]=42). The "lambda x: x[0]" part gets parsed as if it were a keyword, being bound to 42, and the resulting error msg didn't make much sense.
-
Skip Montanaro authored
-
Skip Montanaro authored
to be exported
-
Skip Montanaro authored
-
- 17 Feb, 2001 13 commits
-
-
Jack Jansen authored
- Make sure splash screens are visible
-
Jack Jansen authored
ConfigurePython now comes in two flavors: ConfigurePythonClassic and ConfigurePythonCarbon, which copy the respective interpreters to PythonInterpreter and rebuild all the applets. This allows MacOS9 users to switch back and forth.
-
Jack Jansen authored
Allow selecting a template in findtemplate(), so Classic programs can build Carbon applets and vice-versa.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Tim Peters authored
Miserable hack to replace the previous miserable hack in maybe_pyc_file.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Tim Peters authored
Removed trailing ";" in instances of "};" closing code blocks.
-
Tim Peters authored
start columns differ (editing had pushed them all into column 0).
-
Fred Drake authored
-