1. 21 Agu, 1997 1 kayıt (commit)
  2. 05 Agu, 1997 1 kayıt (commit)
  3. 10 Tem, 1997 1 kayıt (commit)
  4. 07 May, 1997 1 kayıt (commit)
  5. 25 Eki, 1996 1 kayıt (commit)
  6. 27 Haz, 1995 1 kayıt (commit)
  7. 18 Şub, 1995 1 kayıt (commit)
  8. 12 Ock, 1995 1 kayıt (commit)
  9. 10 Ock, 1995 1 kayıt (commit)
  10. 04 Ock, 1995 1 kayıt (commit)
    • Guido van Rossum's avatar
      Added 1995 copyright. · 5799b520
      Guido van Rossum yazdı
      object.h: made sizes and refcnts signed ints.
      stringobject.h: make getstrsize() signed int.
      methodobject.h: add METH_VARARGS and METH_FREENAME flag bit definitions.
      5799b520
  11. 01 Agu, 1994 1 kayıt (commit)
  12. 26 Eki, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * compile.[ch]: support for lambda() · 12d12c5f
      Guido van Rossum yazdı
      * PROTO.h, mymalloc.h: added #ifdefs for TURBOC and GNUC.
      * allobjects.h: added #include "rangeobject.h"
      * Grammar: added lambda_input; relaxed syntax for exec.
      * bltinmodule.c: added bagof, map, reduce, lambda, xrange.
      * tupleobject.[ch]: added resizetuple().
      * rangeobject.[ch]: new object type to speed up range operations (not
        convinced this is needed!!!)
      12d12c5f
  13. 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
  14. 29 Mar, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Changed all copyright messages to include 1993. · 9bfef44d
      Guido van Rossum yazdı
      * Stubs for faster implementation of local variables (not yet finished)
      * Added function name to code object.  Print it for code and function
        objects.  THIS MAKES THE .PYC FILE FORMAT INCOMPATIBLE (the version
        number has changed accordingly)
      * Print address of self for built-in methods
      * New internal functions getattro and setattro (getattr/setattr with
        string object arg)
      * Replaced "dictobject" with more powerful "mappingobject"
      * New per-type functio tp_hash to implement arbitrary object hashing,
        and hashobject() to interface to it
      * Added built-in functions hash(v) and hasattr(v, 'name')
      * classobject: made some functions static that accidentally weren't;
        added __hash__ special instance method to implement hash()
      * Added proper comparison for built-in methods and functions
      9bfef44d
  15. 14 Ara, 1992 1 kayıt (commit)
    • Guido van Rossum's avatar
      * mymalloc.h: always allocate one extra byte, since some malloc's · 5f59d601
      Guido van Rossum yazdı
        return NULL for malloc(0) or realloc(p, 0).  (This should be done
        differently than wasting one byte, but alas...)
      * Moved "add'l libraries" option in Makefile to an earlier place.
      * Remove argument compatibility hacks (b) and (c).
      * Add grey2mono, dither2mono and mono2grey to imageop.
      * Dup the fd in socket.fromfd().
      * Added new modules mpz, md5 (by JH, requiring GNU MP 1.2).  Affects
        Makefile and config.c.
      * socketmodule.c: added socket.fromfd(fd, family, type, [proto]),
        converted socket() to use of getargs().
      5f59d601
  16. 19 Agu, 1992 1 kayıt (commit)
  17. 05 Nis, 1992 1 kayıt (commit)
  18. 24 Haz, 1991 1 kayıt (commit)
  19. 19 Şub, 1991 1 kayıt (commit)
  20. 20 Ara, 1990 2 kayıt (commit)