summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* history updateAndrew MacIntyre2002-12-041-1/+2
* make BSDDB 1.85 module buildable again after BSDDB3 module importAndrew MacIntyre2002-12-041-3/+3
* Oops, MSVC was still open, so the project file was not yet saved.Thomas Heller2002-11-221-6/+7
* Copied the sources from the distutils CVS repository.Thomas Heller2002-11-2210-0/+3125
* Forgot a paren in the MSVC + 64-bit + Intel case.Tim Peters2002-11-111-1/+1
* Some help for SF 614770: MSVC 7.0 compiler supportTim Peters2002-11-111-20/+33
* Start building the bz2 module on Windows.Tim Peters2002-11-091-0/+1
* The MS resource compiler simply cannot be convinced to do arithmeticTim Peters2002-10-111-2/+21
* Repair the DLL name -- this has to match the major.minor version numbers.Tim Peters2002-10-111-1/+1
* Patch 594001: PEP 277 - Unicode file name support for Windows NT.Mark Hammond2002-10-031-0/+4
* Call me anal, but there was a particular phrase that was speading toGuido van Rossum2002-08-191-1/+1
* update contact infoAndrew MacIntyre2002-08-181-4/+9
* Prep for 2.3:Andrew MacIntyre2002-08-181-34/+39
* make port notes currentAndrew MacIntyre2002-08-181-48/+36
* Build process updates:Andrew MacIntyre2002-08-181-17/+33
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-2/+0
* Remove a strange single quote that didn't seem to upset the compilers!Mark Hammond2002-07-221-1/+1
* Nuke the only DL_* in this directory.Mark Hammond2002-07-221-1/+1
* Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.Mark Hammond2002-07-192-176/+83
* Windows has no actual need for BAD_STATIC_FORWARD, so got rid of it.Tim Peters2002-07-171-4/+0
* WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very fewTim Peters2002-07-141-1/+2
* Removed WITH_CYCLE_GC #ifdef-ery. Holes:Tim Peters2002-07-072-7/+0
* Patch #569753: Remove support for WIN16.Martin v. Löwis2002-06-302-19/+12
* Nuked another reference to newmodule.c.Tim Peters2002-06-161-1/+0
* Removed newmodule.c from the project, and removed references to it fromTim Peters2002-06-162-3/+0
* SF patch 568629 by Oren Tirosh: types made callable.Guido van Rossum2002-06-142-24/+0
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-132-48/+47
* refresh to pick up recent changesAndrew MacIntyre2002-06-101-3/+3
* make _sre a dynamically loadable module and build xxsubtypeAndrew MacIntyre2002-06-102-4/+17
* Patch #505375: Make doc strings optional.Martin v. Löwis2002-06-093-0/+9
* add enumobject.c to build machineryAndrew MacIntyre2002-04-301-2/+3
* add enumobject.c to build machineryAndrew MacIntyre2002-04-301-0/+4
* Enable universal newlines on Windows. Note that NEWS needs more words!Tim Peters2002-04-211-0/+3
* Fix grammarNeal Norwitz2002-04-151-2/+2
* update build infrastructure for pymalloc and bool changesAndrew MacIntyre2002-04-152-5/+18
* Different .pyc icon - use "paler" colors to better differentiate it from the ...Mark Hammond2002-04-111-0/+0
* Fix bugs:Mark Hammond2002-04-031-4/+52
* Use symbolic METH_VARARGS instead of 1 for ml_flagsNeal Norwitz2002-03-313-31/+31
* Enable pymalloc by default in the Windows build.Tim Peters2002-03-221-3/+6
* Patch #520062: Support IPv6 with VC.NET.Martin v. Löwis2002-03-011-0/+4
* Create and populate OS/2 EMX port build directory:Andrew MacIntyre2002-02-1710-0/+3424
* Removed #include of obsolete ver.h. VC6 doesn't need it, and David AscherTim Peters2002-01-241-1/+0
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-4/+0
* Windows build: close out 2.2, prep for 2.3.Tim Peters2001-12-212-4/+4
* Update the example Windows extension to 2.2 (was hardcoded to 2.1).Tim Peters2001-12-152-11/+11
* The parser doesn't need its own implementation of assert, and having itsTim Peters2001-12-042-14/+14
* PyWin_FindRegisteredModule(): Conversion of sprintf() toBarry Warsaw2001-11-281-3/+3
* SF patch 473749 compile under OS/2 VA C++, from Michael Muller.Tim Peters2001-11-054-35/+59
* SF bug #474077 2.2b1: Error compiling extns with BCCTim Peters2001-10-301-1/+0
* Get hotshot closer to compiling on Windows.Tim Peters2001-10-121-0/+2