1. 07 Tem, 2008 1 kayıt (commit)
  2. 11 May, 2008 1 kayıt (commit)
  3. 20 May, 2007 1 kayıt (commit)
  4. 06 Agu, 2006 1 kayıt (commit)
  5. 23 May, 2006 3 kayıt (commit)
  6. 03 Nis, 2006 1 kayıt (commit)
  7. 27 Ara, 2005 1 kayıt (commit)
  8. 09 Mar, 2005 1 kayıt (commit)
  9. 23 Ock, 2005 1 kayıt (commit)
  10. 31 Agu, 2004 1 kayıt (commit)
  11. 29 Tem, 2004 1 kayıt (commit)
  12. 19 Tem, 2004 1 kayıt (commit)
  13. 18 Tem, 2004 1 kayıt (commit)
  14. 28 Ock, 2004 1 kayıt (commit)
  15. 17 Ock, 2004 2 kayıt (commit)
  16. 14 Haz, 2003 1 kayıt (commit)
  17. 26 May, 2003 1 kayıt (commit)
  18. 03 Nis, 2003 1 kayıt (commit)
  19. 20 Mar, 2003 1 kayıt (commit)
  20. 17 Mar, 2003 1 kayıt (commit)
  21. 26 Ock, 2003 1 kayıt (commit)
  22. 30 Ara, 2002 1 kayıt (commit)
    • Just van Rossum's avatar
      PEP 302 + zipimport: · 52e14d64
      Just van Rossum yazdı
      - new import hooks in import.c, exposed in the sys module
      - new module called 'zipimport'
      - various changes to allow bootstrapping from zip files
      
      I hope I didn't break the Windows build (or anything else for that
      matter), but then again, it's been sitting on sf long enough...
      
      Regarding the latest discussions on python-dev: zipimport sets
      pkg.__path__ as specified in PEP 273, and likewise, sys.path item such as
      /path/to/Archive.zip/subdir/ are supported again.
      52e14d64
  23. 12 Ara, 2002 1 kayıt (commit)
  24. 02 Ara, 2002 1 kayıt (commit)
  25. 19 Kas, 2002 2 kayıt (commit)
  26. 09 Agu, 2002 1 kayıt (commit)
  27. 05 Agu, 2002 1 kayıt (commit)
  28. 14 Haz, 2002 1 kayıt (commit)
    • Guido van Rossum's avatar
      SF patch 568629 by Oren Tirosh: types made callable. · bea18ccd
      Guido van Rossum yazdı
      These built-in functions are replaced by their (now callable) type:
      
          slice()
          buffer()
      
      and these types can also be called (but have no built-in named
      function named after them)
      
          classobj (type name used to be "class")
          code
          function
          instance
          instancemethod (type name used to be "instance method")
      
      The module "new" has been replaced with a small backward compatibility
      placeholder in Python.
      
      A large portion of the patch simply removes the new module from
      various platform-specific build recipes.  The following binary Mac
      project files still have references to it:
      
          Mac/Build/PythonCore.mcp
          Mac/Build/PythonStandSmall.mcp
          Mac/Build/PythonStandalone.mcp
      
      [I've tweaked the code layout and the doc strings here and there, and
      added a comment to types.py about StringTypes vs. basestring.  --Guido]
      bea18ccd
  29. 19 Nis, 2002 1 kayıt (commit)
  30. 04 Nis, 2002 1 kayıt (commit)
  31. 16 Şub, 2002 1 kayıt (commit)
    • Marc-André Lemburg's avatar
      Break SSL support out of _socket module and place it into a new · a5d2b4cb
      Marc-André Lemburg yazdı
      helper module _ssl.
      
      The support for the RAND_* APIs in _ssl is now only enabled
      for OpenSSL 0.9.5 and up since they were added in that
      release.
      
      Note that socketmodule.* should really be renamed to _socket.* --
      unfortunately, this seems to lose the CVS history of the file.
      
      Please review and test... I was only able to test the header file
      chaos in socketmodule.c/h on Linux. The test run through fine
      and compiles don't give errors or warnings.
      
      WARNING: This patch does *not* include changes to the various
      non-Unix build process files.
      a5d2b4cb
  32. 17 Eki, 2001 1 kayıt (commit)
  33. 22 Agu, 2001 1 kayıt (commit)
  34. 02 Agu, 2001 1 kayıt (commit)
  35. 22 Mar, 2001 1 kayıt (commit)
  36. 27 Şub, 2001 1 kayıt (commit)