summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcproj
Commit message (Expand)AuthorAgeFilesLines
* fix for real this time...Benjamin Peterson2012-02-211-1823/+5
* belately resolve conflicts hereBenjamin Peterson2012-02-211-2/+0
* merge 2.6 with hash randomization fixBenjamin Peterson2012-02-211-0/+1824
|\
| * - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEEDBarry Warsaw2012-02-211-0/+4
* | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th...Martin v. Löwis2011-03-061-1873/+1873
* | PCBuild cosmetic fixes.Hirokazu Yamamoto2010-09-101-20/+12
* | Capsule-related changes:Larry Hastings2010-04-021-0/+8
* | make an attempt to add capsule to the Windows buildBenjamin Peterson2010-03-251-0/+8
* | Issue #7622: Improve the split(), rsplit(), splitlines() and replace()Antoine Pitrou2010-01-131-0/+4
* | Issue #3366: Add expm1 function to math module. Thanks Eric Smith forMark Dickinson2009-12-161-0/+8
* | Issue #7117: Prepare for backport of py3k float repr.Mark Dickinson2009-10-241-0/+8
* | Updated MSVC files to follow r73394.Hirokazu Yamamoto2009-06-141-8/+36
* | Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k....Eric Smith2009-04-271-0/+8
* | Fixed compile error on windows.Hirokazu Yamamoto2009-04-031-0/+4
* | Issue #4817: Remove unused function PyOS_GetLastModificationTime.Martin v. Löwis2009-01-031-4/+0
* | yuvconvert.c is a part of the "sv" module, an old IRIX thingAmaury Forgeot d'Arc2008-11-221-8/+0
|/
* Rename bytesobject.c back to stringobject.c to keep with the PyString theme.Gregory P. Smith2008-06-101-1/+1
* Renamed bytesobject.c to bytearrayobject.cChristian Heimes2008-05-261-4/+8
* Backport fast alternate io.BytesIO implementation.Alexandre Vassalotti2008-05-091-0/+4
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+4
* Added new files to Windows project filesChristian Heimes2008-04-181-4/+12
* Update project files for all Windows supported compilersAmaury Forgeot d'Arc2008-04-141-4/+4
* Added new files to the pcbuild filesChristian Heimes2008-04-131-0/+4
* Issue 2408: remove the _types moduleAmaury Forgeot d'Arc2008-04-081-4/+0
* Don't run kill_python as part of the build process. Change the buildbots so ...Trent Nelson2008-04-061-16/+16
* Reimplement kill_python. The existing version had a number of flaws, namely,...Trent Nelson2008-04-031-16/+16
* Hopefully added _fileio module to the Windows build systemChristian Heimes2008-03-271-0/+4
* Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,...Christian Heimes2008-03-261-0/+16
* Added future_builtins, which contains PEP 3127 compatible versions of hex() a...Eric Smith2008-02-231-0/+4
* Compilation was broken on Windows since the introduction of Advanced String F...Amaury Forgeot d'Arc2008-02-171-0/+8
* Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcprojChristian Heimes2008-01-031-8/+0
* Renamed PCBuild9 directory to PCBuildChristian Heimes2007-12-311-0/+1773
* Moved PCbuild directory to PC/VS7.1Christian Heimes2007-12-311-806/+0
* Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...Christian Heimes2007-12-181-0/+4
* The new float repr causes too much trouble and pain. I'm disabling the featur...Christian Heimes2007-12-111-3/+3
* Backport of r59456:59458 from py3k to trunkChristian Heimes2007-12-101-0/+3
* Try to remove rgbimg from Windows builds.Brett Cannon2007-05-201-3/+0
* Prepare collections module for pure python code entries.Raymond Hettinger2007-02-281-1/+1
* Merge 53501 and 53502 from 25 branch:Martin v. Löwis2007-01-201-1/+1
* Patch #1576954: Update VC6 build directory; remove redundantMartin v. Löwis2006-10-151-9/+3
* Try to get the windows bots working again with the new peephole.cNeal Norwitz2006-08-211-0/+3
* Try to get Windows bots working again. Take 2Neal Norwitz2006-08-181-12/+12
* Enable the building of the _types module on Windows.Barry Warsaw2006-07-271-6/+9
* Apply modified version of Collin Winter's patch #1478788Nick Coghlan2006-05-291-4/+1
* 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
* 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