summaryrefslogtreecommitdiffstats
path: root/PC/VS7.1
Commit message (Collapse)AuthorAgeFilesLines
* - Issue #22381: Update zlib to 1.2.8.doko@ubuntu.com2014-09-111-1/+10
| | | | Update zlib file names for the PC installers
* Issue14559: Attempt to fix compilation with previous versions of the ↵Amaury Forgeot d'Arc2012-04-121-0/+3
| | | | | | | | | | | Microsoft Compiler. Update the various project files with Python/random.c which was recently added. On my old Windows XP computer: - VS8.0 works reasonably. - I don't have the VS7.1 compiler. - VC6 does not compile, at least with the SDK shipped with the compiler (12 years ago!); newer SDKs might work.
* Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that ↵Martin v. Löwis2011-03-0622-5796/+5796
| | | | | | the files will have the right line ending even if the extension is not active.
* Add updated .hgeol file and fix newlines in the 2.7 branch.Georg Brandl2011-03-052-300/+300
|
* Updated PC/*/select.[dsp,vcproj] to follow r86136. (use winsock2)Hirokazu Yamamoto2010-11-041-4/+4
|
* Recorded merge of revisions 86117 via svnmerge fromHirokazu Yamamoto2010-11-0216-62/+62
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86117 | hirokazu.yamamoto | 2010-11-02 23:06:03 +0900 | 2 lines Defined Py_BUILD_CORE_MODULE also on VC7.1. # I don't have this compiler, so I couldn't test it. ........
* Recorded rollback of revisions 84857,84870,84875 via svnmerge fromHirokazu Yamamoto2010-09-291-1/+1
| | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k
* Merged revisions 84857,84870,84875 via svnmerge fromHirokazu Yamamoto2010-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84857 | hirokazu.yamamoto | 2010-09-17 17:53:31 +0900 | 1 line Let's see if tcl/tk test runs on windows buildbot with this fix. ........ r84870 | hirokazu.yamamoto | 2010-09-18 09:31:44 +0900 | 3 lines regrtest.py now runs python in build/test_python_xxx. (deeper than here) So failed to load tcl/tk dll because $(dist)/tcltk/bin was set to PATH as relative path. (Windows) ........ r84875 | hirokazu.yamamoto | 2010-09-18 13:02:52 +0900 | 1 line Applied r84870 to older compilers. ........
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-63/+63
|
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-251-0/+3
| | | | CObject to PyCapsule.
* Issue #3366: Add expm1 function to math module. Thanks Eric Smith forMark Dickinson2009-12-161-0/+3
| | | | testing on Windows.
* Add dtoa.c and dtoa.h to the relevant project files.Mark Dickinson2009-11-301-0/+3
|
* Set svn:eol-style=CRLF on all Visual Studio solution files.Amaury Forgeot d'Arc2009-07-131-288/+288
| | | | This should allow direct compilation from a downloaded source tar ball.
* Updated MSVC files to follow r73394.Hirokazu Yamamoto2009-06-141-6/+21
|
* Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to ↵Eric Smith2009-04-271-0/+3
| | | | py3k. Should fix Windows buildbot errors.
* Fixed compile error on windows.Hirokazu Yamamoto2009-04-031-0/+3
|
* Issue #4817: Remove unused function PyOS_GetLastModificationTime.Martin v. Löwis2009-01-031-3/+0
|
* Bumped up 2.6 to 2.7Christian Heimes2008-12-042-14/+14
|
* yuvconvert.c is a part of the "sv" module, an old IRIX thingAmaury Forgeot d'Arc2008-11-221-3/+0
| | | | and certainly not useful for any Windows build.
* Attempt to correct the build files for the Microsoft VS7.1 compiler.Amaury Forgeot d'Arc2008-09-022-10/+13
| | | | | I don't have a working VS7.1, but VS2005 can automatically convert the project and build a working python interpreter.
* Rename bytesobject.c back to stringobject.c to keep with the PyString theme.Gregory P. Smith2008-06-101-1/+1
| | | | Part of reverting most of r63675 per the mailing list discussion.
* Used vs9to8.py to port all VS9.0 changes to 8.0Christian Heimes2008-05-261-3/+3
| | | | Updated VS7.1 and VC6 project files
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-202-12/+0
|
* Add new tkinter dir to various locations where lib-tk shows up.Georg Brandl2008-05-172-0/+12
|
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+3
| | | | | | Ippolito. Closes issue #2750.
* Added new files to Windows project filesChristian Heimes2008-04-181-0/+3
| | | | More Windows related fixes are coming soon
* Update project files for all Windows supported compilersAmaury Forgeot d'Arc2008-04-141-0/+3
|
* Issue 2408: remove the _types moduleAmaury Forgeot d'Arc2008-04-081-3/+0
| | | | | | | | | It was only used as a helper in types.py to access types (GetSetDescriptorType and MemberDescriptorType), when they can easily be obtained with python code. These expressions even work with Jython. I don't know what the future of the types module is; (cf. discussion in http://bugs.python.org/issue1605 ) at least this change makes it simpler.
* Repair compilation for Visual Studio 2005.Amaury Forgeot d'Arc2008-03-286-20/+17
| | | | | | | I applied the same changes manually to VS7.1 and VC6 files; completely untested. (Christian, don't try too hard merging this change into py3k. It will be easier to do the same work again on the branch)
* Compilation was broken on Windows since the introduction of Advanced String ↵Amaury Forgeot d'Arc2008-02-171-0/+6
| | | | | | | Formatting. Only PCBuild (vs9) was really tested. Changes for older compilers were done manually.
* The root of the project is two levels up from PC/VS7.1Christian Heimes2008-01-011-1/+1
|
* Fixed path to _ssl.c in Windows make file, take three ...Christian Heimes2007-12-311-1/+1
|
* Fixed path to _ssl.c in Windows make file, take twoChristian Heimes2007-12-311-3/+3
|
* Fixed path to _ssl.c in Windows make fileChristian Heimes2007-12-311-1/+1
|
* Fixed pathChristian Heimes2007-12-311-6/+6
|
* Fixed include paths of PC/VS7.1Christian Heimes2007-12-3120-318/+318
|
* Fix paths for build botChristian Heimes2007-12-312-5/+5
|
* Moved PCbuild directory to PC/VS7.1Christian Heimes2007-12-3137-0/+10664