Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Replaced the VC++ 5.x instructions with a pointer to ../PCbuild. | Guido van Rossum | 1998-05-26 | 1 | -17/+3 | |
| | ||||||
* | Moved VC++ 5.x files to ../PCbuild. | Guido van Rossum | 1998-05-26 | 8 | -1172/+0 | |
| | ||||||
* | Mark Hammond writes: | Guido van Rossum | 1998-05-26 | 1 | -17/+13 | |
| | | | | | | Also, here is a new version of import_nt.c, which allows you to register a Debug module in the registry. While I was there I removed some of the ugliness - what was I thinking :-) | |||||
* | Add PyErr_PrintEx and PySequence_Contains. | Guido van Rossum | 1998-05-22 | 1 | -0/+2 | |
| | ||||||
* | Install config.h. | Guido van Rossum | 1998-05-16 | 1 | -9/+15 | |
| | | | | Adapt to new build conventions (get rid of Release directory). | |||||
* | Change the output names. Do away with the Release and Debug | Guido van Rossum | 1998-05-15 | 7 | -46/+39 | |
| | | | | | | | | | | | | | | 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. | |||||
* | Add some symbols. Remove the LIBRARY statement at the top (and the | Guido van Rossum | 1998-05-15 | 1 | -4/+4 | |
| | | | | commented-out CODE/DATA statements). | |||||
* | Oops -- Lib/Test should be Lib/test, of course! | Guido van Rossum | 1998-04-14 | 1 | -5/+5 | |
| | ||||||
* | Missing symbols reported by Andrew Loewenstern. | Guido van Rossum | 1998-04-13 | 1 | -0/+4 | |
| | ||||||
* | Update version. | Guido van Rossum | 1998-04-13 | 1 | -2/+2 | |
| | ||||||
* | Set version and title to Python 1.5.1. | Guido van Rossum | 1998-04-11 | 1 | -2/+3 | |
| | ||||||
* | Oops, ".\DLLs" should be in the default path now. | Guido van Rossum | 1998-04-11 | 1 | -1/+1 | |
| | ||||||
* | Delete reopmodule.c | Guido van Rossum | 1998-04-10 | 1 | -4/+0 | |
| | ||||||
* | Delete references to initreop(). | Guido van Rossum | 1998-04-10 | 1 | -2/+0 | |
| | ||||||
* | Add HAVE_MKTIME. | Guido van Rossum | 1998-04-10 | 1 | -0/+3 | |
| | ||||||
* | Added Frozen and Tabcheck flags. | Guido van Rossum | 1998-04-10 | 1 | -0/+2 | |
| | ||||||
* | Give in to tabnanny | Guido van Rossum | 1998-04-06 | 2 | -106/+106 | |
| | ||||||
* | Mark Hammond's main program for a frozen application. | Guido van Rossum | 1998-03-20 | 1 | -0/+134 | |
| | ||||||
* | Added PyErr_NormalizeException | Guido van Rossum | 1998-03-17 | 1 | -0/+1 | |
| | ||||||
* | Fix some outdated comments (mostly by removing a large comment block | Guido van Rossum | 1998-02-19 | 1 | -16/+11 | |
| | | | | | that was only causing confusing). Add free(userpath) and free(machinepath) statements to prevent some leaks. | |||||
* | Enable CHECK_IMPORT_CASE on Win32. | Guido van Rossum | 1998-02-19 | 1 | -0/+10 | |
| | ||||||
* | Fixed bitmaps; added include files and libs; | Guido van Rossum | 1998-02-05 | 1 | -19/+37 | |
| | | | | | moved DLLs into their own directory (and added it to default path); install zlib.dll in SYS32; fixed location of help root. | |||||
* | As Jeff painfully found out, malloc(0) returns NULL on OS/2. | Guido van Rossum | 1998-01-11 | 1 | -1/+4 | |
| | ||||||
* | Add zlib and bsddb, and remove beta designation. | Guido van Rossum | 1997-12-31 | 1 | -3/+17 | |
| | ||||||
* | Added bsddb project | Guido van Rossum | 1997-12-19 | 2 | -0/+112 | |
| | ||||||
* | Oops, the output file really should be called zlib.pyd here! | Guido van Rossum | 1997-12-18 | 1 | -2/+2 | |
| | ||||||
* | Added project for zlib | Guido van Rossum | 1997-12-18 | 2 | -0/+108 | |
| | ||||||
* | Changes for older Win platforms by Jim Ahlstrom | Guido van Rossum | 1997-12-17 | 5 | -2638/+2863 | |
| | ||||||
* | Don't list which files to add, since the ones that *were* missing have | Guido van Rossum | 1997-12-16 | 1 | -3/+1 | |
| | | | | now been added. | |||||
* | New VC++ 4.2 makefile, contributed by Gregor Schmid, | Guido van Rossum | 1997-12-16 | 1 | -0/+157 | |
| | | | | which adds the three missing files. | |||||
* | Add note about having to add some files to the VC 4.2 files. | Guido van Rossum | 1997-12-15 | 1 | -0/+5 | |
| | ||||||
* | Copy the change from ../getpathp.c here. | Guido van Rossum | 1997-12-11 | 1 | -1/+1 | |
| | ||||||
* | Installer for beta-2. | Guido van Rossum | 1997-12-11 | 1 | -20/+38 | |
| | | | | Use Program Files, register pythonw.exe to execute .pyw files. | |||||
* | update the example without the example.def file | Guido van Rossum | 1997-12-11 | 1 | -6/+4 | |
| | ||||||
* | New instructions, take VC++ 5.x into account. | Guido van Rossum | 1997-12-11 | 1 | -21/+51 | |
| | ||||||
* | Adding VC 5.x workspace and project files | Guido van Rossum | 1997-12-11 | 2 | -0/+144 | |
| | ||||||
* | Added tkappinit.c source, and define WITH_APPINIT. | Guido van Rossum | 1997-12-11 | 1 | -2/+6 | |
| | ||||||
* | Allocate one byte extra in some cases. | Guido van Rossum | 1997-12-11 | 1 | -1/+1 | |
| | ||||||
* | # Use proper temp subdir for intermediates. | Guido van Rossum | 1997-12-10 | 1 | -2/+2 | |
| | ||||||
* | Comment out CODE and DATA statements that are apparently obsolete. | Guido van Rossum | 1997-12-10 | 1 | -2/+2 | |
| | ||||||
* | Adding a new project: pythonw, or WinMain.c, containing a main program | Guido van Rossum | 1997-12-10 | 3 | -4/+131 | |
| | | | | | that doesn't have a console window attached. stdout/stderr are lost. This is handy though for things like grail. | |||||
* | New batch of patches by Jeff Rush; moved his readme.txt portion here. | Guido van Rossum | 1997-12-05 | 5 | -13/+148 | |
| | ||||||
* | Moved Jeff Rush's ever expanding comments to os2vacpp/readme.txt. | Guido van Rossum | 1997-12-05 | 1 | -35/+2 | |
| | ||||||
* | Use registry key ProgramFilesDir as default MAINDIR | Guido van Rossum | 1997-12-05 | 1 | -3/+16 | |
| | ||||||
* | Add a few more PyErr_ symbols | Guido van Rossum | 1997-12-05 | 1 | -0/+2 | |
| | ||||||
* | Add pretty icon to python.exe | Guido van Rossum | 1997-12-05 | 2 | -0/+16 | |
| | ||||||
* | Icons for Windows installer. | Guido van Rossum | 1997-11-26 | 3 | -0/+0 | |
| | ||||||
* | Added the HTML files. | Guido van Rossum | 1997-11-26 | 1 | -24/+64 | |
| | ||||||
* | WISE installer source for Python 1.5 | Guido van Rossum | 1997-11-25 | 1 | -0/+1104 | |
| | ||||||
* | Added pypcre.c module. | Guido van Rossum | 1997-11-25 | 2 | -0/+10 | |
| |