- 16 Jan, 2002 3 commits
-
-
Michael W. Hudson authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 15 Jan, 2002 7 commits
-
-
Jack Jansen authored
are available in MacOS API exceptions.
-
Tim Peters authored
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
on a function pointer formal argument called "destructor", which is typedeffed as a different function pointer type in object.h.
-
Guido van Rossum authored
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 authored
be tested regardless of the host platform.
-
- 14 Jan, 2002 1 commit
-
-
Thomas Heller authored
-
- 13 Jan, 2002 3 commits
-
-
Jack Jansen authored
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 authored
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 authored
-
- 12 Jan, 2002 4 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Steven M. Gava authored
-
- 11 Jan, 2002 7 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
headers and libraries.
-
Jack Jansen authored
- Use waste included with CW in stead of separate package.
-
Jack Jansen authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Fixes #500595.
-
- 10 Jan, 2002 4 commits
-
-
Tim Peters authored
-
Fred Drake authored
-
Jack Jansen authored
-
Jack Jansen authored
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 Jan, 2002 2 commits
-
-
Just van Rossum authored
-
Marc-André Lemburg authored
going through the buffer interface API. Added tests for this to the _testcapi module and updated docs.
-
- 08 Jan, 2002 3 commits
-
-
Jack Jansen authored
that were changed but not yet reflected in this document.
-
Jack Jansen authored
-
Just van Rossum authored
-
- 07 Jan, 2002 3 commits
-
-
Fred Drake authored
os.system(). This closes Python bug #500401, Debian bug #127507.
-
Just van Rossum authored
-
Mark Hammond authored
-
- 06 Jan, 2002 3 commits
-
-
Just van Rossum authored
-
Marc-André Lemburg authored
Unicode string snippets to larger Unicode strings. This fix should also go into Python 2.2.1.
-
Guido van Rossum authored
-