1. 24 Agu, 2001 2 kayıt (commit)
  2. 19 Agu, 2001 1 kayıt (commit)
  3. 18 Agu, 2001 1 kayıt (commit)
  4. 17 Agu, 2001 1 kayıt (commit)
    • Tim Peters's avatar
      A self-contained piece of Michael Hudson's patch · de642bdc
      Tim Peters yazdı
          #449043 supporting __future__ in simulated shells
      in support of PEP 264.
      
      Much has changed from the patch version:
      + Repaired bad hex constant for nested_scopes.
      + Defined symbolic CO_xxx names so global search will find these uses.
      + Made the exported list of feature names explicit, instead of abusing
        __all__ for this purpose (and redefined __all__ accordingly).
      + Added gross .compiler_flag verification to test___future__.py, and
        reworked it a little to make use of the newly exported explicit list
        of feature names.
      de642bdc
  5. 08 Agu, 2001 1 kayıt (commit)
    • Guido van Rossum's avatar
      Implement PEP 238 in its (almost) full glory. · 4668b000
      Guido van Rossum yazdı
      This introduces:
      
      - A new operator // that means floor division (the kind of division
        where 1/2 is 0).
      
      - The "future division" statement ("from __future__ import division)
        which changes the meaning of the / operator to implement "true
        division" (where 1/2 is 0.5).
      
      - New overloadable operators __truediv__ and __floordiv__.
      
      - New slots in the PyNumberMethods struct for true and floor division,
        new abstract APIs for them, new opcodes, and so on.
      
      I emphasize that without the future division statement, the semantics
      of / will remain unchanged until Python 3.0.
      
      Not yet implemented are warnings (default off) when / is used with int
      or long arguments.
      
      This has been on display since 7/31 as SF patch #443474.
      
      Flames to /dev/null.
      4668b000
  6. 15 Tem, 2001 1 kayıt (commit)
  7. 12 Tem, 2001 1 kayıt (commit)
  8. 15 Mar, 2001 1 kayıt (commit)
  9. 02 Mar, 2001 2 kayıt (commit)
  10. 28 Şub, 2001 1 kayıt (commit)
  11. 26 Şub, 2001 1 kayıt (commit)