- 28 Ock, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 19 Ock, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 17 Ock, 2001 2 kayıt (commit)
-
-
Marc-André Lemburg yazdı
-
Marc-André Lemburg yazdı
except that it always returns Unicode objects. A new C API PyObject_Unicode() is also provided. This closes patch #101664. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
-
- 04 Ock, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 19 Ara, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 29 Kas, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Python equivalent actually equivalent to the C code. Also, in the C code, place the "goto" statements on a line by themselves for better visibility of statements that affect control flow. This closes bug #123398.
-
- 28 Kas, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 23 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
and PyString_AsStringAndSize() for strings that were just created using PyString_FromStringAndSize(NULL, n). This closes bug #117377. Added warning about passing NULL to the concrete object functions; many of them use the appropriate Py<Type>_Check() test, but do not check for NULL. "de-allocated" --> "deallocated"
-
- 14 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
class, but not an instance (since an instance will be created using the formatted message string as the constructor parameter).
-
- 07 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
they were similar to *_GetSize(); should be similar to *_Size(). Error noted by William Park <parkw@better.net>.
-
- 05 Eki, 2000 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
-
- 29 Eyl, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
This closes SourceForge bug #115673.
-
- 26 Eyl, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 23 Eyl, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
This closes SourceForge patch #101233.
-
- 22 Eyl, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 21 Eyl, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
This closes SourceForge bug #114792.
-
- 19 Eyl, 2000 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
which implements the automatic conversion from Unicode to a string object using the default encoding. The new API is then put to use to have eval() and exec accept Unicode objects as code parameter. This closes bugs #110924 and #113890. As side-effect, the traditional C APIs PyString_Size() and PyString_AsString() will also accept Unicode objects as parameters.
-
- 16 Eyl, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(Is there no macro to document a typedef?) Fred, please check my latex!
-
- 14 Eyl, 2000 2 kayıt (commit)
-
-
Fred Drake yazdı
This partially addresses SourceForge bug #114318.
-
Fred Drake yazdı
This partially addresses SourceForge bug #114318.
-
- 12 Eyl, 2000 3 kayıt (commit)
-
-
Fred Drake yazdı
Fix up some of the PyNumber_*() documentation. Add documentation for the InPlace API calls.
-
Fred Drake yazdı
Here are some changes to the C API docs. The memory examples & API have been updated because one malloc family is gone (Py_Malloc). You'll see other small additions to the "building new types" section for completeness and some cleanup at the end of the memory section.
-
Fred Drake yazdı
-
- 01 Eyl, 2000 3 kayıt (commit)
-
-
Moshe Zadka yazdı
Connected to patch 100895
-
Fred Drake yazdı
struct _inittab. This closes SourceForge bug #111499.
-
Jeremy Hylton yazdı
add sanity check to gc: if an exception occurs during GC, call PyErr_WriteUnraisable and then call Py_FatalEror.
-
- 31 Agu, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Fix a couple of really minor markup nits.
-
- 14 Agu, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
by Edward K. Ream <edream@users.sourceforge.net> about FILE* values and incompatible C libraries in dynamically linked extensions. It is not clear (to me) how realistic the issue is, but it is better documented than not. This closes SourceForge bug #111520.
-
- 11 Agu, 2000 2 kayıt (commit)
-
-
Fred Drake yazdı
PyRun_InteractiveLoop(): Added descriptions. PyExc_WindowsError: Added to list of standard exceptions and added note about the right preprocessor symbol to use to protect code that uses it.
-
Fred Drake yazdı
-
- 13 Tem, 2000 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 07 Tem, 2000 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
-
- 03 Tem, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Update the API docs for the new macros Py_UNICODE_ISALPHA() and Py_UNICODE_ISALNUM().
-
- 30 Haz, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 29 Haz, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
exceptions in the interpreter and standard library.
-
- 28 Haz, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 18 Haz, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 16 Haz, 2000 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
Added a bit more documentation in the chapter on building extension types, including Py_FindMethod() documentation. Several minor consistency nits were fixed.
-