1. 23 Agu, 2005 1 kayıt (commit)
  2. 21 Agu, 2005 1 kayıt (commit)
    • Gregory P. Smith's avatar
      [ sf.net patch # 1121611 ] · f21a5f77
      Gregory P. Smith yazdı
      A new hashlib module to replace the md5 and sha modules.  It adds
      support for additional secure hashes such as SHA-256 and SHA-512.  The
      hashlib module uses OpenSSL for fast platform optimized
      implementations of algorithms when available.  The old md5 and sha
      modules still exist as wrappers around hashlib to preserve backwards
      compatibility.
      f21a5f77
  3. 17 Tem, 2005 1 kayıt (commit)
  4. 25 Nis, 2005 1 kayıt (commit)
  5. 15 Nis, 2005 1 kayıt (commit)
  6. 09 Mar, 2005 1 kayıt (commit)
  7. 08 Mar, 2005 1 kayıt (commit)
  8. 28 Şub, 2005 1 kayıt (commit)
  9. 16 Şub, 2005 1 kayıt (commit)
  10. 23 Ock, 2005 1 kayıt (commit)
  11. 02 Ock, 2005 1 kayıt (commit)
  12. 31 Ara, 2004 1 kayıt (commit)
  13. 18 Ara, 2004 1 kayıt (commit)
  14. 13 Ara, 2004 2 kayıt (commit)
  15. 07 Ara, 2004 2 kayıt (commit)
    • Brett Cannon's avatar
      Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse · 84667c06
      Brett Cannon yazdı
      instead of getopt.  Required making use of gettext._ as optional (optparse
      changed OK'ed by Greg Ward in private email).
      84667c06
    • Brett Cannon's avatar
      setup.py now uses the library directories specified in LDFLAGS (``-L`` · 516592f4
      Brett Cannon yazdı
      directories) and the include directories specified in CPPFLAGS (``-I``
      directories) for compiling the extension modules.
      
      This has led to the core being compiled with the values in the shell's
      CPPFLAGS.  It has also removed the need for special casing to use Fink and
      DarwinPorts under darwin since the needed directories can now be specified in
      LDFLAGS and CPPFLAGS (e.g., DarwinPorts users can now do
      ``LDFLAGS=-L/opt/local/lib; CPPFLAGS=-I/opt/local/include; ./configure`` for
      everything to work properly).
      
      Parsing the values in the environment variables is done with getopt.  While optparse
      would have been a nicer solution it cannot be used because of dependency issues
      at execution time; optparse uses gettext which uses struct which will not have
      been compiled when the code is imported.  If optparse ever makes its
      importation of gettext optional by catching ImportError and setting _() to an
      identity function then it can be used.
      516592f4
  16. 13 Kas, 2004 1 kayıt (commit)
  17. 13 Eki, 2004 1 kayıt (commit)
  18. 28 Eyl, 2004 1 kayıt (commit)
  19. 31 Agu, 2004 1 kayıt (commit)
  20. 26 Agu, 2004 2 kayıt (commit)
  21. 18 Agu, 2004 1 kayıt (commit)
  22. 23 Tem, 2004 1 kayıt (commit)
  23. 20 Tem, 2004 1 kayıt (commit)
  24. 19 Tem, 2004 2 kayıt (commit)
  25. 18 Tem, 2004 2 kayıt (commit)
  26. 15 Tem, 2004 1 kayıt (commit)
  27. 26 Haz, 2004 1 kayıt (commit)
  28. 24 Haz, 2004 1 kayıt (commit)
  29. 04 Haz, 2004 1 kayıt (commit)
  30. 02 Haz, 2004 1 kayıt (commit)
  31. 19 Nis, 2004 1 kayıt (commit)
  32. 21 Mar, 2004 2 kayıt (commit)
  33. 07 Şub, 2004 1 kayıt (commit)
  34. 29 Ock, 2004 1 kayıt (commit)