1. 03 Jul, 2013 1 commit
    • Victor Stinner's avatar
      test_faulthandler: skip test_read_null() on AIX · 330426cf
      Victor Stinner authored
      AIX maps the first page of memory at address zero as valid, read-only.  Reading
      NULL is not a fault on AIX. This is utilized by IBM compiler optimizations.
      One speculatively can indirect through a pointer which may be null without
      first testing if null and defer the test before using the value.
      330426cf
  2. 02 Jul, 2013 4 commits
  3. 01 Jul, 2013 7 commits
  4. 30 Jun, 2013 5 commits
  5. 29 Jun, 2013 4 commits
  6. 28 Jun, 2013 2 commits
  7. 27 Jun, 2013 1 commit
    • R David Murray's avatar
      #14360: make encoders.encode_quopri work. · f6069f9f
      R David Murray authored
      There were no tests for the encoders module.  encode_base64 worked
      because it is the default and so got tested implicitly elsewhere, and
      we use encode_7or8bit internally, so that worked, too.  I previously
      fixed encode_noop, so this fix means that everythign in the encoders
      module now works, hopefully correctly.  Also added an explicit test
      for encode_base64.
      f6069f9f
  8. 26 Jun, 2013 1 commit
  9. 25 Jun, 2013 1 commit
  10. 24 Jun, 2013 7 commits
  11. 23 Jun, 2013 7 commits