1. 01 Eyl, 2000 1 kayıt (commit)
  2. 09 Tem, 2000 1 kayıt (commit)
  3. 30 Haz, 2000 2 kayıt (commit)
  4. 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
  5. 29 Ock, 1999 1 kayıt (commit)
  6. 25 Eki, 1996 1 kayıt (commit)
  7. 04 Ock, 1995 1 kayıt (commit)
  8. 28 Eyl, 1994 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Include/classobject.h, Objects/classobject.c, Python/ceval.c: · 03093a24
      Guido van Rossum yazdı
      	entirely redone operator overloading.  The rules for class
      	instances are now much more relaxed than for other built-in types
      	(whose coerce must still return two objects of the same type)
      
      	* Objects/floatobject.c: add overflow check when converting float
      	to int and implement truncation towards zero using ceil/float
      
      	* Objects/longobject.c: change ValueError to OverflowError when
      	converting to int
      
      	* Objects/rangeobject.c: modernized
      
      	* Objects/stringobject.c: use HAVE_LIMITS instead of __STDC__
      
      	* Objects/xxobject.c: changed to use new style (not finished?)
      03093a24
  9. 01 Agu, 1994 1 kayıt (commit)
  10. 12 May, 1993 1 kayıt (commit)
  11. 26 Ock, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Added Fixcprt.py: script to fix copyright message. · 34679b76
      Guido van Rossum yazdı
      * various modules: added 1993 to copyright.
      * thread.c: added copyright notice.
      * ceval.c: minor change to error message for "+"
      * stdwinmodule.c: check for error from wfetchcolor
      * config.c: MS-DOS fixes (define PYTHONPATH, use DELIM, use osdefs.h)
      * Add declaration of inittab to import.h
      * sysmodule.c: added sys.builtin_module_names
      * xxmodule.c, xxobject.c: fix minor errors
      34679b76
  12. 04 Eyl, 1992 1 kayıt (commit)
  13. 14 Agu, 1992 1 kayıt (commit)
  14. 19 Haz, 1992 1 kayıt (commit)
  15. 06 Nis, 1992 1 kayıt (commit)
  16. 19 Şub, 1991 1 kayıt (commit)
  17. 02 Ock, 1991 2 kayıt (commit)
  18. 14 Eki, 1990 1 kayıt (commit)