summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Collapse)AuthorAgeFilesLines
* Mark Hammond's main program for a frozen application.Guido van Rossum1998-03-201-0/+134
|
* Added PyErr_NormalizeExceptionGuido van Rossum1998-03-171-0/+1
|
* Fix some outdated comments (mostly by removing a large comment blockGuido van Rossum1998-02-191-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 Rossum1998-02-191-0/+10
|
* Fixed bitmaps; added include files and libs;Guido van Rossum1998-02-051-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 Rossum1998-01-111-1/+4
|
* Add zlib and bsddb, and remove beta designation.Guido van Rossum1997-12-311-3/+17
|
* Added bsddb projectGuido van Rossum1997-12-192-0/+112
|
* Oops, the output file really should be called zlib.pyd here!Guido van Rossum1997-12-181-2/+2
|
* Added project for zlibGuido van Rossum1997-12-182-0/+108
|
* Changes for older Win platforms by Jim AhlstromGuido van Rossum1997-12-175-2638/+2863
|
* Don't list which files to add, since the ones that *were* missing haveGuido van Rossum1997-12-161-3/+1
| | | | now been added.
* New VC++ 4.2 makefile, contributed by Gregor Schmid,Guido van Rossum1997-12-161-0/+157
| | | | which adds the three missing files.
* Add note about having to add some files to the VC 4.2 files.Guido van Rossum1997-12-151-0/+5
|
* Copy the change from ../getpathp.c here.Guido van Rossum1997-12-111-1/+1
|
* Installer for beta-2.Guido van Rossum1997-12-111-20/+38
| | | | Use Program Files, register pythonw.exe to execute .pyw files.
* update the example without the example.def fileGuido van Rossum1997-12-111-6/+4
|
* New instructions, take VC++ 5.x into account.Guido van Rossum1997-12-111-21/+51
|
* Adding VC 5.x workspace and project filesGuido van Rossum1997-12-112-0/+144
|
* Added tkappinit.c source, and define WITH_APPINIT.Guido van Rossum1997-12-111-2/+6
|
* Allocate one byte extra in some cases.Guido van Rossum1997-12-111-1/+1
|
* # Use proper temp subdir for intermediates.Guido van Rossum1997-12-101-2/+2
|
* Comment out CODE and DATA statements that are apparently obsolete.Guido van Rossum1997-12-101-2/+2
|
* Adding a new project: pythonw, or WinMain.c, containing a main programGuido van Rossum1997-12-103-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 Rossum1997-12-055-13/+148
|
* Moved Jeff Rush's ever expanding comments to os2vacpp/readme.txt.Guido van Rossum1997-12-051-35/+2
|
* Use registry key ProgramFilesDir as default MAINDIRGuido van Rossum1997-12-051-3/+16
|
* Add a few more PyErr_ symbolsGuido van Rossum1997-12-051-0/+2
|
* Add pretty icon to python.exeGuido van Rossum1997-12-052-0/+16
|
* Icons for Windows installer.Guido van Rossum1997-11-263-0/+0
|
* Added the HTML files.Guido van Rossum1997-11-261-24/+64
|
* WISE installer source for Python 1.5Guido van Rossum1997-11-251-0/+1104
|
* Added pypcre.c module.Guido van Rossum1997-11-252-0/+10
|
* Replace plat-os2 with plat-win, per Jeff Rush' suggestion.Guido van Rossum1997-11-241-1/+1
|
* Done a sort -u on the symbols (and replaced all tabs with spaces).Guido van Rossum1997-11-241-368/+365
|
* Oops, the sort took some whitespace into account.Guido van Rossum1997-11-241-5/+4
|
* Done a sort -u on the symbols.Guido van Rossum1997-11-241-295/+284
|
* ignore various VC++ turdsGuido van Rossum1997-11-221-0/+5
|
* Files specific to Visual Age C for OS/2 -- by Jeff RushGuido van Rossum1997-11-226-0/+4846
|
* Added Jeff Rush' commentsGuido van Rossum1997-11-221-0/+39
|
* win -> plat-winGuido van Rossum1997-11-221-3/+3
|
* Add PyImport_Inittab and PyOS_AfterForkGuido van Rossum1997-11-221-0/+2
|
* The target directory is now called dos-8x3, not dos_8x3.Guido van Rossum1997-10-071-5/+5
|
* Argh; do the same for the "Release" version of the config.Fred Drake1997-10-021-1/+1
|
* Fix up include directories for compiling the resources.Fred Drake1997-10-021-1/+1
|
* Fix PYTHONPATH for new names; rename tkinter to lib-tk, rename win toGuido van Rossum1997-09-301-1/+1
| | | | plat-win, get rid of test (which is now a package).
* PyExc_NumberError -> PyExc_ArithmeticErrorFred Drake1997-09-301-1/+1
|
* Added PyExc_Exception and PyErr_NewException.Guido van Rossum1997-09-291-0/+2
|
* Seem to be some changes related to DLL version from string resource,Guido van Rossum1997-09-292-5/+44
| | | | again (Mark Hammond is the cause of all this).
* DLL version is now loaded from a string resource.Guido van Rossum1997-09-291-0/+7
|