| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops, MSVC was still open, so the project file was not yet saved. | Thomas Heller | 2002-11-22 | 1 | -6/+7 |
|
|
* | Copied the sources from the distutils CVS repository. | Thomas Heller | 2002-11-22 | 10 | -0/+3125 |
|
|
* | Forgot a paren in the MSVC + 64-bit + Intel case. | Tim Peters | 2002-11-11 | 1 | -1/+1 |
|
|
* | Some help for SF 614770: MSVC 7.0 compiler support | Tim Peters | 2002-11-11 | 1 | -20/+33 |
|
|
* | Start building the bz2 module on Windows. | Tim Peters | 2002-11-09 | 1 | -0/+1 |
|
|
* | The MS resource compiler simply cannot be convinced to do arithmetic | Tim Peters | 2002-10-11 | 1 | -2/+21 |
|
|
* | Repair the DLL name -- this has to match the major.minor version numbers. | Tim Peters | 2002-10-11 | 1 | -1/+1 |
|
|
* | Patch 594001: PEP 277 - Unicode file name support for Windows NT. | Mark Hammond | 2002-10-03 | 1 | -0/+4 |
|
|
* | Call me anal, but there was a particular phrase that was speading to | Guido van Rossum | 2002-08-19 | 1 | -1/+1 |
|
|
* | update contact info | Andrew MacIntyre | 2002-08-18 | 1 | -4/+9 |
|
|
* | Prep for 2.3: | Andrew MacIntyre | 2002-08-18 | 1 | -34/+39 |
|
|
* | make port notes current | Andrew MacIntyre | 2002-08-18 | 1 | -48/+36 |
|
|
* | Build process updates: | Andrew MacIntyre | 2002-08-18 | 1 | -17/+33 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -2/+0 |
|
|
* | Remove a strange single quote that didn't seem to upset the compilers! | Mark Hammond | 2002-07-22 | 1 | -1/+1 |
|
|
* | Nuke the only DL_* in this directory. | Mark Hammond | 2002-07-22 | 1 | -1/+1 |
|
|
* | Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. | Mark Hammond | 2002-07-19 | 2 | -176/+83 |
|
|
* | Windows has no actual need for BAD_STATIC_FORWARD, so got rid of it. | Tim Peters | 2002-07-17 | 1 | -4/+0 |
|
|
* | WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very few | Tim Peters | 2002-07-14 | 1 | -1/+2 |
|
|
* | Removed WITH_CYCLE_GC #ifdef-ery. Holes: | Tim Peters | 2002-07-07 | 2 | -7/+0 |
|
|
* | Patch #569753: Remove support for WIN16. | Martin v. Löwis | 2002-06-30 | 2 | -19/+12 |
|
|
* | Nuked another reference to newmodule.c. | Tim Peters | 2002-06-16 | 1 | -1/+0 |
|
|
* | Removed newmodule.c from the project, and removed references to it from | Tim Peters | 2002-06-16 | 2 | -3/+0 |
|
|
* | SF patch 568629 by Oren Tirosh: types made callable. | Guido van Rossum | 2002-06-14 | 2 | -24/+0 |
|
|
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 2 | -48/+47 |
|
|
* | refresh to pick up recent changes | Andrew MacIntyre | 2002-06-10 | 1 | -3/+3 |
|
|
* | make _sre a dynamically loadable module and build xxsubtype | Andrew MacIntyre | 2002-06-10 | 2 | -4/+17 |
|
|
* | Patch #505375: Make doc strings optional. | Martin v. Löwis | 2002-06-09 | 3 | -0/+9 |
|
|
* | add enumobject.c to build machinery | Andrew MacIntyre | 2002-04-30 | 1 | -2/+3 |
|
|
* | add enumobject.c to build machinery | Andrew MacIntyre | 2002-04-30 | 1 | -0/+4 |
|
|
* | Enable universal newlines on Windows. Note that NEWS needs more words! | Tim Peters | 2002-04-21 | 1 | -0/+3 |
|
|
* | Fix grammar | Neal Norwitz | 2002-04-15 | 1 | -2/+2 |
|
|
* | update build infrastructure for pymalloc and bool changes | Andrew MacIntyre | 2002-04-15 | 2 | -5/+18 |
|
|
* | Different .pyc icon - use "paler" colors to better differentiate it from the ... | Mark Hammond | 2002-04-11 | 1 | -0/+0 |
|
|
* | Fix bugs: | Mark Hammond | 2002-04-03 | 1 | -4/+52 |
|
|
* | Use symbolic METH_VARARGS instead of 1 for ml_flags | Neal Norwitz | 2002-03-31 | 3 | -31/+31 |
|
|
* | Enable pymalloc by default in the Windows build. | Tim Peters | 2002-03-22 | 1 | -3/+6 |
|
|
* | Patch #520062: Support IPv6 with VC.NET. | Martin v. Löwis | 2002-03-01 | 1 | -0/+4 |
|
|
* | Create and populate OS/2 EMX port build directory: | Andrew MacIntyre | 2002-02-17 | 10 | -0/+3424 |
|
|
* | Removed #include of obsolete ver.h. VC6 doesn't need it, and David Ascher | Tim Peters | 2002-01-24 | 1 | -1/+0 |
|
|
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 | 1 | -4/+0 |
|
|
* | Windows build: close out 2.2, prep for 2.3. | Tim Peters | 2001-12-21 | 2 | -4/+4 |
|
|
* | Update the example Windows extension to 2.2 (was hardcoded to 2.1). | Tim Peters | 2001-12-15 | 2 | -11/+11 |
|
|
* | The parser doesn't need its own implementation of assert, and having its | Tim Peters | 2001-12-04 | 2 | -14/+14 |
|
|
* | PyWin_FindRegisteredModule(): Conversion of sprintf() to | Barry Warsaw | 2001-11-28 | 1 | -3/+3 |
|
|
* | SF patch 473749 compile under OS/2 VA C++, from Michael Muller. | Tim Peters | 2001-11-05 | 4 | -35/+59 |
|
|
* | SF bug #474077 2.2b1: Error compiling extns with BCC | Tim Peters | 2001-10-30 | 1 | -1/+0 |
|
|
* | Get hotshot closer to compiling on Windows. | Tim Peters | 2001-10-12 | 1 | -0/+2 |
|
|
* | Fix bug #410274 - sys.prefix isn't always set. | Mark Hammond | 2001-09-07 | 1 | -1/+35 |
|
|
* | Base address updates for bug #442142 - DLL base assignments need update | Mark Hammond | 2001-09-06 | 1 | -7/+27 |
|
|