1. 09 May, 2010 1 kayıt (commit)
  2. 24 Şub, 2010 1 kayıt (commit)
  3. 19 Ock, 2002 1 kayıt (commit)
  4. 01 Ock, 2002 1 kayıt (commit)
  5. 16 Eki, 2001 1 kayıt (commit)
  6. 13 Kas, 2000 1 kayıt (commit)
  7. 01 Eyl, 2000 1 kayıt (commit)
  8. 22 Tem, 2000 1 kayıt (commit)
  9. 30 Haz, 2000 3 kayıt (commit)
    • Guido van Rossum's avatar
      Change copyright notice - 2nd try. · ffcc3813
      Guido van Rossum yazdı
      ffcc3813
    • Guido van Rossum's avatar
      Change copyright notice. · fd71b9e9
      Guido van Rossum yazdı
      fd71b9e9
    • Fred Drake's avatar
      Trent Mick <trentm@activestate.com>: · a44d353e
      Fred Drake yazdı
      The common technique for printing out a pointer has been to cast to a long
      and use the "%lx" printf modifier. This is incorrect on Win64 where casting
      to a long truncates the pointer. The "%p" formatter should be used instead.
      
      The problem as stated by Tim:
      > Unfortunately, the C committee refused to define what %p conversion "looks
      > like" -- they explicitly allowed it to be implementation-defined. Older
      > versions of Microsoft C even stuck a colon in the middle of the address (in
      > the days of segment+offset addressing)!
      
      The result is that the hex value of a pointer will maybe/maybe not have a 0x
      prepended to it.
      
      
      Notes on the patch:
      
      There are two main classes of changes:
      - in the various repr() functions that print out pointers
      - debugging printf's in the various thread_*.h files (these are why the
      patch is large)
      
      
      Closes SourceForge patch #100505.
      a44d353e
  10. 21 Ara, 1998 1 kayıt (commit)
  11. 25 Eki, 1996 1 kayıt (commit)
  12. 08 Eki, 1996 1 kayıt (commit)
  13. 30 Tem, 1996 1 kayıt (commit)
  14. 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
  15. 23 May, 1994 1 kayıt (commit)
  16. 11 May, 1994 1 kayıt (commit)
  17. 09 May, 1994 1 kayıt (commit)