1. 03 Eyl, 2002 2 kayıt (commit)
  2. 16 Agu, 2002 1 kayıt (commit)
  3. 15 Agu, 2002 1 kayıt (commit)
  4. 07 Agu, 2002 2 kayıt (commit)
  5. 05 Agu, 2002 2 kayıt (commit)
  6. 04 Agu, 2002 5 kayıt (commit)
  7. 14 Nis, 2002 1 kayıt (commit)
    • Jack Jansen's avatar
      Mass checkin of universal newline support. · 7b8c7546
      Jack Jansen yazdı
      Highlights: import and friends will understand any of \r, \n and \r\n
      as end of line. Python file input will do the same if you use mode 'U'.
      Everything can be disabled by configuring with --without-universal-newlines.
      
      See PEP278 for details.
      7b8c7546
  8. 30 Agu, 2001 1 kayıt (commit)
  9. 27 Agu, 2001 1 kayıt (commit)
  10. 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
  11. 21 Nis, 2001 1 kayıt (commit)
  12. 01 Eyl, 2000 1 kayıt (commit)
  13. 24 Agu, 2000 1 kayıt (commit)
  14. 22 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Mass ANSIfication. · 23c9e002
      Thomas Wouters yazdı
      Work around intrcheck.c's desire to pass 'PyErr_CheckSignals' to
      'Py_AddPendingCall' by providing a (static) wrapper function that has the
      right number of arguments.
      23c9e002
  15. 11 Tem, 2000 1 kayıt (commit)
  16. 09 Tem, 2000 1 kayıt (commit)
  17. 30 Haz, 2000 2 kayıt (commit)
  18. 28 Haz, 2000 1 kayıt (commit)
  19. 03 May, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Vladimir Marangozov's long-awaited malloc restructuring. · b18618da
      Guido van Rossum yazdı
      For more comments, read the patches@python.org archives.
      For documentation read the comments in mymalloc.h and objimpl.h.
      
      (This is not exactly what Vladimir posted to the patches list; I've
      made a few changes, and Vladimir sent me a fix in private email for a
      problem that only occurs in debug mode.  I'm also holding back on his
      change to main.c, which seems unnecessary to me.)
      b18618da
  20. 03 Nis, 2000 1 kayıt (commit)
  21. 31 Mar, 2000 1 kayıt (commit)
  22. 10 Mar, 2000 1 kayıt (commit)
  23. 04 Ara, 1998 1 kayıt (commit)
  24. 25 Agu, 1998 1 kayıt (commit)
  25. 09 Nis, 1998 1 kayıt (commit)
  26. 16 Şub, 1998 2 kayıt (commit)
  27. 19 Ock, 1998 1 kayıt (commit)
  28. 29 Nis, 1997 1 kayıt (commit)
  29. 25 Nis, 1997 1 kayıt (commit)
  30. 11 Nis, 1997 1 kayıt (commit)
  31. 06 Nis, 1997 1 kayıt (commit)