- 18 Jan, 2005 2 commits
-
-
Michael W. Hudson authored
-
Kurt B. Kaiser authored
erroring out.
-
- 17 Jan, 2005 2 commits
-
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
- 16 Jan, 2005 8 commits
-
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Johannes Gijsbers authored
Don't print the same (host, port) tuple thrice when debugging, but first print (host, port), then (ip, port) and then the error message.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 13 Jan, 2005 5 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
Andrew McNamara authored
this allows for better handling of newline characters in quoted fields (and hopefully resolves Bug 967934).
-
Vinay Sajip authored
-
Skip Montanaro authored
the changes.
-
- 12 Jan, 2005 12 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Andrew McNamara authored
-
Andrew McNamara authored
-
Andrew McNamara authored
user error messages (otherwise difficult to do without instrumenting the source).
-
Andrew McNamara authored
to floats.
-
Andrew McNamara authored
-
Andrew McNamara authored
PyNumber_Check, rather than trying to convert to a float. Reimplemented writer - now raises exceptions when it sees a quotechar but neither doublequote or escapechar are set. Doublequote results are now more consistent (eg, single quote should generate """", rather than "", which is ambiguous).
-
Andrew McNamara authored
gets).
-
Andrew McNamara authored
-
Andrew McNamara authored
-
Andrew McNamara authored
-
- 11 Jan, 2005 10 commits
-
-
Kurt B. Kaiser authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Clarified that the returned object is file-like rather than an actual file.
-
Andrew McNamara authored
when this limit is reached. Limit defaults to 128k, and is changed by module set_field_limit() method. Previously, an unmatched quote character could result in the entire file being read into the field buffer, potentially exhausting virtual memory.
-
Andrew McNamara authored
only contains instances of the dialect type, we can refer directly to the dialect instances rather than creating new ones. In other words, if the dialect comes from the registry, and we apply no further modifications, the reader/writer can use the dialect object directly.
-
Raymond Hettinger authored
-
Andrew McNamara authored
dialect type (which has a better idea of what is and isn't valid).
-
Andrew McNamara authored
was done because we were previously performing validation of the dialect from python, but this is now down within the C module. Also, the method we were using to detect classes did not work with new-style classes.
-
Andrew McNamara authored
record objects of internal dialect type, rather than instances of python objects.
-
Andrew McNamara authored
-
- 10 Jan, 2005 1 commit
-
-
Andrew McNamara authored
it for all failures, potentially masking other exceptions).
-