- 17 Ock, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 53477)
-
- 28 Ara, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 08 Kas, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 52666)
-
- 26 Eki, 2006 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 30 Eyl, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
string pointed to by its parameter. (backport from rev. 52078)
-
- 18 Agu, 2006 3 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
(backport from rev. 51368)
-
Georg Brandl yazdı
Additionally, remove a faulty example showing PySequence_SetItem applied to a newly created list object and add notes that this isn't a good idea. (backport from rev. 51364)
-
- 14 Agu, 2006 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Marc-André Lemburg yazdı
Replace UnicodeDecodeErrors raised during == and != compares of Unicode and other objects with a new UnicodeWarning. All other comparisons continue to raise exceptions. Exceptions other than UnicodeDecodeErrors are also left untouched.
-
- 12 Agu, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
I modified this patch some by fixing style, some error checking, and adding XXX comments. This patch requires review and some changes are to be expected. I'm checking in now to get the greatest possible review and establish a baseline for moving forward. I don't want this to hold up release if possible.
-
- 10 Agu, 2006 1 kayıt (commit)
-
-
Tim Peters yazdı
PyThreadState_SetAsyncExc(): internal correctness changes wrt refcount safety and deadlock avoidance. Also added a basic test case (relying on ctypes) and repaired the docs.
-
- 08 Agu, 2006 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 31 Tem, 2006 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
Is the explanation of the 'stacklevel' parameter clear? Please feel free to edit it. I don't have LaTeX installed on this machine, so haven't verified that the markup is correct. Will check tonight, or maybe the automatic doc build will tell me.
-
Andrew M. Kuchling yazdı
-
- 30 Tem, 2006 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 29 Tem, 2006 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
[Patch #1490989 from Skip Montanaro] Mention debugging builds in the API documentation. I've changed Skip's patch to point to Misc/SpecialBuilds and fiddled with the markup a bit.
-
- 06 Tem, 2006 1 kayıt (commit)
-
-
Thomas Heller yazdı
-
- 14 Haz, 2006 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
- 07 Haz, 2006 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 27 May, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 26 May, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 25 May, 2006 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
tp_compare to tp_richcompare ;)
-
- 23 May, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
"base" parameter.
-
- 13 May, 2006 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
about "%u", "%lu" and "%zu" formats. Since PyString_FromFormat and PyErr_Format have exactly the same rules (both inherited from PyString_FromFormatV), it would be good if someone with more LaTeX Fu changed one of them to just point to the other. Their docs were way out of synch before this patch, and I just did a mass copy+paste to repair that. Not a backport candidate (this is a new feature).
-
- 12 May, 2006 1 kayıt (commit)
-
-
Tim Peters yazdı
by Collin Winter. Bugfix candidate (but I'm not going to bother).
-
- 03 May, 2006 1 kayıt (commit)
-
-
Fred Drake yazdı
guillemets; no need for magic here
-
- 02 May, 2006 1 kayıt (commit)
-
-
Armin Rigo yazdı
caller becomes the owner of that reference).
-
- 28 Nis, 2006 1 kayıt (commit)
-
-
George Yoshida yazdı
-
- 14 Nis, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
and PyObject_DEL.
-
- 13 Nis, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Fixes part of #1445210.
-
- 10 Nis, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 06 Nis, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 31 Mar, 2006 1 kayıt (commit)
-
-
Walter Dörwald yazdı
-
- 30 Mar, 2006 1 kayıt (commit)
-
-
Barry Warsaw yazdı
adds the following API calls: PySet_Clear(), _PySet_Next(), and _PySet_Update(). The latter two are considered non-public. Tests and documentation (for the public API) are included.
-