- 07 Jul, 2000 16 commits
-
-
Fred Drake authored
Allow -f* parameters to be passed to the compiler from Setup files.
-
Tim Peters authored
rid of Py_PROTO, switched to ANSI function decls, and did some minor fiddling.
-
Marc-André Lemburg authored
extra ' ').
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
Patch by T. Wouters.
-
Marc-André Lemburg authored
This adds support for instance to the constructor (instances have to define __str__ and can return Unicode objects via that hook; string return values are decoded into Unicode using the current default encoding).
-
Marc-André Lemburg authored
objects including instance objects. The old API PyUnicode_FromObject() is still available as shortcut.
-
Marc-André Lemburg authored
-
Jack Jansen authored
So many things have changed over the last few weeks that it's probably a good idea to check the project files in again.
-
Jack Jansen authored
Changed all (hopefully) uses of unsigned 16 bit value to use H format specifier, now that h is signed-only.
-
Jack Jansen authored
-
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 24 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
-