- 01 Haz, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 31 May, 2004 10 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Martin v. Löwis yazdı
Including changes from Ian Holsman to build under Red Hat 7.3. Fixing some problems with the /usr/local path change.
-
Tim Peters yazdı
The disutils sdist command now ignores .svn directories.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Walter Dörwald yazdı
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 yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 30 May, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 28 May, 2004 2 kayıt (commit)
-
-
Walter Dörwald yazdı
-
Fred Drake yazdı
-
- 27 May, 2004 2 kayıt (commit)
-
-
Walter Dörwald yazdı
Add this default to weakref.WeakValueDictionary.setdefault() and weakref.WeakKeyDictionary.setdefault() too.
-
Walter Dörwald yazdı
Add this default to UserDict.DictMixin.setdefault() too.
-
- 26 May, 2004 4 kayıt (commit)
-
-
Michael W. Hudson yazdı
[ 899109 ] 1==float('nan') which can now finally be closed, I think.
-
Michael W. Hudson yazdı
[ 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 yazdı
-
Raymond Hettinger yazdı
-
- 25 May, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 24 May, 2004 1 kayıt (commit)
-
-
Skip Montanaro yazdı
readline module is loaded.
-
- 23 May, 2004 2 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
- 22 May, 2004 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 21 May, 2004 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
* rename a variable for clarity
-
Raymond Hettinger yazdı
* 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 kayıt (commit)
-
-
Raymond Hettinger yazdı
expression.
-
Raymond Hettinger yazdı
-
Piers Lauder yazdı
-
Piers Lauder yazdı
-
Piers Lauder yazdı
-
- 19 May, 2004 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Put in a brief, example driven tutorial entry. * Use better examples in whatsnew24.tex.
-
Armin Rigo yazdı
-
Andrew M. Kuchling yazdı
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 yazdı
(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 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-