- 12 Eki, 2003 7 kayıt (commit)
-
-
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.
-
- 04 Eki, 2003 4 kayıt (commit)
-
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
SGI compiler and GCC seem to need this.
-
Anthony Baxter yazdı
define _XOPEN_EXTENDED_SOURCE, the bug isn't triggered. Testing on FreeBSD shows that nothing is broken by this change.
-
Barry Warsaw yazdı
first line of a header section isn't an RFC-ish header, it's just ignored instead of throwing an UnboundLocalError. Backport candidate.
-
- 03 Eki, 2003 9 kayıt (commit)
-
-
Jeremy Hylton yazdı
assuming it is the variable f.
-
Martin v. Löwis yazdı
Backported to 2.3.
-
Fred Drake yazdı
anonymous flavor unless the user asks for it on the command line - decompose SourceForge authenticated CVS roots correctly
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
is None, the next row read is used as the fieldnames. In the common case, this means the programmer doesn't need to know the fieldnames ahead of time. The first row of the file will be used. In the uncommon case, this means the programmer can set the reader's fieldnames attribute to None at any time and have the next row read as the next set of fieldnames, so a csv file can contain several "sections", each with different fieldnames.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 02 Eki, 2003 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 01 Eki, 2003 2 kayıt (commit)
-
-
Fred Drake yazdı
as described in "Documenting Python".
-
Thomas Heller yazdı
-