You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AutoDuck/pyhtml.fmt
+1-1
Original file line number
Diff line number
Diff line change
@@ -471,7 +471,7 @@ $(def1)$4$(par)
471
471
472
472
.tag=pyseeapi, html, 1, 1
473
473
.pre=$(rmh)Win32 API References$(rmhe)$(par)
474
-
.format=$(term1)Search for <i>$1</i> at <a href="http://search.msdn.microsoft.com/search/results.aspx?view=msdn&query=$1" target="_blank">msdn</a>, <a href="http://www.google.com/search?q=$1" target="_blank">google</a> or <a href="http://groups.google.com/groups?q=$1" target="_blank">google groups</a>.$(par)
474
+
.format=$(term1)Search for <i>$1</i> at <a href="https://learn.microsoft.com/en-ca/search/?terms=$1" target="_blank">msdn</a>, <a href="https://www.google.com/search?q=$1" target="_blank">google</a> or <a href="https://groups.google.com/groups?q=$1" target="_blank">google groups</a>.$(par)
<itemname="Paul Boddie's Python COM tutorial"href="https://web.archive.org/web/20090314180624/http://thor.prohosting.com:80/~pboddie/Python/COM.html"/>
</B><P>We take full advantage of Scintilla from Neil Hodgson (see <aHREF="http://www.scintilla.org">scintilla.org</a>) This offers a much better interface, including Visual C++/VB type indicators for breakpoints in the left
12
+
</B><P>We take full advantage of Scintilla from Neil Hodgson (see <aHREF="https://www.scintilla.org">scintilla.org</a>) This offers a much better interface, including Visual C++/VB type indicators for breakpoints in the left
13
13
column, etc</P>
14
14
<P>This document gives a general overview of the Pythonwin Debugger package. </P>
<P>Support for Scintilla's indentation guides, that gives a nice indication of
57
57
the block structure.</P>
58
-
<P>New, improved color editor, using the Scintilla control by Neil Hodgson (see <AHREF="http://hare.net.au/~neilh/ScintillaTide.html">http://hare.net.au/~neilh/ScintillaTide.html</A>). The debugger now requires use of this editor.</P>
58
+
<P>New, improved color editor, using the Scintilla control by Neil Hodgson (see <AHREF="https://www.scintilla.org/">https://www.scintilla.org/</A>). The debugger now requires use of this editor.</P>
59
59
<P>Much better printing support from Roger Burnham. Pythonwin itself still can't print anything, but the framework can (meaning some kind soul could now add the support to Pythonwin :-)</P>
Copy file name to clipboardExpand all lines: build_env.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,8 @@ way to build pywin32 - it's build process should find these tools automatically.
51
51
52
52
## For Visual Studio 2019
53
53
54
-
- Install the [Build Tools for Visual Studio 2019](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16#) (`vs_BuildTools.exe` ~ 1 MB)
54
+
- Install the [Build Tools for Visual Studio 2019](https://my.visualstudio.com/Downloads?q=Build%20Tools%20for%20Visual%20Studio%202019) (Version 16.0)
55
+
Public landing page: <https://visualstudio.microsoft.com/vs/older-downloads/#2019-family>
0 commit comments