Guido van Rossum
55b8b03dfb
New instructions, take VC++ 5.x into account.
1997-12-11 04:01:25 +00:00
Guido van Rossum
936c6de5d3
Adding VC 5.x workspace and project files
1997-12-11 03:43:29 +00:00
Guido van Rossum
0decf6c935
Added tkappinit.c source, and define WITH_APPINIT.
1997-12-11 03:42:40 +00:00
Guido van Rossum
691d2adeef
Allocate one byte extra in some cases.
1997-12-11 02:32:43 +00:00
Guido van Rossum
3b99430808
# Use proper temp subdir for intermediates.
1997-12-10 15:12:23 +00:00
Guido van Rossum
4fdd1fafb2
Comment out CODE and DATA statements that are apparently obsolete.
1997-12-10 05:50:55 +00:00
Guido van Rossum
d666eae55a
Adding a new project: pythonw, or WinMain.c, containing a main program
...
that doesn't have a console window attached. stdout/stderr are lost.
This is handy though for things like grail.
1997-12-10 05:50:18 +00:00
Guido van Rossum
a34c31352b
New batch of patches by Jeff Rush; moved his readme.txt portion here.
1997-12-05 22:07:14 +00:00
Guido van Rossum
cee1dca4e7
Moved Jeff Rush's ever expanding comments to os2vacpp/readme.txt.
1997-12-05 22:06:23 +00:00
Guido van Rossum
205eb72217
Use registry key ProgramFilesDir as default MAINDIR
1997-12-05 06:32:47 +00:00
Guido van Rossum
6656d1f041
Add a few more PyErr_ symbols
1997-12-05 06:32:13 +00:00
Guido van Rossum
faf8b21507
Add pretty icon to python.exe
1997-12-05 06:31:40 +00:00
Guido van Rossum
f11d0240e3
Icons for Windows installer.
1997-11-26 05:14:14 +00:00
Guido van Rossum
3879d4aac7
Added the HTML files.
1997-11-26 04:55:32 +00:00
Guido van Rossum
dd58469d8a
WISE installer source for Python 1.5
1997-11-25 06:02:27 +00:00
Guido van Rossum
36e18e3d52
Added pypcre.c module.
1997-11-25 06:00:59 +00:00
Guido van Rossum
e300d6f0fe
Replace plat-os2 with plat-win, per Jeff Rush' suggestion.
1997-11-24 17:49:45 +00:00
Guido van Rossum
465f71d052
Done a sort -u on the symbols (and replaced all tabs with spaces).
1997-11-24 15:54:24 +00:00
Guido van Rossum
e1cba7f577
Oops, the sort took some whitespace into account.
1997-11-24 15:50:27 +00:00
Guido van Rossum
060dffbc34
Done a sort -u on the symbols.
1997-11-24 15:48:23 +00:00
Guido van Rossum
7db30cad1e
ignore various VC++ turds
1997-11-22 22:05:00 +00:00
Guido van Rossum
50d4cc2f1d
Files specific to Visual Age C for OS/2 -- by Jeff Rush
1997-11-22 21:59:45 +00:00
Guido van Rossum
0ba48ba172
Added Jeff Rush' comments
1997-11-22 21:58:14 +00:00
Guido van Rossum
d3af2f3815
win -> plat-win
1997-11-22 21:56:10 +00:00
Guido van Rossum
f5578e4449
Add PyImport_Inittab and PyOS_AfterFork
1997-11-22 21:55:18 +00:00
Guido van Rossum
8731e5c35f
The target directory is now called dos-8x3, not dos_8x3.
1997-10-07 14:55:11 +00:00
Fred Drake
d80b3bdc1e
Argh; do the same for the "Release" version of the config.
1997-10-02 20:36:45 +00:00
Fred Drake
e40afcf154
Fix up include directories for compiling the resources.
1997-10-02 20:23:52 +00:00
Guido van Rossum
ccf0a44d2d
Fix PYTHONPATH for new names; rename tkinter to lib-tk, rename win to
...
plat-win, get rid of test (which is now a package).
1997-09-30 22:14:39 +00:00
Fred Drake
228776cfa8
PyExc_NumberError -> PyExc_ArithmeticError
1997-09-30 19:12:33 +00:00
Guido van Rossum
22ecb71078
Added PyExc_Exception and PyErr_NewException.
1997-09-29 23:40:07 +00:00
Guido van Rossum
271f977686
Seem to be some changes related to DLL version from string resource,
...
again (Mark Hammond is the cause of all this).
1997-09-29 23:39:31 +00:00
Guido van Rossum
ec6809291d
DLL version is now loaded from a string resource.
1997-09-29 23:37:12 +00:00
Guido van Rossum
f57c17034a
Remove #ifdef __cplusplus.
1997-09-29 23:36:42 +00:00
Guido van Rossum
ff8c9dab19
Bump version and store DLL version in a string variable (for branding).
1997-09-29 23:36:17 +00:00
Guido van Rossum
026de19906
Added PyImport_ImportModuleEx(name, globals, locals, fromlist); this
...
is like PyImport_ImporModule(name) but receives the globals and locals
dict and the fromlist arguments as well. (The name is a char*; the
others are PyObject*s).
1997-09-05 07:11:32 +00:00
Guido van Rossum
d5f0ce9f28
Added some symbols (I'm afraid more will come).
1997-09-03 16:12:00 +00:00
Guido van Rossum
fd91056d59
Change instructions to require use of PCbuild directory (instead of
...
just recommending it). At Mark Hammond's request.
1997-09-03 16:11:19 +00:00
Guido van Rossum
9ca064fbb4
At Mark Hammond's suggestion:
...
- 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
1997-09-03 16:10:52 +00:00
Guido van Rossum
64790de195
Added new flags and exceptions; removed AccessError exception.
1997-09-03 01:09:25 +00:00
Guido van Rossum
e3c0d5eb34
Added new Py_IsInitalized() API function to test the 'initialized' flag.
1997-08-22 04:20:13 +00:00
Guido van Rossum
8b523f9bd8
Added reop
1997-08-21 02:28:40 +00:00
Guido van Rossum
8a81d27d58
Remove remark on python15.lib being in the Debug subdir only.
1997-08-18 20:58:06 +00:00
Guido van Rossum
b27d8d8cf2
Changed the way python15.lib is included in the other projects.
...
Per Mark Hammond's suggestion, add it to the extra libs in Settings
instead of to the project's source files.
1997-08-18 20:57:13 +00:00
Guido van Rossum
34b359732c
No longer used.
1997-08-18 15:46:16 +00:00
Guido van Rossum
ff7d104778
DevStudio (CV++ 5.0) Project files.
1997-08-14 23:02:29 +00:00
Guido van Rossum
831c2583c8
Updated for new situation; added VC++ 5.0 info and new path strategies.
1997-08-14 22:57:33 +00:00
Guido van Rossum
4036c9c2a1
Probably the last VC++ 4.2 makefile I'll check in.
...
After this I will be using 5.0, which has binary workspace files...
1997-08-13 23:08:39 +00:00
Guido van Rossum
f644882fb4
Small changes to readme and makefile; tested for 1.5a3!
1997-08-13 23:07:44 +00:00
Guido van Rossum
00b299afea
removed getpath_nt.c in favor of revamped getpathp.c
1997-08-13 21:38:04 +00:00