- 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 6 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 :(
-
Michael W. Hudson yazdı
might have been...
-
Michael W. Hudson yazdı
[ #504284 ] Last build problems on AIX I'm ignoring the suggestion that this should be an autoconf test in the interests of having a fix today. Feel free to quibble.
-
Michael W. Hudson yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 15 Ock, 2002 7 kayıt (commit)
-
-
Jack Jansen yazdı
are available in MacOS API exceptions.
-
Tim Peters yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
type.__module__ problems (again?) This simply initializes the __module__ local in a class statement from the __name__ global. I'm not 100% sure that this is the correct fix, although it usually does the right thing. The problem is that if the class statement executes in a custom namespace, the __name__ global may be taken from __builtins__, in which case it would have the value __builtin__, or it may not exist at all (if the custom namespace also has a custom __builtins__), in which case the class statement will fail. Nevertheless, unless someone finds a better solution, this is a 2.2.1 bugfix too.
-
Jack Jansen yazdı
on a function pointer formal argument called "destructor", which is typedeffed as a different function pointer type in object.h.
-
Guido van Rossum yazdı
new.instancemethod() -- the instancemethod object is now a perfectly general container. This fixes SF bug ##503091 (Pedro Rodriquez): new.instancemethod fails for new classes This is a 2.2.1 candidate.
-
Fred Drake yazdı
be tested regardless of the host platform.
-
- 14 Ock, 2002 1 kayıt (commit)
-
-
Thomas Heller yazdı
-
- 13 Ock, 2002 3 kayıt (commit)
-
-
Jack Jansen yazdı
Fixed to work under MachoPython, doing the expected unpacking for applesingle files. The IDE still doesn't work, though, because it uses :-style pathnames.
-
Jack Jansen yazdı
In MachoPython expect Unix-style pathnames for both FSSpec and FSRef initializers. TBD: Do the reverse for MacPython, and also handle as_pathname().
-
Jack Jansen yazdı
-
- 12 Ock, 2002 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Steven M. Gava yazdı
-
- 11 Ock, 2002 6 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
headers and libraries.
-
Jack Jansen yazdı
- Use waste included with CW in stead of separate package.
-
Jack Jansen yazdı
-
Martin v. Löwis yazdı
-