| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
struct _inittab.
This closes SourceForge bug #111499.
|
|
|
|
| |
we don't need to run gc frequently
|
|
|
|
|
| |
PyErr_Format computes size of buffer needed rather than relying on
static buffer.
|
|
|
|
| |
(leaving the rest of the modules for Barry)
|
|
|
|
|
| |
out again after we complete switching to C++ <wink>. Thanks to Greg Stein
for hitting me.
|
|
|
|
|
|
| |
unbuffered (by setting the class variable rbufsize to 0), because we
(may) need to pass the file descriptor to the subprocess running the
CGI script positioned after the headers.
|
|
|
|
|
|
|
|
|
| |
and wfile class variables (that the instance can also override).
Change the default for rfile to buffered, because that seems to make a
big difference in performance on some platforms.
An anti-patch is needed to revert the effect in CGIHTTPServer.py which
I'll check in momentarily.
|
|
|
|
|
| |
add sanity check to gc: if an exception occurs during GC, call
PyErr_WriteUnraisable and then call Py_FatalEror.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
conservative.
|
|
|
|
|
|
|
| |
* ensure the "dist" directory exists
* raise exception if using for modules containing compiled extensions
on a non-win32 platform.
* don't create an .ini file anymore (it was just for debugging)
|
|
|
|
|
|
| |
* reverse library names from bcpp_library to library_bcpp
* move some code to the right places, to put the def-files
in the right directories again
|
| |
|
|
|
|
|
| |
(With a worry-wart comment added by me about where we *should* add the
Python library to the link.)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
fairly tight control, and the '_setup_stop_after' and '_setup_distribution'
globals to provide the tight control.
This isn't entirely reliable yet: it dies horribly with a NameError on the
example PIL setup script in examples/pil_setup.py (at least with Python
1.5.2; untested with current Python). There's some strangeness going
on with execfile(), but I don't understand it and don't have time
to track it down right now.
|
|
|
|
|
|
|
| |
wngs;
un-analize Get's definition ("void" is needed only in declarations, not defns, &
is generally considered bad style in the latter).
|
|
|
|
| |
by masking all unsigned integers with 0xffffffff.
|
|
|
|
| |
I fixed the a bug in the regression test harness...)
|
|
|
|
| |
<m.favas@per.dem.csiro.au>.
|
| |
|
|
|
|
| |
appear in a different place. Oh well.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
state for dictionaries that have only been indexed by string keys.
See the comments in SourceForge for more.
This closes SourceForge patch #101309.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
| |
require authenication. This is an implementation limitation rather than
required behavior, and may be fixed in the future.
This closes SourceForge bug #111725.
|
|
|
|
|
|
| |
need to be checked to make sure all the latest information is present.
This closes SourceForge patch #101275.
|
| |
|
| |
|
|
|
|
|
|
| |
<cgw@fnal.gov>).
Fix minor problem with EXTENDED_ARG description markup..
|
|
|
|
|
|
| |
Update the generated files related to the autoconf support for BSD db.
This closes SourceForge patch #101272.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
applies patch #101369 by Moshe Zadke
use explicit list of always safe characters instead of string.letters
add test case
|
| |
|
|
|
|
|
| |
instead of four #if/#endif blocks. This shortens the
code and improves readability.
|
|
|
|
| |
also initial static debug variable to 0
|
| |
|
|
|
|
| |
LE_MAGIC; it breaks on Tru64.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
operator associativity.
|