1. 06 May, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Tim Peters writes: · 9263e78f
      Guido van Rossum yazdı
      1. Fixes float divmod so that the quotient it returns is always an integral
      value.
      
      2. Fixes float % and float divmod so that the remainder always gets the
      right sign (the current code uses a "are the signs different?" test that
      doesn't work half the time <wink> when the product of the divisor and the
      remainder underflows to 0).
      9263e78f
  2. 19 Mar, 1999 1 kayıt (commit)
  3. 12 Mar, 1999 2 kayıt (commit)
  4. 11 Mar, 1999 1 kayıt (commit)
  5. 10 Mar, 1999 1 kayıt (commit)
  6. 31 Eki, 1997 1 kayıt (commit)
  7. 05 Agu, 1997 1 kayıt (commit)
  8. 13 May, 1997 1 kayıt (commit)
  9. 02 May, 1997 1 kayıt (commit)
  10. 14 Mar, 1997 1 kayıt (commit)
  11. 14 Şub, 1997 1 kayıt (commit)
  12. 11 Ock, 1997 1 kayıt (commit)
  13. 25 Eki, 1996 1 kayıt (commit)
  14. 11 Eyl, 1996 1 kayıt (commit)
  15. 16 Agu, 1996 1 kayıt (commit)
  16. 09 Agu, 1996 1 kayıt (commit)
  17. 26 Haz, 1996 1 kayıt (commit)
  18. 24 May, 1996 1 kayıt (commit)
  19. 12 Ock, 1996 1 kayıt (commit)
  20. 27 Şub, 1995 1 kayıt (commit)
  21. 13 Şub, 1995 1 kayıt (commit)
  22. 10 Şub, 1995 1 kayıt (commit)
  23. 17 Ock, 1995 1 kayıt (commit)
  24. 04 Ock, 1995 1 kayıt (commit)
  25. 02 Ock, 1995 1 kayıt (commit)
  26. 28 Eyl, 1994 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Include/classobject.h, Objects/classobject.c, Python/ceval.c: · 03093a24
      Guido van Rossum yazdı
      	entirely redone operator overloading.  The rules for class
      	instances are now much more relaxed than for other built-in types
      	(whose coerce must still return two objects of the same type)
      
      	* Objects/floatobject.c: add overflow check when converting float
      	to int and implement truncation towards zero using ceil/float
      
      	* Objects/longobject.c: change ValueError to OverflowError when
      	converting to int
      
      	* Objects/rangeobject.c: modernized
      
      	* Objects/stringobject.c: use HAVE_LIMITS instead of __STDC__
      
      	* Objects/xxobject.c: changed to use new style (not finished?)
      03093a24
  27. 12 Agu, 1994 1 kayıt (commit)
  28. 01 Agu, 1994 1 kayıt (commit)
  29. 11 Eki, 1993 1 kayıt (commit)
  30. 05 Tem, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Makefile: added all: and default: targets. · f1dc5663
      Guido van Rossum yazdı
      * many files: made some functions static; removed "extern int errno;".
      * frozenmain.c: fixed bugs introduced on 24 June...
      * flmodule.c: remove 1.5 bw compat hacks, add new functions in 2.2a
        (and some old functions that were omitted).
      * timemodule.c: added MSDOS floatsleep version .
      * pgenmain.c: changed exit() to goaway() and added defn of goaway().
      * intrcheck.c: add hack (to UNIX only) so interrupting 3 times
        will exit from a hanging program.  The second interrupt prints
        a message explaining this to the user.
      f1dc5663
  31. 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
  32. 07 Nis, 1993 1 kayıt (commit)
  33. 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
  34. 16 Mar, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Changed many files to use mkvalue() instead of newtupleobject(). · e537240c
      Guido van Rossum yazdı
      * Fixcprt.py: added [-y file] option, do only files younger than file.
      * modsupport.[ch]: added vmkvalue().
      * intobject.c: use mkvalue().
      * stringobject.c: added "formatstring"; renamed string* to string_*;
        ceval.c: call formatstring for string % value.
      * longobject.c: close memory leak in divmod.
      * parsetok.c: set result node to NULL when returning an error.
      e537240c
  35. 12 Eyl, 1992 1 kayıt (commit)
  36. 14 Agu, 1992 1 kayıt (commit)
  37. 05 Nis, 1992 1 kayıt (commit)
  38. 27 Mar, 1992 1 kayıt (commit)
  39. 26 Ock, 1992 1 kayıt (commit)