1. 03 Nis, 2003 1 kayıt (commit)
  2. 20 Mar, 2003 1 kayıt (commit)
  3. 17 Mar, 2003 1 kayıt (commit)
  4. 26 Ock, 2003 1 kayıt (commit)
  5. 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
  6. 12 Ara, 2002 1 kayıt (commit)
  7. 02 Ara, 2002 1 kayıt (commit)
  8. 19 Kas, 2002 2 kayıt (commit)
  9. 09 Agu, 2002 1 kayıt (commit)
  10. 05 Agu, 2002 1 kayıt (commit)
  11. 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
  12. 19 Nis, 2002 1 kayıt (commit)
  13. 04 Nis, 2002 1 kayıt (commit)
  14. 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
  15. 17 Eki, 2001 1 kayıt (commit)
  16. 22 Agu, 2001 1 kayıt (commit)
  17. 02 Agu, 2001 1 kayıt (commit)
  18. 22 Mar, 2001 1 kayıt (commit)
  19. 27 Şub, 2001 1 kayıt (commit)
  20. 22 Şub, 2001 1 kayıt (commit)
    • Andrew M. Kuchling's avatar
      Remove soundex module, as stated by GvR. · b995509c
      Andrew M. Kuchling yazdı
          (Fred, I'll leave the doc changes to you, because I don't know if you
           want to delete libsoundex.tex or leave it in.
           Someone else will have to tweak PC/os2vacpp/{config.c,makefile} and
           PCbuild/pythoncore.dsp, both of which refer to soundex.c)
      b995509c
  21. 21 Şub, 2001 1 kayıt (commit)
  22. 06 Şub, 2001 1 kayıt (commit)
  23. 04 Şub, 2001 1 kayıt (commit)
  24. 02 Şub, 2001 1 kayıt (commit)
  25. 01 Şub, 2001 1 kayıt (commit)
  26. 29 Ock, 2001 1 kayıt (commit)
  27. 27 Ock, 2001 1 kayıt (commit)
  28. 17 Ock, 2001 4 kayıt (commit)
  29. 15 Ock, 2001 1 kayıt (commit)
  30. 11 Ock, 2001 1 kayıt (commit)
  31. 10 Ock, 2001 1 kayıt (commit)
  32. 09 Ock, 2001 1 kayıt (commit)
  33. 22 Ara, 2000 1 kayıt (commit)
  34. 12 Ara, 2000 1 kayıt (commit)
  35. 26 Eki, 2000 1 kayıt (commit)
  36. 14 Eki, 2000 1 kayıt (commit)