- 12 Jan, 2001 13 commits
-
-
Jack Jansen authored
Fixed Carbon command-dot handling. There is still a problem, though, and you may have to hit it repeatedly.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
The UserPane routines appear to be fixed in the current Universal Headers, so they're re-enabled.
-
Jack Jansen authored
xstat() will never be implemented under Carbon. Fortunately it also doesn't appear to be used anywhere.
-
Jack Jansen authored
-
Fred Drake authored
-
Fred Drake authored
(since it is).
-
Guido van Rossum authored
-
Guido van Rossum authored
1) "from M import X" now works even if M is not a real module; it's basically a getattr() operation with AttributeError exceptions changed into ImportError. 2) "from M import *" now looks for M.__all__ to decide which names to import; if M.__all__ doesn't exist, it uses M.__dict__.keys() but filters out names starting with '_' as before. Whether or not __all__ exists, there's no restriction on the type of M.
-
Guido van Rossum authored
- Make error messages from issubclass() and isinstance() a bit more descriptive (Ping, modified by Guido) - Couple of tiny fixes to other docstrings (Ping) - Get rid of trailing whitespace (Guido)
-
Andrew M. Kuchling authored
a glibc, not a gcc, problem.
-
Tim Peters authored
Tested on Windows. Should be tested on Linux. Should also be tested on some platform without threads (I simulated that by making the "import thread" fail, but that's not the same as actually doing it!).
-
- 11 Jan, 2001 17 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Fred Drake authored
This mostly closes SF bug #128251.
-
Tim Peters authored
-
Martin v. Löwis authored
-
Fred Drake authored
reference.
-
Thomas Wouters authored
Noone but me cares, but Guido said to go ahead and fix it if it bothered me.
-
Andrew M. Kuchling authored
-
Guido van Rossum authored
-
Thomas Wouters authored
xreadlines inserted themselves inbetween the two) and clarify that the normal socket module should be commented out. (Someone also suggested the latter on c.l.py some time ago, I forget who, sorry.)
-
Martin v. Löwis authored
-
Moshe Zadka authored
* x wasn't initialized to NULL * Did not DECREF result from displayhook function
-
Eric S. Raymond authored
-
Greg Stein authored
Submitted by: Mark Favas <m.favas@per.dem.csiro.au>
-
Moshe Zadka authored
This closes the PEP, and patch 103170
-
Eric S. Raymond authored
support, based on my fetchmail experience.
-
- 10 Jan, 2001 10 commits
-
-
Charles G. Waldman authored
#127699.
-
Guido van Rossum authored
source. Uesful for both GnuStep and for OSXS/OSX/Darwin. (Note: I changed $(CCC) to $(CXX) since that's now the name of the C++ compiler. Please test!
-
Guido van Rossum authored
[including support for modules w/Objective-C].
-
Guido van Rossum authored
Cygwin Python DLL and Shared Extension Patch). Add module.dll as a valid extension. jlt63 writes: Note that his change essentially backs out the fix for bug #115973. Should ".pyd" be retained instead for posterity?
-
Guido van Rossum authored
Extension Patch. These are the changes to the Modules Makefile and makesetup script for Cygwin.
-
Guido van Rossum authored
Extension Patch. Note: this could use some testing on NeXT, DG/UX, or BeOS, because of the changes in the Makefile regarding $(LDLIBRARY).
-
Guido van Rossum authored
under CYGWIN as shared libraries (DLLs).
-
Guido van Rossum authored
Note: I've reordered acconfig.h and config.h.in to obtain alphabetical order (modulo case and leading _).
-
Guido van Rossum authored
I've skipped all bugfixes, Unicode, distutils changes. But this should be a start!
-
Eric S. Raymond authored
additions to library docs.#
-