1. 18 Agu, 1994 1 kayıt (commit)
  2. 01 Agu, 1994 1 kayıt (commit)
  3. 05 Kas, 1993 1 kayıt (commit)
  4. 28 Tem, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Added support for X11 modules. · a3309960
      Guido van Rossum yazdı
      * Makefile: change location of FORMS library.
      * posixmodule.c: turn #if 0 into #ifdef MSDOS (stuff in unistd.h or not)
      * Almost all .h files: added CPP magic to avoid duplicate inclusions and
        to support inclusion from C++.
      a3309960
  5. 19 May, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      Several changes in one: · 25831652
      Guido van Rossum yazdı
      (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
  6. 27 Mar, 1993 1 kayıt (commit)
  7. 26 Ock, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Added Fixcprt.py: script to fix copyright message. · 34679b76
      Guido van Rossum yazdı
      * various modules: added 1993 to copyright.
      * thread.c: added copyright notice.
      * ceval.c: minor change to error message for "+"
      * stdwinmodule.c: check for error from wfetchcolor
      * config.c: MS-DOS fixes (define PYTHONPATH, use DELIM, use osdefs.h)
      * Add declaration of inittab to import.h
      * sysmodule.c: added sys.builtin_module_names
      * xxmodule.c, xxobject.c: fix minor errors
      34679b76
  8. 04 Ock, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Configure.py: use #!/usr/local/bin/python · a2b7f405
      Guido van Rossum yazdı
      * posixmodule.c: move extern function declarations to top
      * listobject.c: cmp() arguments must be void* if __STDC__
      * Makefile, allobjects.h, panelmodule.c, modsupport.c: get rid of
        strdup() -- it is a portability risk
      * Makefile: enclosed ranlib command in parentheses for Sequent Make
        which aborts if the command is not found even if '-' is present
      * timemodule.c: time() returns a floating point number, in microsecond
        precision if BSD_TIME is defined.
      a2b7f405
  9. 19 Agu, 1992 1 kayıt (commit)
  10. 05 Nis, 1992 1 kayıt (commit)
  11. 27 Mar, 1992 1 kayıt (commit)
  12. 24 Haz, 1991 1 kayıt (commit)
  13. 05 May, 1991 1 kayıt (commit)
  14. 19 Şub, 1991 1 kayıt (commit)
  15. 20 Ara, 1990 2 kayıt (commit)