summaryrefslogtreecommitdiffstats
path: root/PC/VS7.1/pythoncore.vcproj
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-041-12/+12
|
* 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-021-1/+4
| | | | | 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
* 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-281-2/+13
| | | | | | | 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.
* Fixed include paths of PC/VS7.1Christian Heimes2007-12-311-174/+174
|
* Moved PCbuild directory to PC/VS7.1Christian Heimes2007-12-311-0/+806