- 22 Jan, 2001 26 commits
-
-
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.
-
Guido van Rossum authored
-
Guido van Rossum authored
Allow pickle.py to be using with Jython unicode strings
-
Guido van Rossum authored
test_class.py.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Marc-André Lemburg authored
-
Martin v. Löwis authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
also added unicodename_db.h dependency to ucnhash.
-
Barry Warsaw authored
(cosmetic whitespace change).
-
Andrew M. Kuchling authored
-
Tim Peters authored
-
- 21 Jan, 2001 14 commits
-
-
Tim Peters authored
-
Thomas Wouters authored
supposed to be declared in system include files (with a proper prototype.) Should be moved to a platform-specific block if anyone finds out which broken platforms need it :-)
-
Fredrik Lundh authored
to build *all* tables in makeunicodedata.py.
-
Fredrik Lundh authored
-
Jack Jansen authored
-
Jack Jansen authored
Added CarbonAccessors.o to the non-carbon targets, and probably a few minor things having to do with Python 2.1a1.
-
Jack Jansen authored
Added carbon targets (mainly placeholders at the moment).
-
Jack Jansen authored
Added a force option (to force project generation, the default is now to only generate if different). Try to convert all search paths to relative.
-
Jack Jansen authored
Don't generate project if the XML file already exists and is identical to what we've generated. Overridable with a "force" argument to mkproject().
-
Tim Peters authored
-
Tim Peters authored
-
Martin v. Löwis authored
Suggested by Kevin Jacobs in bug report #129417.
-
Tim Peters authored
-
Fredrik Lundh authored
-