| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,... | Christian Heimes | 2008-03-26 | 1 | -0/+16 |
|
|
* | Added future_builtins, which contains PEP 3127 compatible versions of hex() a... | Eric Smith | 2008-02-23 | 1 | -0/+4 |
|
|
* | Compilation was broken on Windows since the introduction of Advanced String F... | Amaury Forgeot d'Arc | 2008-02-17 | 1 | -0/+8 |
|
|
* | Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj | Christian Heimes | 2008-01-03 | 1 | -8/+0 |
|
|
* | Renamed PCBuild9 directory to PCBuild | Christian Heimes | 2007-12-31 | 1 | -0/+1773 |
|
|
* | Moved PCbuild directory to PC/VS7.1 | Christian Heimes | 2007-12-31 | 1 | -806/+0 |
|
|
* | Applied patch #1635: Float patch for inf and nan on Windows (and other platfo... | Christian Heimes | 2007-12-18 | 1 | -0/+4 |
|
|
* | The new float repr causes too much trouble and pain. I'm disabling the featur... | Christian Heimes | 2007-12-11 | 1 | -3/+3 |
|
|
* | Backport of r59456:59458 from py3k to trunk | Christian Heimes | 2007-12-10 | 1 | -0/+3 |
|
|
* | Try to remove rgbimg from Windows builds. | Brett Cannon | 2007-05-20 | 1 | -3/+0 |
|
|
* | Prepare collections module for pure python code entries. | Raymond Hettinger | 2007-02-28 | 1 | -1/+1 |
|
|
* | Merge 53501 and 53502 from 25 branch: | Martin v. Löwis | 2007-01-20 | 1 | -1/+1 |
|
|
* | Patch #1576954: Update VC6 build directory; remove redundant | Martin v. Löwis | 2006-10-15 | 1 | -9/+3 |
|
|
* | Try to get the windows bots working again with the new peephole.c | Neal Norwitz | 2006-08-21 | 1 | -0/+3 |
|
|
* | Try to get Windows bots working again. Take 2 | Neal Norwitz | 2006-08-18 | 1 | -12/+12 |
|
|
* | Enable the building of the _types module on Windows. | Barry Warsaw | 2006-07-27 | 1 | -6/+9 |
|
|
* | Apply modified version of Collin Winter's patch #1478788 | Nick Coghlan | 2006-05-29 | 1 | -4/+1 |
|
|
* | Conversion of exceptions over from faked-up classes to new-style C types. | Richard Jones | 2006-05-27 | 1 | -1/+1 |
|
|
* | Get the Windows build working again (recover from | Tim Peters | 2006-05-23 | 1 | -3/+3 |
|
|
* | Use GS- and bufferoverlowU.lib where appropriate, for AMD64. | Martin v. Löwis | 2006-04-26 | 1 | -1/+1 |
|
|
* | Upgrade to vsextcomp 0.8 (and thus the SDK for W2k3SP1) | Martin v. Löwis | 2006-04-21 | 1 | -2/+2 |
|
|
* | Looks like someone renamed (or something) md5c.c to md5.c. | Tim Peters | 2006-04-03 | 1 | -1/+1 |
|
|
* | Patch #1462700: Make _ctypes_test depend on _ctypes. | Martin v. Löwis | 2006-04-03 | 1 | -1/+1 |
|
|
* | Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. | Neal Norwitz | 2006-03-16 | 1 | -6/+0 |
|
|
* | Drop vsextcomp_verbose | Martin v. Löwis | 2006-02-16 | 1 | -1/+1 |
|
|
* | Add _lsprof. | Martin v. Löwis | 2006-02-14 | 1 | -0/+6 |
|
|
* | Add build support for AMD64. | Martin v. Löwis | 2006-02-14 | 1 | -2/+81 |
|
|
* | Generate getbuildinfo.o each time the linker is invoked; | Martin v. Löwis | 2006-01-18 | 1 | -12/+13 |
|
|
* | Remove buildno. | Martin v. Löwis | 2006-01-15 | 1 | -12/+0 |
|
|
* | Patch #1396093: Further .vcproj cleanups | Martin v. Löwis | 2006-01-15 | 1 | -2700/+3 |
|
|
* | Patch #1307806: Use project defaults where possible | Martin v. Löwis | 2006-01-03 | 1 | -129/+3 |
|
|
* | Make zlib builtin. | Martin v. Löwis | 2006-01-03 | 1 | -0/+61 |
|
|
* | Repair longstanding damage introduced by the AST merge: | Tim Peters | 2005-12-25 | 1 | -4/+25 |
|
|
* | Add Python\pyarena.c to the VC project file. | Thomas Heller | 2005-12-21 | 1 | -3/+6 |
|
|
* | Remove conflict markers and add parsermodule.c to get things building | Mark Hammond | 2005-10-23 | 1 | -12/+11 |
|
|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -37/+93 |
|
|
* | Correct names of sha modules. | Raymond Hettinger | 2005-08-24 | 1 | -2/+2 |
|
|
* | Update the PC configuration and project files for sha256 and sha512. | Raymond Hettinger | 2005-08-24 | 1 | -0/+54 |
|
|
* | SF patch #941881: PEP 309 Implementation (Partial Function Application). | Raymond Hettinger | 2005-02-28 | 1 | -0/+27 |
|
|
* | Update the filenames in the MSVC project file for Python 2.5. | Thomas Heller | 2004-12-01 | 1 | -9/+9 |
|
|
* | Bump buildno for 2.4 release | Martin v. Löwis | 2004-11-29 | 1 | -3/+3 |
|
|
* | Bump version for 2.4c1 | Martin v. Löwis | 2004-11-07 | 1 | -3/+3 |
|
|
* | Bump buildno for 2.4b2. | Martin v. Löwis | 2004-11-02 | 1 | -3/+3 |
|
|
* | Bump buildno for 2.4b1 | Martin v. Löwis | 2004-10-15 | 1 | -3/+3 |
|
|
* | Supply the _subprocess module under 7.1. I'm not sure what the status | Tim Peters | 2004-10-12 | 1 | -0/+3 |
|
|
* | Update buildno for 2.4a3 | Martin v. Löwis | 2004-09-01 | 1 | -3/+3 |
|
|
* | Remove rotor and xreadlines from VC 7.1 build. | Tim Peters | 2004-08-31 | 1 | -54/+0 |
|
|
* | Bump buildno for 2.4a2 | Martin v. Löwis | 2004-08-04 | 1 | -3/+3 |
|
|
* | Remove unused source file from Windows project files. | Hye-Shik Chang | 2004-07-28 | 1 | -3/+0 |
|
|
* | Add Itanium targets. | Martin v. Löwis | 2004-07-20 | 1 | -0/+993 |
|
|