• Raymond Hettinger's avatar
    * Fix error in definition of Im() which returned self instead of 0 · bdaad8c9
    Raymond Hettinger yazdı
      for non-complex arguments.
    
    * Replace type() comparisons with isinstance() checks.
    
    * Replace apply() calls with equivalent syntactic form.
    
    * Simplify __hash__ definition to hash the underlying tuple.
    
    * Use math.hypot() for more robust computation of __abs__().
    
    * Use sorted() instead of the multi-step keys/sort/iter.
    
    * Update comment on the cmath module.
    bdaad8c9
Adı
Son kayıt (commit)
Son güncelleme
..
Complex.py Loading commit data...
Dates.py Loading commit data...
Dbm.py Loading commit data...
README Loading commit data...
Range.py Loading commit data...
Rat.py Loading commit data...
Rev.py Loading commit data...
Vec.py Loading commit data...
bitvec.py Loading commit data...