summaryrefslogtreecommitdiff
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
...
* Remove _socket, select, soundex, and unicodedata. These have beenGuido van Rossum2000-04-061-10/+0
* Get rid of Win32s check.Guido van Rossum2000-04-041-17/+1
* Seems there was a version string here that still looked like 1.5.2.Guido van Rossum2000-03-301-2/+2
* Revamped path access again, by Mark Hammond, to be more robust in theGuido van Rossum2000-03-301-91/+193
* Version -> 1.6.Guido van Rossum2000-03-291-2/+2
* Changes to completely ignore the registry when it detects that you areGuido van Rossum2000-03-291-25/+30
* Change the pragmas to use python16.lib instead of python15.lib. (TookGuido van Rossum2000-03-291-2/+2
* Mark Hammond: new winreg module; updated dllbase file.Guido van Rossum2000-03-283-8/+2954
* VC++ project changes to add new Unicode files and modules.Guido van Rossum2000-03-111-0/+5
* The rest of the changes by Trent Mick and Dale Nagata for warning-freeGuido van Rossum2000-01-201-1/+6
* Add HAVE_DYNAMIC_LOADING.Guido van Rossum1999-12-201-0/+4
* Mark Hammond writes:Guido van Rossum1999-10-011-1/+31
* Set the max recursion limit to 5000 -- rather conservative (this usesGuido van Rossum1999-06-091-0/+7
* Added sha module!Guido van Rossum1999-04-131-0/+2
* Bump the myusterious M$ version number from 1,5,2,1 to 1,5,2,3.Guido van Rossum1999-04-131-2/+2
* Remove all VC++ info (except VC 1.5) from readme.txt;Guido van Rossum1999-04-122-4738/+5
* No longer needed.Guido van Rossum1999-04-101-2/+0
* Avoid totally empty files.Guido van Rossum1999-04-102-0/+2
* Check for potential error returned by _ungetch().Guido van Rossum1999-02-161-1/+2
* Some weird symbol (M_I386) was used to decide whether to include theGuido van Rossum1999-02-051-1/+1
* Add winsound -- by Toby Dickenson with permission.Guido van Rossum1999-02-042-0/+130
* Bruce Wheeler quotes Mark Hammond with a different version of theGuido van Rossum1999-01-141-1/+1
* Jim Ahlstrom added some SIZEOF defs for VC and WATCOM (only).Guido van Rossum1999-01-141-0/+9
* Need to define DL_EXPORT, of course!Guido van Rossum1998-12-101-0/+1
* No longer needed.Guido van Rossum1998-12-101-473/+0
* Add buffer module entry points.Guido van Rossum1998-10-071-0/+6
* New set of files for the OS/2 port by Jeff Rush.Guido van Rossum1998-09-286-1061/+757
* Add define of HAVE_STDDEF_H (to 1). Suggested by Greg Stein.Guido van Rossum1998-09-231-0/+3
* Patches from Greg Stein to support 'P' format in struct module'sGuido van Rossum1998-09-182-0/+8
* At Greg Stein's request, add PyLong_*LongLong entry points.Guido van Rossum1998-09-171-0/+4
* Define SIZEOF_LONG_LONG (as 8) at Greg Stein's request.Guido van Rossum1998-09-171-0/+1
* Patch by Mark Hammond to support 64-bit ints on MS platforms.Guido van Rossum1998-08-251-0/+2
* Define HAVE_STRERROR.Guido van Rossum1998-08-121-0/+1
* Back out of a recent policy change (Mark Hammond disagreed).Guido van Rossum1998-08-111-27/+8
* Added a bunch of symbols detected by Marc Lemburg's script.Guido van Rossum1998-08-091-5/+82
* Sigh. More restructuring was needed.Guido van Rossum1998-08-081-27/+57
* Add PyEval_CallFunction() and PyEval_CallMethod().Guido van Rossum1998-08-081-0/+2
* This file's previous log message is bogus. The real change is thatGuido van Rossum1998-08-081-1/+1
* This file's previous log message is bogus.Guido van Rossum1998-08-081-1/+1
* Different version games:Guido van Rossum1998-08-083-12/+20
* Shouldn't include the lib pragma when building python15.dll itself!Guido van Rossum1998-08-081-0/+2
* Added _PyTuple_Resize to list of exported symbols. Don't know how itGuido van Rossum1998-08-081-0/+1
* For Win32, added pragmas specifying the python15[_d].lib library.Guido van Rossum1998-08-071-0/+7
* Bump MS_DLL_ID to 1.5.2Guido van Rossum1998-08-061-1/+1
* New version of makefile for Windows 3.1 from Jim Ahlstrom.Guido van Rossum1998-08-051-111/+112
* New version of VC 1.5 makefile from Jim Ahlstrom.Guido van Rossum1998-08-051-2561/+2520
* Get rid of obsolete setup_nt subdirectory.Guido van Rossum1998-08-051-3/+0
* Getting rid of this ancient stuff.Guido van Rossum1998-08-055-534/+0
* Jim A's new versions of theseGuido van Rossum1998-08-038-1540/+1818
* Use Py_GetPythonHome() instead of getenv("PYTHONHOME").Guido van Rossum1998-07-271-1/+1