- 03 Agu, 2005 3 kayıt (commit)
-
-
Walter Dörwald yazdı
Unicode support.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 02 Agu, 2005 7 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Skip Montanaro yazdı
'quotation mark', so I decided to use it instead of 'double-quote'.
-
Skip Montanaro yazdı
manual. Closes #1243553.
-
Phillip J. Eby yazdı
method still needs to support string exceptions, and allow None for the third argument. Documentation updates are needed, too.
-
- 01 Agu, 2005 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
- Handle both frozenset() and frozenset([]). - Do not use singleton for frozenset subclasses. - Finalize the singleton. - Add test cases. * Factor-out set_update_internal() from set_update(). Simplifies the code for several internal callers. * Factor constant expressions out of loop in set_merge_internal(). * Minor comment touch-ups.
-
Hye-Shik Chang yazdı
part also.
-
- 31 Tem, 2005 4 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
data structure instead of using dictionaries. Reduces memory consumption by 1/3 and provides modest speed-ups for most set operations.
-
- 29 Tem, 2005 3 kayıt (commit)
-
-
Fred Drake yazdı
(closes SF bug #1238210)
-
Fred Drake yazdı
-
Vinay Sajip yazdı
Documentation added about changes in 2.4 to basicConfig(), including documentation of the keyword arguments. A version change note was also added to the basic example.
-
- 28 Tem, 2005 2 kayıt (commit)
-
-
Walter Dörwald yazdı
-
Hye-Shik Chang yazdı
-
- 27 Tem, 2005 3 kayıt (commit)
-
-
Michael W. Hudson yazdı
[ 1231069 ] ioctl has problem with -ive request codes by using the 'I' not the 'i' format code to PyArg_ParseTuple(). Backport candidate? Maybe...
-
Raymond Hettinger yazdı
-
Guido van Rossum yazdı
-
- 26 Tem, 2005 2 kayıt (commit)
-
-
Guido van Rossum yazdı
1.179): delete bogus __hasattr__ and __delattr__ methods on class Tk that were breaking Tkdnd.
-
Trent Mick yazdı
-
- 22 Tem, 2005 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 20 Tem, 2005 3 kayıt (commit)
-
-
Walter Dörwald yazdı
of unicode objects, so that codecs that do a str->str decoding won't promote the result to unicode. This fixes SF bug #1241507.
-
Fred Drake yazdı
for the implementation should be consulted (thanks to Evelyn Mitchell for suggesting this)
-
Fred Drake yazdı
-
- 19 Tem, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 18 Tem, 2005 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 17 Tem, 2005 3 kayıt (commit)
-
-
Tim Peters yazdı
In addition, long_pow() skipped a necessary (albeit extremely unlikely to trigger) error check when converting an int modulus to long. Alas, I was unable to write a test case that crashed due to either cause. Bugfix candidate.
-
Tim Peters yazdı
-
Georg Brandl yazdı
-