1. 01 Kas, 2001 1 kayıt (commit)
    • Anthony Baxter's avatar
      backport 2.26 · c00f9343
      Anthony Baxter yazdı
        [Bug #433047, reported by Armin Rigo] Remove extra 'i' character in
            PyArg_ParseTuple() call.
      c00f9343
  2. 01 Eyl, 2000 2 kayıt (commit)
  3. 21 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', · f3f33dcf
      Thomas Wouters yazdı
      and a couple of functions that were missed in the previous batches. Not
      terribly tested, but very carefully scrutinized, three times.
      
      All these were found by the little findkrc.py that I posted to python-dev,
      which means there might be more lurking. Cases such as this:
      
      long
      func(a, b)
      	long a;
      	long b; /* flagword */
      {
      
      and other cases where the last ; in the argument list isn't followed by a
      newline and an opening curly bracket. Regexps to catch all are welcome, of
      course ;)
      f3f33dcf
  4. 10 Tem, 2000 1 kayıt (commit)
  5. 06 Tem, 2000 1 kayıt (commit)
  6. 30 Haz, 2000 1 kayıt (commit)
  7. 03 May, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Vladimir Marangozov's long-awaited malloc restructuring. · b18618da
      Guido van Rossum yazdı
      For more comments, read the patches@python.org archives.
      For documentation read the comments in mymalloc.h and objimpl.h.
      
      (This is not exactly what Vladimir posted to the patches list; I've
      made a few changes, and Vladimir sent me a fix in private email for a
      problem that only occurs in debug mode.  I'm also holding back on his
      change to main.c, which seems unnecessary to me.)
      b18618da
  8. 25 Nis, 2000 1 kayıt (commit)
  9. 29 Şub, 2000 1 kayıt (commit)
  10. 18 Şub, 2000 1 kayıt (commit)
  11. 04 Şub, 2000 1 kayıt (commit)
  12. 01 Şub, 1999 1 kayıt (commit)
    • Barry Warsaw's avatar
      PyPcre_expand(): Fixed two memory leaks, where a PyString_FromString() · 6aa42579
      Barry Warsaw yazdı
      was appended to a list.  Lists are reference count neutral, so the
      string must be DECREF'd.  Also added some checks for the return value
      of PyList_Append().
      
      Note: there are still some memory problems reported by Purify (I get
      two Array Bounds Reads still and an Unitialized Memory Read).  Also,
      in scanning the code, there appears to be some potential problems
      where return values aren't checked.  To much to attack now though.
      6aa42579
  13. 04 Ara, 1998 1 kayıt (commit)
  14. 08 Eki, 1998 1 kayıt (commit)
  15. 17 Tem, 1998 1 kayıt (commit)
  16. 07 Tem, 1998 1 kayıt (commit)
  17. 10 Nis, 1998 1 kayıt (commit)
  18. 03 Nis, 1998 1 kayıt (commit)
  19. 10 Mar, 1998 1 kayıt (commit)
  20. 22 Ara, 1997 1 kayıt (commit)
  21. 17 Ara, 1997 1 kayıt (commit)
  22. 08 Ara, 1997 1 kayıt (commit)
  23. 20 Eki, 1997 1 kayıt (commit)
  24. 08 Eki, 1997 1 kayıt (commit)
  25. 06 Eki, 1997 1 kayıt (commit)