1. 08 Oct, 2006 4 commits
  2. 07 Oct, 2006 1 commit
  3. 06 Oct, 2006 3 commits
  4. 05 Oct, 2006 1 commit
  5. 04 Oct, 2006 4 commits
  6. 02 Oct, 2006 2 commits
  7. 30 Sep, 2006 12 commits
  8. 27 Sep, 2006 1 commit
  9. 25 Sep, 2006 3 commits
    • Georg Brandl's avatar
      Backport rev. 51972: · c57221e1
      Georg Brandl authored
      Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)).
      
      These tests should be improved.  Hopefully this fixes variations when
      flipping back and forth between fpdef and fplist.
      c57221e1
    • Georg Brandl's avatar
      Backport rev. 51971: · 934c90de
      Georg Brandl authored
      Fix %zd string formatting on Mac OS X so it prints negative numbers.
      
      In addition to testing positive numbers, verify negative numbers work in configure.
      In order to avoid compiler warnings on OS X 10.4, also change the order of the check
      for the format character to use (PY_FORMAT_SIZE_T) in the sprintf format
      for Py_ssize_t.  This patch changes PY_FORMAT_SIZE_T from "" to "l" if it wasn't
      defined at configure time.  Need to verify the buildbot results.
      934c90de
    • Georg Brandl's avatar
      Backport rev. 51987: superfluous semicola. · b14b59fc
      Georg Brandl authored
      b14b59fc
  10. 24 Sep, 2006 3 commits
  11. 23 Sep, 2006 1 commit
  12. 21 Sep, 2006 3 commits
  13. 19 Sep, 2006 1 commit
  14. 18 Sep, 2006 1 commit