- 21 Tem, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
backwards compatibility. Add Py_Refcnt, Py_Type, Py_Size, and PyVarObject_HEAD_INIT.
-
- 29 May, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
Use Py_UnpackTuple instead of PyArg_ParseTuple where possible.
-
- 01 Mar, 2006 1 kayıt (commit)
-
-
Thomas Wouters yazdı
-
- 15 Şub, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 19 Ock, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Probably should be backported.
-
- 07 Tem, 2004 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 02 Agu, 2002 1 kayıt (commit)
-
-
Mark Hammond yazdı
for Py_Main(). Thanks to Kalle Svensson and Skip Montanaro for the patches.
-
- 17 Tem, 2002 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
The staticforward define was needed to support certain broken C compilers (notably SCO ODT 3.0, perhaps early AIX as well) botched the static keyword when it was used with a forward declaration of a static initialized structure. Standard C allows the forward declaration with static, and we've decided to stop catering to broken C compilers. (In fact, we expect that the compilers are all fixed eight years later.) I'm leaving staticforward and statichere defined in object.h as static. This is only for backwards compatibility with C extensions that might still use it. XXX I haven't updated the documentation.
-
- 13 Haz, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 08 Ara, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
type.__module__ behavior. This adds the module name and a dot in front of the type name in every type object initializer, except for built-in types (and those that already had this). Note that it touches lots of Mac modules -- I have no way to test these but the changes look right. Apologies if they're not. This also touches the weakref docs, which contains a sample type object initializer. It also touches the mmap test output, because the mmap type's repr is included in that output. It touches object.h to put the correct description in a comment.
-
- 28 Kas, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
Also changed <>-style #includes to ""-style in some places where the former didn't make sense.
-
- 11 Kas, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 28 Şub, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 17 Ara, 2000 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
open_flags which contains the flags supported by gdbm. Closes patch #102802.
-
- 01 Eyl, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This should match the situation in the 1.6b1 tree.
-
- 24 Tem, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
-
- 08 Tem, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Convert to using PyArg_ParseTuple() as appropriate to allow method names in error messages. Re-indent to four-space indentation.
-
- 30 Haz, 2000 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 03 May, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
For more comments, read the patches@python.org archives. For documentation read the comments in mymalloc.h and objimpl.h. (This is not exactly what Vladimir posted to the patches list; I've made a few changes, and Vladimir sent me a fix in private email for a problem that only occurs in debug mode. I'm also holding back on his change to main.c, which seems unnecessary to me.)
-
- 29 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
PyArg_ParseTuple() format string arguments as possible.
-
- 07 Şub, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
database is closed. Raise gdbm.error instead. Bug report #198 submitted by Barry Haddow <bhaddow@orbism.com>.
-
- 04 Ara, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
on BeOS or Windows.
-
- 03 Eki, 1998 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 13 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 03 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Also got rid of some inconsistent change log comments near the top.
-
- 01 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(1) Use PyErr_NewException("module.class", NULL, NULL) to create the exception object. (2) Remove all calls to Py_FatalError(); instead, return or ignore the errors -- the import code now checks PyErr_Occurred() after calling a module's init function, so it's no longer a fatal error for the initialization to fail. Also did some small cleanups, e.g. removed unnecessary test for "already initialized" from initfpectl(), and unified initposix()/initnt(). I haven't checked this very thoroughly, so while the changes are pretty trivial -- beware of untested code!
-
- 17 Tem, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 25 Mar, 1997 1 kayıt (commit)
-
-
Roger E. Masse yazdı
GDBM module.
-
- 17 Ara, 1996 1 kayıt (commit)
-
-
Roger E. Masse yazdı
-
- 25 Eki, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 21 Tem, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 26 Ock, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 28 Agu, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 07 Tem, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 16 Mar, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Mar, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 04 Ock, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Setup.in: clarified Tk comments somewhat. structmodule.c: use memcpy() instead of double precision assignment.
-
- 13 Eki, 1994 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
struct.
-