Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark Hammond: new winreg module; updated dllbase file. | Guido van Rossum | 2000-03-28 | 3 | -8/+2954 |
| | |||||
* | 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.) | ||||
* | The rest of the changes by Trent Mick and Dale Nagata for warning-free | Guido van Rossum | 2000-01-20 | 1 | -1/+6 |
| | | | | compilation on NT Alpha. Mostly added casts etc. | ||||
* | Add HAVE_DYNAMIC_LOADING. | Guido van Rossum | 1999-12-20 | 1 | -0/+4 |
| | | | | Define Py_DEBUG when compiling in debug mode. (Is that a good idea?) | ||||
* | Mark Hammond writes: | Guido van Rossum | 1999-10-01 | 1 | -1/+31 |
| | | | | | | Attached is a context diff to winsound.c that adds a Beep() function to play a sound through the PC speaker. Seems to make sense to have this added, so I just went and did it! | ||||
* | Set the max recursion limit to 5000 -- rather conservative (this uses | Guido van Rossum | 1999-06-09 | 1 | -0/+7 |
| | | | | 0.5 MB of the 1 MB available by default for stack on Win32 platforms). | ||||
* | Added sha module! | Guido van Rossum | 1999-04-13 | 1 | -0/+2 |
| | |||||
* | Bump the myusterious M$ version number from 1,5,2,1 to 1,5,2,3. | Guido van Rossum | 1999-04-13 | 1 | -2/+2 |
| | | | | (I can't even display this on NT, maybe Win/98 can?) | ||||
* | Remove all VC++ info (except VC 1.5) from readme.txt; | Guido van Rossum | 1999-04-12 | 2 | -4738/+5 |
| | | | | remove the VC++ 4.0 project file; remove the unused _tkinter extern defs. | ||||
* | No longer needed. | Guido van Rossum | 1999-04-10 | 1 | -2/+0 |
| | |||||
* | Avoid totally empty files. | Guido van Rossum | 1999-04-10 | 2 | -0/+2 |
| | |||||
* | Check for potential error returned by _ungetch(). | Guido van Rossum | 1999-02-16 | 1 | -1/+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 | 2 | -0/+130 |
| | |||||
* | Bruce Wheeler quotes Mark Hammond with a different version of the | Guido van Rossum | 1999-01-14 | 1 | -1/+1 |
| | | | | last patch to this file: use pathLen, not bufSize, as the initializer. | ||||
* | Jim Ahlstrom added some SIZEOF defs for VC and WATCOM (only). | Guido van Rossum | 1999-01-14 | 1 | -0/+9 |
| | |||||
* | Need to define DL_EXPORT, of course! | Guido van Rossum | 1998-12-10 | 1 | -0/+1 |
| | |||||
* | No longer needed. | Guido van Rossum | 1998-12-10 | 1 | -473/+0 |
| | |||||
* | Add buffer module entry points. | Guido van Rossum | 1998-10-07 | 1 | -0/+6 |
| | |||||
* | New set of files for the OS/2 port by Jeff Rush. | Guido van Rossum | 1998-09-28 | 6 | -1061/+757 |
| | |||||
* | Add define of HAVE_STDDEF_H (to 1). Suggested by Greg Stein. | Guido van Rossum | 1998-09-23 | 1 | -0/+3 |
| | |||||
* | Patches from Greg Stein to support 'P' format in struct module's | Guido van Rossum | 1998-09-18 | 2 | -0/+8 |
| | | | | | native format, as void* (translated to Python int or long). Also adds PyLong_FromVoidPtr and PyLong_AsVoidPtr to longobject.c. | ||||
* | At Greg Stein's request, add PyLong_*LongLong entry points. | Guido van Rossum | 1998-09-17 | 1 | -0/+4 |
| | |||||
* | Define SIZEOF_LONG_LONG (as 8) at Greg Stein's request. | Guido van Rossum | 1998-09-17 | 1 | -0/+1 |
| | |||||
* | Patch by Mark Hammond to support 64-bit ints on MS platforms. | Guido van Rossum | 1998-08-25 | 1 | -0/+2 |
| | | | | | | The MS compiler doesn't call it 'long long', it uses __int64, so a new #define, LONG_LONG, has been added and all occurrences of 'long long' are replaced with it. | ||||
* | Define HAVE_STRERROR. | Guido van Rossum | 1998-08-12 | 1 | -0/+1 |
| | |||||
* | Back out of a recent policy change (Mark Hammond disagreed). | Guido van Rossum | 1998-08-11 | 1 | -27/+8 |
| | | | | The registry always comes first and the default is always appended. | ||||
* | Added a bunch of symbols detected by Marc Lemburg's script. | Guido van Rossum | 1998-08-09 | 1 | -5/+82 |
| | |||||
* | Sigh. More restructuring was needed. | Guido van Rossum | 1998-08-08 | 1 | -27/+57 |
| | | | | | Make an explicit test for whether the prefix is in fact the source directory, and then don't use the registry. | ||||
* | Add PyEval_CallFunction() and PyEval_CallMethod(). | Guido van Rossum | 1998-08-08 | 1 | -0/+2 |
| | |||||
* | This file's previous log message is bogus. The real change is that | Guido van Rossum | 1998-08-08 | 1 | -1/+1 |
| | | | | | when it gets the path from the registry, it no longer appends the default path to the end (which would mostly be a duplication). | ||||
* | This file's previous log message is bogus. | Guido van Rossum | 1998-08-08 | 1 | -1/+1 |
| | | | | The real change is that it now includes "Python.h". | ||||
* | Different version games: | Guido van Rossum | 1998-08-08 | 3 | -12/+20 |
| | | | | | | | - MS_DLL_ID is now set to "1.5" instead of "1.5.x" so Mark Hammond's extensions won't have to be changed. - FILEVERSION and PRODUCTVERSION are set to 1,5,2,1. (The last number could be the build# or the alpha release# or so.) | ||||
* | Shouldn't include the lib pragma when building python15.dll itself! | Guido van Rossum | 1998-08-08 | 1 | -0/+2 |
| | |||||
* | Added _PyTuple_Resize to list of exported symbols. Don't know how it | Guido van Rossum | 1998-08-08 | 1 | -0/+1 |
| | | | | could hide so long... | ||||
* | For Win32, added pragmas specifying the python15[_d].lib library. | Guido van Rossum | 1998-08-07 | 1 | -0/+7 |
| | |||||
* | Bump MS_DLL_ID to 1.5.2 | Guido van Rossum | 1998-08-06 | 1 | -1/+1 |
| | |||||
* | New version of makefile for Windows 3.1 from Jim Ahlstrom. | Guido van Rossum | 1998-08-05 | 1 | -111/+112 |
| | |||||
* | New version of VC 1.5 makefile from Jim Ahlstrom. | Guido van Rossum | 1998-08-05 | 1 | -2561/+2520 |
| | |||||
* | Get rid of obsolete setup_nt subdirectory. | Guido van Rossum | 1998-08-05 | 1 | -3/+0 |
| | |||||
* | Getting rid of this ancient stuff. | Guido van Rossum | 1998-08-05 | 5 | -534/+0 |
| | |||||
* | Jim A's new versions of these | Guido van Rossum | 1998-08-03 | 8 | -1540/+1818 |
| | |||||
* | Use Py_GetPythonHome() instead of getenv("PYTHONHOME"). | Guido van Rossum | 1998-07-27 | 1 | -1/+1 |
| | |||||
* | Two changes: | Guido van Rossum | 1998-07-27 | 1 | -3/+15 |
| | | | | | | (1) Use Py_GetPythonHome() instead of getenv("PYTHONHOME"); (2) Mark Hammond's patch to search for .pyc/.pyo landmark as well. | ||||
* | Added Py_{Get,Set}PythonHome. | Guido van Rossum | 1998-06-19 | 1 | -0/+2 |
| | |||||
* | Added _locale | Guido van Rossum | 1998-06-19 | 1 | -0/+2 |
| | |||||
* | Subject: Bug in PC/import_nt.c | Guido van Rossum | 1998-06-15 | 1 | -1/+4 |
| | | | | | | | | | | | | From: Dan Pierson <dan@remote.control.com> To: "Mark Hammond (E-mail)" <MHammond@skippinet.com.au>, "Guido van Rossum (E-mail)" <guido@cnri.reston.va.us> Date: Mon, 8 Jun 1998 17:25:07 -0400 RegistryQueryValue requires that its fourth argument be initialized to the length of the buffer being passed in, this wasn't being done. I also split the call and status test into two lines with a local variable so that I could look at the status in the debugger. | ||||
* | Quick fix -- define SIZEOF_LONG and SIZEOF_INT. | Guido van Rossum | 1998-05-29 | 1 | -0/+4 |
| | |||||
* | Moving to PCbuild | Guido van Rossum | 1998-05-29 | 1 | -1214/+0 |
| | |||||
* | Release the interpreter lock for calls that may block: _locking(), | Guido van Rossum | 1998-05-29 | 1 | -2/+10 |
| | | | | | | | _getch(), _getche(). Fix bogus error return when open_osfhandle() doesn't have the right argument list. |