- 31 Agu, 2000 40 kayıt (commit)
-
-
Fred Drake yazdı
<m.favas@per.dem.csiro.au>.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
appear in a different place. Oh well.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
state for dictionaries that have only been indexed by string keys. See the comments in SourceForge for more. This closes SourceForge patch #101309.
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
ceval.c: define recurion_limit (static), default value is 2500 define Py_GetRecursionLimit and Py_SetRecursionLimit raise RuntimeError if limit is exceeded PC/config.h: remove plat-specific definition sysmodule.c: add sys.(get|set)recursionlimit
-
Fred Drake yazdı
exception context. This avoids improperly propogating errors raised by a user-defined __cmp__() by a subsequent lookup operation. This patch does *not* include the performance enhancement patch for dictionaries with string keys only; that will be checked in separately. This closes SourceForge patch #101277 and bug #112558.
-
Jeremy Hylton yazdı
Linux. Perhaps winaudio would be better, as it would offend both parties equally. tg@freebsd.org: allow this module to compile under FreeBSD (he suggests voxwareaudio)
-
Jeremy Hylton yazdı
-
Fred Drake yazdı
require authenication. This is an implementation limitation rather than required behavior, and may be fixed in the future. This closes SourceForge bug #111725.
-
Fred Drake yazdı
need to be checked to make sure all the latest information is present. This closes SourceForge patch #101275.
-
Vladimir Marangozov yazdı
-
Greg Ward yazdı
-
Fred Drake yazdı
<cgw@fnal.gov>). Fix minor problem with EXTENDED_ARG description markup..
-
Fred Drake yazdı
Update the generated files related to the autoconf support for BSD db. This closes SourceForge patch #101272.
-
Fred Drake yazdı
Update the build structures to automatically detect the presence of BSD db, including the proper name of the header file to include. Has all the expected niceties associated with yet-more-configure-options. ;) This checkin includes changes for non-generated files only; subsequent checkin will catch those. This is part of SourceForge patch #101272.
-
Jeremy Hylton yazdı
applies patch #101369 by Moshe Zadke use explicit list of always safe characters instead of string.letters add test case
-
Fred Drake yazdı
-
Fred Drake yazdı
instead of four #if/#endif blocks. This shortens the code and improves readability.
-
Jeremy Hylton yazdı
also initial static debug variable to 0
-
Greg Ward yazdı
-
Barry Warsaw yazdı
LE_MAGIC; it breaks on Tru64.
-
Sjoerd Mullender yazdı
Since the application never gets to see the namespace abbreviation used in the XML document, but some applications may need to know them, we provide this method.
-
Fred Drake yazdı
generated markup. Don't be careless with the navigation icons! We should use the blank icon where there is not anyplace to go for a particular position in the navigation bar.
-
Fred Drake yazdı
-
Thomas Wouters yazdı
operator associativity.
-
Fred Drake yazdı
generated documents to the document index.
-
Fred Drake yazdı
of the generated document to an external index. These correspond to the -up_url and -up_title parameters of LaTeX2HTML.
-
Fred Drake yazdı
separate some of the ties between l2hinit.perl and python.perl. Revamp the "title page" construction to allow more flexibility.
-
Fred Drake yazdı
-
Fred Drake yazdı
initialization with additional Perl files. This can be given more than once.
-
Fred Drake yazdı
do not use mkdvi.sh or mkhtl.sh any more. This slows down building all versions of the documentation, but if you are only building one format, it does not matter.
-
Fred Drake yazdı
portable.
-
Fred Drake yazdı
-
Fred Drake yazdı
Fix a couple of really minor markup nits.
-
Fred Drake yazdı
-
Fred Drake yazdı
Remove some of GCC's warning in -Wstrict-prototypes mode. This closes SourceForge patch #101342.
-
Fred Drake yazdı
expression next to a || expression; this is a readability-inspired warning from GCC.
-