summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* Complete move of windows builds to 2.4alphaMark Hammond2003-07-312-8/+8
* Repaired botched release serial number.Tim Peters2003-07-291-3/+3
* Bump Windows resource version macro for 2.3 final.Tim Peters2003-07-291-4/+4
* Update version numbers and dates for 2.3c2 -- we won't be able to do thisTim Peters2003-07-241-4/+4
* Bump the release number to 2.3c1.Tim Peters2003-07-171-5/+5
* More pre-2.3 build tweaks for the OS/2 EMX port:Andrew MacIntyre2003-07-164-43/+24
* More pre-2.3 build tweaks for the OS/2 EMX port:Andrew MacIntyre2003-07-133-263/+473
* update OS/2 EMX port notesAndrew MacIntyre2003-07-101-4/+9
* Bump release level to 2.3b2.Tim Peters2003-06-291-4/+4
* add support for os.tmpfile()Andrew MacIntyre2003-06-091-0/+3
* reorganise modules, so that most standard extensions are built intoAndrew MacIntyre2003-06-091-1/+1
* various updatesAndrew MacIntyre2003-06-091-14/+10
* bump stack size to cater for _sre recursion.Andrew MacIntyre2003-06-091-1/+1
* sound_playsound() doesn't have to be visible externally,Walter Dörwald2003-05-221-1/+1
* Bump version number to 2.3b1.Tim Peters2003-04-241-5/+5
* minor cleanups and whitespace normalisationAndrew MacIntyre2003-04-224-81/+82
* Makefile & config.c:Andrew MacIntyre2003-04-213-273/+317
* Makefile:Andrew MacIntyre2003-04-213-133/+153
* Patch #714957: Explain ADDMODULE MARKER.Martin v. Löwis2003-04-181-2/+2
* Add MessageBeep() API.Guido van Rossum2003-04-091-0/+21
* Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.Martin v. Löwis2003-03-291-4/+4
* Changed the DLL base-address assignment for _csv so it no longerTim Peters2003-03-211-1/+1
* Teach the Windows build & installer about the new csv module + DLL.Tim Peters2003-03-211-0/+1
* OS/2 EMX build updates for recent CVS changesAndrew MacIntyre2003-02-192-2/+15
* Bump version # to 2.3a2.Tim Peters2003-02-181-4/+4
* Move itertools module from the sandbox and into production.Raymond Hettinger2003-02-011-0/+2
* Fix [ 583477 ] wrong dest size.Mark Hammond2003-01-291-1/+1
* Correct docstring for SetValueEx()Mark Hammond2003-01-151-1/+1
* There are two more copyright notices in the Windows world:Tim Peters2003-01-021-1/+1
* catch up with zipimport changes to std getpathp.cAndrew MacIntyre2003-01-021-3/+25
* bring structure closer to std config.c, whitespace normalisationAndrew MacIntyre2003-01-021-30/+44
* fix a merge mistake - readline not built by defaultAndrew MacIntyre2003-01-021-1/+1
* Make sure zip_path is null-terminated, since it's on the stackNeal Norwitz2002-12-311-0/+1
* DLL export definition refreshAndrew MacIntyre2002-12-311-18/+73
* add universal newline support to configurationAndrew MacIntyre2002-12-311-0/+3
* whitespace cleanupAndrew MacIntyre2002-12-311-16/+21
* getenv() replacement not requiredAndrew MacIntyre2002-12-311-16/+0
* Build process updates:Andrew MacIntyre2002-12-311-9/+47
* PEP 302 + zipimport:Just van Rossum2002-12-302-6/+45
* Taught the Windows build about _randommodule.c. This is compiledTim Peters2002-12-291-0/+2
* Use wcscoll for _locale.strcoll if available.Martin v. Löwis2002-12-211-0/+6
* Fix an error message in the _winreg module. The error message referredThomas Heller2002-12-201-1/+1
* datetime escapes the sandbox. The Windows build is all set. I leave itTim Peters2002-12-161-1/+2
* 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