Fred Drake
6cfdffb2e5
Minor adjustment to Setup.in message, based on comment from Barry Warsaw.
2000-08-31 21:53:03 +00:00
Guido van Rossum
0dc78c3b8d
After rerunning autoheader, two symbols (HAVE__GETPTY and WITH_LIBDB)
...
appear in a different place. Oh well.
2000-08-31 20:03:54 +00:00
Fred Drake
762c1cb3e3
Test case to exercise fix for error propogation bug in dictionarys.
2000-08-31 19:48:52 +00:00
Fred Drake
65faf118b6
Fix markup error and minor consistency nit.
2000-08-31 19:35:56 +00:00
Fred Drake
1bff34ab96
Slight performance hack that also avoids requiring the existence of thread
...
state for dictionaries that have only been indexed by string keys.
See the comments in SourceForge for more.
This closes SourceForge patch #101309 .
2000-08-31 19:31:38 +00:00
Jeremy Hylton
c18b7d9b2b
script that reports a fairly safe recursionlimit for a specific platform
2000-08-31 19:24:17 +00:00
Jeremy Hylton
ee5adfbae6
add user-modifiable recursion_limit
...
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
2000-08-31 19:23:01 +00:00
Fred Drake
c88b99ce06
Clear errors raised by PyObject_Compare() without losing any existing
...
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 .
2000-08-31 19:04:07 +00:00
Jeremy Hylton
a3895c0d29
This module has a poor name, since it can be used under FreeBSD and
...
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)
2000-08-31 18:11:07 +00:00
Jeremy Hylton
4bcc7c5119
patch #101733 : fix glitch in FreeBSD conf
2000-08-31 17:45:35 +00:00
Fred Drake
aef0e890b5
Document the limitation that urllib does not work with proxies which
...
require authenication. This is an implementation limitation rather than
required behavior, and may be fixed in the future.
This closes SourceForge bug #111725 .
2000-08-31 17:23:35 +00:00
Fred Drake
a54436fbdb
If Setup is older than Setup.in, issue a bold warning that the Setup may
...
need to be checked to make sure all the latest information is present.
This closes SourceForge patch #101275 .
2000-08-31 16:56:15 +00:00
Vladimir Marangozov
0cf8cdea30
Remove obsolete --with(out)-readline configure option
2000-08-31 16:40:08 +00:00
Greg Ward
e3cca26627
Added abstract.
2000-08-31 16:36:31 +00:00
Fred Drake
4c3f797128
UNARY_NEG is supposed to be UNARY_NEGATIVE (spotted by Charles Waldman
...
<cgw@fnal.gov>).
Fix minor problem with EXTENDED_ARG description markup..
2000-08-31 16:26:35 +00:00
Fred Drake
a50d6ec623
Skip Montanaro <skip@mojam.com>:
...
Update the generated files related to the autoconf support for BSD db.
This closes SourceForge patch #101272 .
2000-08-31 16:13:20 +00:00
Fred Drake
c9cb84703b
Skip Montanaro <skip@mojam.com>:
...
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 .
2000-08-31 16:11:07 +00:00
Jeremy Hylton
6102e29df2
fixes bug #111951
...
applies patch #101369 by Moshe Zadke
use explicit list of always safe characters instead of string.letters
add test case
2000-08-31 15:48:10 +00:00
Fred Drake
7e861bd1b3
Update some version information for tools based on prodding from Greg Ward.
2000-08-31 15:29:38 +00:00
Fred Drake
592f2d6c85
_PySys_Init(): When setting up sys.version_info, use #if/#elif.../#endif
...
instead of four #if/#endif blocks. This shortens the
code and improves readability.
2000-08-31 15:21:11 +00:00
Jeremy Hylton
0625777b53
apply patch #101362 by Vladimir Marangozov
...
also initial static debug variable to 0
2000-08-31 15:10:24 +00:00
Greg Ward
1365a300a1
Get rid of "sec:" prefix that slipped into a couple of \label's.
2000-08-31 14:47:05 +00:00
Barry Warsaw
b76a55c278
GNUTranslations.BE_MAGIC: don't be so clever in calculating this from
...
LE_MAGIC; it breaks on Tru64.
2000-08-31 10:45:54 +00:00
Sjoerd Mullender
1c8feae411
New method getnamespace.
...
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.
2000-08-31 10:27:00 +00:00
Fred Drake
f730fc3e4e
Be a little more careful to avoid including style information in the
...
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.
2000-08-31 07:19:07 +00:00
Fred Drake
3eb7c126cd
Always room to remove more formatting from the HTML!
2000-08-31 07:15:57 +00:00
Thomas Wouters
6b958f7d7b
Fix grouping: this is how I intended it, misguided as I was in boolean
...
operator associativity.
2000-08-31 07:02:19 +00:00
Fred Drake
501b926da9
Move common parameters to mkhowto to a variable, add up-link from the
...
generated documents to the document index.
2000-08-31 07:00:17 +00:00
Fred Drake
dfa539d770
Add --up-link and --up-title parameters to allow linking the top level
...
of the generated document to an external index. These correspond to the
-up_url and -up_title parameters of LaTeX2HTML.
2000-08-31 06:58:34 +00:00
Fred Drake
3be2074758
Push some table header formatting to the style sheet; this also helps
...
separate some of the ties between l2hinit.perl and python.perl.
Revamp the "title page" construction to allow more flexibility.
2000-08-31 06:22:54 +00:00
Fred Drake
0154fea5f4
Remove obsolete scripts.
2000-08-31 06:15:30 +00:00
Fred Drake
8bc627a402
Add --l2h-init option, which can augment the standard LaTeX2HTML
...
initialization with additional Perl files. This can be given more
than once.
2000-08-31 06:14:38 +00:00
Fred Drake
b9b4c5b560
Centralize the processing logic for LaTeX documents into the mkhowto script;
...
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.
2000-08-31 06:12:35 +00:00
Fred Drake
fcab76350a
Relocate the popen2 documentation since it is now substantially more
...
portable.
2000-08-31 06:09:26 +00:00
Fred Drake
399739f79f
PyOS_CheckStack(): Better ANSI'fy this while we're at it.
2000-08-31 05:52:44 +00:00
Fred Drake
17e6343d2d
Document PyOS_CheckStack().
...
Fix a couple of really minor markup nits.
2000-08-31 05:50:40 +00:00
Fred Drake
e8de31cbd0
Add a comment explaining the return value of PyOS_CheckStack().
2000-08-31 05:38:39 +00:00
Fred Drake
8ce159aef5
Peter Schneider-Kamp <nowonder@nowonder.de>:
...
Remove some of GCC's warning in -Wstrict-prototypes mode.
This closes SourceForge patch #101342 .
2000-08-31 05:18:54 +00:00
Fred Drake
562f62aa9b
Removed compiler warning about wanting explicit grouping around &&
...
expression next to a || expression; this is a readability-inspired
warning from GCC.
2000-08-31 05:15:44 +00:00
Fred Drake
dd19eaf966
Added a little more dependency information.
2000-08-31 05:11:48 +00:00
Fred Drake
926f1d673a
Added prototype for PyToken_ThreeChars(), to remove compiler warning
...
in Parser/grammar.c.
2000-08-31 05:09:57 +00:00
Fred Drake
33642acef5
Added note about documenting the SSL support in the socket module.
2000-08-31 05:08:00 +00:00
Fred Drake
c818d5347e
Remove one compiler warning found with -Wstrict-prototypes.
2000-08-31 05:07:19 +00:00
Jeremy Hylton
34bef2694f
tg@freebsd.org
...
close SF patch #101354
2000-08-31 02:42:11 +00:00
Greg Ward
8a98cd9e25
Add /GX to 'compile_options'. This is definitely needed for C++ source;
...
according to the MS docs it enables exception-handling, and (according
to Alex Martelli <aleaxit@yahoo.com>) is needed to compile without
getting warnings from standard C++ library headers. Apparently
it doesn't cause any problems with C code, so I haven't bothered
conditionalizing the use of /GX.
2000-08-31 00:31:07 +00:00
Skip Montanaro
cb853261bd
adds support for --with-pydebug configure option
2000-08-30 22:29:48 +00:00
Paul Prescod
e68140dd3c
Better error message with UnboundLocalError
2000-08-30 20:25:01 +00:00
Greg Ward
408e9ae299
Add ".cxx" to the list of known C++ extensions.
2000-08-30 17:32:24 +00:00
Greg Ward
46a69b9c7f
Added docstring for 'wrap()' function.
2000-08-30 17:16:27 +00:00
Guido van Rossum
9c0a99ec1a
PyOS_CheckStack() returns 1 when failing, not -1.
2000-08-30 15:53:50 +00:00