1. 28 Kas, 2001 1 kayıt (commit)
  2. 18 Eki, 2001 2 kayıt (commit)
  3. 05 Eyl, 2001 1 kayıt (commit)
  4. 18 Tem, 2001 1 kayıt (commit)
  5. 10 Ock, 2001 1 kayıt (commit)
  6. 25 Eki, 2000 1 kayıt (commit)
  7. 05 Eki, 2000 1 kayıt (commit)
  8. 01 Eyl, 2000 1 kayıt (commit)
  9. 30 Haz, 2000 2 kayıt (commit)
  10. 22 Ara, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Cleanup patches from Greg Stein: · 96a8fb7e
      Guido van Rossum yazdı
      * in import.c, #ifdef out references to dynamic loading based on
        HAVE_DYNAMIC_LOADING
      
      * clean out the platform-specific crud from importdl.c.
        [ maybe fold this function into import.c and drop the importdl.c file? Greg.]
      
      * change GetDynLoadFunc's "funcname" parameter to "shortname". change
        "name" to "fqname" for clarification.
      
      * each GetDynLoadFunc now creates its own funcname value.
      
        WARNING: as I mentioned previously, we may run into an issue with a
        missing "_" on some platforms. Testing will show this pretty quickly,
        however.
      
      * move pathname munging into dynload_shlib.c
      96a8fb7e
  11. 20 Ara, 1999 1 kayıt (commit)
  12. 10 Ara, 1996 1 kayıt (commit)
  13. 09 Ara, 1996 1 kayıt (commit)
  14. 25 Eki, 1996 1 kayıt (commit)
  15. 11 Eki, 1995 1 kayıt (commit)
  16. 04 Ock, 1995 1 kayıt (commit)
  17. 12 Eyl, 1994 1 kayıt (commit)
  18. 01 Agu, 1994 1 kayıt (commit)
  19. 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
  20. 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
  21. 13 Agu, 1992 1 kayıt (commit)
  22. 15 May, 1992 1 kayıt (commit)
  23. 05 Nis, 1992 1 kayıt (commit)
  24. 19 Şub, 1991 1 kayıt (commit)
  25. 02 Kas, 1990 1 kayıt (commit)
  26. 14 Eki, 1990 1 kayıt (commit)