- 14 Eyl, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 13 Eyl, 2002 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 12 Eyl, 2002 3 kayıt (commit)
-
-
Fred Drake yazdı
accomodate the fact that they are more general now that they are for the os.path module and not just posixpath. This and the previous patch should be combined and applied to the 2.2-maint branch.
-
Skip Montanaro yazdı
-
Fred Drake yazdı
Note that there is no str.joinfields(), use str.join() instead.
-
- 11 Eyl, 2002 2 kayıt (commit)
-
-
Fred Drake yazdı
the work of the XML-SIG in the main body of the text. Modify the markup in a few places to avoid wrapping lines in bad places, and just general cleanliness.
-
Martin v. Löwis yazdı
-
- 10 Eyl, 2002 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Raymond Hettinger yazdı
-
- 09 Eyl, 2002 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 08 Eyl, 2002 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
just version 1.5. Closes SF bug 577793.
-
Raymond Hettinger yazdı
-
- 07 Eyl, 2002 1 kayıt (commit)
-
-
Skip Montanaro yazdı
after the last checkin.
-
- 06 Eyl, 2002 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
in a list comprehension. Includes a justification and a comparision to regular for-loops. Closes SF bug 605047.
-
Walter Dörwald yazdı
from SF patch http://www.python.org/sf/554192 This adds two new functions to mimetypes: guess_all_extensions() which returns a list of all known extensions for a mime type, and add_type() which adds one mapping between a mime type and an extension.
-
Skip Montanaro yazdı
-
- 04 Eyl, 2002 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 03 Eyl, 2002 3 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Martin v. Löwis yazdı
-
Andrew M. Kuchling yazdı
-
- 02 Eyl, 2002 1 kayıt (commit)
-
-
- 30 Agu, 2002 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
Use a slightly different strategy to determine when not to call the line trace function. This removes the need for the RETURN_NONE opcode, so that's gone again. Update docs and comments to match. Thanks to Neal and Armin! Also add a test suite. This should have come with the original patch...
-
- 28 Agu, 2002 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 27 Agu, 2002 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
an error message and not just the missing name. Closes SF Bug 599869.
-
Fred Drake yazdı
Closes SF patch #600861. Minor markup changes.
-
Fred Drake yazdı
usually isn't what we want anyway.
-
- 25 Agu, 2002 2 kayıt (commit)
-
-
Tim Peters yazdı
meanings. I did not add new, e.g., ispropersubset() methods; we're going nuts on those, and, e.g., there was no "friendly name" for == either.
-
Raymond Hettinger yazdı
Closes SF bug 599681.
-
- 24 Agu, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
underlying dictionaries, there were no reasonable use cases (lexicographic sorting of a list of sets is somewhat esoteric). Frees the operators for other uses (such as strict subset and superset comparisons). Updated documentation and test suite accordingly.
-
- 23 Agu, 2002 7 kayıt (commit)
-
-
Fred Drake yazdı
-
Raymond Hettinger yazdı
-
Tim Peters yazdı
latter is what the code actually does.
-
Tim Peters yazdı
-
Fred Drake yazdı
Remove the third column in the tables since it isn't used.
-
Fred Drake yazdı
Move another entry so the boilerplate doesn't get mixed up with document-specific content.
-
Raymond Hettinger yazdı
-
- 22 Agu, 2002 1 kayıt (commit)
-
-
Greg Ward yazdı
-