Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PyWin_FindRegisteredModule(): Conversion of sprintf() to | Barry Warsaw | 2001-11-28 | 1 | -3/+3 |
| | | | | PyOS_snprintf() for buffer overrun avoidance. | ||||
* | Python.h: Don't attempt to redefine NDEBUG if it's already defined. | Tim Peters | 2001-07-15 | 1 | -1/+0 |
| | | | | Others: Remove redundant includes of assert.h. | ||||
* | Registered modules could only exist in HKEY_LOCAL_MACHINE - now ↵ | Mark Hammond | 2000-08-22 | 1 | -3/+12 |
| | | | | HKEY_CURRENT_USER can override. | ||||
* | Squash signed-vs-unsigned warning. Also edits to bring into line | Tim Peters | 2000-07-03 | 1 | -14/+33 |
| | | | | with Python coding stds (max line length, C-style comments). | ||||
* | Trent Mick: familiar simple Win64 patches | Guido van Rossum | 2000-06-28 | 1 | -2/+2 |
| | |||||
* | Get rid of Win32s check. | Guido van Rossum | 2000-04-04 | 1 | -17/+1 |
| | |||||
* | 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. | ||||
* | 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. | ||||
* | Mark Hammond writes: | Guido van Rossum | 1998-05-26 | 1 | -17/+13 |
| | | | | | | Also, here is a new version of import_nt.c, which allows you to register a Debug module in the registry. While I was there I removed some of the ugliness - what was I thinking :-) | ||||
* | Seem to be some changes related to DLL version from string resource, | Guido van Rossum | 1997-09-29 | 1 | -3/+25 |
| | | | | again (Mark Hammond is the cause of all this). | ||||
* | Moved PyWin_IsWin32s() here. | Guido van Rossum | 1997-08-13 | 1 | -1/+15 |
| | |||||
* | forgot to rename import_filetab | Guido van Rossum | 1997-05-08 | 1 | -1/+1 |
| | |||||
* | Include Python.h, not allobjects.h (which no longer exists). | Guido van Rossum | 1997-05-05 | 1 | -1/+1 |
| | |||||
* | Use MS_DLL_ID and similar changes | Guido van Rossum | 1996-08-23 | 1 | -2/+1 |
| | |||||
* | More changes for NT, Guido style | Guido van Rossum | 1996-08-22 | 1 | -5/+1 |
| | |||||
* | NT specific files supplied by Mark Hammond | Guido van Rossum | 1996-08-21 | 1 | -0/+44 |