- 23 Jan, 2001 25 commits
-
-
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 15 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.
-
Guido van Rossum authored
now None < all numeric types < all other types so that once again map(max, Squares(3), Squares(2)) equals [0, 1, 4]
-
Guido van Rossum authored
(unless the object's type overrides this comparison).
-
Fred Drake authored
hyperlink at the start of the paragraph confused pdflatex; it saw the link start while still in vertical mode, which is not allowed. Including text before the link forces horizontal mode.
-
Fred Drake authored
really nasty TeX source to "bleed" into the PDF "bookmarks".
-