- 23 Kas, 2002 1 kayıt (commit)
-
-
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.
-
- 22 Kas, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
The bsddb subproject is gone. The _bsddb subproject is new. There are problems here, but I'm out of time to work on this now. If anyone can address an XXX comment or two in readme.txt, please do!
-
- 23 Tem, 2002 1 kayıt (commit)
-
-
Mark Hammond yazdı
command line for Windows builds. This should allow MSVC to import and build the Python MSVC6 project files without error.
-
- 10 Tem, 2002 1 kayıt (commit)
-
-
Mark Hammond yazdı
-
- 06 Eyl, 2001 1 kayıt (commit)
-
-
Mark Hammond yazdı
-
- 13 Agu, 2000 1 kayıt (commit)
-
-
Trent Mick yazdı
http://www.python.org/pipermail/python-checkins/2000-August/007072.html and make PCbuild/*.dsp PCbuild/*.dsw binary again.
-
- 11 Agu, 2000 1 kayıt (commit)
-
-
Trent Mick yazdı
that these files are treated as normal text files (which they are). However, the files also had to be changed to be stored in CVS internally with UNIX line terminators (they had DOS line terminators internally before this commit).
-
- 21 Nis, 2000 1 kayıt (commit)
-
-
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.
-
- 06 Nis, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
reduce the size of python16.dll to almost its 1.5.2 size, and remove dependencies on winsock unless sockets are actually used. Note that soundex is simply no longer supported.
-
- 29 Mar, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Also, _tkinter is linked with Tcl 8.3.
-
- 03 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
before the patch by Trent Mick. Since he now also works for ActiveState, I suppose he overrides Trent. :-)
-
- 20 Ock, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
building for NT Alpha as well as NT x86.
-
- 08 Agu, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 06 Agu, 1998 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 26 May, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 15 May, 1998 1 kayıt (commit)
-
-
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.
-
- 03 Eyl, 1997 1 kayıt (commit)
-
-
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
-
- 18 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Per Mark Hammond's suggestion, add it to the extra libs in Settings instead of to the project's source files.
-
- 14 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-