1. 23 Kas, 2002 1 kayıt (commit)
    • Tim Peters's avatar
      Try linking the static Sleepycat lib into _bsddb.pyd. Hard to say · 84c7a3f3
      Tim Peters yazdı
      whether this is a correct thing to do:
      
      + There are linker warnings (see PCbuild\readme.txt).
      + test_bsddb passes, in both release and debug builds now.
      + test_bsddb3 has several failures, but it did before too.
      
      Also made pythoncore a dependency of the _bsddb project, updated
      build instructions, added database conversion XXX to NEWS, and fiddled
      the Windows installer accordingly.
      84c7a3f3
  2. 22 Kas, 2002 1 kayıt (commit)
  3. 23 Tem, 2002 1 kayıt (commit)
  4. 10 Tem, 2002 1 kayıt (commit)
  5. 06 Eyl, 2001 1 kayıt (commit)
  6. 13 Agu, 2000 1 kayıt (commit)
  7. 11 Agu, 2000 1 kayıt (commit)
  8. 21 Nis, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Mark Hammond: · 7053b8a4
      Guido van Rossum yazdı
      * Temp directory for all projects are now specific to the project
      (rather than common as before).  This avoids any conflicts with
      debug symbols or common file names etc.
      NOTE: You should manually delete your existing build directory after
      applying this patch, as the MSVC "clean" command will now only clean
      the new temporary directories - not the existing common temp
      directory.
      
      * Base address for all extension modules updated. PC\dllbase_nt.txt
      also updated.  Erroneous "libpath" directory removed for all
      projects.
      
      * winsound module moved from a builtin module to an extension
      module.  This was done primarily to avoid Python16.dll needing to
      pull in winmm.dll.  Really dumb test added for winsound - but if
      nothing else it ensures the module imports.
      7053b8a4
  9. 06 Nis, 2000 1 kayıt (commit)
  10. 29 Mar, 2000 1 kayıt (commit)
  11. 03 Şub, 2000 1 kayıt (commit)
  12. 20 Ock, 2000 1 kayıt (commit)
  13. 08 Agu, 1998 1 kayıt (commit)
  14. 06 Agu, 1998 2 kayıt (commit)
  15. 26 May, 1998 1 kayıt (commit)
  16. 15 May, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      Change the output names. Do away with the Release and Debug · 837d8bf1
      Guido van Rossum yazdı
      subdirectories.
      
      All final products go into the current directory (i.e., PCbuild).
      
      Object files go into temp-release and temp-debug.
      
      Debug versions of DLLs have _d appended to their basename, e.g. the
      debug version of python15.dll is python15_d.dll, the debug version of
      python.exe is python_d.exe, and the debug version of parser.pyd is
      parser_d.pyd.  (See corresponding patch to importdl.c.)  Uniformly
      changed all extension modules to use .pyd, not .dll.
      837d8bf1
  17. 03 Eyl, 1997 1 kayıt (commit)
    • Guido van Rossum's avatar
      At Mark Hammond's suggestion: · 9ca064fb
      Guido van Rossum yazdı
      - use the DLL versions of the C runtime (!)
      - change path settings so intermediate files go to Debug/temp or Release/temp
      - add resource file to python15.dll (can't remember what this does)
      - add a separate project to build the parser module
      9ca064fb
  18. 18 Agu, 1997 1 kayıt (commit)
  19. 14 Agu, 1997 1 kayıt (commit)