1. 30 Apr, 2002 1 commit
    • Jeremy Hylton's avatar
      A few small cleanups. · 22c494a0
      Jeremy Hylton authored
      Simplify initZopeSplitter() and remove unnecessary PyErr_Occurred().
      
      Use string macros for objects that are guaranteed to be strings.
      
      Remove unnecessary \ at end of line.
      
      In innermost loop of splitter function, replace ASSIGN() macro with
      Py_DECREF() and simple assignment.  The macro was doing more work
      than necessary because it called XDECREF on an object that was
      guaranteed not to be NULL.
      
      Use less horizontal whitespace in next_word().
      22c494a0
  2. 26 Apr, 2002 2 commits
  3. 25 Apr, 2002 9 commits
  4. 24 Apr, 2002 7 commits
  5. 23 Apr, 2002 1 commit
  6. 22 Apr, 2002 1 commit
  7. 19 Apr, 2002 3 commits
  8. 18 Apr, 2002 2 commits
  9. 17 Apr, 2002 5 commits
  10. 16 Apr, 2002 1 commit
  11. 15 Apr, 2002 8 commits