- 19 Eki, 2003 6 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ı
- skip building HTML documentation if it is not available. - Removal of patches, which can't be referenced from a build directly from the tar-file. - Using the RPM tmp directory macro for the buildroot location. - Ensuring that the clean directive doesn't accidentally delete the users root directory or another directory. - --enable-unicode=ucs4 in configure line. Backported to 2.3.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 18 Eki, 2003 6 kayıt (commit)
-
-
Martin v. Löwis yazdı
rename LOCAL_GLOBAL to PARAM_GLOBAL.
-
Gustavo Niemeyer yazdı
-
Gustavo Niemeyer yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Backported to 2.3.
-
Martin v. Löwis yazdı
-
- 17 Eki, 2003 1 kayıt (commit)
-
-
Gustavo Niemeyer yazdı
-
- 16 Eki, 2003 4 kayıt (commit)
-
-
Thomas Heller yazdı
dir_created -> directory_created
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
key provides C support for the decorate-sort-undecorate pattern. reverse provide a stable sort of the list with the comparisions reversed. * Amended the docs to guarantee sort stability.
-
- 14 Eki, 2003 3 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Closes patch #785752 and bug #726911. Should be backported after correctness and such has been verified by Fred.
-
Jeremy Hylton yazdı
Remove fallback code that tries to read marshal data from a results file, since this module never writes marshal data.
-
- 13 Eki, 2003 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
Add a note showing which argument is the accumulator.
-
Neal Norwitz yazdı
-
Brett Cannon yazdı
-
- 12 Eki, 2003 12 kayıt (commit)
-
-
Just van Rossum yazdı
-
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)
-
Raymond Hettinger yazdı
useful for rapidly building argument tuples without having to invoke the more sophisticated machinery of Py_BuildValue().
-
Martin v. Löwis yazdı
This should not be backported to 2.3, as it might break backwards compatibility.
-
Raymond Hettinger yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Make urlparse RFC 2396 compliant. Closes bug #450225 (thanks Michael Stone).
-
Brett Cannon yazdı
Add Michael Stone for helping with bug #450225 (making urlparse RFC 2396 compliant).
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Raymond Hettinger yazdı
(Contributed by Johannes Gijsbers.)
-
- 11 Eki, 2003 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
PyArg_ParseTuple() where possible.
-
Raymond Hettinger yazdı
Altered to return a PyBool instead of a PyInt. Backport candidate.
-
Fred Drake yazdı
classes
-
- 10 Eki, 2003 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
module existed in the current directory. Fix this. Backport candidate (I presume).
-