Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #3366: Add expm1 function to math module. Thanks Eric Smith for | Mark Dickinson | 2009-12-16 | 1 | -0/+4 |
| | | | | testing on Windows. | ||||
* | Add dtoa.c and dtoa.h to the relevant project files. | Mark Dickinson | 2009-11-30 | 1 | -0/+4 |
| | |||||
* | Updated MSVC files to follow r73394. | Hirokazu Yamamoto | 2009-06-14 | 1 | -8/+28 |
| | |||||
* | Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to ↵ | Eric Smith | 2009-04-27 | 1 | -0/+4 |
| | | | | py3k. Should fix Windows buildbot errors. | ||||
* | 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 | -4/+0 |
| | | | | and certainly not useful for any Windows build. | ||||
* | Follows to python's version change (VC6) | Hirokazu Yamamoto | 2008-10-03 | 1 | -2/+2 |
| | |||||
* | Issue #2065: VC6 related fix. | Hirokazu Yamamoto | 2008-08-14 | 1 | -8/+32 |
| | | | | | | | | | | | | | | | | | | | | - PC/VC6/_bsddb.dsp: removed '/nodefaultlib:"msvcrt"' to fix linker error. - PC/VC6/_msi.dsp, PC/VC6/pcbuild.dsw: added new module support. - PC/VC6/_sqlite3.dsp: /D "MODULE_NAME=\"sqlite3\"" caused extra leading space like #define MODULE_NAME " sqlite3" so uses /D MODULE_NAME=\"sqlite3\" instead. - PC/VC6/python.dsp: changed stack size to 2MB to avoid stack overflow on some tests. | ||||
* | Restore support for Microsoft VC6 compiler. | Amaury Forgeot d'Arc | 2008-06-13 | 1 | -0/+4 |
| | | | | | | | Some functions in the msvcrt module are skipped, and socket.ioctl is enabled only when using a more recent Platform SDK. (and yes, there are still companies that use a 10-years old compiler) | ||||
* | Rename bytesobject.c back to stringobject.c to keep with the PyString theme. | Gregory P. Smith | 2008-06-10 | 1 | -1/+1 |
| | | | | Part of reverting most of r63675 per the mailing list discussion. | ||||
* | Used vs9to8.py to port all VS9.0 changes to 8.0 | Christian Heimes | 2008-05-26 | 1 | -4/+4 |
| | | | | Updated VS7.1 and VC6 project files | ||||
* | Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob | Brett Cannon | 2008-05-05 | 1 | -0/+4 |
| | | | | | | Ippolito. Closes issue #2750. | ||||
* | Added new files to Windows project files | Christian Heimes | 2008-04-18 | 1 | -0/+4 |
| | | | | More Windows related fixes are coming soon | ||||
* | Update project files for all Windows supported compilers | Amaury Forgeot d'Arc | 2008-04-14 | 1 | -0/+4 |
| | |||||
* | Issue 2408: remove the _types module | Amaury Forgeot d'Arc | 2008-04-08 | 1 | -4/+0 |
| | | | | | | | | | It was only used as a helper in types.py to access types (GetSetDescriptorType and MemberDescriptorType), when they can easily be obtained with python code. These expressions even work with Jython. I don't know what the future of the types module is; (cf. discussion in http://bugs.python.org/issue1605 ) at least this change makes it simpler. | ||||
* | Repair compilation for Visual Studio 2005. | Amaury Forgeot d'Arc | 2008-03-28 | 1 | -0/+16 |
| | | | | | | | I applied the same changes manually to VS7.1 and VC6 files; completely untested. (Christian, don't try too hard merging this change into py3k. It will be easier to do the same work again on the branch) | ||||
* | Compilation was broken on Windows since the introduction of Advanced String ↵ | Amaury Forgeot d'Arc | 2008-02-17 | 1 | -8/+12 |
| | | | | | | | Formatting. Only PCBuild (vs9) was really tested. Changes for older compilers were done manually. | ||||
* | Reverted last transaction. It's the wrong branch. | Christian Heimes | 2008-01-04 | 1 | -45/+29 |
| | |||||
* | And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks ↵ | Christian Heimes | 2008-01-04 | 1 | -29/+45 |
| | | | | Hiro! | ||||
* | Patch #1576954: Update VC6 build directory; remove redundant | Martin v. Löwis | 2006-10-15 | 1 | -18/+78 |
| | | | | files in VC7. Will backport to 2.5. | ||||
* | Apply modified version of Collin Winter's patch #1478788 | Nick Coghlan | 2006-05-29 | 1 | -1/+1 |
| | | | | | | Renames functional extension module to _functools and adds a Python functools module so that utility functions like update_wrapper can be added easily. | ||||
* | Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. | Neal Norwitz | 2006-03-16 | 1 | -8/+0 |
| | |||||
* | Add AST files to VC6 build. | Raymond Hettinger | 2005-10-23 | 1 | -0/+16 |
| | |||||
* | Update the PC configuration and project files for sha256 and sha512. | Raymond Hettinger | 2005-08-24 | 1 | -0/+8 |
| | |||||
* | SF patch #941881: PEP 309 Implementation (Partial Function Application). | Raymond Hettinger | 2005-02-28 | 1 | -0/+4 |
| | | | | | Combined efforts of many including Peter Harris, Hye-Shik Chang, Martin v. Löwis, Nick Coghlan, Paul Moore, and Raymond Hettinger. | ||||
* | Update the MSC6 pythoncore projects to compile for Py2.5 | Raymond Hettinger | 2004-12-02 | 1 | -2/+2 |
| | |||||
* | Add _subprocess.c | Martin v. Löwis | 2004-10-15 | 1 | -0/+4 |
| | |||||
* | Remove rotor and xreadlines from VC 6 build. | Raymond Hettinger | 2004-08-31 | 1 | -8/+0 |
| | |||||
* | Remove unused source file from Windows project files. | Hye-Shik Chang | 2004-07-28 | 1 | -4/+0 |
| | |||||
* | Teach VC6 project file about the new cjkcodecs structure. | Hye-Shik Chang | 2004-07-18 | 1 | -77/+9 |
| | |||||
* | Teach MSVC 6 about pystrtod.c. | Tim Peters | 2004-06-08 | 1 | -0/+4 |
| | |||||
* | Remove the pcre module. | Thomas Heller | 2004-06-02 | 1 | -8/+0 |
| | |||||
* | Add genobject.c to the MSVC++ 6.0 build. | Raymond Hettinger | 2004-06-01 | 1 | -0/+4 |
| | |||||
* | Complete perky's name change patch. | Raymond Hettinger | 2004-04-27 | 1 | -1/+1 |
| | |||||
* | Remove the Modules/heaqmodule.c, and add Modules/_heapmodule.c, so | Thomas Heller | 2004-04-22 | 1 | -4/+4 |
| | | | | that the project compiles again with VC6. | ||||
* | * Move collections.deque() in from the sandbox | Raymond Hettinger | 2004-01-29 | 1 | -0/+4 |
| | | | | | | * Add unittests, newsitem, and whatsnew * Apply to Queue.py mutex.py threading.py pydoc.py and shlex.py * Docs are forthcoming | ||||
* | Added the cjkcodecs files to the MSVC 6 build. | Tim Peters | 2004-01-25 | 1 | -0/+100 |
| | |||||
* | SF Patch #864863: Bisect C implementation | Raymond Hettinger | 2004-01-05 | 1 | -0/+4 |
| | | | | (Contributed by Dmitry Vasiliev.) | ||||
* | Getting closer (but not yet there) to being able to compile under VC6 | Tim Peters | 2004-01-04 | 1 | -0/+28 |
| | | | | | | | | | | | | | | again. Removed the following subprojects and folded them into pythoncore, to match what's being done under VC7. We *can* build the core DLL under VC6 again after this: datetime.dsp winreg.dsp parser.dsp _sre.dsp _csv.dsp mmap.dsp _symtable.dsp | ||||
* | Tons of changes to get this closer to being buildable from this directory; | Tim Peters | 2004-01-03 | 1 | -123/+123 |
| | | | | still far away, but a lot closer than it was. | ||||
* | Move VC6 project files here. | Martin v. Löwis | 2004-01-02 | 1 | -0/+569 |