- 01 Jun, 2004 4 commits
-
-
Martin v. Löwis authored
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
(Basic approach and test concept by Tim Peters.) * Improved the hash to reduce collisions. * Added the torture test to the test suite.
-
Martin v. Löwis authored
-
- 31 May, 2004 10 commits
-
-
Raymond Hettinger authored
-
Martin v. Löwis authored
Including changes from Ian Holsman to build under Red Hat 7.3. Fixing some problems with the /usr/local path change.
-
Tim Peters authored
The disutils sdist command now ignores .svn directories.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Walter Dörwald authored
mapping tests as possible in mapping_test.py and reuse the tests in test_dict.py, test_userdict.py, test_weakref.py, test_os.py and test_shelve.py. From SF patch #736962.
-
Walter Dörwald authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 30 May, 2004 1 commit
-
-
Raymond Hettinger authored
-
- 28 May, 2004 2 commits
-
-
Walter Dörwald authored
-
Fred Drake authored
-
- 27 May, 2004 2 commits
-
-
Walter Dörwald authored
Add this default to weakref.WeakValueDictionary.setdefault() and weakref.WeakKeyDictionary.setdefault() too.
-
Walter Dörwald authored
Add this default to UserDict.DictMixin.setdefault() too.
-
- 26 May, 2004 4 commits
-
-
Michael W. Hudson authored
[ 899109 ] 1==float('nan') which can now finally be closed, I think.
-
Michael W. Hudson authored
[ 728330 ] Don't define _SGAPI on IRIX The Right Thing would be nice, for now this'll do. At least it isn't going to break anything *other* than IRIX...
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 25 May, 2004 1 commit
-
-
Raymond Hettinger authored
-
- 24 May, 2004 1 commit
-
-
Skip Montanaro authored
readline module is loaded.
-
- 23 May, 2004 2 commits
-
-
Skip Montanaro authored
-
Skip Montanaro authored
-
- 22 May, 2004 2 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 21 May, 2004 2 commits
-
-
Raymond Hettinger authored
* rename a variable for clarity
-
Raymond Hettinger authored
* Factored out common code to a single private function. * Use str.join() instead of + concatenation * Loop over elements directly instead of using indexing * Use % operator for formatting
-
- 20 May, 2004 5 commits
-
-
Raymond Hettinger authored
expression.
-
Raymond Hettinger authored
-
Piers Lauder authored
-
Piers Lauder authored
-
Piers Lauder authored
-
- 19 May, 2004 4 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
* Put in a brief, example driven tutorial entry. * Use better examples in whatsnew24.tex.
-
Armin Rigo authored
-