- 21 Oct, 2003 6 commits
-
-
Fred Drake authored
iterator where it probably shouldn't have. Closes SF bug #818861.
-
Fred Drake authored
-
Fred Drake authored
This avoids having to modify the Expat sources in any way starting with Expat 1.95.7.
-
Fred Drake authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 20 Oct, 2003 3 commits
-
-
Guido van Rossum authored
rather than showing weird numbers like 8.4e+03 usec.
-
Guido van Rossum authored
-
Walter Dörwald authored
(From SF patch #810751)
-
- 19 Oct, 2003 6 commits
-
-
Brett Cannon authored
to handle situations like ``if (foo) Py_RETURN_NONE else ...``.
-
Brett Cannon authored
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 authored
the specified value. All three Py_INCREF the singleton and then return it.
-
Martin v. Löwis authored
- 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 authored
-
Martin v. Löwis authored
-
- 18 Oct, 2003 6 commits
-
-
Martin v. Löwis authored
rename LOCAL_GLOBAL to PARAM_GLOBAL.
-
Gustavo Niemeyer authored
-
Gustavo Niemeyer authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Backported to 2.3.
-
Martin v. Löwis authored
-
- 17 Oct, 2003 1 commit
-
-
Gustavo Niemeyer authored
-
- 16 Oct, 2003 4 commits
-
-
Thomas Heller authored
dir_created -> directory_created
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
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 Oct, 2003 3 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
Closes patch #785752 and bug #726911. Should be backported after correctness and such has been verified by Fred.
-
Jeremy Hylton authored
Remove fallback code that tries to read marshal data from a results file, since this module never writes marshal data.
-
- 13 Oct, 2003 3 commits
-
-
Raymond Hettinger authored
Add a note showing which argument is the accumulator.
-
Neal Norwitz authored
-
Brett Cannon authored
-
- 12 Oct, 2003 8 commits
-
-
Just van Rossum authored
-
Raymond Hettinger authored
* 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 authored
useful for rapidly building argument tuples without having to invoke the more sophisticated machinery of Py_BuildValue().
-
Martin v. Löwis authored
This should not be backported to 2.3, as it might break backwards compatibility.
-
Raymond Hettinger authored
-
Brett Cannon authored
-
Brett Cannon authored
Make urlparse RFC 2396 compliant. Closes bug #450225 (thanks Michael Stone).
-
Brett Cannon authored
Add Michael Stone for helping with bug #450225 (making urlparse RFC 2396 compliant).
-