- 07 Aug, 2005 2 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
- 06 Aug, 2005 3 commits
-
-
Raymond Hettinger authored
* Have issubset() control its own loop instead of using set_next_internal().
-
Raymond Hettinger authored
has already done the job. * Use a macro form of PyErr_Occurred() inside the set_lookkey() function.
-
Raymond Hettinger authored
-
- 05 Aug, 2005 3 commits
-
-
Georg Brandl authored
-
Raymond Hettinger authored
* Give set_lookkey_string() a fast alternate path when no dummy entries are present. * Have set_swap_bodies() reset the hash field to -1 whenever either of bodies is not a frozenset. Maintains the invariant of regular sets always having -1 in the hash field; otherwise, any mutation would make the hash value invalid. * Use an entry pointer to simplify the code in frozenset_hash().
-
Raymond Hettinger authored
dictobject.c. * Have frozenset_hash() use entry->hash instead of re-computing each individual hash with PyObject_Hash(o); * Finalize the dummy entry before a system exit.
-
- 03 Aug, 2005 4 commits
-
-
Tim Peters authored
-
Walter Dörwald authored
Unicode support.
-
Georg Brandl authored
-
Georg Brandl authored
-
- 02 Aug, 2005 7 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Skip Montanaro authored
'quotation mark', so I decided to use it instead of 'double-quote'.
-
Skip Montanaro authored
manual. Closes #1243553.
-
Phillip J. Eby authored
method still needs to support string exceptions, and allow None for the third argument. Documentation updates are needed, too.
-
- 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 2 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)
-