- 07 Agu, 2004 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 21 Mar, 2004 1 kayıt (commit)
-
-
Nicholas Bastin yazdı
Fixes SF Bug #850981
-
- 12 Eki, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
* Py_BuildValue("(OOO)",a,b,c) --> PyTuple_Pack(3,a,b,c) * Py_BuildValue("()",a) --> PyTuple_New(0) * Py_BuildValue("O", a) --> Py_INCREF(a)
-
- 10 Eyl, 2003 1 kayıt (commit)
-
-
Brett Cannon yazdı
its first three arguments. Closes RFE #798046 .
-
- 11 Şub, 2003 1 kayıt (commit)
-
-
Tim Peters yazdı
select_select() didn't set an exception in the SELECT_USES_HEAP case when malloc() returned NULL.
-
- 18 Kas, 2002 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
PyFloat_AsDouble to generate a good error message.
-
- 12 Kas, 2002 1 kayıt (commit)
-
-
Walter Dörwald yazdı
PyNumber_Int, because now PyNumber_Int might return a long, and PyInt_AsLong can handle that, whereas PyInt_AS_LONG can't. This closes SF bug #629989.
-
- 24 Eyl, 2002 2 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
Bugfix candidate, will backport to release22-maint myself.
-
- 28 Tem, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 23 Tem, 2002 1 kayıt (commit)
-
-
Mark Hammond yazdı
command line for Windows builds. This should allow MSVC to import and build the Python MSVC6 project files without error.
-
- 17 Tem, 2002 2 kayıt (commit)
-
-
Tim Peters yazdı
-
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ı
-
- 31 May, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 01 Nis, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
directly.
-
- 03 Mar, 2002 1 kayıt (commit)
-
-
Andrew MacIntyre yazdı
Modules/ _hotshot.c dbmmodule.c fcntlmodule.c main.c pwdmodule.c readline.c selectmodule.c signalmodule.c termios.c timemodule.c unicodedata.c
-
- 12 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.
-
- 25 Eki, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Replace some tortuous code that was trying to be clever but forgot to DECREF the key and value, by more longwinded but obviously correct code. (Inspired by but not copying the fix from SF patch #475033.)
-
- 24 Eki, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 16 Agu, 2001 3 kayıt (commit)
-
-
Tim Peters yazdı
actually does <wink>, perhaps an Insure run will catch it. Also removed senseless Windows comment.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
the "#ifdef MS_WINDOWS" to "#ifdef SELECT_USES_HEAP" and by setting SELECT_USES_HEAP when FD_SETSIZE > 1024. The indirection seems useful since this subtly changes the path that "normal" Windows programs take (where Timmie sez FD_SETSIZE = 512). If that's a problem for Windows, he has only one place to change.
-
- 19 Tem, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
This is part of SF patch #424992.
-
- 14 Tem, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
Include sys/poll.h if it was found by the configure script. The OpenGroup spec says poll.h is the correct header file to use, so that file is preferred.
-
- 21 May, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 02 Mar, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 12 Ara, 2000 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 28 Eyl, 2000 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
friends. (Modified version of patch #101682 from Neil Schemenauer)
-
- 26 Eyl, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Add definitions of INT_MAX and LONG_MAX to pyport.h. Remove includes of limits.h and conditional definitions of INT_MAX and LONG_MAX elsewhere. This closes SourceForge patch #101659 and bug #115323.
-
- 01 Eyl, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This should match the situation in the 1.6b1 tree.
-
- 31 Agu, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Remove some of GCC's warning in -Wstrict-prototypes mode. This closes SourceForge patch #101342.
-
- 25 Agu, 2000 2 kayıt (commit)
-
-
Sjoerd Mullender yazdı
-
Andrew M. Kuchling yazdı
-
- 31 Tem, 2000 1 kayıt (commit)
-
-
Peter Schneider-Kamp yazdı
marked my*.h as obsolete
-
- 22 Tem, 2000 2 kayıt (commit)
-
-
Thomas Wouters yazdı
possible.
-
Thomas Wouters yazdı
-
- 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 ;)
-
- 13 Tem, 2000 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-