summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcproj
Commit message (Expand)AuthorAgeFilesLines
* Remove last traces of cStringIO.Georg Brandl2008-06-101-4/+0
* Fix the Windows build by removing references to the cStringIO moduleThomas Heller2008-06-101-4/+0
* Renamed files bytesobject.[ch] and stringobject.[ch]Christian Heimes2008-05-261-8/+8
* 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
* Added code to compile new _bytesio on WindowsChristian Heimes2008-05-071-0/+4
* Merged revisions 62380,62382-62383 via svnmerge fromChristian Heimes2008-04-191-0/+8
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-151-4/+4
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-131-0/+4
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-4/+0
* Merged revisions 62177-62178,62180-62193 via svnmerge fromMartin v. Löwis2008-04-071-16/+16
* Merged revisions 62129,62131,62133 via svnmerge fromTrent Nelson2008-04-031-16/+16
* Merged revisions 59666-59679 via svnmerge fromChristian Heimes2008-01-031-4/+0
* Fixed svn merge issuesChristian Heimes2007-12-311-36/+32
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-650/+1617
* Merged revisions 59541-59561 via svnmerge fromChristian Heimes2007-12-191-0/+4
* Merged revisions 59450-59464 via svnmerge fromChristian Heimes2007-12-111-0/+3
* Issue #1580: New free format floating point representation based on "Floating...Christian Heimes2007-12-101-0/+3
* Patch 1304, by Amaury Forgeot d'Arc.Guido van Rossum2007-10-221-3/+9
* ssue 1309: fix by Christian Heimes to be able to build on Windows.Guido van Rossum2007-10-221-1/+4
* clean out some hotshot-related build turdsFred Drake2007-10-111-3/+0
* Remove more traces of bufferobject.[ch] from build files etc.Guido van Rossum2007-10-081-3/+0
* 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