- 07 Jul, 2000 5 commits
-
-
Marc-André Lemburg authored
corrected some usage of 'unsigned long' where Py_UNICODE should have been used.
-
Marc-André Lemburg authored
Lundh as response to bug reports on True64 and IRIX.
-
Sjoerd Mullender authored
true after revision 2.36 was checked in...
-
Marc-André Lemburg authored
at least 32 bits as opposed to Py_UNICODE which rely on having 16 bits).
-
Fred Drake authored
Web browser as a help/information browser easy across platforms.
-
- 06 Jul, 2000 28 commits
-
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
should have been used.
-
Fred Drake authored
In posixmodule.c:posix_fork, the function PyOS_AfterFork is called for both the parent and the child, despite the docs stating that it should be called in the new (child) process. This causes problems in the parent since the forking thread becomes the main thread according to the signal module. Calling PyOS_AfterFork() only in the child fixes this. Changed for both fork() and forkpty().
-
Fred Drake authored
& extensions, so create exceptions in extension modules using the PyErr_NewException() API.
-
Skip Montanaro authored
XXX should perhaps support history truncation as well
-
Fred Drake authored
needed.
-
Andrew M. Kuchling authored
Added two functions that were left out of the method definition table.
-
Fred Drake authored
version (actually a LaTeX2HTML bug), and clarified a sentence in the mktime() description based entirely on comments from Grant Griffin <grant.griffin@honeywell.com>.
-
Skip Montanaro authored
to be absolute.
-
Fred Drake authored
document the constructor parameters. Need a better way, but this will do for now.
-
Jack Jansen authored
-
Jack Jansen authored
into 1000-case smaller ones.
-
Skip Montanaro authored
-
Jack Jansen authored
Py_BuildValue.
-
Marc-André Lemburg authored
works just like the Unicode one. The C APIs match the ones in the Unicode implementation, but were extended to be able to reuse the existing Unicode codecs for string purposes too. Conversions from string to Unicode and back are done using the default encoding.
-
Marc-André Lemburg authored
match the ones in the Unicode implementation, but were extended to be able to reuse the existing Unicode codecs for string purposes too. Conversion from string to Unicode and back are done using the default encoding.
-
Guido van Rossum authored
Also fix spelling tupel -> tuple.
-
Fred Drake authored
Documented the \seerfc and \seeurl macros used in that environment as well.
-
Fred Drake authored
internal hyperlinking. Move some things around, also for consistency with other modules ("See also" stuff tends to live at the \section level, before sub-sections, etc.).
-
Fred Drake authored
-
Fred Drake authored
Updates for recent changes in xmllib.
-
Fred Drake authored
ConnectRegistry() function; there is no trailing period!
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Fred Drake authored
Noted by Nicholas Spies <ns11@voicenet.com>.
-
- 05 Jul, 2000 7 commits
-
-
Skip Montanaro authored
-
Tim Peters authored
Somebody w/ gcc please check that the wngs are gone! There are cheaper (at runtime) ways to prevent the wngs, but they're obscure and delicate. I'm going for the easy Big Hammer here under the theory that PCRE will be replaced by SRE anyway.
-
Fredrik Lundh authored
- reorganized some code to get rid of -Wall and -W4 warnings - fixed default argument handling for sub/subn/split methods (reported by Peter Schneider-Kamp).
-
Marc-André Lemburg authored
Full_Name: Bastian Kleineidam Version: 2.0b1 CVS 5.7.2000 OS: Debian Linux 2.2 Submission from: earth.cs.uni-sb.de (134.96.252.92)
-
Andrew M. Kuchling authored
-
Marc-André Lemburg authored
any object which can be converted to Unicode by means of PyUnicode_FromObject().
-
Greg Stein authored
not override those. Submitted by: flight@users.sourceforge.net
-