summaryrefslogtreecommitdiff
path: root/PC/VC6
Commit message (Expand)AuthorAgeFilesLines
* Mention NASM which is needed to build openssl-1.0.0a original source.Hirokazu Yamamoto2010-12-081-2/+10
* Can build older OpenSSL in http://svn.python.org/projects/externals/Hirokazu Yamamoto2010-11-041-1/+1
* Py_BUILD_CORE_MODULE was not needed in python.dsp and pythonw.dsp.Hirokazu Yamamoto2010-11-022-8/+8
* Defined Py_BUILD_CORE_MODULE also on VC6.Hirokazu Yamamoto2010-11-0218-72/+72
* Updated readme.txt about OpenSSL.Hirokazu Yamamoto2010-10-281-6/+4
* Follows Python/fileutils.c addition.Hirokazu Yamamoto2010-10-081-0/+4
* Updated PC/VC6 openssl build script. (for openssl-1.0.0a)Hirokazu Yamamoto2010-09-281-16/+42
* Revert r84902 before committing better solution.Hirokazu Yamamoto2010-09-211-4/+4
* Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)Hirokazu Yamamoto2010-09-191-4/+4
* Updated VC6 files.Hirokazu Yamamoto2010-09-093-14/+14
* Merged revisions 76861 via svnmerge fromMark Dickinson2009-12-161-0/+4
* Updated MSVC project files to follow PyCObject removal (r73729)Hirokazu Yamamoto2009-07-011-4/+0
* Sorted file names.Hirokazu Yamamoto2009-06-281-24/+24
* Bump Windows versions to 3.2.Martin v. Löwis2009-06-272-4/+4
* Added Objects/capsule.c to project files.Hirokazu Yamamoto2009-05-061-0/+4
* Merged revisions 72040 via svnmerge fromEric Smith2009-04-271-0/+4
* Added Python/dtoa.c to project files.Hirokazu Yamamoto2009-04-181-0/+4
* Issue 5682: Move _io module into its own subdirectory.Alexandre Vassalotti2009-04-041-24/+24
* Merged revisions 70448 via svnmerge fromHirokazu Yamamoto2009-03-183-58/+98
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-041-0/+16
* Merged revisions 69494 via svnmerge fromHirokazu Yamamoto2009-02-103-218/+218
* Merged revisions 68468-68470 via svnmerge fromHirokazu Yamamoto2009-01-104-18/+128
* Merged revisions 68435 via svnmerge fromHirokazu Yamamoto2009-01-092-8/+8
* Merged revisions 68203 via svnmerge fromMartin v. Löwis2009-01-031-4/+0
* More 3.0 -> 3.1 transistionsChristian Heimes2008-12-032-4/+4
* Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge fromAmaury Forgeot d'Arc2008-11-221-4/+0
* forgot to remove _bsddb description from readme.txt (VC6)Hirokazu Yamamoto2008-09-061-54/+0
* Follows to bsddb removal (VC6)Hirokazu Yamamoto2008-09-042-114/+0
* Merged revisions 65672 via svnmerge fromHirokazu Yamamoto2008-08-142-0/+130
* Issue #2065: VC6 related fix.Hirokazu Yamamoto2008-08-145-40/+48
* Merged revisions 64214 via svnmerge fromAmaury Forgeot d'Arc2008-06-132-22/+10
* On Windows, repair compilation of builtin modules _stringio and _pickle.Amaury Forgeot d'Arc2008-06-121-0/+8
* Removed _stringio from Windows build.Alexandre Vassalotti2008-06-121-4/+0
* revert the addition of _pickle because it was causing havok with 64-bitBenjamin Peterson2008-06-121-4/+0
* Attempt to fix the Windows build for _stringio and _pickle.Alexandre Vassalotti2008-06-121-0/+12
* Fix the Windows build by removing references to the cStringIO moduleThomas Heller2008-06-101-4/+0
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-2/+2
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-2/+2
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-2/+2
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-1/+1
* #2879: rename _winreg to winreg.Georg Brandl2008-05-251-1/+1
* Merged revisions 62734,62736,62748,62769 via svnmerge fromChristian Heimes2008-05-081-0/+4
* Merged revisions 62380,62382-62383 via svnmerge fromChristian Heimes2008-04-191-0/+4
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-151-0/+4
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-4/+0
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-191-0/+12
* And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks H...Christian Heimes2008-01-046-41/+171
* Remove more hotshot cruft.Neal Norwitz2007-10-131-4/+0
* Remove more traces of bufferobject.[ch] from build files etc.Guido van Rossum2007-10-081-4/+0
* cPickle was removedNeal Norwitz2007-08-241-4/+0