- 17 Feb, 2001 14 commits
-
-
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 18 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
-
Neil Schemenauer authored
the README file.
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
allow building with a read-only source tree (although I haven't tried it).
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
SF patch #103680.
-
Neil Schemenauer authored
Modules/ld_so_beos. Closes SF patch #103679.
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
- 15 Feb, 2001 8 commits
-
-
Tim Peters authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Skip Montanaro authored
also modified check_all function to suppress all warnings since they aren't relevant to what this test is doing (allows quiet checking of regsub, for instance)
-
Skip Montanaro authored
redirection recursion.
-
Skip Montanaro authored
number of entries into http_error_302 exceeds the value set for the maxtries attribute (which defaults to 10), the recursion is exited by calling the http_error_500 method (or if that is not defined, http_error_default).
-
Guido van Rossum authored
-
Guido van Rossum authored
SF patch #103517 by mfx.
-