| Commit message (Expand) | Author | Age | Files | Lines |
* | Truncate st_?time before comparing it with ST_?TIME in the tests. | Martin v. Löwis | 2005-01-23 | 1 | -1/+5 |
|
|
* | Add a slice test with high < low. | Walter Dörwald | 2005-01-21 | 1 | -0/+5 |
|
|
* | Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options. | Thomas Heller | 2005-01-20 | 1 | -2/+7 |
|
|
* | 1. Polish tabbing code. | Kurt B. Kaiser | 2005-01-19 | 4 | -62/+71 |
|
|
* | If an extension can't be loaded, print warning and skip it instead of | Kurt B. Kaiser | 2005-01-18 | 2 | -3/+9 |
|
|
* | allow triple-quoted string output from reconvert.quote() | Skip Montanaro | 2005-01-16 | 1 | -1/+1 |
|
|
* | Patch #1100140: improved smtp connect debugging | Johannes Gijsbers | 2005-01-16 | 1 | -2/+2 |
|
|
* | Added SEEK_* constants. Fixes #711830. | Martin v. Löwis | 2005-01-16 | 1 | -1/+8 |
|
|
* | Use descriptors. | Guido van Rossum | 2005-01-16 | 5 | -11/+9 |
|
|
* | Use decorators. | Guido van Rossum | 2005-01-16 | 1 | -3/+4 |
|
|
* | Use decorators. | Guido van Rossum | 2005-01-16 | 2 | -11/+6 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-01-13 | 2 | -8/+8 |
|
|
* | Improved SysLogHandler error recovery (patch by Erik Forsberg) | Vinay Sajip | 2005-01-13 | 1 | -9/+16 |
|
|
* | Add strptime() constructor to datetime class. Thanks to Josh Spoerri for | Skip Montanaro | 2005-01-13 | 1 | -0/+9 |
|
|
* | 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 | 2 | -8/+8 |
|
|
* | Improve test coverage fractionally. | Andrew McNamara | 2005-01-12 | 1 | -9/+23 |
|
|
* | Improve error handling when .idlerc can't be created. | Kurt B. Kaiser | 2005-01-11 | 1 | -14/+16 |
|
|
* | SF bug #1099516: tempfile files not types.FileType | Raymond Hettinger | 2005-01-11 | 1 | -5/+5 |
|
|
* | Set an upper limit on the size of the field buffer, raise an exception | Andrew McNamara | 2005-01-11 | 2 | -2/+10 |
|
|
* | SF 1098985: set objects cannot be marshalled | Raymond Hettinger | 2005-01-11 | 1 | -0/+12 |
|
|
* | Replace python-coded validation of csv dialect with a call to the C | Andrew McNamara | 2005-01-11 | 2 | -44/+7 |
|
|
* | 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 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-01-10 | 1 | -3/+3 |
|
|
* | Fix and test for SF bug #1098990: codec readline() splits lines apart. | Walter Dörwald | 2005-01-10 | 2 | -2/+32 |
|
|
* | Bug #489256: remove out of date and out of place profile.doc, and let | Johannes Gijsbers | 2005-01-10 | 2 | -715/+3 |
|
|
* | Fix parsing of csv files with escapes (escape character previously would be | Andrew McNamara | 2005-01-10 | 1 | -2/+2 |
|
|
* | Patch #712317: In URLs such as http://www.example.com?query=spam, treat '?' as | Johannes Gijsbers | 2005-01-09 | 2 | -41/+63 |
|
|
* | Patch #1095362: replace hardcoded test for POST/GET with call to get_method, | Johannes Gijsbers | 2005-01-09 | 1 | -1/+1 |
|
|
* | Move code in __name__ == '__main__' block into main() function, rewrite code so | Johannes Gijsbers | 2005-01-09 | 1 | -16/+14 |
|
|
* | Patch #936774: unify the display of data descriptors, including slots, | Johannes Gijsbers | 2005-01-08 | 1 | -37/+27 |
|
|
* | Replace rfc822.parseaddr with email.Utils.parseaddr. The implementation is | Johannes Gijsbers | 2005-01-08 | 1 | -2/+2 |
|
|
* | Patch #1079734: remove dependencies on (deprecated) rfc822 and mimetools | Johannes Gijsbers | 2005-01-08 | 1 | -7/+9 |
|
|
* | Clean up tests by reusing functions from other modules: | Johannes Gijsbers | 2005-01-08 | 1 | -31/+8 |
|
|
* | Patch #943206: | Johannes Gijsbers | 2005-01-08 | 2 | -23/+43 |
|
|
* | Patch #1094015: | Johannes Gijsbers | 2005-01-08 | 1 | -1/+2 |
|
|
* | threading._DummyThread.__init__(): document obscure new code. | Tim Peters | 2005-01-08 | 2 | -4/+31 |
|
|
* | Converted to a unittest. Added checks that the bounded semaphore actually | Tim Peters | 2005-01-08 | 1 | -37/+73 |
|
|
* | In _DummyThread objects the lock stored in __block (allocated thanks to | Brett Cannon | 2005-01-08 | 1 | -0/+1 |
|
|
* | Remove test for BINARY_DIVIDE. | Raymond Hettinger | 2005-01-07 | 1 | -1/+0 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-01-07 | 6 | -37/+36 |
|
|
* | Allow relative URLs for included databases and packages. | Jack Jansen | 2005-01-07 | 1 | -4/+7 |
|
|
* | SF #75103: imghdr -- identify JPEGs in EXIF format | Raymond Hettinger | 2005-01-07 | 1 | -0/+7 |
|
|
* | Improved the implementation of the internal "dialect" type. The new | Andrew McNamara | 2005-01-07 | 2 | -25/+100 |
|
|
* | add a couple missing docstrings | Skip Montanaro | 2005-01-05 | 1 | -0/+9 |
|
|
* | - Added an "installer" flavor, which uses the "open" command to install | Jack Jansen | 2005-01-03 | 1 | -7/+43 |
|
|