| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 65605 via svnmerge from | Skip Montanaro | 2008-08-09 | 1 | -0/+24 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -3/+3 |
|
|
* | Correct test_cvs on Windows, as suggested by Raghuram Devarakonda | Amaury Forgeot d'Arc | 2007-11-19 | 1 | -2/+6 |
|
|
* | Patch # 1033 by Adam Hupp: | Guido van Rossum | 2007-08-28 | 1 | -26/+25 |
|
|
* | Remove string.{letters,lowercase,uppercase}. | Martin v. Löwis | 2007-08-14 | 1 | -1/+1 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -1/+1 |
|
|
* | SF patch# 1767398 by Adam Hupp. | Guido van Rossum | 2007-08-06 | 1 | -174/+75 |
|
|
* | Change a bunch of file encodings from Latin-1 to UTF-8. | Guido van Rossum | 2007-07-16 | 1 | -8/+8 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -4/+4 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -0/+4 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -18/+18 |
|
|
* | Make readonly members defined in C throw an AttributeError on modification. T... | Collin Winter | 2007-03-28 | 1 | -2/+2 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -1/+4 |
|
|
* | Fix a delimiter detection problem in sniffer. Sniffing "a|b|c\r\n" was | Skip Montanaro | 2005-12-30 | 1 | -0/+7 |
|
|
* | Fix for problem with Sniffer class. If your delimiter is whitespace and the | Skip Montanaro | 2005-12-28 | 1 | -1/+4 |
|
|
* | Fix tests dependent on the exception raised by non-settable descriptors. | Barry Warsaw | 2005-04-20 | 1 | -2/+3 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-01-13 | 1 | -7/+7 |
|
|
* | Add counting of source iterator lines to the reader object - handy for | Andrew McNamara | 2005-01-12 | 1 | -1/+13 |
|
|
* | When quoting=QUOTE_NONNUMERIC, the reader now casts unquoted fields | Andrew McNamara | 2005-01-12 | 1 | -0/+6 |
|
|
* | Fix logic problem in quoting=csv.QUOTE_ALL, quotechar=None check, add test. | Andrew McNamara | 2005-01-12 | 1 | -0/+2 |
|
|
* | When using QUOTE_NONNUMERIC, we now test for "numericness" with | Andrew McNamara | 2005-01-12 | 1 | -10/+20 |
|
|
* | Rename csv.set_field_limit to csv.field_size_limit (since it both sets and | Andrew McNamara | 2005-01-12 | 1 | -7/+7 |
|
|
* | Improve test coverage fractionally. | Andrew McNamara | 2005-01-12 | 1 | -9/+23 |
|
|
* | Set an upper limit on the size of the field buffer, raise an exception | Andrew McNamara | 2005-01-11 | 1 | -2/+9 |
|
|
* | Replace python-coded validation of csv dialect with a call to the C | Andrew McNamara | 2005-01-11 | 1 | -4/+0 |
|
|
* | No longer attempt to instantiate python classes describing dialects. This | Andrew McNamara | 2005-01-11 | 1 | -18/+0 |
|
|
* | Allow dialect-describing keywords to be supplied to register_dialect, | Andrew McNamara | 2005-01-11 | 1 | -1/+10 |
|
|
* | Fix parsing of csv files with escapes (escape character previously would be | Andrew McNamara | 2005-01-10 | 1 | -2/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-01-07 | 1 | -1/+1 |
|
|
* | Improved the implementation of the internal "dialect" type. The new | Andrew McNamara | 2005-01-07 | 1 | -24/+99 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-07-08 | 1 | -3/+3 |
|
|
* | Rewrote to use temporary files instead of StringIO objects in most places. | Skip Montanaro | 2004-06-05 | 1 | -113/+253 |
|
|
* | Make the fieldnames argument optional in the DictReader. If self.fieldnames | Skip Montanaro | 2003-10-03 | 1 | -1/+10 |
|
|
* | **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. | Skip Montanaro | 2003-09-06 | 1 | -0/+7 |
|
|
* | add a couple test cases which involve longs and floats in 'e' format. | Skip Montanaro | 2003-06-12 | 1 | -0/+23 |
|
|
* | * Correct Sniffer doc to correspond to the implementation. | Skip Montanaro | 2003-05-19 | 1 | -0/+15 |
|
|
* | add not-yet-supported Unicode test just so it doesn't get lost. | Skip Montanaro | 2003-05-06 | 1 | -0/+20 |
|
|
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -11/+7 |
|
|
* | some sniffer tests | Skip Montanaro | 2003-04-25 | 1 | -0/+34 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-04-24 | 1 | -12/+12 |
|
|
* | hoist contents of csv submodule up to the package level | Skip Montanaro | 2003-04-10 | 1 | -1/+1 |
|
|
* | The message "*** skipping leakage tests ***" was causing the test to | Guido van Rossum | 2003-03-21 | 1 | -1/+2 |
|
|
* | new CSV file processing module - see PEP 305 | Skip Montanaro | 2003-03-20 | 1 | -0/+619 |
|
|