Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update info about the windows build. | Thomas Heller | 2004-07-02 | 1 | -3/+2 | |
| | ||||||
* | Add readme.txt | Martin v. Löwis | 2004-06-28 | 1 | -0/+3 | |
| | ||||||
* | Teach pythoncore project about new pystrtod.c for VC7.1. This was done | Tim Peters | 2004-06-14 | 1 | -0/+3 | |
| | | | | a long time ago for VC6. | |||||
* | Remove the pcre module. | Thomas Heller | 2004-06-02 | 1 | -38/+0 | |
| | ||||||
* | Record Python 2.3.4 (final) build number. | Thomas Heller | 2004-06-02 | 1 | -0/+2 | |
| | ||||||
* | Add genobject.c | Martin v. Löwis | 2004-06-01 | 1 | -0/+3 | |
| | ||||||
* | Windows build number for 2.3.4c1 is 52. | Thomas Heller | 2004-05-12 | 1 | -1/+3 | |
| | ||||||
* | The filename of this module changed again... | Thomas Heller | 2004-04-27 | 1 | -1/+1 | |
| | ||||||
* | cvs ignore the user options files *.suo | Thomas Heller | 2004-04-22 | 1 | -0/+1 | |
| | ||||||
* | Modules/heapqmodule.c removed. | Thomas Heller | 2004-04-22 | 1 | -19/+3 | |
| | | | | Modules/_heapmodule.c added. | |||||
* | Record test_bsddb3 test results on WinXP. | Tim Peters | 2004-04-11 | 1 | -0/+10 | |
| | ||||||
* | Update the OpenSSL version example from c to d (the current stable one), | Tim Peters | 2004-04-11 | 1 | -2/+7 | |
| | ||||||
* | The native bz2 tests worked fine for me under WinXP Pro + VC7.1, so | Tim Peters | 2004-04-11 | 2 | -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 Peters | 2004-04-11 | 1 | -14/+24 | |
| | ||||||
* | Tweaked after following all these instructions. | Guido van Rossum | 2004-03-20 | 1 | -37/+11 | |
| | | | | Removed Win9x notes (since the .NET compiler requires Win2K or XP anyway). | |||||
* | Add collectionsmodule.c. | Martin v. Löwis | 2004-02-01 | 1 | -2/+3 | |
| | | | | Don't link with largeint.lib anymore. | |||||
* | Add cjkcodecs to build process | Martin v. Löwis | 2004-01-21 | 1 | -0/+75 | |
| | ||||||
* | More updates for zlib 1.2.1 | Martin v. Löwis | 2004-01-17 | 1 | -4/+4 | |
| | ||||||
* | Update to 1.2.1 for release build too. | Martin v. Löwis | 2004-01-17 | 1 | -1/+1 | |
| | ||||||
* | Update Windows build to use zlib 1.2.1 | Jeremy Hylton | 2004-01-09 | 2 | -9/+10 | |
| | ||||||
* | Add the _bisectmodule.c source file to the pythoncore project - seems to ↵ | Thomas Heller | 2004-01-06 | 1 | -0/+3 | |
| | | | | have been forgotten. | |||||
* | Update information about building bsddb, particularly re with and without | Mark Hammond | 2004-01-06 | 1 | -11/+18 | |
| | | | | strong crypto. | |||||
* | Bump build number | Martin v. Löwis | 2004-01-04 | 1 | -2/+2 | |
| | ||||||
* | Removed dead text about MS subprojects that no longer exist. | Tim Peters | 2004-01-04 | 1 | -15/+1 | |
| | ||||||
* | Update build procedure to VC 7.1. | Martin v. Löwis | 2004-01-02 | 41 | -3152/+5132 | |
| | ||||||
* | Update build procedure to VC 7.1 and newer versions of several packages. | Martin v. Löwis | 2004-01-02 | 1 | -27/+31 | |
| | ||||||
* | Python 2.3.3 Window build number and release date. | Thomas Heller | 2003-12-20 | 1 | -0/+2 | |
| | ||||||
* | Sigh. dsp files must be marked as binary files for cvs, otherwise | Thomas Heller | 2003-12-08 | 1 | -108/+108 | |
| | | | | MSVC isn't able to read them. Thanks to David Rushby. | |||||
* | The Windows build number for 2.3.3c1 is 50. | Thomas Heller | 2003-12-04 | 1 | -0/+2 | |
| | ||||||
* | * Migrate set() and frozenset() from the sandbox. | Raymond Hettinger | 2003-11-16 | 1 | -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 a | Tim Peters | 2003-11-12 | 1 | -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 Hettinger | 2003-11-08 | 1 | -0/+4 | |
| | ||||||
* | Patch #628301: Update installer to | Martin v. Löwis | 2003-10-31 | 1 | -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 to | Thomas Heller | 2003-10-10 | 2 | -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 Heller | 2003-10-01 | 1 | -0/+2 | |
| | ||||||
* | The windows build number for 2.3.2c1 is 48 | Thomas Heller | 2003-09-27 | 1 | -0/+2 | |
| | ||||||
* | Build number for Python 2.3.1. | Thomas Heller | 2003-09-23 | 1 | -0/+2 | |
| | | | | Forward ported from release23-maint. | |||||
* | Build the bzip2.lib as a custom pre-link step in MSVC. | Thomas Heller | 2003-08-20 | 2 | -13/+16 | |
| | ||||||
* | Opening the WISE script changes a few items: | Thomas Heller | 2003-08-20 | 1 | -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.4alpha | Mark Hammond | 2003-07-31 | 1 | -2/+2 | |
| | ||||||
* | SF bug 778400: IDLE hangs when selecting "Edit with IDLE". | Tim Peters | 2003-07-29 | 1 | -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 Peters | 2003-07-29 | 1 | -4/+4 | |
| | ||||||
* | Bump Windows build number for 2.3 final. | Tim Peters | 2003-07-29 | 2 | -1/+3 | |
| | ||||||
* | Update version numbers and dates for 2.3c2 -- we won't be able to do this | Tim Peters | 2003-07-24 | 3 | -6/+8 | |
| | | | | during the day tomorrow, so doing it earlier than I'd like. | |||||
* | Corrected release date for 2.3c1. | Tim Peters | 2003-07-18 | 1 | -1/+1 | |
| | ||||||
* | For my convenience in building installers, added a makes-sense-on-my-box | Tim Peters | 2003-07-18 | 1 | -1/+2 | |
| | | | | choice to the list of places MS redistributables might be found. | |||||
* | Bump the release number to 2.3c1. | Tim Peters | 2003-07-17 | 3 | -5/+7 | |
| | ||||||
* | SF Patch 763681 | Kurt B. Kaiser | 2003-07-10 | 1 | -4/+4 | |
| | | | | "Support IDLE Edit of .py/.pyw from idlelib" | |||||
* | I "cvs admin -kb"'ed these files to close a bug report. Now they need | Tim Peters | 2003-07-08 | 5 | -485/+485 | |
| | | | | to have genuwine Windows line ends. | |||||
* | Some Windows changes preparing for 2.3b2. | Tim Peters | 2003-06-27 | 4 | -5/+10 | |
| |