| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #7622: Improve the split(), rsplit(), splitlines() and replace() | Antoine Pitrou | 2010-01-13 | 1 | -0/+4 |
* | Issue #3366: Add expm1 function to math module. Thanks Eric Smith for | Mark Dickinson | 2009-12-16 | 1 | -0/+8 |
* | Issue #7117: Prepare for backport of py3k float repr. | Mark Dickinson | 2009-10-24 | 1 | -0/+8 |
* | Updated MSVC files to follow r73394. | Hirokazu Yamamoto | 2009-06-14 | 1 | -8/+36 |
* | Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k.... | Eric Smith | 2009-04-27 | 1 | -0/+8 |
* | Fixed compile error on windows. | Hirokazu Yamamoto | 2009-04-03 | 1 | -0/+4 |
* | Issue #4817: Remove unused function PyOS_GetLastModificationTime. | Martin v. Löwis | 2009-01-03 | 1 | -4/+0 |
* | yuvconvert.c is a part of the "sv" module, an old IRIX thing | Amaury Forgeot d'Arc | 2008-11-22 | 1 | -8/+0 |
* | Rename bytesobject.c back to stringobject.c to keep with the PyString theme. | Gregory P. Smith | 2008-06-10 | 1 | -1/+1 |
* | Renamed bytesobject.c to bytearrayobject.c | Christian Heimes | 2008-05-26 | 1 | -4/+8 |
* | Backport fast alternate io.BytesIO implementation. | Alexandre Vassalotti | 2008-05-09 | 1 | -0/+4 |
* | Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob | Brett Cannon | 2008-05-05 | 1 | -0/+4 |
* | Added new files to Windows project files | Christian Heimes | 2008-04-18 | 1 | -4/+12 |
* | Update project files for all Windows supported compilers | Amaury Forgeot d'Arc | 2008-04-14 | 1 | -4/+4 |
* | Added new files to the pcbuild files | Christian Heimes | 2008-04-13 | 1 | -0/+4 |
* | Issue 2408: remove the _types module | Amaury Forgeot d'Arc | 2008-04-08 | 1 | -4/+0 |
* | Don't run kill_python as part of the build process. Change the buildbots so ... | Trent Nelson | 2008-04-06 | 1 | -16/+16 |
* | Reimplement kill_python. The existing version had a number of flaws, namely,... | Trent Nelson | 2008-04-03 | 1 | -16/+16 |
* | Hopefully added _fileio module to the Windows build system | Christian Heimes | 2008-03-27 | 1 | -0/+4 |
* | 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 |