1. 13 Oct, 1998 1 commit
  2. 12 Aug, 1997 1 commit
  3. 02 Jun, 1997 1 commit
  4. 23 May, 1997 1 commit
  5. 22 May, 1997 1 commit
  6. 16 May, 1997 1 commit
  7. 05 May, 1997 1 commit
  8. 11 Apr, 1997 1 commit
  9. 03 Jan, 1997 1 commit
  10. 09 Dec, 1996 2 commits
  11. 05 Dec, 1996 1 commit
  12. 25 Oct, 1996 1 commit
  13. 09 Mar, 1995 1 commit
  14. 22 Jan, 1995 1 commit
  15. 17 Jan, 1995 1 commit
  16. 04 Jan, 1995 1 commit
  17. 02 Jan, 1995 1 commit
  18. 19 Aug, 1994 1 commit
  19. 01 Aug, 1994 1 commit
  20. 23 Nov, 1993 1 commit
    • Guido van Rossum's avatar
      * timemodule.c: Add hack for Solaris 2. · b376a4ad
      Guido van Rossum authored
      * 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
  21. 10 Nov, 1993 1 commit
    • Guido van Rossum's avatar
      * posixmodule.c: added set{uid,gid}. · a3d78fb2
      Guido van Rossum authored
      * {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
  22. 05 Nov, 1993 1 commit
  23. 03 Nov, 1993 1 commit
    • Guido van Rossum's avatar
      * nismodule.c: database keys and values can contain null bytes. be more · e77a7570
      Guido van Rossum authored
        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
  24. 01 Nov, 1993 1 commit
  25. 11 Oct, 1993 1 commit
  26. 17 Jun, 1993 1 commit
    • Guido van Rossum's avatar
      * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. · 234f942a
      Guido van Rossum authored
        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
  27. 07 Apr, 1993 1 commit
  28. 19 Feb, 1993 1 commit