- 16 Ock, 2002 4 kayıt (commit)
-
-
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 7 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ı
-
Martin v. Löwis yazdı
Fixes #500595.
-
- 10 Ock, 2002 4 kayıt (commit)
-
-
Tim Peters yazdı
-
Fred Drake yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Added the modules I missed first time around. Still not good enough, though: bgerror does a "package require msgcat" and I don't see a way to put packages into resources. Off to the mactcl list for help...
-
- 09 Ock, 2002 2 kayıt (commit)
-
-
Just van Rossum yazdı
-
Marc-André Lemburg yazdı
going through the buffer interface API. Added tests for this to the _testcapi module and updated docs.
-
- 08 Ock, 2002 3 kayıt (commit)
-
-
Jack Jansen yazdı
that were changed but not yet reflected in this document.
-
Jack Jansen yazdı
-
Just van Rossum yazdı
-
- 07 Ock, 2002 3 kayıt (commit)
-
-
Fred Drake yazdı
os.system(). This closes Python bug #500401, Debian bug #127507.
-
Just van Rossum yazdı
-
Mark Hammond yazdı
-
- 06 Ock, 2002 2 kayıt (commit)
-
-
Just van Rossum yazdı
-
Marc-André Lemburg yazdı
Unicode string snippets to larger Unicode strings. This fix should also go into Python 2.2.1.
-