1. 06 Jun, 2005 5 commits
  2. 05 Jun, 2005 2 commits
  3. 04 Jun, 2005 5 commits
  4. 03 Jun, 2005 10 commits
  5. 02 Jun, 2005 8 commits
  6. 01 Jun, 2005 6 commits
  7. 31 May, 2005 2 commits
  8. 28 May, 2005 1 commit
  9. 27 May, 2005 1 commit
    • Michael W. Hudson's avatar
      This is my patch: · ba283e2b
      Michael W. Hudson authored
      [ 1181301 ] make float packing copy bytes when they can
      
      which hasn't been reviewed, despite numerous threats to check it in
      anyway if noone reviews it.  Please read the diff on the checkin list,
      at least!
      
      The basic idea is to examine the bytes of some 'probe values' to see if
      the current platform is a IEEE 754-ish platform, and if so
      _PyFloat_{Pack,Unpack}{4,8} just copy bytes around.
      
      The rest is hair for testing, and tests.
      ba283e2b