- 18 Oct, 2003 3 commits
-
-
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 12 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).
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Raymond Hettinger authored
(Contributed by Johannes Gijsbers.)
-
- 11 Oct, 2003 3 commits
-
-
Raymond Hettinger authored
PyArg_ParseTuple() where possible.
-
Raymond Hettinger authored
Altered to return a PyBool instead of a PyInt. Backport candidate.
-
Fred Drake authored
classes
-
- 10 Oct, 2003 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
module existed in the current directory. Fix this. Backport candidate (I presume).
-
Thomas Heller authored
change the version number is no longer required. Instead, a make_versioninfo.exe is compiled, which spits out an include file for python_nt.rc. Will backport to 2.3
-
- 09 Oct, 2003 4 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
Backport candidate.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 08 Oct, 2003 2 commits
-
-
Guido van Rossum authored
make obj.__contains__() returns True/False instead of 1/0.
-
Thomas Heller authored
Backported to 2.3
-
- 06 Oct, 2003 2 commits
-
-
Martin v. Löwis authored
-
Jeremy Hylton authored
Not sure if this fix is great, but it's probably a small improvement.
-