- 19 Feb, 2001 1 commit
-
-
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 20 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
-
Fred Drake authored
Close some environments so that this will actually format.
-
Tim Peters authored
Checking in Moshe's patch after rewrapping some paragraphs (to consume fewer columns) and repairing that I/2.**J lost the I.
-
Andrew M. Kuchling authored
value for it, as suggested in bug #129854. This prevents an old PYTHONPATH confusing setup.py (say, if it results in Python finding an old version of the Distutils)
-
Tim Peters authored
[k for k in dir() if k[0] != "_"] can be used to get the non-private names (used to contain "[1]").
-
Andrew M. Kuchling authored
This partially fixes bug #128930.
-
Andrew M. Kuchling authored
Makefile.pre.in was added in 1.4
-
Andrew M. Kuchling authored
-
- 16 Feb, 2001 6 commits
-
-
Fred Drake authored
-
Jack Jansen authored
incorporating them in a vanilla Python under MacOSX (i.e. in a non-MacPython-Python). Not complete and up-to-date right now, but that'll be fixed shortly.
-
Fred Drake authored
compiled only for some versions of Expat, but was no longer needed as the new implementation works for all versions. Keeping it created multiple definitions for Expat 1.2, which caused compilation to fail.
-
Thomas Wouters authored
continue-inside-try patch. Partly fixes SF bug #132597.
-
Neil Schemenauer authored
sure if that information is still relevant though.
-
Neil Schemenauer authored
-