summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcproj
Commit message (Expand)AuthorAgeFilesLines
* Add a couple of files that are necessary based on getting PCbuil8 to work.Neal Norwitz2007-08-261-0/+6
* Remove more references to intobject.Guido van Rossum2007-08-071-3/+0
* Drop cPickle from Windows build process.Martin v. Löwis2007-07-221-3/+0
* atexit is a builtin module now, provide that on Windows.Thomas Heller2007-07-131-0/+3
* See SF# 1751801: Windows: Add the _fileio builtin module, and undefineThomas Heller2007-07-111-0/+3
* Merged revisions 55962-56019 via svnmerge fromGuido van Rossum2007-06-181-15/+15
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-9/+0
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-6/+0
* Merged revisions 55342-55406 via svnmerge fromGuido van Rossum2007-05-171-3/+0
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+1
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-1/+1
* Add the bytes type to the build process.Martin v. Löwis2007-01-061-0/+3
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-6/+3
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-12/+12
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-6/+9
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-4/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-5/+5
* Merge with trunk up to revision 45620.Thomas Wouters2006-04-211-2/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-8/+2
* 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
* 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
* Add Python\pyarena.c to the VC project file.Thomas Heller2005-12-211-3/+6
* 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
* 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
* 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
* 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
* 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
* Remove the pcre module.Thomas Heller2004-06-021-38/+0