- 17 Ock, 2004 1 kayıt (commit)
-
-
Skip Montanaro yazdı
Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition).
-
- 26 Ara, 2003 4 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
Andrew MacIntyre yazdı
semantics to include subtypes. Most concrete object APIs then had a Py<type>_CheckExact() macro added to test for an object's type not including subtypes. The PyDict_CheckExact() macro wasn't created at that time, so I've added it for API completeness/symmetry - even though nobody has complained about its absence in the time since 2.2 was released. Not a backport candidate.
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
with most other concrete object checks, but the docs weren't brought into line. PyList_CheckExact() was added at 2.2 but never documented. backport candidate.
-
- 22 Ara, 2003 2 kayıt (commit)
-
-
Tim Peters yazdı
about "characters", we assume something about C's char type (which is an integral type).
-
Skip Montanaro yazdı
bit by checking the value of UCHAR_MAX in Include/Python.h. There was a check in Objects/stringobject.c. Remove that. (Note that we don't define UCHAR_MAX if it's not defined as the old test did.)
-
- 15 Ara, 2003 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
SF feature request #801847. Original patch is written by Sean Reifschneider.
-
- 13 Ara, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
* Used the flag to optimize set.__contains__(), dict.__contains__(), dict.__getitem__(), and list.__getitem__().
-
- 25 Kas, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
than PySequence_Contains() and more clearly applicable to dicts. Apply the new function in setobject.c where __contains__ checking is ubiquitous.
-
- 24 Kas, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
* Add more tests * Refactor and neaten the code a bit. * Rename union_update() to update(). * Improve the algorithms (making them a closer to sets.py).
-
- 20 Kas, 2003 3 kayıt (commit)
-
-
Tim Peters yazdı
Also SF patch 843455. This is a critical bugfix. I'll backport to 2.3 maint, but not beyond that. The bugs this fixes have been there since weakrefs were introduced.
-
Jack Jansen yazdı
to pymactoolbox.h (where it should have been in the first place).
-
Jack Jansen yazdı
-
- 19 Kas, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
pre-carbon MacOS9 support.
-
- 17 Kas, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 16 Kas, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
* Install the unittests, docs, newsitem, include file, and makefile update. * Exercise the new functions whereever sets.py was being used. Includes the docs for libfuncs.tex. Separate docs for the types are forthcoming.
-
- 09 Kas, 2003 1 kayıt (commit)
-
-
Alex Martelli yazdı
(same as commit of Sun Nov 2 to the release23-maint branch)
-
- 06 Kas, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 28 Eki, 2003 1 kayıt (commit)
-
-
Armin Rigo yazdı
SF patch 825639 http://mail.python.org/pipermail/python-dev/2003-October/039445.html
-
- 20 Eki, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
(From SF patch #810751)
-
- 19 Eki, 2003 4 kayıt (commit)
-
-
Brett Cannon yazdı
to handle situations like ``if (foo) Py_RETURN_NONE else ...``.
-
Brett Cannon yazdı
order to prevent any unexpected surprises from someone using them in a conditional without using curly braces (e.g., ``if (foo) Py_RETURN_TRUE``.
-
Brett Cannon yazdı
the specified value. All three Py_INCREF the singleton and then return it.
-
Martin v. Löwis yazdı
-
- 12 Eki, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
useful for rapidly building argument tuples without having to invoke the more sophisticated machinery of Py_BuildValue().
-
- 30 Eyl, 2003 1 kayıt (commit)
-
-
Anthony Baxter yazdı
-
- 04 Eyl, 2003 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
Fixes #603724. Will backport to 2.3.
-
Jason Tishler yazdı
The embed2.diff patch solves the user's problem by exporting the missing symbols from the Python core so Python can be embedded in another Cygwin application (well, at lest vim).
-
Jason Tishler yazdı
which still supports shared extensions. It takes advantage the latest Cygwin binutils (i.e., 20030901-1) which can export symbols from executables: http://cygwin.com/ml/cygwin-announce/2003-09/msg00002.html Additionally, it finally lays to rest the following mailing list subthread: http://mail.python.org/pipermail/python-list/2002-May/102500.html I tested the patch under Red Hat Linux 8.0 too
-
- 30 Tem, 2003 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 29 Tem, 2003 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
-
- 25 Tem, 2003 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 24 Tem, 2003 1 kayıt (commit)
-
-
Tim Peters yazdı
during the day tomorrow, so doing it earlier than I'd like.
-
- 17 Tem, 2003 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 01 Tem, 2003 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 30 Haz, 2003 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 29 Haz, 2003 2 kayıt (commit)
-
-
Andrew MacIntyre yazdı
-
Tim Peters yazdı
-