- 08 Ock, 2003 1 kayıt (commit)
-
-
Greg Ward yazdı
Typo fix.
-
- 03 Ock, 2003 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 17 Ara, 2002 3 kayıt (commit)
-
-
Greg Ward yazdı
-
Greg Ward yazdı
-
Neal Norwitz yazdı
Tested w/valgrind, all paths except the return on PyInt_AsLong() failure I think I got all of these right. Backport candidate.
-
- 02 Ara, 2002 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 05 Kas, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 22 Agu, 2002 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 31 Tem, 2002 1 kayıt (commit)
-
-
Mark Hammond yazdı
-
- 19 Tem, 2002 1 kayıt (commit)
-
-
Mark Hammond yazdı
-
- 17 Tem, 2002 2 kayıt (commit)
-
-
Fred Drake yazdı
Removed ^M from some line-ends.
-
Fred Drake yazdı
-
- 04 Tem, 2002 1 kayıt (commit)
-
-
Thomas Heller yazdı
-
- 22 Haz, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
This matches the Python C style guide (PEP 7). Closes SF patch #571489.
-
- 21 Haz, 2002 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 16 May, 2002 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 14 May, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 19 Nis, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
version number, and explain what it is at the top of the chapter. This closes SF bug #225003.
-
- 15 Nis, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
the Extending & Embedding manual use it.
-
- 12 Nis, 2002 6 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
Clean up the example of exporting a C-callable API from an extension module. Add a hyperlink to a related section in the Python/C API reference.
-
Fred Drake yazdı
PyModule_GetDict(), which is also more flexible: it does not assume that the "module" is a real module.
-
Fred Drake yazdı
Change a section title to fit in better.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 09 Nis, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 05 Nis, 2002 2 kayıt (commit)
-
-
Fred Drake yazdı
document to the C API reference. Move some instructional text from the API reference to the Extending & Embedding manual. Fix the descriptions of the es and es# formats for PyArg_Parse*(). This closes SF bug #536516.
-
Fred Drake yazdı
-
- 02 Nis, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
Minor cleanups.
-
- 01 Nis, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
This closes SF bug #537511.
-
- 29 Mar, 2002 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
There's still a long way to go, but we're starting to see some real content in the docs.
-
- 28 Mar, 2002 5 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
type implementation.
-
Fred Drake yazdı
-
Fred Drake yazdı
include them using \verbatiminput. This has the advantage that pages can still break at reasonable places, and examples that go longer than a page won't get cut off. Make a few small markup adjustments for consistency. Explain that PyObject_New() is not a C function but a polymorphic beast that returns a pointer to the type that's passed as the first arg. Explain why type objects use the PyObject_VAR_HEAD.
-
Fred Drake yazdı
-