- 24 Sep, 2000 19 commits
-
-
Lars Gustäbel authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
db_185.h has renamed that function to __db185_open, which it does in DB 3.1. So don't check whether the function is in -ldb.
-
Lars Gustäbel authored
-
Lars Gustäbel authored
-
Lars Gustäbel authored
-
Fredrik Lundh authored
The earlier code assumed "protocol=host;protocol=host;..." or "host", but Windows may also use "protocol=host" (just one entry), as well as "protocol://host". This code needs some more work, so I'll leave the bug open for now.
-
Lars Gustäbel authored
-
Lars Gustäbel authored
-
Lars Gustäbel authored
-
Lars Gustäbel authored
-
Guido van Rossum authored
-
Fredrik Lundh authored
-
Lars Gustäbel authored
-
Lars Gustäbel authored
-
Lars Gustäbel authored
Bug fixes to XMLFilterBase (wrong ignorableWhitespace signature and did not inherit set*Handler methods from XMLReader.)
-
Nicholas Riley authored
tuple instead two arguments.
-
Nicholas Riley authored
'spawnv' now, so we check for 'fork' first.
-
Fred Drake authored
-
- 23 Sep, 2000 13 commits
-
-
Fred Drake authored
-
Fred Drake authored
exec*() family of functions.
-
Fred Drake authored
"xml.parsers.expat.error", so it will reflect the public name of the exception rather than the internal name. Also change some of the initialization to use the new PyModule_Add*() convenience functions.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
the module "xml.parsers.expat".
-
Fred Drake authored
This closes SourceForge bug #115146.
-
Tim Peters authored
I fixed the specific complaint but left the (many) large issues untouched. See the (very long) bug report discussion for why: http://sourceforge.net/bugs/?func=detailbug&group_id=5470&bug_id=110624 Note that while I left the interface to the undocumented public API function PyFloat_FromString alone, its 2nd argument is useless. From a comment block in the code: RED_FLAG 22-Sep-2000 tim PyFloat_FromString's pend argument is braindead. Prior to this RED_FLAG, 1. If v was a regular string, *pend was set to point to its terminating null byte. That's useless (the caller can find that without any help from this function!). 2. If v was a Unicode string, or an object convertible to a character buffer, *pend was set to point into stack trash (the auto temp vector holding the character buffer). That was downright dangerous. Since we can't change the interface of a public API function, pend is still supported but now *officially* useless: if pend is not NULL, *pend is set to NULL.
-
Fred Drake authored
This closes SourceForge patch #101233.
-
Fred Drake authored
Add three new convenience functions to the PyModule_*() family: PyModule_AddObject(), PyModule_AddIntConstant(), PyModule_AddStringConstant(). This closes SourceForge patch #101233.
-
Greg Ward authored
easier extensibility).
-
Greg Ward authored
-
Greg Ward authored
Standardize use of whitespace on function calls.
-
- 22 Sep, 2000 8 commits
-
-
Jack Jansen authored
mkcwproject now works, but for one thing: the import of the XML document as a project through AppleEvents.
-
Jack Jansen authored
-
Jack Jansen authored
-
Neil Schemenauer authored
-
Jack Jansen authored
Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Default is "unseen output". Upped the Popt version number.
-
Guido van Rossum authored
for pthread_t (to calculate its size) to work even if pthread_t is a struct.
-
Fred Drake authored
class conforms to the maildir specification.
-
Fred Drake authored
This closes SourceForge bug #114287.
-