| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copy & paste error. | Walter Dörwald | 2005-02-17 | 1 | -2/+2 |
|
|
* | Add tests for the methods added by UserString.MutableString. | Walter Dörwald | 2005-02-17 | 1 | -0/+62 |
|
|
* | Avoid using items() in environ.update(). Fixes #1124513. | Martin v. Löwis | 2005-02-17 | 1 | -1/+1 |
|
|
* | Add a basic test for UserString.MutableString. | Walter Dörwald | 2005-02-17 | 1 | -2/+9 |
|
|
* | Fix | Michael W. Hudson | 2005-02-17 | 1 | -0/+3 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-02-15 | 1 | -2/+2 |
|
|
* | Test that SystemExits are handled properly by the exit machinery. I | Michael W. Hudson | 2005-02-15 | 1 | -0/+12 |
|
|
* | Exceedingly minor tweak. | Michael W. Hudson | 2005-02-15 | 1 | -1/+1 |
|
|
* | fix decoding in _stringify to not depend on the default encoding | Fred Drake | 2005-02-11 | 1 | -0/+42 |
|
|
* | Remove set conversion optimization test (backed out of Python/compile.c in rev. | Brett Cannon | 2005-02-10 | 1 | -11/+0 |
|
|
* | accept datetime.datetime instances when marshalling; | Fred Drake | 2005-02-10 | 1 | -0/+17 |
|
|
* | Fix typo | Andrew M. Kuchling | 2005-02-10 | 1 | -1/+1 |
|
|
* | Fix stupid typo: Don't read from a writer. | Walter Dörwald | 2005-02-08 | 1 | -2/+2 |
|
|
* | Adopt Skip's idea to optimize lists of constants in the context | Raymond Hettinger | 2005-02-07 | 1 | -1/+2 |
|
|
* | Transform "x in (1,2,3)" to "x in frozenset([1,2,3])". | Raymond Hettinger | 2005-02-06 | 1 | -0/+10 |
|
|
* | Add a test for UTF-16 reading where the byte sequence doesn't start with | Walter Dörwald | 2005-02-04 | 1 | -0/+9 |
|
|
* | Revert os.py 1.75, and directly implement update. | Martin v. Löwis | 2005-01-29 | 1 | -0/+7 |
|
|
* | Do not fold a constant if a large sequence will result. | Raymond Hettinger | 2005-01-26 | 1 | -0/+4 |
|
|
* | 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 |
|
|
* | Use descriptors. | Guido van Rossum | 2005-01-16 | 5 | -11/+9 |
|
|
* | Use decorators. | Guido van Rossum | 2005-01-16 | 1 | -3/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-01-13 | 1 | -7/+7 |
|
|
* | 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 | 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 |
|
|
* | 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 | 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 and test for SF bug #1098990: codec readline() splits lines apart. | Walter Dörwald | 2005-01-10 | 1 | -0/+30 |
|
|
* | 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 | 1 | -28/+51 |
|
|
* | Clean up tests by reusing functions from other modules: | Johannes Gijsbers | 2005-01-08 | 1 | -31/+8 |
|
|
* | Patch #943206: | Johannes Gijsbers | 2005-01-08 | 1 | -1/+3 |
|
|
* | threading._DummyThread.__init__(): document obscure new code. | Tim Peters | 2005-01-08 | 1 | -1/+22 |
|
|
* | Converted to a unittest. Added checks that the bounded semaphore actually | Tim Peters | 2005-01-08 | 1 | -37/+73 |
|
|
* | Remove test for BINARY_DIVIDE. | Raymond Hettinger | 2005-01-07 | 1 | -1/+0 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-01-07 | 4 | -32/+31 |
|
|
* | Improved the implementation of the internal "dialect" type. The new | Andrew McNamara | 2005-01-07 | 1 | -24/+99 |
|
|
* | Teach the peephole optimizer to fold simple constant expressions. | Raymond Hettinger | 2005-01-02 | 1 | -0/+28 |
|
|
* | New subprocess utility function: check_call. Closes #1071764. | Peter Astrand | 2005-01-01 | 1 | -0/+16 |
|
|
* | Add a test that checks the basic functionality of every encoding. | Walter Dörwald | 2004-12-29 | 1 | -1/+179 |
|
|
* | [Bug #1083110] calling .flush() on decompress objects causes a segfault due t... | Andrew M. Kuchling | 2004-12-28 | 1 | -0/+10 |
|
|
* | Dima Dorfman's patch for coercion/comparison of C types (patch #995939), with | Armin Rigo | 2004-12-23 | 1 | -0/+36 |
|
|