- 15 Mar, 2005 1 kayıt (commit)
-
-
Fred Drake yazdı
- .wsdl --> Web Service Definition Language - .xpdl --> XML Process Definition Language
-
- 19 Ara, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
Backport candidate.
-
- 20 Eki, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
(From SF patch #810751)
-
- 09 Haz, 2003 1 kayıt (commit)
-
-
Barry Warsaw yazdı
there are no matching types. Updated the docs and docstrings. Added some unit tests.
-
- 04 Ock, 2003 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(backport candidate?)
-
- 03 Ock, 2003 3 kayıt (commit)
-
-
Walter Dörwald yazdı
is done afterwards anyway, so what the list comp does can be done in the loop.
-
Walter Dörwald yazdı
file content ends up in the correct dict.
-
Walter Dörwald yazdı
This fixes a bug reported as http://www.python.org/sf/661630, which was introduced in the patch http://www.python.org/sf/554192.
-
- 06 Eyl, 2002 1 kayıt (commit)
-
-
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.
-
- 01 Haz, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 05 Ara, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
pertains to the script is now in the if __name__ == "__main__" block. This is in response to a commenton python-dev from Neal Norwitz.
-
- 25 Eki, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
non-standard but common types. Including Martin's suggestion to add rejected non-standard types from patch #438790. Specifically, guess_type(), guess_extension(): Both the functions and the methods grow an optional "strict" flag, defaulting to true, which determines whether to recognize non-standard, but commonly found types or not. Also, I sorted, reformatted, and culled duplicates from the big types_map dictionary. Note that there are a few non-equivalent duplicates (e.g. .cdf and .xls) for which the first will just get thrown away. I didn't remove those though. Finally, use of the module as a script as grown the -l and -e options to toggle strictness and to do guess_extension(), respectively. Doc and unittest updates too.
-
- 07 Eyl, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Also remove mappings that are not registered with IANA, and not extensions.
-
- 18 Agu, 2001 1 kayıt (commit)
-
-
Ka-Ping Yee yazdı
Entries taken from the standard Debian mime.types file.
-
- 16 Agu, 2001 2 kayıt (commit)
-
-
Fred Drake yazdı
info. Caught by the tests that I'm writing now.
-
Fred Drake yazdı
parameter, but did not. This was found because it can create failures elsewhere based on the presence of mime.types files in some common locations the module searches by default. (I will be writing a test for this module shortly!)
-
- 03 Agu, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
and programmatically extend the database in different ways. This closes the SF bug (feature request) #439710.
-
- 05 Haz, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 09 Şub, 2001 1 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
- 25 Ock, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
test___all__.py: fail silently in check_all if the module can't be imported
-
- 10 Şub, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 20 May, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 11 Mar, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
Resource Description Framework, a metadata encoding, and .xsl is for the Extensible Stylesheet Language.)
-
- 12 Eki, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 21 May, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
versions <= 1.2, >= 1.3.
-
- 19 May, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
inited, call init().
-
- 18 May, 1998 3 kayıt (commit)
-
-
Fred Drake yazdı
to filename extension.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
- 26 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 30 Eyl, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 30 Ock, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-