1. 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
  2. 14 Jun, 1993 1 commit
  3. 11 Jun, 1993 2 commits
  4. 10 Jun, 1993 4 commits
  5. 08 Jun, 1993 4 commits
  6. 05 Jun, 1993 3 commits
  7. 03 Jun, 1993 1 commit
  8. 01 Jun, 1993 2 commits
  9. 25 May, 1993 3 commits
  10. 24 May, 1993 2 commits
  11. 21 May, 1993 1 commit
    • Guido van Rossum's avatar
      * Lots of small changes related to access. · b3f7258f
      Guido van Rossum authored
      * Added "access *: ...", made access work for class methods.
      * Introduced subclass check: make sure that when calling
        ClassName.methodname(instance, ...), the instance is an instance of
        ClassName or of a subclass thereof (this might break some old code!)
      b3f7258f
  12. 20 May, 1993 1 commit
  13. 19 May, 1993 1 commit
    • Guido van Rossum's avatar
      Several changes in one: · 25831652
      Guido van Rossum authored
      (1) dictionaries/mappings now have attributes values() and items() as
      well as keys(); at the C level, use the new function mappinggetnext()
      to iterate over a dictionary.
      
      (2) "class C(): ..." is now illegal; you must write "class C: ...".
      
      (3) Class objects now know their own name (finally!); and minor
      improvements to the way how classes, functions and methods are
      represented as strings.
      
      (4) Added an "access" statement and semantics.  (This is still
      experimental -- as long as you don't use the keyword 'access' nothing
      should be changed.)
      25831652
  14. 17 May, 1993 2 commits
  15. 12 May, 1993 4 commits
  16. 11 May, 1993 1 commit
  17. 10 May, 1993 3 commits
  18. 07 May, 1993 2 commits
  19. 06 May, 1993 2 commits