- 07 Tem, 2000 18 kayıt (commit)
-
-
Marc-André Lemburg yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Allow -f* parameters to be passed to the compiler from Setup files.
-
Tim Peters yazdı
rid of Py_PROTO, switched to ANSI function decls, and did some minor fiddling.
-
Marc-André Lemburg yazdı
extra ' ').
-
Marc-André Lemburg yazdı
-
Marc-André Lemburg yazdı
Patch by T. Wouters.
-
Marc-André Lemburg yazdı
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 yazdı
objects including instance objects. The old API PyUnicode_FromObject() is still available as shortcut.
-
Marc-André Lemburg yazdı
-
Jack Jansen yazdı
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 yazdı
Changed all (hopefully) uses of unsigned 16 bit value to use H format specifier, now that h is signed-only.
-
Jack Jansen yazdı
-
Marc-André Lemburg yazdı
corrected some usage of 'unsigned long' where Py_UNICODE should have been used.
-
Marc-André Lemburg yazdı
Lundh as response to bug reports on True64 and IRIX.
-
Sjoerd Mullender yazdı
true after revision 2.36 was checked in...
-
Marc-André Lemburg yazdı
at least 32 bits as opposed to Py_UNICODE which rely on having 16 bits).
-
Fred Drake yazdı
Web browser as a help/information browser easy across platforms.
-
- 06 Tem, 2000 22 kayıt (commit)
-
-
Marc-André Lemburg yazdı
-
Marc-André Lemburg yazdı
should have been used.
-
Fred Drake yazdı
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 yazdı
& extensions, so create exceptions in extension modules using the PyErr_NewException() API.
-
Skip Montanaro yazdı
XXX should perhaps support history truncation as well
-
Fred Drake yazdı
needed.
-
Andrew M. Kuchling yazdı
Added two functions that were left out of the method definition table.
-
Fred Drake yazdı
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 yazdı
to be absolute.
-
Fred Drake yazdı
document the constructor parameters. Need a better way, but this will do for now.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
into 1000-case smaller ones.
-
Skip Montanaro yazdı
-
Jack Jansen yazdı
Py_BuildValue.
-
Marc-André Lemburg yazdı
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 yazdı
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 yazdı
Also fix spelling tupel -> tuple.
-
Fred Drake yazdı
Documented the \seerfc and \seeurl macros used in that environment as well.
-
Fred Drake yazdı
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 yazdı
-
Fred Drake yazdı
Updates for recent changes in xmllib.
-
Fred Drake yazdı
ConnectRegistry() function; there is no trailing period!
-