1. 02 Mar, 2001 1 kayıt (commit)
  2. 26 Eyl, 2000 1 kayıt (commit)
  3. 01 Eyl, 2000 1 kayıt (commit)
  4. 22 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Mass ANSIfication. · 23c9e002
      Thomas Wouters yazdı
      Work around intrcheck.c's desire to pass 'PyErr_CheckSignals' to
      'Py_AddPendingCall' by providing a (static) wrapper function that has the
      right number of arguments.
      23c9e002
  5. 09 Tem, 2000 1 kayıt (commit)
  6. 03 Tem, 2000 1 kayıt (commit)
  7. 30 Haz, 2000 2 kayıt (commit)
  8. 28 Haz, 2000 1 kayıt (commit)
  9. 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
  10. 29 Agu, 1998 1 kayıt (commit)
  11. 27 Agu, 1998 1 kayıt (commit)
  12. 11 Agu, 1997 1 kayıt (commit)
  13. 05 Agu, 1997 1 kayıt (commit)
  14. 09 Nis, 1997 1 kayıt (commit)
  15. 18 Şub, 1997 1 kayıt (commit)
    • Guido van Rossum's avatar
      Restructured quite a bit, hopefully Lee Busby will find this useful. · fbd64c87
      Guido van Rossum yazdı
      Also grandly renamed.
      
      Here's the new interface:
      
      When WITH_READLINE is defined, two functions are defined:
      
        - PyOS_GnuReadline (what used to be my_readline() with WITH_READLINE)
        - PyOS_ReadlineInit (for Dave Ascher)
      
      Always, these functions are defined:
      
        - PyOS_StdioReadline (what used to be my_readline() without WITH_READLINE)
        - PyOS_Readline (the interface used by tokenizer.c and [raw_]input().
      
      There's a global function pointer PyOS_ReadlineFunctionPointer,
      initialized to NULL.  When PyOS_Readline finds this to be NULL, it
      sets it to either PyOS_GnuReadline or PyOS_StdioReadline depending on
      which one makes more sense (i.e. it uses GNU only if it is defined
      *and* stdin is indeed a tty device).
      
      An embedding program that has its own wishes can set the function
      pointer to a function of its own design.  It should take a char*
      prompt argument (which may be NULL) and return a string *ending in a
      \n character* -- or "" for EOF or NULL for a user interrupt.
      
      --Guido van Rossum (home page: http://www.python.org/~guido/)
      fbd64c87
  16. 02 Ara, 1996 1 kayıt (commit)
  17. 25 Eki, 1996 1 kayıt (commit)
  18. 13 Eyl, 1996 1 kayıt (commit)
  19. 19 Agu, 1996 1 kayıt (commit)
  20. 24 May, 1996 1 kayıt (commit)
  21. 09 Nis, 1996 1 kayıt (commit)
  22. 12 Ock, 1996 1 kayıt (commit)
  23. 04 Ock, 1995 1 kayıt (commit)
  24. 01 Agu, 1994 1 kayıt (commit)
  25. 24 Ara, 1993 1 kayıt (commit)