1. 03 Ara, 2001 4 kayıt (commit)
    • Tim Peters's avatar
      mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, to · faad5ad5
      Tim Peters yazdı
      use wrappers on all platforms, to make this as consistent as possible x-
      platform (in particular, make sure there's at least one \0 byte in
      the output buffer).  Also document more of the truth about what these do.
      
      getargs.c, seterror():  Three computations of remaining buffer size were
      backwards, thus telling PyOS_snprintf the buffer is larger than it
      actually is.  This matters a lot now that PyOS_snprintf ensures there's a
      trailing \0 byte (because it didn't get the truth about the buffer size,
      it was storing \0 beyond the true end of the buffer).
      
      sysmodule.c, mywrite():  Simplify, now that PyOS_vsnprintf guarantees to
      produce a \0 byte.
      faad5ad5
    • Steven M. Gava's avatar
      further work on new configuration system, specifically, · 17d01540
      Steven M. Gava yazdı
      on keybinding configuration
      17d01540
    • Jack Jansen's avatar
      A system() lookalike that sends commands to ToolServer, by Daniel Brotsky. The… · 20ffa0e5
      Jack Jansen yazdı
      A system() lookalike that sends commands to ToolServer, by Daniel Brotsky. The semantics aren't enough like system() to add this to the main Lib folder, but it is pretty useful nonetheless for selected people.
      20ffa0e5
    • Guido van Rossum's avatar
      Fix for SF bug #485678. · 1d5b3f29
      Guido van Rossum yazdı
      slot_tp_descr_set(): When deleting an attribute described by a
      descriptor implemented in Python, the descriptor's __del__ method is
      called by the slot_tp_descr_set dispatch function.  This is bogus --
      __del__ already has a different meaning. Renaming this use of __del__
      is renamed to __delete__.
      1d5b3f29
  2. 02 Ara, 2001 15 kayıt (commit)
  3. 01 Ara, 2001 3 kayıt (commit)
  4. 30 Kas, 2001 13 kayıt (commit)
  5. 29 Kas, 2001 5 kayıt (commit)