Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -0/+3 |
| | |||||
* | Teach Windows build about the _weakref module. | Tim Peters | 2001-02-02 | 1 | -0/+2 |
| | |||||
* | Assorted xreadlines problems: | Tim Peters | 2001-01-09 | 1 | -0/+4 |
| | | | | | | | Wasn't built on Windows; not in config.c either. Module init function missing DL_EXPORT magic. test_xreadline output file obviously wrong (started w/ "test_xrl"). test program very unclear about what was expected. | ||||
* | Enable the binascii module for Win64. It builds and passes the test suite. | Trent Mick | 2000-10-04 | 1 | -3/+1 |
| | | | | | | (I had explicitly disabled it a while ago, possibly unecessarily, along with rgbimg, audioop, and imageop, which are advertised as "not for 64-bit platforms.) | ||||
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -10/+0 |
| | | | | This should match the situation in the 1.6b1 tree. | ||||
* | Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, | Thomas Wouters | 2000-07-22 | 1 | -29/+29 |
| | | | | | char**) and return an int even on PC platforms. If not, please fix PC/utils/makesrc.c ;-P | ||||
* | Add "exceptions" to list of built-in modules for the sake of | Guido van Rossum | 2000-07-12 | 1 | -0/+1 |
| | | | | | | sys.builtin_module_names. (Noticed by Toby Dickenson.) [Tim, please test!] | ||||
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
| | |||||
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
| | |||||
* | final patches from Neil Schemenauer for garbage collection | Jeremy Hylton | 2000-06-30 | 1 | -0/+6 |
| | |||||
* | Trent Mick: | Guido van Rossum | 2000-05-08 | 1 | -3/+17 |
| | | | | | | The following modules are specifically excluded in the Win64 build: audioop, binascii, imageop, rgbimg. They are advertised as heavily 32-bit dependent. [They should probably be fixed! --GvR] | ||||
* | Mark Hammond: | Guido van Rossum | 2000-04-21 | 1 | -2/+0 |
| | | | | | | | | | | | * 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. | ||||
* | Remove _socket, select, soundex, and unicodedata. These have been | Guido van Rossum | 2000-04-06 | 1 | -10/+0 |
| | | | | moved to their own DLLs, or are obsolete (soundex). | ||||
* | VC++ project changes to add new Unicode files and modules. | Guido van Rossum | 2000-03-11 | 1 | -0/+5 |
| | | | | (I did this under VC++ 5.0 -- hope this doesn't break anything.) | ||||
* | Added sha module! | Guido van Rossum | 1999-04-13 | 1 | -0/+2 |
| | |||||
* | Some weird symbol (M_I386) was used to decide whether to include the | Guido van Rossum | 1999-02-05 | 1 | -1/+1 |
| | | | | | audioop module; this was no longer defined. Use MS_WINDOWS instead. (I have a feeling that this was for the WATCOM port; too bad.) | ||||
* | Add winsound -- by Toby Dickenson with permission. | Guido van Rossum | 1999-02-04 | 1 | -0/+2 |
| | |||||
* | Added _locale | Guido van Rossum | 1998-06-19 | 1 | -0/+2 |
| | |||||
* | Delete references to initreop(). | Guido van Rossum | 1998-04-10 | 1 | -2/+0 |
| | |||||
* | Added pypcre.c module. | Guido van Rossum | 1997-11-25 | 1 | -0/+2 |
| | |||||
* | Added reop | Guido van Rossum | 1997-08-21 | 1 | -0/+2 |
| | |||||
* | Got the new structure working with MSVC 4.2. | Guido van Rossum | 1997-08-07 | 1 | -0/+6 |
| | | | | | | main_nt.c is gone -- we can use Modules/python.c now. Added Mark Hammond's module msvcrt.c (untested). Added several new symbols. | ||||
* | Use spaces exclusively. | Guido van Rossum | 1997-05-06 | 1 | -5/+5 |
| | |||||
* | Added cStringIO and cPickle to the supported modules. | Guido van Rossum | 1997-05-06 | 1 | -0/+4 |
| | |||||
* | One more inittab. | Guido van Rossum | 1997-04-29 | 1 | -1/+1 |
| | |||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -10/+17 |
| | |||||
* | Added thread module (it was already in the project!) | Guido van Rossum | 1996-08-22 | 1 | -0/+4 |
| | |||||
* | More changes for NT, Guido style | Guido van Rossum | 1996-08-22 | 1 | -2/+0 |
| | |||||
* | New versions of almost all files. | Guido van Rossum | 1996-07-30 | 1 | -0/+4 |
| | |||||
* | Added PC files from Jim Ahlstrom. | Guido van Rossum | 1996-06-28 | 1 | -14/+5 |
| | |||||
* | new versions from Jim A | Guido van Rossum | 1996-06-26 | 1 | -2/+12 |
| | |||||
* | config files for DOS and Windows (all versions, all compilers) | Guido van Rossum | 1996-05-28 | 1 | -0/+99 |