Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Teach the Windows build & installer about the new csv module + DLL. | Tim Peters | 2003-03-21 | 1 | -0/+15 |
| | |||||
* | datetime escapes the sandbox. The Windows build is all set. I leave it | Tim Peters | 2002-12-16 | 1 | -0/+15 |
| | | | | | to others to argue about how to build it on other platforms (on Windows it's in its own DLL). | ||||
* | Made the _ssl subproject depend on the w9xpopen subproject, because | Tim Peters | 2002-12-11 | 1 | -20/+23 |
| | | | | build_ssl.py requires os.popen(). | ||||
* | Add _ssl build process for Windows. | Mark Hammond | 2002-12-03 | 1 | -0/+21 |
| | |||||
* | My MSVC seems to like writing the project names in quotes. Letting it do | Mark Hammond | 2002-12-03 | 1 | -19/+19 |
| | | | | this before I add the _ssl project, so that checkin is cleaner. | ||||
* | Try linking the static Sleepycat lib into _bsddb.pyd. Hard to say | Tim Peters | 2002-11-23 | 1 | -0/+3 |
| | | | | | | | | | | | | 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. | ||||
* | Move Windows Python away from bsddb 1.85 and toward Sleepycat's latest. | Tim Peters | 2002-11-22 | 1 | -9/+6 |
| | | | | | | | 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! | ||||
* | Start building the bz2 module on Windows. | Tim Peters | 2002-11-09 | 1 | -0/+12 |
| | | | | | | | | | | CAUTION: The Python test still has many failures, but I'm out of time for this now (already took much longer than hoped to get this far). The base bz2 library does pass its own tests (see next). CAUTION: People building on Windows have to download and build tne bz2 compression libraries now. See PCbuild\readme.txt for complete instructions. | ||||
* | Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! | Tim Peters | 2001-02-04 | 1 | -1/+7 |
| | |||||
* | Teach Windows build and installer about new _symtable module/DLL. | Tim Peters | 2001-02-02 | 1 | -0/+12 |
| | |||||
* | Patch derived from Trent's 101162: a Python/C API testing framework. | Tim Peters | 2001-02-02 | 1 | -0/+12 |
| | | | | STILL NEEDS UNIX BUILD CHANGES. | ||||
* | Windows: ucnhash subproject no longer exists (/F merged into unicodedata). | Tim Peters | 2001-01-24 | 1 | -15/+0 |
| | |||||
* | Windows: 2.1a1 changes so Python runs again. Note that the python20 | Tim Peters | 2001-01-17 | 1 | -32/+32 |
| | | | | subproject is gone, replaced by the new pythoncore subproject. | ||||
* | Support for building the new w9xpopen.exe, which is used for reliable popen ↵ | Mark Hammond | 2000-08-14 | 1 | -0/+12 |
| | | | | operation on Windows 9x. | ||||
* | Revert this checkin: | Trent Mick | 2000-08-13 | 1 | -254/+254 |
| | | | | | http://www.python.org/pipermail/python-checkins/2000-August/007072.html and make PCbuild/*.dsp PCbuild/*.dsw binary again. | ||||
* | These files all used to be tagged as binary in CVS. I recently changed this so | Trent Mick | 2000-08-11 | 1 | -254/+254 |
| | | | | | | 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). | ||||
* | Add ucnhash to the workspace, as a dependency of python20. | Mark Hammond | 2000-07-01 | 1 | -1/+15 |
| | |||||
* | More 2.0 stuff -- fix workspace, remove 1.6 files | Guido van Rossum | 2000-06-30 | 1 | -75/+16 |
| | |||||
* | Mark Hammond: Added dependency of winsound project on python16 | Guido van Rossum | 2000-04-25 | 1 | -0/+3 |
| | | | | | | project. [However I didn't add the other changes in his patch, which were just taking away the source code control stuff -- this doesn't hurt and would come back as soon as I make another change. --GvR] | ||||
* | Added winsound project to workspace, and added -I options to winsound | Guido van Rossum | 2000-04-21 | 1 | -0/+16 |
| | |||||
* | Added project dependencies -- Mark is right, these are needed. | Guido van Rossum | 2000-04-10 | 1 | -0/+39 |
| | |||||
* | Moved socket, select, unicodedata to their own PYD. This should | Guido van Rossum | 2000-04-06 | 1 | -0/+48 |
| | | | | | | | 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. | ||||
* | Adding pyexpat project. | Guido van Rossum | 2000-03-31 | 1 | -0/+16 |
| | |||||
* | Added _sre project to workspace. | Guido van Rossum | 2000-03-31 | 1 | -0/+16 |
| | |||||
* | Bit of cleanup on the projects. | Guido van Rossum | 2000-03-31 | 1 | -21/+36 |
| | | | | Some refinements on the Wise file, also adding mmap.pyd. | ||||
* | Added mmap project. (Mark Hammond.) | Guido van Rossum | 2000-03-31 | 1 | -0/+12 |
| | |||||
* | Update for creating and linking with python16.dll. | Guido van Rossum | 2000-03-29 | 1 | -9/+8 |
| | | | | Also, _tkinter is linked with Tcl 8.3. | ||||
* | Mark Hammond: add winreg module as new subproject. | Guido van Rossum | 2000-03-28 | 1 | -7/+23 |
| | |||||
* | Changes by Trent Mick (of ActiveState) and Dale Nagata to support | Guido van Rossum | 2000-01-20 | 1 | -36/+8 |
| | | | | building for NT Alpha as well as NT x86. | ||||
* | Some kind of source control krept in. | Guido van Rossum | 1998-10-08 | 1 | -0/+28 |
| | |||||
* | Added dependencies between projects. | Guido van Rossum | 1998-08-12 | 1 | -28/+18 |
| | |||||
* | Put the CRLF back in. | Guido van Rossum | 1998-08-06 | 1 | -129/+129 |
| | |||||
* | New project files... | Guido van Rossum | 1998-08-06 | 1 | -101/+129 |
| | |||||
* | Moved VC++ 5.x stuff here. | Guido van Rossum | 1998-05-26 | 1 | -0/+101 |