Guido van Rossum
a8ee4c31bf
Mark Hammond:
...
* 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.
2000-04-21 21:26:43 +00:00
Guido van Rossum
f4a3bd4991
Remove _socket, select, soundex, and unicodedata. These have been
...
moved to their own DLLs, or are obsolete (soundex).
2000-04-06 14:41:11 +00:00
Guido van Rossum
76bd689a8d
VC++ project changes to add new Unicode files and modules.
...
(I did this under VC++ 5.0 -- hope this doesn't break anything.)
2000-03-11 00:13:14 +00:00
Guido van Rossum
be211a5019
Added sha module!
1999-04-13 15:41:10 +00:00
Guido van Rossum
8f81a22d41
Some weird symbol (M_I386) was used to decide whether to include the
...
audioop module; this was no longer defined. Use MS_WINDOWS instead.
(I have a feeling that this was for the WATCOM port; too bad.)
1999-02-05 22:34:57 +00:00
Guido van Rossum
e600578ac7
Add winsound -- by Toby Dickenson with permission.
1999-02-04 22:40:42 +00:00
Guido van Rossum
40ae0e93cd
Added _locale
1998-06-19 04:29:55 +00:00
Guido van Rossum
4a7d701f00
Delete references to initreop().
1998-04-10 21:29:11 +00:00
Guido van Rossum
36e18e3d52
Added pypcre.c module.
1997-11-25 06:00:59 +00:00
Guido van Rossum
8b523f9bd8
Added reop
1997-08-21 02:28:40 +00:00
Guido van Rossum
29c1ea5af0
Got the new structure working with MSVC 4.2.
...
main_nt.c is gone -- we can use Modules/python.c now.
Added Mark Hammond's module msvcrt.c (untested).
Added several new symbols.
1997-08-07 00:11:34 +00:00
Guido van Rossum
2e146b332c
Use spaces exclusively.
1997-05-06 16:00:32 +00:00
Guido van Rossum
42c2e6ac49
Added cStringIO and cPickle to the supported modules.
1997-05-06 15:59:14 +00:00
Guido van Rossum
2b713b2f67
One more inittab.
1997-04-29 20:46:45 +00:00
Guido van Rossum
d266eb460e
New permission notice, includes CNRI.
1996-10-25 14:44:06 +00:00
Guido van Rossum
bf57ed5f95
Added thread module (it was already in the project!)
1996-08-22 00:43:42 +00:00
Guido van Rossum
eaf9b6cd7b
More changes for NT, Guido style
1996-08-22 00:06:59 +00:00
Guido van Rossum
950a12602f
New versions of almost all files.
1996-07-30 17:38:17 +00:00
Guido van Rossum
1bc716f2fc
Added PC files from Jim Ahlstrom.
1996-06-28 19:12:06 +00:00
Guido van Rossum
f2e98b4f55
new versions from Jim A
1996-06-26 19:53:41 +00:00
Guido van Rossum
87d5e705c3
config files for DOS and Windows (all versions, all compilers)
1996-05-28 22:50:17 +00:00