- 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.
-
- 17 Ock, 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.
-
- 19 Tem, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
This is part of SF patch #424992.
-
- 15 Tem, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 18 Haz, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
PyArg_ParseTuple() call. (2.1.1 bugfix candidate.)
-
- 01 Eyl, 2000 2 kayıt (commit)
-
-
Guido van Rossum yazdı
This should match the situation in the 1.6b1 tree.
-
Barry Warsaw yazdı
Py_FatalError() from module initialization functions. The importing mechanism already checks for PyErr_Occurred() after module importation and it Does The Right Thing. Unfortunately, the following either were not compiled or tested by the regression suite, due to issues with my development platform: almodule.c cdmodule.c mpzmodule.c puremodule.c timingmodule.c
-
- 21 Tem, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
and a couple of functions that were missed in the previous batches. Not terribly tested, but very carefully scrutinized, three times. All these were found by the little findkrc.py that I posted to python-dev, which means there might be more lurking. Cases such as this: long func(a, b) long a; long b; /* flagword */ { and other cases where the last ; in the argument list isn't followed by a newline and an opening curly bracket. Regexps to catch all are welcome, of course ;)
-
- 10 Tem, 2000 1 kayıt (commit)
-
-
Peter Schneider-Kamp yazdı
-
- 06 Tem, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
& extensions, so create exceptions in extension modules using the PyErr_NewException() API.
-
- 30 Haz, 2000 1 kayıt (commit)
-
-
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.)
-
- 25 Nis, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
you are trying to use Py_TRACE_REFS.
-
- 29 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
PyArg_ParseTuple() format string arguments as possible.
-
- 18 Şub, 2000 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
The buffers self->regex and self->regex_extra are allocated in pcre_compile() and pcre_study() via pcre_malloc, but are released via free() instead of pcre_free.
-
- 04 Şub, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Attached is patch (against 1.5.2 release) to allow some modules to be buildable as pyd's (usual &PyType_Type stuff).
-
- 01 Şub, 1999 1 kayıt (commit)
-
-
Barry Warsaw yazdı
was appended to a list. Lists are reference count neutral, so the string must be DECREF'd. Also added some checks for the return value of PyList_Append(). Note: there are still some memory problems reported by Purify (I get two Array Bounds Reads still and an Unitialized Memory Read). Also, in scanning the code, there appears to be some potential problems where return values aren't checked. To much to attack now though.
-
- 04 Ara, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
on BeOS or Windows.
-
- 08 Eki, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 17 Tem, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
to core dump if the first argument did not have a "group" attribute.
-
- 07 Tem, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
after a return).
-
- 10 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 03 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 10 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 22 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 17 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 08 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 20 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 08 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(Two small changes to shup up gcc added.)
-
- 06 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This code is written by Philip Hazel and Andrew Kuchling. It requires a new "re.py" module, too.
-