1. 23 Ock, 2007 1 kayıt (commit)
  2. 15 Nis, 2006 2 kayıt (commit)
  3. 20 Mar, 2006 1 kayıt (commit)
  4. 07 Mar, 2006 1 kayıt (commit)
  5. 16 Şub, 2006 1 kayıt (commit)
  6. 20 Eki, 2005 1 kayıt (commit)
    • Jeremy Hylton's avatar
      Merge ast-branch to head · 3e0055f8
      Jeremy Hylton yazdı
      This change implements a new bytecode compiler, based on a
      transformation of the parse tree to an abstract syntax defined in
      Parser/Python.asdl.
      
      The compiler implementation is not complete, but it is in stable
      enough shape to run the entire test suite excepting two disabled
      tests.
      3e0055f8
  7. 21 Mar, 2004 1 kayıt (commit)
  8. 19 Kas, 2003 1 kayıt (commit)
  9. 22 Şub, 2003 1 kayıt (commit)
  10. 15 Agu, 2002 1 kayıt (commit)
    • Michael W. Hudson's avatar
      This is my patch · dd32a91c
      Michael W. Hudson yazdı
      [ 587993 ] SET_LINENO killer
      
      Remove SET_LINENO.  Tracing is now supported by inspecting co_lnotab.
      
      Many sundry changes to document and adapt to this change.
      dd32a91c
  11. 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
  12. 29 Mar, 2002 1 kayıt (commit)
  13. 28 Kas, 2001 1 kayıt (commit)
  14. 27 Kas, 2001 1 kayıt (commit)
    • Tim Peters's avatar
      SF bug 485175: buffer overflow in traceback.c. · 6d20b43a
      Tim Peters yazdı
      Bugfix candidate.
      tb_displayline():  the sprintf format was choking off the file name, but
      used plain %s for the function name (which can be arbitrarily long).
      Limit both to 500 chars max.
      6d20b43a
  15. 22 Eki, 2001 2 kayıt (commit)
  16. 01 Eyl, 2000 1 kayıt (commit)
  17. 22 Tem, 2000 1 kayıt (commit)
  18. 30 Haz, 2000 2 kayıt (commit)
  19. 28 Haz, 2000 1 kayıt (commit)
  20. 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
  21. 31 Mar, 2000 1 kayıt (commit)
  22. 13 Mar, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Christian Tismer's "trashcan" patch: · d724b234
      Guido van Rossum yazdı
      Added wrapping macros to dictobject.c, listobject.c, tupleobject.c,
      frameobject.c, traceback.c that safely prevends core dumps
      on stack overflow. Macros and functions in object.c, object.h.
      The method is an "elevator destructor" that turns cascading
      deletes into tail recursive behavior when some limit is hit.
      d724b234
  23. 18 Eyl, 1999 1 kayıt (commit)
  24. 22 May, 1997 1 kayıt (commit)
  25. 05 May, 1997 2 kayıt (commit)
  26. 29 Nis, 1997 1 kayıt (commit)
  27. 11 Nis, 1997 1 kayıt (commit)
  28. 24 Ock, 1997 1 kayıt (commit)
  29. 25 Eki, 1996 1 kayıt (commit)
  30. 18 Eyl, 1995 1 kayıt (commit)
  31. 18 Tem, 1995 1 kayıt (commit)
  32. 07 Tem, 1995 1 kayıt (commit)
  33. 04 Ock, 1995 1 kayıt (commit)
    • Guido van Rossum's avatar
      Added 1995 to copyright message. · 6d023c98
      Guido van Rossum yazdı
      bltinmodule.c: fixed coerce() nightmare in ternary pow().
      modsupport.c (initmodule2): pass METH_FREENAME flag to newmethodobject().
      pythonrun.c: move flushline() into and around print_error().
      6d023c98
  34. 02 Ock, 1995 1 kayıt (commit)
  35. 29 Eyl, 1994 1 kayıt (commit)
  36. 29 Agu, 1994 1 kayıt (commit)