- 06 Şub, 2003 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
-
- 19 Tem, 2002 1 kayıt (commit)
-
-
Mark Hammond yazdı
-
- 22 Haz, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
This matches the Python C style guide (PEP 7). Closes SF patch #571489.
-
- 16 May, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 12 Nis, 2002 1 kayıt (commit)
-
-
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.
-
- 09 Nis, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 05 Nis, 2002 1 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.
-
- 01 Nis, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
This closes SF bug #537511.
-
- 28 Mar, 2002 3 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 09 Ock, 2002 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
going through the buffer interface API. Added tests for this to the _testcapi module and updated docs.
-
- 07 Ara, 2001 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Tim Peters yazdı
-
Fred Drake yazdı
detector. This closes SF bug #484950.
-
- 29 Kas, 2001 2 kayıt (commit)
-
-
Fred Drake yazdı
function. This closes SF bug #486657.
-
Fred Drake yazdı
This is related to SF bug #485165.
-
- 28 Kas, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
parameters (like \UNIX) are commonly entered using an empty group to separate the markup from a following inter-word space; this is not needed when the next character is punctuation, or the markup is the last thing in the enclosing group. These cases were marked inconsistently; the empty group is now *only* used when needed.
-
- 17 Kas, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
always fill in all slots of table entries. Fixed a few minor markup errors.
-
- 20 Eki, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 30 Eyl, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
Generalize PyLong_AsLongLong to accept int arguments too. The real point is so that PyArg_ParseTuple's 'L' code does too. That code was undocumented (AFAICT), so documented it.
-
- 06 Eyl, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
headers. This is the final checkin for SF bug #458768.
-
- 20 Agu, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 15 Agu, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
in the type object is used for, for many of the more commonly used slots. Thanks! (But there is still a lot more to write on this topic.) Markup and organizational changes by your friendly neighborhood documentation czar.
-
- 04 Agu, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
by Albert Hofkamp. Some editing has been done for style and markup consistency. This also supplies an example of importing modules and calling a function defined in the module, so this closes SF bug #440037 as well. (The long example code was moved to a separate file so that it would format properly.)
-
- 26 Tem, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 20 Tem, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
Added information on the return values of PyArg_ParseTuple() and PyArg_ParseTupleAndKeywords().
-
- 14 Tem, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 06 Tem, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
translation more difficult, as well as reading the English more difficult for non-native speakers.
-
- 20 Haz, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 02 May, 2001 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
objects but instead assume that they use the requested encoding. This is needed on Windows to enable opening files by passing in Unicode file names.
-
- 19 Mar, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 12 Mar, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
a Py_complex C value. Patch by Walter Dörwald. This closes SF patch #407148.
-
- 02 Mar, 2001 2 kayıt (commit)
-
-
Fred Drake yazdı
(There are too many initspam() functions; they need to be renamed post-beta.)
-
Fred Drake yazdı
on how PyErr_NewException() behaves in that case. Clarify why an owned reference is kept in an extension module's variable that refers to the result of PyErr_NewException(); one reader thought that was a leak. Clean up some tabs and simplify some markup.
-
- 19 Şub, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
New material on defining extension types. Thanks! (Small markup adjustments made, but this is mostly as received.)
-
- 22 Ock, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
really nasty TeX source to "bleed" into the PDF "bookmarks".
-
- 17 Kas, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
<gcivario@users.sourceforge.net>. This closes bug #122562.
-
- 02 Kas, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
two [bug #119729]. Update use of distutils.sysconfig that "broke" when Greg W. changed the API [bug #119645].
-
- 26 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Adjusted to reflect the rename of Setup.in to Setup.dist. Added pointer to the "Distributing Python Modules" manual in the appropriate place.
-