summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* Updated Windows installer for 2.3 final.Tim Peters2003-07-291-4/+4
|
* Bump Windows build number for 2.3 final.Tim Peters2003-07-292-1/+3
|
* Update version numbers and dates for 2.3c2 -- we won't be able to do thisTim Peters2003-07-243-6/+8
| | | | during the day tomorrow, so doing it earlier than I'd like.
* Corrected release date for 2.3c1.Tim Peters2003-07-181-1/+1
|
* For my convenience in building installers, added a makes-sense-on-my-boxTim Peters2003-07-181-1/+2
| | | | choice to the list of places MS redistributables might be found.
* Bump the release number to 2.3c1.Tim Peters2003-07-173-5/+7
|
* SF Patch 763681Kurt B. Kaiser2003-07-101-4/+4
| | | | "Support IDLE Edit of .py/.pyw from idlelib"
* I "cvs admin -kb"'ed these files to close a bug report. Now they needTim Peters2003-07-085-485/+485
| | | | to have genuwine Windows line ends.
* Some Windows changes preparing for 2.3b2.Tim Peters2003-06-274-5/+10
|
* 2.3b2 on Windows will ship with Tcl/Tk 8.4.3. Note: this still didn'tTim Peters2003-06-221-11/+14
| | | | | | | fix the hangs on Win98SE when starting IDLE via "python" from a DOS box, but did appear to make them harder to provoke. I closed that bug report as being hopeless (and if someone wants to open it again, don't dare assign it to me again <0.1 wink>).
* Install IDLE's .def files; these are essential for the configuration!Guido van Rossum2003-06-151-1/+7
| | | | | Also install the start script from Tools/script/idle. (This may change again.)
* Changes to install the new idle: it's now in Lib/idlelib instead ofGuido van Rossum2003-06-151-9/+9
| | | | | | Tools/idle, in both source and destination. (There are still problems when running the IDLE icon, but they don't seem to have to do with the installer.)
* Updated Windows buildno for 2.2.3 final.Tim Peters2003-05-301-0/+2
|
* Record 2.2.3c1 Windows build number.Tim Peters2003-05-221-0/+2
|
* Effectively renamed tokenize_tests.py to have a txt extension instead.Tim Peters2003-05-121-0/+6
| | | | | | | | | This file isn't meant to be executed, it's data input for test_tokenize.py. The problem with the .py extension is that it uses "non-standard" indentation, and it's good to test that, but reindent.py keeps wanting to fix it. But fixing the indentation causes the expected-output file to change, since exact line and column numbers are part of the tokenize.tokenize() output getting tested.
* Leading "C:" no longer hardcoded in the default installation directory.Tim Peters2003-05-081-2/+11
| | | | | | After removing that, two testers on machines where C: is not the system drive reported that the installer suggested their system drive instead of C:, and that's what they wanted it to do.
* Use os.walk() to find files to delete.Tim Peters2003-04-261-13/+14
|
* Try to recover from changes in the structure of the CSV package/module.Tim Peters2003-04-241-14/+0
|
* Bump Windows build number for 2.3b1.Tim Peters2003-04-241-1/+1
|
* Bump version number to 2.3b1.Tim Peters2003-04-242-4/+6
|
* Add MessageBeep() API.Guido van Rossum2003-04-091-2/+2
|
* Stop creating empty CVS directories in the csv subtree.Tim Peters2003-03-221-1/+7
|
* Changed the DLL base-address assignment for _csv so it no longerTim Peters2003-03-211-2/+2
| | | | obviously overlaps w/ datetime (but may -- no time for more here now).
* Teach the Windows build & installer about the new csv module + DLL.Tim Peters2003-03-214-0/+134
|