- 23 Ock, 2002 7 kayıt (commit)
-
-
Guido van Rossum yazdı
indent error Use // where int division is intended. (This breaks IDLE for use with previous Python versions -- I don't care.)
-
Michael W. Hudson yazdı
[ #433775 ] module build dir first in test import though not in the way the summary would suggest; use imp.load_dynamic() in setup.py to ensure we're testing the dynamic object we think we are.
-
Michael W. Hudson yazdı
so I threw reindent.py at it and look what happened! Did setup.py escape Tim's regular whitespace normalizations?
-
Skip Montanaro yazdı
borrowed references.
-
Skip Montanaro yazdı
-
Steven M. Gava yazdı
thanks Tim!
-
Tim Peters yazdı
Bugfix candidate!
-
- 22 Ock, 2002 7 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
A "magic" suite that is the base suite for StdSuites. This solves a problem with the required events open/openapp/reopen/print/quit officially being part of Required but being defined (by Apple) in Standard. Most of the code and ideas contributed by Michael j. Barber.
-
Steven M. Gava yazdı
-
Steven M. Gava yazdı
-
- 21 Ock, 2002 7 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
MachoPython. Mainly making sure we don't call routines that don't exist.
-
Jack Jansen yazdı
MachoPython. Mainly making sure we don't call routines that don't exist and representing pathnames in a os.separator-neutral format. These shouldn't interfere too much with Just's work on the next generation IDE, I hope.
-
Jack Jansen yazdı
-
Fred Drake yazdı
-
Steven M. Gava yazdı
beginning of configuration saving
-
- 19 Ock, 2002 5 kayıt (commit)
-
-
Fred Drake yazdı
This closes SF patch #504215.
-
Steven M. Gava yazdı
-
Steven M. Gava yazdı
-
Steven M. Gava yazdı
-
Steven M. Gava yazdı
-
- 18 Ock, 2002 4 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
present - at least the swigged file should be named <name>_wrap.c as this is also SWIG's default. (Even better would be to generate the wrapped sources in a different location, but I'll leave this for later). Newer versions of SWIG don't accept the -dnone flag any more. Since virtually nobody uses SWIG with distutils, this should do no harm. Suggested be Martin Bless on c.l.p.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
a "make installmacsubtree".
-
- 17 Ock, 2002 9 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Martin v. Löwis yazdı
2.2.1 candidate.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Mark Hammond yazdı
-
- 16 Ock, 2002 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
[ #420565 ] makes setup.py search sys.prefix I think this also fixes some bug in the tracker about not searching directories that don't exist, but I can't find the report :(
-