1. 24 May, 2016 1 kayıt (commit)
  2. 03 May, 2015 1 kayıt (commit)
  3. 13 Mar, 2013 1 kayıt (commit)
  4. 14 Nis, 2012 1 kayıt (commit)
    • Brett Cannon's avatar
      Issue #2377: Make importlib the implementation of __import__(). · fd074155
      Brett Cannon yazdı
      importlib._bootstrap is now frozen into Python/importlib.h and stored
      as _frozen_importlib in sys.modules. Py_Initialize() loads the frozen
      code along with sys and imp and then uses _frozen_importlib._install()
      to set builtins.__import__() w/ _frozen_importlib.__import__().
      fd074155
  5. 16 May, 2011 1 kayıt (commit)
  6. 09 May, 2010 4 kayıt (commit)
  7. 12 Kas, 2007 1 kayıt (commit)
  8. 15 Eki, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Patch #1272, by Christian Heimes and Alexandre Vassalotti. · 00bc0e0a
      Guido van Rossum yazdı
      Changes to make __file__ a proper Unicode object, using the default
      filesystem encoding.
      This is a bit tricky because the default filesystem encoding isn't
      set by the time we import the first modules; at that point we fudge
      things a bit.  This is okay since __file__ isn't really used much
      except for error reporting.
      Tested on OSX and Linux only so far.
      00bc0e0a
  9. 12 Haz, 2007 1 kayıt (commit)
  10. 09 Şub, 2007 1 kayıt (commit)
  11. 13 Ara, 2006 2 kayıt (commit)
  12. 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
  13. 14 Haz, 2002 1 kayıt (commit)
  14. 18 Eki, 2001 2 kayıt (commit)
  15. 01 Eyl, 2000 1 kayıt (commit)
  16. 30 Haz, 2000 2 kayıt (commit)
  17. 03 Nis, 1998 1 kayıt (commit)
  18. 19 Tem, 1997 1 kayıt (commit)
  19. 25 Eki, 1996 1 kayıt (commit)
  20. 17 Haz, 1996 1 kayıt (commit)
  21. 28 May, 1996 1 kayıt (commit)
  22. 04 Agu, 1995 1 kayıt (commit)