- 23 Jan, 2001 11 commits
-
-
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 29 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".
-
Fred Drake authored
Peters. This closes SF bug #125919.
-
Andrew M. Kuchling authored
Use correct flag name Py_TPFLAGS_CHECKTYPES Mention that numeric methods can return Py_NotImplemented (NAS) Mention optional arguments in time modules (TW) Various minor rewrites and additional attributions
-
Fred Drake authored
too Unix-specific, and not really needed. (Already fixed the HTML formatting, but forgot to mention it in the checkin for python.perl 1.94.)
-
Fred Drake authored
-
Fred Drake authored
Chris Ryland.
-
Fred Drake authored
-
Fred Drake authored
now generated. (SF bug #129692.) Patch from Anthon van der Neut <anthon@mnt.org>: Work around the removal of content-less paired tags used for name anchors in some places. (SF bug #116008.) Move some class attributes from an artificial SPAN element to otherwise "useful" elements that are being generated anyway. Added the class "versionnote", used for \deprecated, \versionadded, \versionchanged.
-
Thomas Wouters authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Andrew M. Kuchling authored
The only missing section is the Nested Scopes section, which has to wait to see if a patch is actually committed. (Plus any other notable changes that get made or backed out between now and 2.1final, of course...)
-
Guido van Rossum authored
non-numeric ones, so 4 < None again in the 'map' test.
-
Guido van Rossum authored
ones.
-
Jack Jansen authored
Better test for skipping project creation: the project file should also exist and be newer than the xml file, and the .exp should exist.
-