summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug #410274 - sys.prefix isn't always set.Mark Hammond2001-09-071-1/+35
* Base address updates for bug #442142 - DLL base assignments need updateMark Hammond2001-09-061-7/+27
* Enable large file support on Win32 systems.Tim Peters2001-09-061-0/+1
* SF bug [#456252] Python should never stomp on [u]intptr_t.Tim Peters2001-08-292-5/+1
* Windows fiddling for 2.2a2: bump build number; update copyright andTim Peters2001-08-191-2/+2
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-0/+3
* Repair more now-obsolete references to config.h.Tim Peters2001-07-263-3/+3
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-265-274/+274
* Add -E command line switch (ignore environment variables like PYTHONHOMENeil Schemenauer2001-07-232-2/+2
* Define the constants needed to allow the os.tempnam(), os.tmpfile(), andFred Drake2001-07-171-0/+3
* Python.h: Don't attempt to redefine NDEBUG if it's already defined.Tim Peters2001-07-151-1/+0
* make wchar_t usable again on Windows (this enables the MBCS codecs)Fredrik Lundh2001-06-271-0/+7
* Make Unicode work a bit better on Windows...Fredrik Lundh2001-06-261-0/+9
* Windows build broke from recent Unicode changes -- need to #defineTim Peters2001-06-261-0/+1
* SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen.Tim Peters2001-05-141-1/+6
* SF bug 418296: WinMain.c should use WIN32_LEAN_AND_MEAN.Tim Peters2001-04-241-1/+1