- 17 Tem, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 12 Tem, 2005 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 05 Haz, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 13 Şub, 2005 1 kayıt (commit)
-
-
Brett Cannon yazdı
9. Applies patch #1095802. Thanks Jack Jansen.
-
- 03 Ock, 2005 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 01 Ock, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 30 Ara, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 18 Kas, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 11 Eyl, 2004 1 kayıt (commit)
-
-
Johannes Gijsbers yazdı
- accomodate -> accommodate - occured -> occurred Thanks George Yoshida!
-
- 18 Tem, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 15 Tem, 2004 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
implementation it's used in must give its arguments specific names.
-
- 14 Tem, 2004 1 kayıt (commit)
-
-
Jim Fulton yazdı
- point out the importance of reassigning data members before assigning thier values - correct my missconception about return values from visitprocs. Sigh. - mention the labor saving Py_VISIT and Py_CLEAR macros.
-
- 29 Haz, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
PyArg_ParseTuple() to ``const char *`` to match the recommendation made in section 1.3 and to support better coding habits. Section 1.8 ("Keyword Parameters for Extension Functions") and it's coding example were not touched since it is stems from an accredited source and thus did not want to step on anyone's toes.
-
- 27 Haz, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
return Py_None.
-
- 26 Haz, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
be discussed later by saying it is the function return type of the sample code to make spotting it easier.
-
- 06 Haz, 2004 1 kayıt (commit)
-
-
Phillip J. Eby yazdı
inheritance in Python when a C type is one of the bases.
-
- 31 Mar, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
Closes SF bug #837228; backporting for Python 2.3.4.
-
- 10 Şub, 2004 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 23 Ock, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 07 Ara, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by Florent Rougon.)
-
- 07 Kas, 2003 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
[ 819012 ] Fix for former/latter confusion in Extending documentation although not by using supplied patch.
-
- 20 Eki, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
(From SF patch #810751)
-
- 08 Eyl, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 07 Eyl, 2003 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 12 Agu, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 01 Tem, 2003 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 28 Haz, 2003 7 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Jim Fulton yazdı
the new way that once writes types. Deleted the old section and sample code and added a new section building on the Noddy example.
-
Jim Fulton yazdı
-
Jim Fulton yazdı
-
Jim Fulton yazdı
function, not a PyObject *.
-
Jim Fulton yazdı
this in module initialization before calling PyType_Ready. (Sorry Tim.) This is necessary to compile on cygwin. AFAIK, we support cygwin. If so, then we need to write extentions this way.
-
Jim Fulton yazdı
this in module initialization before calling PyType_Ready. (Sorry Tim.) This is necessary to compile on cygwin. AFAIK, we support cygwin. If so, then we need to write extentions this way. Fixed bug in implementation of tp_init function. It should be an int function, not a PyObject *.
-
- 25 May, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 20 May, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 16 May, 2003 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Jim Fulton yazdı
Added some defines for PyMODINIT_FUNC so that the examples work with Python 2.2. I think I'm done hacking this documentation. Yippie! :)
-
Jim Fulton yazdı
Added a note that the mechanism for defining new tyoes documented here only works for Python 2.2 and higher.
-