- 05 Oct, 1997 5 commits
-
-
Guido van Rossum authored
and slice.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
the interfaces defined in import.h.
-
Guido van Rossum authored
-
- 04 Oct, 1997 3 commits
-
-
Guido van Rossum authored
Since there's also an imghdr.py file, I propose to make sndhdr.py the official one. For compatibility, whatsound.py imports * from sndhdr.py.
-
Fred Drake authored
$exec_prefix/lib/python$VERSION/site-packages by default.
-
Guido van Rossum authored
Could be useful for an install target in Misc/Makefile.pre.in.
-
- 03 Oct, 1997 4 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
"None"; this should be equivalent to sys.exit(0).
-
- 02 Oct, 1997 2 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
- 01 Oct, 1997 5 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
with an instance of a derived class B would really raise an A, not a B. Since Barry fixed this anomalous behaviour, I though I might as well fix the test! (Hmm, Barry, did you not run the tests or did you miss that test_opcodes failed?)
-
Guido van Rossum authored
-
Guido van Rossum authored
(1) Use PyErr_NewException("module.class", NULL, NULL) to create the exception object. (2) Remove all calls to Py_FatalError(); instead, return or ignore the errors -- the import code now checks PyErr_Occurred() after calling a module's init function, so it's no longer a fatal error for the initialization to fail. Also did some small cleanups, e.g. removed unnecessary test for "already initialized" from initfpectl(), and unified initposix()/initnt(). I haven't checked this very thoroughly, so while the changes are pretty trivial -- beware of untested code!
-
- 30 Sep, 1997 9 commits
-
-
Guido van Rossum authored
plat-win, get rid of test (which is now a package).
-
Guido van Rossum authored
tstate swapping. Only the acquiring and releasing of the lock is conditional (twice, under ``#ifdef WITH_THREAD'' and inside ``if (interpreter_lock)'').
-
Guido van Rossum authored
was a single '-'. Thanks to Andrew Kuchling.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
causes ugly noises under Windows.
-
Fred Drake authored
-
Guido van Rossum authored
-
Barry Warsaw authored
instance's class is a subclass of this, then use the instance's class as the exception type.
-
- 29 Sep, 1997 12 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
again (Mark Hammond is the cause of all this).
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Use "re" module, making it threadsafe.
-
Guido van Rossum authored
-
Guido van Rossum authored
first. Don't store the traceback as a local variable, to avoid circular references.
-