- 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 18 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ı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
allow building with a read-only source tree (although I haven't tried it).
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
SF patch #103680.
-
Neil Schemenauer yazdı
Modules/ld_so_beos. Closes SF patch #103679.
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
- 15 Şub, 2001 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Jack Jansen yazdı
-