- 22 Ock, 2002 2 kayıt (commit)
-
-
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 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.
-