- 31 May, 2004 1 commit
-
-
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 6 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
-
Andrew M. Kuchling authored
Set data pointer to NULL after an error; this keeps the mmap_dealloc() function from trying to do msync(-1);munmap(-1). 2.3 bugfix candidate, but this bug isn't critical enough that the fix has to go into 2.3.4
-
Raymond Hettinger authored
(Code contributed by Jiwon Seo.) The documentation portion of the patch is being re-worked and will be checked-in soon. Likewise, PEP 289 will be updated to reflect Guido's rationale for the design decisions on binding behavior (as described in in his patch comments and in discussions on python-dev). The test file, test_genexps.py, is written in doctest format and is meant to exercise all aspects of the the patch. Further additions are welcome from everyone. Please stress test this new feature as much as possible before the alpha release.
-
- 18 May, 2004 6 commits
-
-
Raymond Hettinger authored
-
Fred Drake authored
-
Fred Drake authored
- read() method returns a list of files parsed successfully - add tests, documentation (closes SF patch #677651)
-
Fred Drake authored
- DuplicateSectionError is only raised by add_section() (closes SF bug #830449)
-
Fred Drake authored
- don't allow setting options to non-string values; raise TypeError when the value is set, instead of raising an arbitrary exception later (such as when string interpolation is performed) - add tests, documentation (closes SF bug #810843)
-
Fred Drake authored
- ensure that option names in interpolations are handled by self.optionxform in the same way that other references to option names - add tests, documentation (closes SF bug #857881, patch #865455)
-
- 17 May, 2004 1 commit
-
-
Skip Montanaro authored
-
- 16 May, 2004 1 commit
-
-
Tim Peters authored
converting it into assertRaises() form. Restored the 2.3 code, and explained why assertRaises() cannot be used instead.
-
- 15 May, 2004 2 commits
-
-
Barry Warsaw authored
-
Raymond Hettinger authored
-
- 14 May, 2004 1 commit
-
-
Skip Montanaro authored
-