1. 21 Ara, 1993 2 kayıt (commit)
  2. 20 Ara, 1993 6 kayıt (commit)
  3. 17 Ara, 1993 12 kayıt (commit)
  4. 16 Ara, 1993 2 kayıt (commit)
  5. 14 Ara, 1993 2 kayıt (commit)
  6. 13 Ara, 1993 2 kayıt (commit)
  7. 03 Ara, 1993 1 kayıt (commit)
  8. 30 Kas, 1993 3 kayıt (commit)
  9. 23 Kas, 1993 3 kayıt (commit)
    • Guido van Rossum's avatar
      Fix lay-out of previous fix. · 8732d6ae
      Guido van Rossum yazdı
      8732d6ae
    • Guido van Rossum's avatar
      * timemodule.c: Add hack for Solaris 2. · b376a4ad
      Guido van Rossum yazdı
      * posixmodule.c: don't prototype getcwd() -- it's not portable...
      * mappingobject.c: double-check validity of last_name_char in
        dict{lookup,insert,remove}.
      * arraymodule.c: need memmove only for non-STDC Suns.
      * Makefile: comment out HTML_LIBS and XT_USE by default
      * pythonmain.c: don't prototype getopt() -- it's not standardized
      * socketmodule.c: cast flags arg to {get,set}sockopt() and addrbuf arg to
        recvfrom() to (ANY*).
      * pythonrun.c (initsigs): fix prototype, make it static
      * intobject.c (LONG_BIT): only #define it if not already defined
      * classobject.[ch]: remove all references to unused instance_convert()
      * mappingobject.c (getmappingsize): Don't return NULL in int function.
      b376a4ad
    • Guido van Rossum's avatar
      * {lib,ref,ext,tut}.tex: added explicit \date{<date> \\ <release>}. · 83eb9625
      Guido van Rossum yazdı
      * lib2.tex: change bogus \\var to \var.
      83eb9625
  10. 19 Kas, 1993 1 kayıt (commit)
  11. 17 Kas, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * import.c (get_module): total rewrite, to ensure proper search order: for · c45611d0
      Guido van Rossum yazdı
        each dir in sys.path, try each possible extension.  (Note: C extensions
        are loaded before Python modules in the same directory, to allow having
        a C version used when dynamic loading is supported and a Python version
        as a back-up.)
      * import.c (reload_module): test for error from getmodulename()
      * moduleobject.c: implement module name as dict entry '__name__' instead
        of special-casing it in module_getattr(); this way a module (or
        function!) can access its own module name, and programs that know what
        they are doing can rename modules.
      * stdwinmodule.c (initstdwin): strip ".py" suffix of argv[0].
      c45611d0
  12. 11 Kas, 1993 3 kayıt (commit)
  13. 10 Kas, 1993 2 kayıt (commit)