1. 10 Ock, 2001 1 kayıt (commit)
  2. 02 Eki, 2000 1 kayıt (commit)
  3. 20 Eyl, 2000 1 kayıt (commit)
  4. 16 Eyl, 2000 1 kayıt (commit)
  5. 01 Eyl, 2000 1 kayıt (commit)
  6. 31 Agu, 2000 1 kayıt (commit)
  7. 04 Agu, 2000 1 kayıt (commit)
  8. 03 Agu, 2000 2 kayıt (commit)
  9. 23 Tem, 2000 1 kayıt (commit)
  10. 22 Tem, 2000 1 kayıt (commit)
  11. 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
  12. 19 Tem, 2000 1 kayıt (commit)
  13. 10 Tem, 2000 1 kayıt (commit)
  14. 09 Tem, 2000 1 kayıt (commit)
  15. 06 Tem, 2000 1 kayıt (commit)
  16. 28 Haz, 2000 1 kayıt (commit)
  17. 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
  18. 29 Şub, 2000 1 kayıt (commit)
  19. 18 Kas, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Patches by Kannan Vijayan: · b960e7a7
      Guido van Rossum yazdı
      new:
      readline.get_begidx() -> int
      	gets the beginning index in the command line string
      	delimiting the tab-completion scope.  This would
      	probably be used from within a tab-completion
      	handler
      
      readline.get_endidx() -> int
      	gets the ending index in the command line string
      	delimiting the tab-completion scope.  This would
      	probably be used from within a tab-compeltion
      	handler
      
      readline.set_completer_delims(string) -> None
      	sets the delimiters used by readline as word breakpoints
      	for tab-completion
      
      readline.get_completer_delims() -> string
      	gets the delimiters used by readline as word breakpoints
      	for tab-completion
      
      fixed:
      readline.get_line_buffer() -> string
      	doesnt cause a debug message every other call
      b960e7a7
  20. 29 Ock, 1999 1 kayıt (commit)
  21. 27 Ock, 1999 1 kayıt (commit)
  22. 04 Ara, 1998 2 kayıt (commit)
  23. 04 Agu, 1998 1 kayıt (commit)
  24. 20 May, 1998 1 kayıt (commit)
  25. 10 Nis, 1998 1 kayıt (commit)
  26. 19 Ock, 1998 1 kayıt (commit)
  27. 10 Eki, 1997 1 kayıt (commit)
  28. 07 Eki, 1997 1 kayıt (commit)
  29. 26 Eyl, 1997 2 kayıt (commit)
  30. 11 Agu, 1997 1 kayıt (commit)
  31. 05 Agu, 1997 1 kayıt (commit)