- 01 Aug, 2005 2 commits
-
-
Raymond Hettinger authored
- 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 authored
part also.
-
- 31 Jul, 2005 4 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
data structure instead of using dictionaries. Reduces memory consumption by 1/3 and provides modest speed-ups for most set operations.
-
- 29 Jul, 2005 3 commits
-
-
Fred Drake authored
(closes SF bug #1238210)
-
Fred Drake authored
-
Vinay Sajip authored
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 Jul, 2005 2 commits
-
-
Walter Dörwald authored
-
Hye-Shik Chang authored
-
- 27 Jul, 2005 3 commits
-
-
Michael W. Hudson authored
[ 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 authored
-
Guido van Rossum authored
-
- 26 Jul, 2005 2 commits
-
-
Guido van Rossum authored
1.179): delete bogus __hasattr__ and __delattr__ methods on class Tk that were breaking Tkdnd.
-
Trent Mick authored
-
- 22 Jul, 2005 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 20 Jul, 2005 3 commits
-
-
Walter Dörwald authored
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 authored
for the implementation should be consulted (thanks to Evelyn Mitchell for suggesting this)
-
Fred Drake authored
-
- 19 Jul, 2005 1 commit
-
-
Georg Brandl authored
-
- 18 Jul, 2005 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 17 Jul, 2005 11 commits
-
-
Tim Peters authored
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 authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
docstrings to either "article number" or "message id".
-
Georg Brandl authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Hye-Shik Chang authored
-
Jack Jansen authored
file. This should make it a lot easier (I hope) to get the regular expressions right.
-
- 15 Jul, 2005 2 commits
-
-
Georg Brandl authored
-
Raymond Hettinger authored
Patch #1209527 (Contributed by Connelly).
-