- 89a0b7d Add patch for Tix 8.1.4. by Martin v. Löwis · 20 years ago
- 08d786a Help compiling icons into an exe, for use with MSI advertisement. by Martin v. Löwis · 20 years ago
- 8484fbf SF bug 1003471: Python 1.5.2 security vulnerability by Tim Peters · 20 years ago
- cbcff93 Restore compilation on MSVC++ 6.0 by Raymond Hettinger · 20 years ago
- a18331d Use PyMODINIT_FUNC. by Thomas Heller · 20 years ago
- efdc16f Remove unused source file from Windows project files. by Hye-Shik Chang · 20 years ago
- 978d262 Add missing _codecs_iso2022 module of cjkcodecs. I'll add unittest for it soon. by Hye-Shik Chang · 20 years ago
- fe393f4 Use intptr_t/uintptr_t on Windows by Martin v. Löwis · 20 years ago
- 512efb4 Properly check for Win64 compilers. by Martin v. Löwis · 20 years ago
- 876d990 The binary layout of cfgdata has changed, so the magic number has to by Thomas Heller · 20 years ago
- 07e5dc8 Teach VC6 project file about the new cjkcodecs structure. by Hye-Shik Chang · 20 years ago
- 3d7d372 Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
- 6920e49 Woo hoo! All the encoding tests pass on Windows (& I downloaded the by Tim Peters · 20 years ago
- cc8f997 More cjkcodecs recovery: Python at least compiles on Window again. by Tim Peters · 20 years ago
- 0062be2 Ignore some more build products. by Thomas Heller · 20 years ago
- d1d92ea Add a warning so that it isn't forgotten to recreate the binaries AND by Thomas Heller · 20 years ago
- 55a9864 Don't complain that non-existant registry entries cannot be deleted. by Thomas Heller · 20 years ago
- 378d3c0 bring OS/2 EMX port build environment up to date by Andrew MacIntyre · 20 years ago
- ad6ce46 Remove the annoing and useless messagebox asking about overwriting files. by Thomas Heller · 20 years ago
- f9bfdd8 Patch [ 983775 ] Allow bdist_wininst to install for non-admin users by Mark Hammond · 20 years ago
- 32b8f80 Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy. by Thomas Heller · 20 years ago
- 74db404 The wininst.exe is no longer compressed with UPX. by Thomas Heller · 20 years ago
- 4834039 When loading the Python dll to run the postinstall script, try to load by Thomas Heller · 20 years ago
- 2242fe8 Teach MSVC 6 about pystrtod.c. by Tim Peters · 20 years ago
- 9f5f056 Remove the pcre module. by Thomas Heller · 20 years ago
- 19a02ec Add genobject.c to the MSVC++ 6.0 build. by Raymond Hettinger · 20 years ago
- 97b6484 Update the DLL example to work with Py2.4. by Raymond Hettinger · 20 years ago
- 07ce3b7 Changed company name to PSF. Added 2004 to copyright years. by Tim Peters · 20 years ago
- e898d19 Complete perky's name change patch. by Raymond Hettinger · 21 years ago
- 6024722 Remove the Modules/heaqmodule.c, and add Modules/_heapmodule.c, so by Thomas Heller · 21 years ago
- c46cb2a * Restore the pure python version of heapq.py. by Raymond Hettinger · 21 years ago
- b4fb862 The wininst-6.exe template binary for bdist_wininst is now linked by Thomas Heller · 21 years ago
- 89adf0a The wininst-7.1.exe template binary for bdist_wininst is now linked by Thomas Heller · 21 years ago
- 9614219 Minor reformatting. by Thomas Heller · 21 years ago
- b888200 add AF_UNIX notes by Andrew MacIntyre · 21 years ago
- da4d6cb OS/2 VACPP build updates/fixes by Andrew MacIntyre · 21 years ago
- bd6850f Ignore oodles of MSVC-generated files. by Tim Peters · 21 years ago
- 4ae4f26 A helper for rt.bat, copied (but with path adjustment) from PCbuild. by Tim Peters · 21 years ago
- 6837f65 Solution and project file to build wininstXX.exe with MSVC7.1 (Visual by Thomas Heller · 21 years ago
- cad71d0 To avoid problems with conflicting dlls, the windows installers built by Thomas Heller · 21 years ago
- a19cdad Patch #892660 from Mark Hammond, for distutils bdist_wininst command. by Thomas Heller · 21 years ago
- 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 21 years ago
- db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 21 years ago
- 7e11a01 Remove HAVE_STRPTIME - no longer necessary with the pure Python version of by Skip Montanaro · 21 years ago
- 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 21 years ago
- a70e6d8 Added the cjkcodecs files to the MSVC 6 build. by Tim Peters · 21 years ago
- daea3e5 Add cjkcodecs to build process by Martin v. Löwis · 21 years ago
- ce59c04 Remove support for SunOS 4. by Skip Montanaro · 21 years ago
- b9949db Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld by Skip Montanaro · 21 years ago
- b9820a3 Remove support for minix. Remove unused and unnecessary checks for sizeof(char). by Skip Montanaro · 21 years ago
- 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 21 years ago
- 7174580 Update to record .pyd files removed for Python 2.4. by Tim Peters · 21 years ago
- 12cfa6d That's it -- works as well under VC6 as it ever did now. by Tim Peters · 21 years ago
- 055844e The _tkinter subproject works with VC6 again. by Tim Peters · 21 years ago
- 590de2c The bz2 subproject works with VC6 again. by Tim Peters · 21 years ago
- f32b027 The _ssl subproject may <heh> be working w/ VC6 again. by Tim Peters · 21 years ago
- c844a03 The _bsddb subproject works again under VC6. by Tim Peters · 21 years ago
- caba60a Removed dead text about MS subprojects that no longer exist. by Tim Peters · 21 years ago
- 28df74f Getting closer (but not yet there) to being able to compile under VC6 by Tim Peters · 21 years ago
- ff8505d Tons of changes to get this closer to being buildable from this directory; by Tim Peters · 21 years ago
- 203eec4 Move VC6 project files here. by Martin v. Löwis · 21 years ago
- 48918f7 Update build procedure to VC 7.1; make more modules builtin. by Martin v. Löwis · 21 years ago
- 4d04639 add definitions required for expat 1.95.7 by Andrew MacIntyre · 21 years ago
- c2138af - add notes about os.link() emulation; - various minor cleanups and updates. by Andrew MacIntyre · 21 years ago
- 51578ae - add build support for curses extension to be a normal DLL as well as by Andrew MacIntyre · 21 years ago
- a6a38ad Remove all uses of alloca() from this module. The alloca() return value by Guido van Rossum · 21 years ago
- b3af181 Convert heapq.py to a C implementation. by Raymond Hettinger · 21 years ago
- f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
- 13dbabe To build on windows, the manual editing of the python_nt.rc file to by Thomas Heller · 21 years ago
- 6019f9a Remove a stray single quote. Will backport to release23-maint. by Thomas Heller · 21 years ago
- 67e5582 Complete move of windows builds to 2.4alpha by Mark Hammond · 21 years ago
- 342aab1 Repaired botched release serial number. by Tim Peters · 21 years ago
- 6cb2e0d Bump Windows resource version macro for 2.3 final. by Tim Peters · 21 years ago
- 6560a25 Update version numbers and dates for 2.3c2 -- we won't be able to do this by Tim Peters · 21 years ago
- 29dfcd1 Bump the release number to 2.3c1. by Tim Peters · 21 years ago
- bac1ea9 More pre-2.3 build tweaks for the OS/2 EMX port: by Andrew MacIntyre · 21 years ago
- 4ee893f More pre-2.3 build tweaks for the OS/2 EMX port: by Andrew MacIntyre · 21 years ago
- b0f5e5a update OS/2 EMX port notes by Andrew MacIntyre · 21 years ago
- 63fd15c Bump release level to 2.3b2. by Tim Peters · 21 years ago
- 0dda400 add support for os.tmpfile() by Andrew MacIntyre · 21 years ago
- 58f22cc reorganise modules, so that most standard extensions are built into by Andrew MacIntyre · 21 years ago
- fae8953 various updates by Andrew MacIntyre · 21 years ago
- 23ec1dc bump stack size to cater for _sre recursion. by Andrew MacIntyre · 21 years ago
- fee1004 sound_playsound() doesn't have to be visible externally, so make it static. by Walter Dörwald · 21 years ago
- 3209410 Bump version number to 2.3b1. by Tim Peters · 22 years ago
- 0c83348 minor cleanups and whitespace normalisation by Andrew MacIntyre · 22 years ago
- 631e87f Makefile & config.c: - restructure build for modules now in Python DLL by Andrew MacIntyre · 22 years ago
- d4c9b16 Makefile: - add _csv module to the build list - various cleanups by Andrew MacIntyre · 22 years ago
- 6920652 Patch #714957: Explain ADDMODULE MARKER. by Martin v. Löwis · 22 years ago
- e125268 Add MessageBeep() API. by Guido van Rossum · 22 years ago
- b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 22 years ago
- 82d6195 Changed the DLL base-address assignment for _csv so it no longer by Tim Peters · 22 years ago
- 0d7ce4e Teach the Windows build & installer about the new csv module + DLL. by Tim Peters · 22 years ago
- 4f28c4d OS/2 EMX build updates for recent CVS changes by Andrew MacIntyre · 22 years ago
- 1441cf9 Bump version # to 2.3a2. by Tim Peters · 22 years ago
- 96ef811 Move itertools module from the sandbox and into production. by Raymond Hettinger · 22 years ago
- 61bb35f Fix [ 583477 ] wrong dest size. by Mark Hammond · 22 years ago
- c9083b6 Correct docstring for SetValueEx() by Mark Hammond · 22 years ago
- 9c2fbb5 There are two more copyright notices in the Windows world: by Tim Peters · 22 years ago
- 214d39a catch up with zipimport changes to std getpathp.c by Andrew MacIntyre · 22 years ago