- 20 Jul, 2001 10 commits
-
-
Guido van Rossum authored
Fix showstopper SF bug #442983: use of site.addsitedir() was broken because it references the global dirs_in_sys_path which is deleted. The fix avoids deleting that global. (My email through python.org or digicool.com is non-functional at the moment; use gvanrossum@home.com to reach me.)
-
Fred Drake authored
This closes SF bug #443059.
-
Piers Lauder authored
-
Piers Lauder authored
-
Piers Lauder authored
-
Tim Peters authored
parts Inno has no good answer for (read the comments at the top of the script).
-
Steven M. Gava authored
-
Tim Peters authored
-
Andrew M. Kuchling authored
-
Steven M. Gava authored
-
- 19 Jul, 2001 30 commits
-
-
Fred Drake authored
Modified by Fred Drake. This closes SF patch #440827.
-
Fred Drake authored
This closes SF patch #440826.
-
Fred Drake authored
Part of SF patch #434992.
-
Fred Drake authored
This is part of SF patch #424992.
-
Fred Drake authored
This is part of SF patch #434992.
-
Fred Drake authored
This is part of SF patch #434992.
-
Fred Drake authored
-
Fred Drake authored
This is part of SF patch #434992.
-
Fred Drake authored
-
Fred Drake authored
This closes SF patch #440153.
-
Fred Drake authored
the directory separator, as required by the format specification. This closes SF bug #440693.
-
Tim Peters authored
-
Tim Peters authored
expected-output file.
-
Martin v. Löwis authored
-
Tim Peters authored
This is a Windows-specific glitch that's really due to that, e.g., ntpath.join("c:", "/abc") returned "/abc" instead of "c:/abc". Made join smarter. Bugfix candidate.
-
Fred Drake authored
This closes SF bug #440351. It should not be moved to Python 2.1.1.
-
Guido van Rossum authored
parsed correctly. Now they are.
-
Guido van Rossum authored
doesn't work -- it actually prevents the extensions from being built properly. So I'm changing the "sharedmods" target to what I presume it was before: PYTHONPATH= ./$(PYTHON) $(srcdir)/setup.py build
-
Andrew M. Kuchling authored
Add new low-level API for interpreter introspection Bump version number.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Guido van Rossum authored
SF patch #436376.
-
Martin v. Löwis authored
back-out 1.215 of configure.in and 1.34 of Makefile.pre.in Check for -Kpthread compiler support, and use this as the sole option for MT if available.
-
Martin v. Löwis authored
-
Thomas Wouters authored
bug #442627.
-
Steven M. Gava authored
-
Fred Drake authored
-
Fred Drake authored
Reorganize so the initialization sequences does not bite us in the foot. (There is no good reason to discard classes that clients may want to subclass.)
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Bump version number Insert a few blank lines here and there
-