- 09 Mar, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
of multiple fields. This provides direct support for sorting by multiple keys.
-
- 04 Ara, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 01 Ara, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
operator module.
-
- 18 Ock, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 03 Ock, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Simplify code and speed access by using PyArg_UnpackTuple, METH_O and METH_NOARGS in three modules that can benefit from it.
-
- 29 Ara, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Obtain cleaner coding and a system wide performance boost by using the fast, pre-parsed PyArg_Unpack function instead of PyArg_ParseTuple function which is driven by a format string.
-
- 19 Agu, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
all operators having a counterpart in the operator module. Closes SF bug #577513.
-
- 13 Agu, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 02 Agu, 2002 1 kayıt (commit)
-
-
Mark Hammond yazdı
for Py_Main(). Thanks to Kalle Svensson and Skip Montanaro for the patches.
-
- 13 Haz, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 04 Nis, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
permission from Paul Everitt). Also removed a few other references to Digital Creations and changed the remaining ones to Zope Corporation.
-
- 03 Nis, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
PEP 285. Everything described in the PEP is here, and there is even some documentation. I had to fix 12 unit tests; all but one of these were printing Boolean outcomes that changed from 0/1 to False/True. (The exception is test_unicode.py, which did a type(x) == type(y) style comparison. I could've fixed that with a single line using issubtype(x, type(y)), but instead chose to be explicit about those places where a bool is expected. Still to do: perhaps more documentation; change standard library modules to return False/True from predicates.
-
- 09 Agu, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
This closes SF patch #428320. Add wrappers to expose "floor" and "true" division. This closes SF feature request #449093.
-
- 17 Eyl, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Add contains() as alias for __contains__(). Make PyArg_ParseTuple() formats include the function name. Based on patch by Denis S. Otkidach <ods@users.sourceforge.net>, this closes SourceForge patch #101390.
-
- 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 ;)
-
- 08 Tem, 2000 2 kayıt (commit)
-
-
Fred Drake yazdı
hackery (/**/), leaving only new-style preprocessor hackery (##).
-
Fred Drake yazdı
-
- 04 Ara, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
on BeOS or Windows.
-
- 22 May, 1998 2 kayıt (commit)
-
-
Guido van Rossum yazdı
Rationalized the doc strings. Also simplify the module initialization -- we don't need a __version__ which is set to "$Rev" :-) and we don't need a fatal error when the initialization fails.
-
Guido van Rossum yazdı
-
- 09 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 03 Eyl, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 28 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 18 Ara, 1996 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 05 Ara, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 21 Agu, 1996 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Renamed and, or to and_, or_. Renamed all internal identifiers so as not to start with '__' (which is a compiler privilege); remove AIX hack.
-
- 19 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
to work as hard (but "stringizing" is still used, so we test the newly introduced HAVE_OLD_CPP config define).
-
- 08 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 30 Tem, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-