- 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 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
module existed in the current directory. Fix this. Backport candidate (I presume).
-
Thomas Heller yazdı
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 Eki, 2003 4 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
Backport candidate.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 08 Eki, 2003 2 kayıt (commit)
-
-
Guido van Rossum yazdı
make obj.__contains__() returns True/False instead of 1/0.
-
Thomas Heller yazdı
Backported to 2.3
-
- 06 Eki, 2003 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Jeremy Hylton yazdı
Not sure if this fix is great, but it's probably a small improvement.
-
Jeremy Hylton yazdı
-
- 05 Eki, 2003 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
Adopt Jeremy Fincher's suggested function name, "any", instead of "some".
-
Raymond Hettinger yazdı
* Added C coded getrandbits(k) method that runs in linear time. * Call the new method from randrange() for ranges >= 2**53. * Adds a warning for generators not defining getrandbits() whenever they have a call to randrange() with too large of a population.
-