1. 17 Ara, 2000 1 kayıt (commit)
  2. 01 Eyl, 2000 1 kayıt (commit)
  3. 24 Tem, 2000 1 kayıt (commit)
  4. 08 Tem, 2000 1 kayıt (commit)
    • Fred Drake's avatar
      ANSI-fy the sources. · e3a41c65
      Fred Drake yazdı
      Convert to using PyArg_ParseTuple() as appropriate to allow method names
      in error messages.
      Re-indent to four-space indentation.
      e3a41c65
  5. 30 Haz, 2000 2 kayıt (commit)
  6. 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
  7. 29 Şub, 2000 1 kayıt (commit)
  8. 07 Şub, 2000 1 kayıt (commit)
  9. 04 Ara, 1998 1 kayıt (commit)
  10. 03 Eki, 1998 2 kayıt (commit)
  11. 13 Nis, 1998 1 kayıt (commit)
  12. 03 Mar, 1998 1 kayıt (commit)
  13. 01 Eki, 1997 1 kayıt (commit)
    • Guido van Rossum's avatar
      Apply two changes, systematically: · 0cb96de2
      Guido van Rossum yazdı
      (1) Use PyErr_NewException("module.class", NULL, NULL) to create the
          exception object.
      
      (2) Remove all calls to Py_FatalError(); instead, return or
          ignore the errors -- the import code now checks PyErr_Occurred()
          after calling a module's init function, so it's no longer a
          fatal error for the initialization to fail.
      
      Also did some small cleanups, e.g. removed unnecessary test for
      "already initialized" from initfpectl(), and unified
      initposix()/initnt().
      
      I haven't checked this very thoroughly, so while the changes are
      pretty trivial -- beware of untested code!
      0cb96de2
  14. 17 Tem, 1997 1 kayıt (commit)
  15. 25 Mar, 1997 1 kayıt (commit)
  16. 17 Ara, 1996 1 kayıt (commit)
  17. 25 Eki, 1996 1 kayıt (commit)
  18. 21 Tem, 1996 1 kayıt (commit)
  19. 26 Ock, 1996 1 kayıt (commit)
  20. 28 Agu, 1995 1 kayıt (commit)
  21. 07 Tem, 1995 1 kayıt (commit)
  22. 16 Mar, 1995 1 kayıt (commit)
  23. 14 Mar, 1995 1 kayıt (commit)
  24. 04 Ock, 1995 1 kayıt (commit)
  25. 13 Eki, 1994 1 kayıt (commit)
  26. 08 Agu, 1994 1 kayıt (commit)
  27. 01 Agu, 1994 1 kayıt (commit)
  28. 29 Mar, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Changed all copyright messages to include 1993. · 9bfef44d
      Guido van Rossum yazdı
      * Stubs for faster implementation of local variables (not yet finished)
      * Added function name to code object.  Print it for code and function
        objects.  THIS MAKES THE .PYC FILE FORMAT INCOMPATIBLE (the version
        number has changed accordingly)
      * Print address of self for built-in methods
      * New internal functions getattro and setattro (getattr/setattr with
        string object arg)
      * Replaced "dictobject" with more powerful "mappingobject"
      * New per-type functio tp_hash to implement arbitrary object hashing,
        and hashobject() to interface to it
      * Added built-in functions hash(v) and hasattr(v, 'name')
      * classobject: made some functions static that accidentally weren't;
        added __hash__ special instance method to implement hash()
      * Added proper comparison for built-in methods and functions
      9bfef44d
  29. 29 Haz, 1992 1 kayıt (commit)