1. 01 Eyl, 2000 2 kayıt (commit)
  2. 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
  3. 12 Tem, 2000 1 kayıt (commit)
  4. 10 Tem, 2000 1 kayıt (commit)
  5. 06 Tem, 2000 1 kayıt (commit)
  6. 30 Haz, 2000 2 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. 29 Şub, 2000 1 kayıt (commit)
  9. 10 Ara, 1999 1 kayıt (commit)
  10. 31 Agu, 1998 1 kayıt (commit)
  11. 07 Tem, 1998 1 kayıt (commit)
  12. 03 Nis, 1997 1 kayıt (commit)
  13. 03 Ock, 1997 1 kayıt (commit)
  14. 05 Ara, 1996 1 kayıt (commit)
  15. 25 Eki, 1996 1 kayıt (commit)
  16. 04 Ock, 1995 1 kayıt (commit)
  17. 01 Agu, 1994 1 kayıt (commit)
  18. 20 Ara, 1993 1 kayıt (commit)
  19. 17 Haz, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. · 234f942a
      Guido van Rossum yazdı
        Added $(SYSDEF) to its build rule in Makefile.
      * cgensupport.[ch], modsupport.[ch]: removed some old stuff.  Also
        changed files that still used it...  And made several things static
        that weren't but should have been...  And other minor cleanups...
      * listobject.[ch]: add external interfaces {set,get}listslice
      * socketmodule.c: fix bugs in new send() argument parsing.
      * sunaudiodevmodule.c: added flush() and close().
      234f942a
  20. 16 Mar, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Changed many files to use mkvalue() instead of newtupleobject(). · e537240c
      Guido van Rossum yazdı
      * Fixcprt.py: added [-y file] option, do only files younger than file.
      * modsupport.[ch]: added vmkvalue().
      * intobject.c: use mkvalue().
      * stringobject.c: added "formatstring"; renamed string* to string_*;
        ceval.c: call formatstring for string % value.
      * longobject.c: close memory leak in divmod.
      * parsetok.c: set result node to NULL when returning an error.
      e537240c
  21. 10 Şub, 1993 1 kayıt (commit)
  22. 19 Agu, 1992 1 kayıt (commit)
  23. 13 Agu, 1992 1 kayıt (commit)
  24. 15 May, 1992 1 kayıt (commit)
  25. 05 Nis, 1992 1 kayıt (commit)
  26. 27 Ock, 1992 1 kayıt (commit)
  27. 20 Eki, 1991 1 kayıt (commit)
  28. 13 Eyl, 1991 1 kayıt (commit)
  29. 10 Eyl, 1991 1 kayıt (commit)
  30. 09 Eyl, 1991 1 kayıt (commit)