Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SF bug #797853: Small problems with the csv module's documentation | Raymond Hettinger | 2003-08-31 | 1 | -6/+6 |
| | |||||
* | Note that csv files (when they are actual files) must be opened in 'b'inary | Skip Montanaro | 2003-07-02 | 1 | -4/+9 |
| | | | | | mode. Note that the only restriction on the csvfile passed to writer objects is that it have a write method. | ||||
* | QUOTE_ALWAYS -> QUOTE_ALL | Skip Montanaro | 2003-06-04 | 1 | -1/+1 |
| | |||||
* | * Correct Sniffer doc to correspond to the implementation. | Skip Montanaro | 2003-05-19 | 1 | -7/+7 |
| | | | | | * Add optional delimiters arg to Sniffer.sniff() which restricts the set of candidate field delimiters. | ||||
* | organizational and markup cleansing | Fred Drake | 2003-04-25 | 1 | -76/+81 |
| | |||||
* | reflect csv's change back to a module. Document the new sniffer api. | Skip Montanaro | 2003-04-25 | 1 | -20/+14 |
| | |||||
* | * minor tweaks relating to the package nature of the beast | Skip Montanaro | 2003-04-24 | 1 | -8/+32 |
| | | | | * added an (incomplete) description of the utils.Sniffer class | ||||
* | new CSV file processing module - see PEP 305 | Skip Montanaro | 2003-03-20 | 1 | -0/+281 |