summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcproj
Commit message (Expand)AuthorAgeFilesLines
* Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th...Martin v. Löwis2011-03-061-1913/+1913
|\
| * Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th...Martin v. Löwis2011-03-061-1817/+1817
| * Merged revisions 84645 via svnmerge fromHirokazu Yamamoto2010-09-091-5/+8
* | issue 10501Kristján Valur Jónsson2010-11-221-16/+16
* | issue 9981Kristján Valur Jónsson2010-11-031-16/+16
* | On Windows, remove compilation warnings with the zlib and gzip modules.Amaury Forgeot d'Arc2010-10-171-0/+64
* | Create fileutils.c/.hVictor Stinner2010-10-071-0/+8
* | PCBuild cosmetic fixes.Hirokazu Yamamoto2010-09-091-5/+8
* | Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C APIAlexander Belopolsky2010-08-051-0/+8
* | Issue #7989: Added pure python implementation of the datetime module.Alexander Belopolsky2010-07-231-1/+1
* | Issue #9089: Remove intobject.h from MSVC project files.Mark Dickinson2010-06-271-4/+0
* | Issue #9012: Add _time.c and _time.h to the Visual Studio project fileVictor Stinner2010-06-161-0/+8
* | Make (most of) Python's tests pass under Thread Sanitizer.Jeffrey Yasskin2010-05-031-0/+8
* | Merged revisions 77461 via svnmerge fromAntoine Pitrou2010-01-131-0/+4
* | Merged revisions 76861 via svnmerge fromMark Dickinson2009-12-161-0/+8
* | Updated MSVC project files to follow PyCObject removal (r73729)Hirokazu Yamamoto2009-07-011-8/+0
|/
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-0/+5
* Merged revisions 72040 via svnmerge fromEric Smith2009-04-271-0/+8
* Issue #1580: use short float repr where possible.Mark Dickinson2009-04-161-0/+8
* Issue 5682: Move _io module into its own subdirectory.Alexandre Vassalotti2009-04-041-32/+36
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-041-0/+20
* Merged revisions 68203 via svnmerge fromMartin v. Löwis2009-01-031-4/+0
* Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge fromAmaury Forgeot d'Arc2008-11-221-8/+0
* On Windows, repair compilation of builtin modules _stringio and _pickle.Amaury Forgeot d'Arc2008-06-121-0/+8
* 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