summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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