| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #639112: fixes for None locale and tz. | Martin v. Löwis | 2002-11-27 | 1 | -56/+141 |
|
|
* | Bring UserDict in-sync with changes to dict. | Raymond Hettinger | 2002-11-27 | 1 | -0/+13 |
|
|
* | SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class | Raymond Hettinger | 2002-11-27 | 1 | -0/+28 |
|
|
* | The MRO conflict error message depends on dictionary hash order. | Guido van Rossum | 2002-11-27 | 1 | -4/+4 |
|
|
* | Add a way to say "use any resource except A". For example, to run | Fred Drake | 2002-11-26 | 1 | -3/+14 |
|
|
* | This is my patch: | Michael W. Hudson | 2002-11-26 | 1 | -0/+89 |
|
|
* | A tweaked version of Jeremy's patch #642489, to produce better error | Guido van Rossum | 2002-11-25 | 1 | -0/+31 |
|
|
* | SF 643115: Set._update() had a special case for dictionaries which allowed | Raymond Hettinger | 2002-11-25 | 1 | -0/+3 |
|
|
* | Fix typo in comment. | Walter Dörwald | 2002-11-25 | 1 | -1/+1 |
|
|
* | Regenerate from Unicode 3.2.0 to include all First/Last ranges. | Martin v. Löwis | 2002-11-24 | 1 | -1/+1 |
|
|
* | Reduced memory burden by iterating over the normalization test input | Tim Peters | 2002-11-24 | 2 | -4/+2 |
|
|
* | Fiddled things so that test_normalization is expected to be skipped if | Tim Peters | 2002-11-24 | 2 | -39/+60 |
|
|
* | Skip test_normalization on Windows until it's at least clear why the | Tim Peters | 2002-11-24 | 1 | -0/+1 |
|
|
* | Split long line. | Tim Peters | 2002-11-24 | 1 | -2/+3 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-11-24 | 3 | -7/+5 |
|
|
* | Patch #626485: Support Unicode normalization. | Martin v. Löwis | 2002-11-23 | 1 | -0/+68 |
|
|
* | Update character names. | Martin v. Löwis | 2002-11-23 | 1 | -3/+3 |
|
|
* | Implement names for CJK unified ideographs. Add name to KeyError output. | Martin v. Löwis | 2002-11-23 | 2 | -6/+19 |
|
|
* | Add test cases for Hangul syllables. Update output. | Martin v. Löwis | 2002-11-23 | 2 | -1/+26 |
|
|
* | Remove duplicate test | Neal Norwitz | 2002-11-23 | 1 | -2/+0 |
|
|
* | Patch #642500 with slight modifications: allow keyword arguments in | Just van Rossum | 2002-11-23 | 1 | -11/+12 |
|
|
* | Two bugs: | Fred Drake | 2002-11-22 | 1 | -7/+7 |
|
|
* | Move Windows Python away from bsddb 1.85 and toward Sleepycat's latest. | Tim Peters | 2002-11-22 | 1 | -0/+1 |
|
|
* | Implement dict() style constructor. | Raymond Hettinger | 2002-11-22 | 1 | -0/+3 |
|
|
* | Patch #633547: Support plural forms. Do TODOs in test suite. | Martin v. Löwis | 2002-11-21 | 2 | -157/+248 |
|
|
* | Change int() so that passing a string, unicode, float or long argument | Walter Dörwald | 2002-11-19 | 3 | -22/+28 |
|
|
* | Importing test suite from bsddb3 3.4.0 (with modifications). | Martin v. Löwis | 2002-11-19 | 2 | -1/+64 |
|
|
* | check for str.__mod__ | Neil Schemenauer | 2002-11-18 | 1 | -0/+3 |
|
|
* | check for unicode.__mod__ | Neil Schemenauer | 2002-11-18 | 1 | -0/+1 |
|
|
* | Improve DictMixin. | Raymond Hettinger | 2002-11-18 | 1 | -6/+5 |
|
|
* | Style guide reformats. I saw this test fail on a very heavily loaded | Tim Peters | 2002-11-15 | 1 | -6/+9 |
|
|
* | SF patch #520382: Expand shelve.py to have a full dictionary interface | Raymond Hettinger | 2002-11-15 | 1 | -0/+98 |
|
|
* | Fix or disable some tests that were affected by the new C3 MRO | Guido van Rossum | 2002-11-14 | 1 | -20/+79 |
|
|
* | This uses only one temp file at a time, so use test_support.TESTFN as | Tim Peters | 2002-11-14 | 1 | -2/+2 |
|
|
* | Add some simple tests of the persistence hooks. | Jeremy Hylton | 2002-11-13 | 1 | -0/+35 |
|
|
* | Remove inst_persistent_id() WANNI (we ain't never needed it). | Jeremy Hylton | 2002-11-13 | 1 | -1/+23 |
|
|
* | remove debugging print | Jeremy Hylton | 2002-11-13 | 1 | -2/+0 |
|
|
* | Add getstate and setstate implementation to concrete set classes. | Jeremy Hylton | 2002-11-13 | 1 | -1/+9 |
|
|
* | Fix SF # 635969, No error "not all arguments converted" | Neal Norwitz | 2002-11-12 | 1 | -0/+8 |
|
|
* | SF patch 637176: list.sort crasher | Tim Peters | 2002-11-12 | 2 | -2/+31 |
|
|
* | Allow both string and Unicode objects in levels. | Martin v. Löwis | 2002-11-09 | 1 | -2/+2 |
|
|
* | Don't try to convert the test filename to Unicode with -U. | Martin v. Löwis | 2002-11-09 | 1 | -1/+6 |
|
|
* | I already forgot what I changed -- it wasn't important <wink>. | Tim Peters | 2002-11-09 | 1 | -2/+0 |
|
|
* | OK -- all tests pass on Windows now. The rest were due to 3 more | Tim Peters | 2002-11-09 | 1 | -22/+5 |
|
|
* | More tests run on Windows now. Something is still wrong here, but no | Tim Peters | 2002-11-09 | 1 | -27/+34 |
|
|
* | Many changes to get this to pass on Windows, and to make it easier to | Tim Peters | 2002-11-09 | 1 | -11/+45 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-11-09 | 7 | -296/+296 |
|
|
* | Comment out the test docstrings so we can at least tell which tests are | Tim Peters | 2002-11-09 | 1 | -28/+28 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-11-09 | 1 | -16/+16 |
|
|
* | Open at least one binary file in binary mode. This allows a few of the | Tim Peters | 2002-11-09 | 1 | -1/+1 |
|
|