Antoine Pitrou
7f14f0d8a0
Recorded merge of revisions 81032 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r81032 | antoine.pitrou | 2010-05-09 17:52:27 +0200 (dim., 09 mai 2010) | 9 lines
Recorded merge of revisions 81029 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines
Untabify C files. Will watch buildbots.
........
................
16 years ago
Antoine Pitrou
f95a1b3c53
Recorded merge of revisions 81029 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines
Untabify C files. Will watch buildbots.
........
16 years ago
Martin v. Löwis
18e165558b
Merge ssize_t branch.
21 years ago
Barry Warsaw
58ab084ac6
PyWin_FindRegisteredModule(): Conversion of sprintf() to
PyOS_snprintf() for buffer overrun avoidance.
25 years ago
Tim Peters
0d5dd68692
Python.h: Don't attempt to redefine NDEBUG if it's already defined.
Others: Remove redundant includes of assert.h.
25 years ago
Mark Hammond
48b3eee170
Registered modules could only exist in HKEY_LOCAL_MACHINE - now HKEY_CURRENT_USER can override.
26 years ago
Tim Peters
db6382941b
Squash signed-vs-unsigned warning. Also edits to bring into line
with Python coding stds (max line length, C-style comments).
26 years ago
Guido van Rossum
1c44e28766
Trent Mick: familiar simple Win64 patches
26 years ago
Guido van Rossum
4f3cc35cc1
Get rid of Win32s check.
27 years ago
Guido van Rossum
945554709e
Bruce Wheeler quotes Mark Hammond with a different version of the
last patch to this file: use pathLen, not bufSize, as the initializer.
28 years ago
Guido van Rossum
76ec53c64d
Subject: Bug in PC/import_nt.c
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.
28 years ago
Guido van Rossum
1c096b7289
Mark Hammond writes:
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 :-)
28 years ago
Guido van Rossum
271f977686
Seem to be some changes related to DLL version from string resource,
again (Mark Hammond is the cause of all this).
29 years ago
Guido van Rossum
0e6ae93894
Moved PyWin_IsWin32s() here.
29 years ago
Guido van Rossum
22822d78db
forgot to rename import_filetab
29 years ago
Guido van Rossum
7688bbad61
Include Python.h, not allobjects.h (which no longer exists).
29 years ago
Guido van Rossum
3db4103ecf
Use MS_DLL_ID and similar changes
30 years ago
Guido van Rossum
eaf9b6cd7b
More changes for NT, Guido style
30 years ago
Guido van Rossum
6dbd190f5e
NT specific files supplied by Mark Hammond
30 years ago