- 12 Haz, 2003 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Eliminates the eval() step in the csv module resulting in better security, more clarity, and a little speed. The idea is to make successive attempts to coerce the string to a python type: int(s), long(s), float(s), etc. As a by-product, eliminates a bare 'except' statement.
-
- 19 May, 2003 1 kayıt (commit)
-
-
Skip Montanaro yazdı
* Add optional delimiters arg to Sniffer.sniff() which restricts the set of candidate field delimiters.
-
- 25 Nis, 2003 2 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Fred Drake yazdı
due to using a single module-level namespace where multiple namespaces were used before. There *really* need to be tests for the sniffer stuff. This could have been avoided. Skip, please review, and add sniffer tests!
-
- 24 Nis, 2003 2 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Tim Peters yazdı
-
- 20 Mar, 2003 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-