| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix test for FeedParser results. | Barry Warsaw | 2004-10-03 | 1 | -2/+2 |
|
|
* | as_string(): Indicate that this mangles From_ lines. | Barry Warsaw | 2004-10-03 | 1 | -1/+2 |
|
|
* | Big email 3.0 API changes, with updated unit tests and documentation. | Barry Warsaw | 2004-10-03 | 24 | -371/+230 |
|
|
* | removed 2.2 support | Just van Rossum | 2004-10-02 | 1 | -74/+3 |
|
|
* | 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 |
|
|
* | Which reminds me, I've had a much improved plistlib.py lying around for | Just van Rossum | 2004-10-02 | 1 | -85/+113 |
|
|
* | 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 | 2 | -180/+1 |
|
|
* | * 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 | 2 | -1/+180 |
|
|
* | 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 |
|
|
* | Trivial bug fix: deque == [] is not a good way to check if a deque is empty. | Armin Rigo | 2004-09-27 | 1 | -1/+1 |
|
|
* | Use floor division operator. | Raymond Hettinger | 2004-09-27 | 7 | -8/+8 |
|
|
* | Use floor division operator. | Raymond Hettinger | 2004-09-27 | 1 | -3/+3 |
|
|
* | - Added a "parser" option to testfile() and DocFileTest(). | Edward Loper | 2004-09-27 | 1 | -5/+12 |
|
|
* | Checkin Tim's fix to an error discussed on python-dev. | Raymond Hettinger | 2004-09-26 | 1 | -0/+5 |
|
|
* | Make the regex pattern easier to read, understand, and modify | Raymond Hettinger | 2004-09-26 | 1 | -4/+6 |
|
|
* | Removed debug_script from the public API: no docs, not public. I'm in | Tim Peters | 2004-09-26 | 1 | -1/+0 |
|
|
* | Add set_unittest_reportflags() to the public API. Docs will follow | Tim Peters | 2004-09-26 | 1 | -0/+1 |
|
|
* | Removed two undocumented unittest support classes, and one undocumented | Tim Peters | 2004-09-26 | 1 | -3/+0 |
|
|
* | Removed most of the module docstring. There's too much to explain now, | Tim Peters | 2004-09-25 | 1 | -124/+2 |
|
|
* | 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 |
|
|
* | Added log() function | Vinay Sajip | 2004-09-24 | 1 | -0/+8 |
|
|
* | Added exception handling during handler initialization in fileConfig() | Vinay Sajip | 2004-09-24 | 1 | -24/+27 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-09-24 | 1 | -1/+1 |
|
|
* | Granted Noam Raphael's request for minor improvements to the re module and | Raymond Hettinger | 2004-09-24 | 1 | -4/+4 |
|
|
* | 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 |
|
|
* | Arghh, checked in wrong draft. Replacing with correct one. | Raymond Hettinger | 2004-09-23 | 1 | -3/+4 |
|
|
* | Use local variables in StringIO.write(). | Raymond Hettinger | 2004-09-23 | 1 | -10/+11 |
|
|
* | 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 | 2 | -0/+14 |
|
|
* | Added getLoggerClass() | Vinay Sajip | 2004-09-22 | 1 | -12/+15 |
|
|
* | - Minor docstring fixes. | Edward Loper | 2004-09-21 | 1 | -15/+9 |
|
|
* | - Changed SampleClass docstrings to test docstring parsing a little | Edward Loper | 2004-09-21 | 1 | -7/+18 |
|
|