| Commit message (Expand) | Author | Age | Files | Lines |
* | Locale data that contains regex metacharacters are now properly escaped. | Brett Cannon | 2004-10-06 | 1 | -0/+13 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-10-03 | 1 | -1/+1 |
|
|
* | SF bug #997050: Document, test, & check for non-string values in ConfigParser... | David Goodger | 2004-10-03 | 1 | -12/+44 |
|
|
* | SF bug #1017864: ConfigParser now correctly handles default keys, processing ... | David Goodger | 2004-10-03 | 1 | -0/+10 |
|
|
* | use new readPlist() and writePlist() functions | Just van Rossum | 2004-10-02 | 1 | -7/+7 |
|
|
* | Upon insertion, if memory runs out, the deque was left in a corrupted state. | Armin Rigo | 2004-10-02 | 1 | -0/+9 |
|
|
* | deque_traverse(): If the deque had one block, and its rightindex was | Tim Peters | 2004-10-01 | 1 | -0/+9 |
|
|
* | Add tests for syntax errors. | Raymond Hettinger | 2004-09-30 | 1 | -0/+13 |
|
|
* | Expand scope to include general mapping protocol tests. | Raymond Hettinger | 2004-09-30 | 1 | -0/+13 |
|
|
* | Add missing test_dict.py from patch #736962. | Walter Dörwald | 2004-09-30 | 1 | -0/+404 |
|
|
* | Improve test coverage. | Raymond Hettinger | 2004-09-30 | 5 | -34/+49 |
|
|
* | Improve test coverage. | Raymond Hettinger | 2004-09-29 | 2 | -0/+45 |
|
|
* | Improve test coverage. | Raymond Hettinger | 2004-09-29 | 2 | -5/+116 |
|
|
* | Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter's | Edward Loper | 2004-09-28 | 1 | -101/+0 |
|
|
* | * Increase test coverage. | Raymond Hettinger | 2004-09-28 | 1 | -0/+29 |
|
|
* | Added a new NORMALIZE_NUMBERS option, which causes number literals in | Edward Loper | 2004-09-28 | 1 | -0/+101 |
|
|
* | Use Py_CLEAR(). Add unrelated test. | Raymond Hettinger | 2004-09-28 | 1 | -0/+3 |
|
|
* | Plug a leak and beef-up test coverage. | Raymond Hettinger | 2004-09-28 | 1 | -0/+149 |
|
|
* | Rename test for comparision errors. | Raymond Hettinger | 2004-09-27 | 1 | -1/+1 |
|
|
* | Beef-up tests for greater coverage and refcount checking. | Raymond Hettinger | 2004-09-27 | 1 | -1/+59 |
|
|
* | Patch #1011240: SystemError generated by struct.pack('P', 'foo'). | Armin Rigo | 2004-09-27 | 1 | -0/+1 |
|
|
* | Use floor division operator. | Raymond Hettinger | 2004-09-27 | 5 | -5/+5 |
|
|
* | Checkin Tim's fix to an error discussed on python-dev. | Raymond Hettinger | 2004-09-26 | 1 | -0/+5 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-09-24 | 1 | -1/+1 |
|
|
* | Port test_unpack to doctest (patch #736962). | Johannes Gijsbers | 2004-09-24 | 1 | -144/+131 |
|
|
* | Add yet more tests for buffer(). | Neil Schemenauer | 2004-09-24 | 1 | -0/+11 |
|
|
* | Add a few more tests for the buffer() object. | Neil Schemenauer | 2004-09-24 | 1 | -0/+8 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-09-24 | 1 | -1/+1 |
|
|
* | SF bug #513866: Float/long comparison anomaly. | Tim Peters | 2004-09-23 | 1 | -2/+102 |
|
|
* | Improve three recipes in the itertools docs. | Raymond Hettinger | 2004-09-23 | 1 | -3/+9 |
|
|
* | Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders. | Phillip J. Eby | 2004-09-23 | 1 | -2/+16 |
|
|
* | SF patch #1031667: Fold tuples of constants into a single constant | Raymond Hettinger | 2004-09-22 | 1 | -3/+13 |
|
|
* | Bug #1030125: rfc822 __iter__ problem | Raymond Hettinger | 2004-09-22 | 1 | -0/+11 |
|
|
* | - Changed SampleClass docstrings to test docstring parsing a little | Edward Loper | 2004-09-21 | 1 | -7/+18 |
|
|
* | - Added "testfile" function, a simple function for running & verifying | Edward Loper | 2004-09-19 | 1 | -3/+132 |
|
|
* | In DocFileTest: | Edward Loper | 2004-09-18 | 1 | -3/+26 |
|
|
* | SF bug #1028306: date-datetime comparison | Tim Peters | 2004-09-16 | 1 | -0/+43 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-09-16 | 1 | -1/+1 |
|
|
* | Remove tabs. | Brett Cannon | 2004-09-15 | 1 | -4/+4 |
|
|
* | Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems. | Martin v. Löwis | 2004-09-15 | 1 | -0/+2 |
|
|
* | Strip square brackets from IPv6 address. | Martin v. Löwis | 2004-09-14 | 1 | -3/+8 |
|
|
* | missed the obvious test case and corresponding fix | Skip Montanaro | 2004-09-14 | 1 | -1/+1 |
|
|
* | Search from the end of the host/port combination to find the colon which | Skip Montanaro | 2004-09-14 | 1 | -0/+7 |
|
|
* | Fix small bugs in Template code. | Raymond Hettinger | 2004-09-14 | 1 | -8/+18 |
|
|
* | SF #1027105: HardwareRandom should be renamed OSRandom | Raymond Hettinger | 2004-09-13 | 1 | -4/+4 |
|
|
* | The 4th group is now 'invalid' instead of 'bogus'. | Barry Warsaw | 2004-09-13 | 1 | -1/+1 |
|
|
* | Added a test for # positional arguments > 1. | Barry Warsaw | 2004-09-13 | 1 | -0/+4 |
|
|
* | exclude_empty: make the default True for DocTestFinder, and introduce it | Tim Peters | 2004-09-13 | 1 | -7/+20 |
|
|
* | Add tests for keyword arguments and combining mapping and keyword arguments. | Barry Warsaw | 2004-09-13 | 1 | -0/+28 |
|
|
* | Added new parameter exclude_empty to DocTestFinder.__init__, which | Edward Loper | 2004-09-13 | 1 | -4/+20 |
|
|