1. 21 Tem, 2007 1 kayıt (commit)
  2. 29 May, 2006 1 kayıt (commit)
  3. 01 Mar, 2006 1 kayıt (commit)
  4. 15 Şub, 2006 1 kayıt (commit)
  5. 19 Ock, 2006 1 kayıt (commit)
  6. 07 Tem, 2004 1 kayıt (commit)
  7. 02 Agu, 2002 1 kayıt (commit)
  8. 17 Tem, 2002 1 kayıt (commit)
    • Jeremy Hylton's avatar
      staticforward bites the dust. · 938ace69
      Jeremy Hylton yazdı
      The staticforward define was needed to support certain broken C
      compilers (notably SCO ODT 3.0, perhaps early AIX as well) botched the
      static keyword when it was used with a forward declaration of a static
      initialized structure.  Standard C allows the forward declaration with
      static, and we've decided to stop catering to broken C compilers.  (In
      fact, we expect that the compilers are all fixed eight years later.)
      
      I'm leaving staticforward and statichere defined in object.h as
      static.  This is only for backwards compatibility with C extensions
      that might still use it.
      
      XXX I haven't updated the documentation.
      938ace69
  9. 13 Haz, 2002 1 kayıt (commit)
  10. 08 Ara, 2001 1 kayıt (commit)
    • Guido van Rossum's avatar
      Patch supplied by Burton Radons for his own SF bug #487390: Modifying · 14648396
      Guido van Rossum yazdı
      type.__module__ behavior.
      
      This adds the module name and a dot in front of the type name in every
      type object initializer, except for built-in types (and those that
      already had this).  Note that it touches lots of Mac modules -- I have
      no way to test these but the changes look right.  Apologies if they're
      not.  This also touches the weakref docs, which contains a sample type
      object initializer.  It also touches the mmap test output, because the
      mmap type's repr is included in that output.  It touches object.h to
      put the correct description in a comment.
      14648396
  11. 28 Kas, 2001 1 kayıt (commit)
  12. 11 Kas, 2001 1 kayıt (commit)
  13. 28 Şub, 2001 1 kayıt (commit)
  14. 17 Ara, 2000 1 kayıt (commit)
  15. 01 Eyl, 2000 1 kayıt (commit)
  16. 24 Tem, 2000 1 kayıt (commit)
  17. 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
  18. 30 Haz, 2000 2 kayıt (commit)
  19. 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
  20. 29 Şub, 2000 1 kayıt (commit)
  21. 07 Şub, 2000 1 kayıt (commit)
  22. 04 Ara, 1998 1 kayıt (commit)
  23. 03 Eki, 1998 2 kayıt (commit)
  24. 13 Nis, 1998 1 kayıt (commit)
  25. 03 Mar, 1998 1 kayıt (commit)
  26. 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
  27. 17 Tem, 1997 1 kayıt (commit)
  28. 25 Mar, 1997 1 kayıt (commit)
  29. 17 Ara, 1996 1 kayıt (commit)
  30. 25 Eki, 1996 1 kayıt (commit)
  31. 21 Tem, 1996 1 kayıt (commit)
  32. 26 Ock, 1996 1 kayıt (commit)
  33. 28 Agu, 1995 1 kayıt (commit)
  34. 07 Tem, 1995 1 kayıt (commit)
  35. 16 Mar, 1995 1 kayıt (commit)
  36. 14 Mar, 1995 1 kayıt (commit)
  37. 04 Ock, 1995 1 kayıt (commit)
  38. 13 Eki, 1994 1 kayıt (commit)