1. 19 Mar, 1999 1 kayıt (commit)
  2. 23 Şub, 1999 1 kayıt (commit)
  3. 04 Ara, 1998 1 kayıt (commit)
  4. 14 Eki, 1998 2 kayıt (commit)
  5. 13 Eki, 1998 1 kayıt (commit)
  6. 12 Agu, 1997 1 kayıt (commit)
  7. 02 Haz, 1997 1 kayıt (commit)
  8. 23 May, 1997 1 kayıt (commit)
  9. 22 May, 1997 1 kayıt (commit)
  10. 16 May, 1997 1 kayıt (commit)
  11. 05 May, 1997 1 kayıt (commit)
  12. 11 Nis, 1997 1 kayıt (commit)
  13. 03 Ock, 1997 1 kayıt (commit)
  14. 09 Ara, 1996 2 kayıt (commit)
  15. 05 Ara, 1996 1 kayıt (commit)
  16. 25 Eki, 1996 1 kayıt (commit)
  17. 09 Mar, 1995 1 kayıt (commit)
  18. 22 Ock, 1995 1 kayıt (commit)
  19. 17 Ock, 1995 1 kayıt (commit)
  20. 04 Ock, 1995 1 kayıt (commit)
  21. 02 Ock, 1995 1 kayıt (commit)
  22. 19 Agu, 1994 1 kayıt (commit)
  23. 01 Agu, 1994 1 kayıt (commit)
  24. 23 Kas, 1993 1 kayıt (commit)
    • 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
  25. 10 Kas, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * posixmodule.c: added set{uid,gid}. · a3d78fb2
      Guido van Rossum yazdı
      * {tuple,list,mapping,array}object.c: call printobject with 0 for flags
      * compile.c (parsestr): use quote instead of '\'' at one crucial point
      * arraymodule.c (array_getattr): Added __members__ attribute
      a3d78fb2
  26. 05 Kas, 1993 1 kayıt (commit)
  27. 03 Kas, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * nismodule.c: database keys and values can contain null bytes. be more · e77a7570
      Guido van Rossum yazdı
        careful about these.
      * arraymodule.c: added 8 byte swap; added 'i' format character; added
        reverse() method; rename read/write to fromfile/tofile.
      * config.c: Set version to 0.9.9++.
      * rotormodule.c (r_rand): declare k1..k5 as unsigned longs so the shifts
        will have a well-defined effect independent of word size.
      * bltinmodule.c: renamed bagof() to filter().
      e77a7570
  28. 01 Kas, 1993 1 kayıt (commit)
  29. 11 Eki, 1993 1 kayıt (commit)
  30. 17 Haz, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. · 234f942a
      Guido van Rossum yazdı
        Added $(SYSDEF) to its build rule in Makefile.
      * cgensupport.[ch], modsupport.[ch]: removed some old stuff.  Also
        changed files that still used it...  And made several things static
        that weren't but should have been...  And other minor cleanups...
      * listobject.[ch]: add external interfaces {set,get}listslice
      * socketmodule.c: fix bugs in new send() argument parsing.
      * sunaudiodevmodule.c: added flush() and close().
      234f942a
  31. 07 Nis, 1993 1 kayıt (commit)
  32. 19 Şub, 1993 1 kayıt (commit)