- 18 Şub, 2001 12 kayıt (commit)
-
-
Fredrik Lundh yazdı
(fixes bug #132815)
-
Fredrik Lundh yazdı
-
Tim Peters yazdı
-
Fredrik Lundh yazdı
- removed __all__ cruft from internal modules (sorry, skip) - don't assume ASCII for string escapes (sorry, per)
-
Fredrik Lundh yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
Just mentioning that in the NEWS file.
-
Fred Drake yazdı
function implementations.
-
Tim Peters yazdı
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 yazdı
-
Skip Montanaro yazdı
to be exported
-
Skip Montanaro yazdı
-
- 17 Şub, 2001 20 kayıt (commit)
-
-
Jack Jansen yazdı
- Make sure splash screens are visible
-
Jack Jansen yazdı
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 yazdı
Allow selecting a template in findtemplate(), so Classic programs can build Carbon applets and vice-versa.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Tim Peters yazdı
Miserable hack to replace the previous miserable hack in maybe_pyc_file.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Tim Peters yazdı
Removed trailing ";" in instances of "};" closing code blocks.
-
Tim Peters yazdı
start columns differ (editing had pushed them all into column 0).
-
Fred Drake yazdı
-
Fred Drake yazdı
Close some environments so that this will actually format.
-
Tim Peters yazdı
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 yazdı
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 yazdı
[k for k in dir() if k[0] != "_"] can be used to get the non-private names (used to contain "[1]").
-
Andrew M. Kuchling yazdı
This partially fixes bug #128930.
-
Andrew M. Kuchling yazdı
Makefile.pre.in was added in 1.4
-
Andrew M. Kuchling yazdı
-
- 16 Şub, 2001 8 kayıt (commit)
-
-
Fred Drake yazdı
-
Jack Jansen yazdı
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 yazdı
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 yazdı
continue-inside-try patch. Partly fixes SF bug #132597.
-
Neil Schemenauer yazdı
sure if that information is still relevant though.
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
the README file.
-
Neil Schemenauer yazdı
-