summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Collapse)AuthorAgeFilesLines
* Add Itanium targets.Martin v. Löwis2004-07-2016-0/+2064
|
* cjkcodecs/mapdata_*.c are removed by the recent import CJKCodecs 1.1.Hye-Shik Chang2004-07-181-12/+0
|
* Ignore more encoding input files.Tim Peters2004-07-181-0/+2
|
* Ignore input files for encoding tests (these aren't checked in).Tim Peters2004-07-181-0/+12
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
|
* Teach VC 7.1 about the new cjkcodecs structure. This still doesn't compileTim Peters2004-07-181-59/+20
| | | | | on Windows, because of non-standard code in cjkcodes.h, but it's *almost* there.
* Temporarily add the Tcl/Tk bin directory to PATH, so that test_tcl canTim Peters2004-07-171-0/+4
| | | | | actually run. When it fails, it pops up a dialog box, and the test run hangs waiting for you to click OK -- that sucks too much to bear.
* dont think it's still being used, but just in caseAnthony Baxter2004-07-081-4/+4
|
* Bump build number to 54 for 2.4.0a1Martin v. Löwis2004-07-082-2/+4
|
* Update info about the windows build.Thomas Heller2004-07-021-3/+2
|
* Add readme.txtMartin v. Löwis2004-06-281-0/+3
|
* Teach pythoncore project about new pystrtod.c for VC7.1. This was doneTim Peters2004-06-141-0/+3
| | | | a long time ago for VC6.
* Remove the pcre module.Thomas Heller2004-06-021-38/+0
|
* Record Python 2.3.4 (final) build number.Thomas Heller2004-06-021-0/+2
|
* Add genobject.cMartin v. Löwis2004-06-011-0/+3
|
* Windows build number for 2.3.4c1 is 52.Thomas Heller2004-05-121-1/+3
|
* The filename of this module changed again...Thomas Heller2004-04-271-1/+1
|
* cvs ignore the user options files *.suoThomas Heller2004-04-221-0/+1
|
* Modules/heapqmodule.c removed.Thomas Heller2004-04-221-19/+3
| | | | Modules/_heapmodule.c added.
* Record test_bsddb3 test results on WinXP.Tim Peters2004-04-111-0/+10
|
* Update the OpenSSL version example from c to d (the current stable one),Tim Peters2004-04-111-2/+7
|
* The native bz2 tests worked fine for me under WinXP Pro + VC7.1, soTim Peters2004-04-112-3/+2
| | | | | | removed the comment saying they don't work, and changed the build step to run them. If they're failing for someone else, please give details about what failed.
* Record Tcl and Tk test results for WinXP Pro.Tim Peters2004-04-111-14/+24
|
* Tweaked after following all these instructions.Guido van Rossum2004-03-201-37/+11
| | | | Removed Win9x notes (since the .NET compiler requires Win2K or XP anyway).
* Add collectionsmodule.c.Martin v. Löwis2004-02-011-2/+3
| | | | Don't link with largeint.lib anymore.
* Add cjkcodecs to build processMartin v. Löwis2004-01-211-0/+75
|
* More updates for zlib 1.2.1Martin v. Löwis2004-01-171-4/+4
|
* Update to 1.2.1 for release build too.Martin v. Löwis2004-01-171-1/+1
|
* Update Windows build to use zlib 1.2.1Jeremy Hylton2004-01-092-9/+10
|
* Add the _bisectmodule.c source file to the pythoncore project - seems to ↵Thomas Heller2004-01-061-0/+3
| | | | have been forgotten.
* Update information about building bsddb, particularly re with and withoutMark Hammond2004-01-061-11/+18
| | | | strong crypto.
* Bump build numberMartin v. Löwis2004-01-041-2/+2
|
* Removed dead text about MS subprojects that no longer exist.Tim Peters2004-01-041-15/+1
|
* Update build procedure to VC 7.1.Martin v. Löwis2004-01-0241-3152/+5132
|
* Update build procedure to VC 7.1 and newer versions of several packages.Martin v. Löwis2004-01-021-27/+31
|
* Python 2.3.3 Window build number and release date.Thomas Heller2003-12-201-0/+2
|
* Sigh. dsp files must be marked as binary files for cvs, otherwiseThomas Heller2003-12-081-108/+108
| | | | MSVC isn't able to read them. Thanks to David Rushby.
* The Windows build number for 2.3.3c1 is 50.Thomas Heller2003-12-041-0/+2
|
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-161-0/+4
| | | | | | | | * Install the unittests, docs, newsitem, include file, and makefile update. * Exercise the new functions whereever sets.py was being used. Includes the docs for libfuncs.tex. Separate docs for the types are forthcoming.
* pyexpat stopped building on Windows -- whining about the lack of aTim Peters2003-11-121-2/+2
| | | | | HAVE_MEMMOVE define. Just defined it on the cmdline (it doesn't include Python.h, and Fred doesn't want to change the code).
* Convert heapq.py to a C implementation.Raymond Hettinger2003-11-081-0/+4
|
* Patch #628301: Update installer toMartin v. Löwis2003-10-311-122/+227
| | | | http://cesnet.dl.sourceforge.net/sourceforge/avpython/Python-2.3.2-Win32-159-Setup.iss
* To build on windows, the manual editing of the python_nt.rc file toThomas Heller2003-10-102-0/+123
| | | | | | | | | change the version number is no longer required. Instead, a make_versioninfo.exe is compiled, which spits out an include file for python_nt.rc. Will backport to 2.3
* Release 2.3.2 (final) has a windows build number of 49.Thomas Heller2003-10-011-0/+2
|
* The windows build number for 2.3.2c1 is 48Thomas Heller2003-09-271-0/+2
|
* Build number for Python 2.3.1.Thomas Heller2003-09-231-0/+2
| | | | Forward ported from release23-maint.
* Build the bzip2.lib as a custom pre-link step in MSVC.Thomas Heller2003-08-202-13/+16
|
* Opening the WISE script changes a few items:Thomas Heller2003-08-201-2/+11
| | | | | I have a different WISE version, and it's installed in a different directory. My sytem directory is somewhere else.
* Complete move of windows builds to 2.4alphaMark Hammond2003-07-311-2/+2
|
* SF bug 778400: IDLE hangs when selecting "Edit with IDLE".Tim Peters2003-07-291-4/+4
| | | | | | | | The fix is confined to the Windows installer. Not a bugfix candidate: the need for the new -n switch added here was introduced by moving to the idlefork IDLE (so this change isn't needed or helpful before 2.3).