| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for %U and %W to contribute to calculating the date when the year | Brett Cannon | 2004-10-18 | 1 | -0/+22 |
|
|
* | SF #1048865: Fix a trivial typo that breaks StreamReader.readlines() | Hye-Shik Chang | 2004-10-17 | 1 | -1/+12 |
|
|
* | Fix and test weak referencing of itertools.tee objects. | Raymond Hettinger | 2004-10-17 | 1 | -0/+8 |
|
|
* | Invalid patterns to substitute and safe_substitute would crash since pattern | Neal Norwitz | 2004-10-17 | 1 | -0/+12 |
|
|
* | remove_stderr_debug_decorations(): Always try the substitution. Else | Tim Peters | 2004-10-14 | 1 | -3/+1 |
|
|
* | Get test to pass on amd64 (opteron). This is pretty hacky, but | Neal Norwitz | 2004-10-14 | 1 | -2/+7 |
|
|
* | Fixed a small bug. doctest didn't handle unicode docstrings containing | Jim Fulton | 2004-10-13 | 2 | -2/+23 |
|
|
* | Don't spend quite as much time looking for leaks on Windows, where | Fredrik Lundh | 2004-10-13 | 1 | -2/+4 |
|
|
* | normalize case when comparing directory names (problem reported by | Fredrik Lundh | 2004-10-13 | 1 | -1/+2 |
|
|
* | Add a comment explaining -kb. | Martin v. Löwis | 2004-10-13 | 1 | -0/+1 |
|
|
* | New helper remove_stderr_debug_decorations(). This test passes in a | Tim Peters | 2004-10-13 | 1 | -7/+24 |
|
|
* | Kill several problems at once: test_poll() failed sometimes for me. | Tim Peters | 2004-10-13 | 2 | -8/+11 |
|
|
* | test_stdout_none(): Don't print "banana" to the screen in the middle | Tim Peters | 2004-10-13 | 1 | -2/+5 |
|
|
* | Windows test_creationflags() test: print msg to stderr informing the | Tim Peters | 2004-10-13 | 1 | -1/+2 |
|
|
* | XXX about extreme expense of test_no_leaking() on Windows. I'm not sure | Tim Peters | 2004-10-13 | 1 | -0/+1 |
|
|
* | Experience with Zope2's tests showed it's a Bad Idea to make unittest | Tim Peters | 2004-10-12 | 1 | -45/+35 |
|
|
* | Wrap long lines. | Tim Peters | 2004-10-12 | 1 | -43/+67 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-10-12 | 1 | -17/+16 |
|
|
* | Added Peter Astrand's subprocess module. | Fredrik Lundh | 2004-10-12 | 2 | -0/+516 |
|
|
* | Open source files in universal newlines mode. | Michael W. Hudson | 2004-10-11 | 1 | -1/+1 |
|
|
* | 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 |
|
|