- 23 Jan, 2001 29 commits
-
-
Barry Warsaw authored
module__doc__: Document the Warning subclass heirarchy. make_class(): Added a "goto finally" so that if populate_methods() fails, the return status will be -1 (failure) instead of 0 (success). fini_exceptions(): When decref'ing the static pointers to the exception classes, clear out their dictionaries too. This breaks a cycle from class->dict->method->class and allows the classes with unbound methods to be reclaimed. This plugs a large memory leak in a common Py_Initialize()/dosomething/Py_Finalize() loop.
-
Jack Jansen authored
sources. So far only runs under unix, but what gives:-)
-
Jack Jansen authored
-
Eric S. Raymond authored
-
Skip Montanaro authored
fixed typo in ihooks docstring
-
Andrew M. Kuchling authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
complaints. The new version moves most of its initialization to package load time; it's simpler, faster, smaller, and adds support for Mozilla and Links. Interpretation of the BROWSER variable now works and is documented. The open_new entry point and methods are marked "deprecated; may be removed in 2.1".
-
Tim Peters authored
don't fail if they're not available.
-
Guido van Rossum authored
the previous auto-configuring modules feature (already obsolete :-).
-
Andrew M. Kuchling authored
Grammatical and typographic fixes from David Goodger Expanded notes about PEP 229 Removed user-visible XXXes; they're in comments now
-
Tim Peters authored
-
cvs2svn 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
by weird and (hopefully) unnecessary SET_CXX and SET_DLLLIBRARY macros that occurr at the start of Makefile.in files. - Also removed the already-commented-out SET_CCC macro cruft.
-
Jeremy Hylton authored
otherwise used in the same code block. (Not sure this is the right place, but there is no test_list_comprehensions.py.)
-
Guido van Rossum authored
and PyEval_ReleaseThread(). This fixes SF bug #125673 PyThreadState_Delete: invalid tstate (Unix only?).
-
Guido van Rossum authored
PyThreadState_Delete() and PyEval_ReleaseLock(). It is only defined if WITH_THREAD is defined.
-
Jeremy Hylton authored
comprehension. Fixes bug reported by Tim Peters.
-
Jeremy Hylton authored
varagslist node. based on fix from Thomas Wouters.
-
Guido van Rossum authored
-
- 22 Jan, 2001 11 commits
-
-
Guido van Rossum authored
no don't have to start with underscore. - Add spaces after commas in argument lists. - Only test dbhash if bsddb can be imported. (Wonder if there are more like this?)
-
Tim Peters authored
-
Tim Peters authored
they're run.
-
Fred Drake authored
-
Fred Drake authored
source directory.
-
Fred Drake authored
-
Fred Drake authored
package.
-
Fred Drake authored
Update the comments at the beginning of the file.
-
Fred Drake authored
Changed markup of the list of values for the list of meaningful "errors" values.
-
Andrew M. Kuchling authored
Reorder the smaller items, roughly in decreasing order of visibility to the Python coder Finished an incomplete sentence. Moved the unwritten sections down to the bottom. Bumped version number and added acknowledgements
-
Fred Drake authored
commented it out), and added an explanation as to *why*. Added period to docstring.
-