summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcproj
Commit message (Collapse)AuthorAgeFilesLines
* Add /GS- to Itanium build.Martin v. Löwis2007-01-201-1/+1
|
* Patch #1576954: Update VC6 build directory; remove redundantMartin v. Löwis2006-10-151-6/+0
| | | | files in VC7.1 pythoncore.vcproj.
* Enable the building of the _types module on Windows.Barry Warsaw2006-07-271-6/+9
| | | | Note that this has only been tested for VS 2003 since that's all I have.
* Apply modified version of Collin Winter's patch #1478788Nick Coghlan2006-05-291-4/+1
| | | | | | Renames functional extension module to _functools and adds a Python functools module so that utility functions like update_wrapper can be added easily.
* Conversion of exceptions over from faked-up classes to new-style C types.Richard Jones2006-05-271-1/+1
|
* Get the Windows build working again (recover fromTim Peters2006-05-231-3/+3
| | | | `struct` module changes).
* Use GS- and bufferoverlowU.lib where appropriate, for AMD64.Martin v. Löwis2006-04-261-1/+1
|
* Upgrade to vsextcomp 0.8 (and thus the SDK for W2k3SP1)Martin v. Löwis2006-04-211-2/+2
|
* Looks like someone renamed (or something) md5c.c to md5.c.Tim Peters2006-04-031-1/+1
|
* Patch #1462700: Make _ctypes_test depend on _ctypes.Martin v. Löwis2006-04-031-1/+1
| | | | Use same GUID for pythoncore in project and solution.
* Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.Neal Norwitz2006-03-161-6/+0
|
* Drop vsextcomp_verboseMartin v. Löwis2006-02-161-1/+1
|
* Add _lsprof.Martin v. Löwis2006-02-141-0/+6
|
* Add build support for AMD64.Martin v. Löwis2006-02-141-2/+81
|
* Generate getbuildinfo.o each time the linker is invoked;Martin v. Löwis2006-01-181-12/+13
| | | | | try to generate SVNVERSION information if subwcrev.exe can be found.
* Remove buildno.Martin v. Löwis2006-01-151-12/+0
|
* Patch #1396093: Further .vcproj cleanupsMartin v. Löwis2006-01-151-2700/+3
|
* Patch #1307806: Use project defaults where possibleMartin v. Löwis2006-01-031-129/+3
|
* Make zlib builtin.Martin v. Löwis2006-01-031-0/+61
|
* Repair longstanding damage introduced by the AST merge:Tim Peters2005-12-251-4/+25
| | | | | | | | - Get rid of pgen.c and tokenizer_pgen.c. - Include tokenizer.c. All the -uall tests pass on my WinXP VC7.1 box now.
* Add Python\pyarena.c to the VC project file.Thomas Heller2005-12-211-3/+6
| | | | Fix the definition of BUILD in the VC project settings.
* Remove conflict markers and add parsermodule.c to get things buildingMark Hammond2005-10-231-12/+11
|
* Merge ast-branch to headJeremy Hylton2005-10-201-37/+93
| | | | | | | | | | This change implements a new bytecode compiler, based on a transformation of the parse tree to an abstract syntax defined in Parser/Python.asdl. The compiler implementation is not complete, but it is in stable enough shape to run the entire test suite excepting two disabled tests.
* Correct names of sha modules.Raymond Hettinger2005-08-241-2/+2
|
* Update the PC configuration and project files for sha256 and sha512.Raymond Hettinger2005-08-241-0/+54
|
* SF patch #941881: PEP 309 Implementation (Partial Function Application).Raymond Hettinger2005-02-281-0/+27
| | | | | Combined efforts of many including Peter Harris, Hye-Shik Chang, Martin v. Löwis, Nick Coghlan, Paul Moore, and Raymond Hettinger.
* Update the filenames in the MSVC project file for Python 2.5.Thomas Heller2004-12-011-9/+9
|
* Bump buildno for 2.4 releaseMartin v. Löwis2004-11-291-3/+3
|
* Bump version for 2.4c1Martin v. Löwis2004-11-071-3/+3
|
* Bump buildno for 2.4b2.Martin v. Löwis2004-11-021-3/+3
|
* Bump buildno for 2.4b1Martin v. Löwis2004-10-151-3/+3
|
* Supply the _subprocess module under 7.1. I'm not sure what the statusTim Peters2004-10-121-0/+3
| | | | of this should be on non-WIN32 Windows variants.
* Update buildno for 2.4a3Martin v. Löwis2004-09-011-3/+3
|
* Remove rotor and xreadlines from VC 7.1 build.Tim Peters2004-08-311-54/+0
|
* Bump buildno for 2.4a2Martin v. Löwis2004-08-041-3/+3
|
* Remove unused source file from Windows project files.Hye-Shik Chang2004-07-281-3/+0
|
* Add Itanium targets.Martin v. Löwis2004-07-201-0/+993
|
* cjkcodecs/mapdata_*.c are removed by the recent import CJKCodecs 1.1.Hye-Shik Chang2004-07-181-12/+0
|
* Teach VC 7.1 about the new cjkcodecs structure. This still doesn't compileTim Peters2004-07-181-59/+20
| | | | | on Windows, because of non-standard code in cjkcodes.h, but it's *almost* there.
* Bump build number to 54 for 2.4.0a1Martin v. Löwis2004-07-081-2/+2
|
* Teach pythoncore project about new pystrtod.c for VC7.1. This was doneTim Peters2004-06-141-0/+3
| | | | a long time ago for VC6.
* Remove the pcre module.Thomas Heller2004-06-021-38/+0
|
* Add genobject.cMartin v. Löwis2004-06-011-0/+3
|
* The filename of this module changed again...Thomas Heller2004-04-271-1/+1
|
* Modules/heapqmodule.c removed.Thomas Heller2004-04-221-19/+3
| | | | Modules/_heapmodule.c added.
* Add collectionsmodule.c.Martin v. Löwis2004-02-011-2/+3
| | | | Don't link with largeint.lib anymore.
* Add cjkcodecs to build processMartin v. Löwis2004-01-211-0/+75
|
* Add the _bisectmodule.c source file to the pythoncore project - seems to ↵Thomas Heller2004-01-061-0/+3
| | | | have been forgotten.
* Bump build numberMartin v. Löwis2004-01-041-2/+2
|
* Update build procedure to VC 7.1.Martin v. Löwis2004-01-021-0/+2420