Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update PSF copyright year to 2005. | Trent Mick | 2005-02-09 | 1 | -1/+1 |
| | |||||
* | Changed company name to PSF. Added 2004 to copyright years. | Tim Peters | 2004-05-11 | 1 | -2/+2 |
| | |||||
* | To build on windows, the manual editing of the python_nt.rc file to | Thomas Heller | 2003-10-10 | 1 | -34/+4 |
| | | | | | | | | | 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 | ||||
* | Complete move of windows builds to 2.4alpha | Mark Hammond | 2003-07-31 | 1 | -6/+6 |
| | |||||
* | Repaired botched release serial number. | Tim Peters | 2003-07-29 | 1 | -3/+3 |
| | |||||
* | Bump Windows resource version macro for 2.3 final. | Tim Peters | 2003-07-29 | 1 | -4/+4 |
| | |||||
* | Update version numbers and dates for 2.3c2 -- we won't be able to do this | Tim Peters | 2003-07-24 | 1 | -4/+4 |
| | | | | during the day tomorrow, so doing it earlier than I'd like. | ||||
* | Bump the release number to 2.3c1. | Tim Peters | 2003-07-17 | 1 | -5/+5 |
| | |||||
* | Bump release level to 2.3b2. | Tim Peters | 2003-06-29 | 1 | -4/+4 |
| | |||||
* | Bump version number to 2.3b1. | Tim Peters | 2003-04-24 | 1 | -5/+5 |
| | |||||
* | Bump version # to 2.3a2. | Tim Peters | 2003-02-18 | 1 | -4/+4 |
| | |||||
* | There are two more copyright notices in the Windows world: | Tim Peters | 2003-01-02 | 1 | -1/+1 |
| | | | | | | | | | PC/python_nt.rc sets up the DLL version resource (displayed when you right-click on the DLL and select Properties). PCbuld/python20.wse sets up the installer version resource (displayed when you right-click on the installer .exe and select Properties). Turns out this one hadn't been updated since 2001 <frown>! | ||||
* | The MS resource compiler simply cannot be convinced to do arithmetic | Tim Peters | 2002-10-11 | 1 | -2/+21 |
| | | | | | | correctly. So field3.py is a Python program that can. This injects another manual step into the Python release process for Windows; so it goes. | ||||
* | Repair the DLL name -- this has to match the major.minor version numbers. | Tim Peters | 2002-10-11 | 1 | -1/+1 |
| | |||||
* | Removed #include of obsolete ver.h. VC6 doesn't need it, and David Ascher | Tim Peters | 2002-01-24 | 1 | -1/+0 |
| | | | | reports it doesn't exist anymore under .NET. | ||||
* | Windows build: close out 2.2, prep for 2.3. | Tim Peters | 2001-12-21 | 1 | -2/+2 |
| | |||||
* | Windows fiddling for 2.2a2: bump build number; update copyright and | Tim Peters | 2001-08-19 | 1 | -2/+2 |
| | | | | | company info in resource files; change installer strings to match. This belongs in the release branch too, of course. | ||||
* | Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1 | Tim Peters | 2001-04-18 | 1 | -2/+2 |
| | | | | installations. | ||||
* | Magic strings in both Python and the Wise installer define the registry key | Tim Peters | 2001-03-11 | 1 | -0/+1 |
| | | | | | to be used in Windows. They got out of synch. Repaired that, and added comments to each one pointing at the other. | ||||
* | SF bug #131225: sys.winver is still '2.0' in python 2.1a2. | Tim Peters | 2001-02-09 | 1 | -11/+33 |
| | | | | | | | | | | | | | | | SF patch #103683: Alternative dll version resources. Changes similar to the patch. MarkH should review. File version and Product version text strings now 2.1a2. 64-bit file and product version numbers are now PY_MAJOR_VERSION, PY_MINOR_VERSION, messy, PYTHON_API_VERSION where messy = PY_MICRO_VERSION*1000 + PY_RELEASE_LEVEL*10 + PY_RELEASE_SERIAL Updated company name to "Digital Creations 2". Copyright now lists Guido; "C in a circle" symbol used instead of (C). Comments added so this is less likely to get flubbed again, and #if/#error guys added to trigger if the version number manipulations above overflow. | ||||
* | Windows: 2.1a1 changes so Python runs again. Note that the python20 | Tim Peters | 2001-01-17 | 1 | -1/+1 |
| | | | | subproject is gone, replaced by the new pythoncore subproject. | ||||
* | Bump version to 2.0b1. Change copyright to BeOpen, CNRI, SMC. | Guido van Rossum | 2000-06-29 | 1 | -4/+4 |
| | |||||
* | Seems there was a version string here that still looked like 1.5.2. | Guido van Rossum | 2000-03-30 | 1 | -2/+2 |
| | |||||
* | Version -> 1.6. | Guido van Rossum | 2000-03-29 | 1 | -2/+2 |
| | |||||
* | Bump the myusterious M$ version number from 1,5,2,1 to 1,5,2,3. | Guido van Rossum | 1999-04-13 | 1 | -2/+2 |
| | | | | (I can't even display this on NT, maybe Win/98 can?) | ||||
* | Different version games: | Guido van Rossum | 1998-08-08 | 1 | -3/+3 |
| | | | | | | | - MS_DLL_ID is now set to "1.5" instead of "1.5.x" so Mark Hammond's extensions won't have to be changed. - FILEVERSION and PRODUCTVERSION are set to 1,5,2,1. (The last number could be the build# or the alpha release# or so.) | ||||
* | Bump MS_DLL_ID to 1.5.2 | Guido van Rossum | 1998-08-06 | 1 | -1/+1 |
| | |||||
* | Update version. | Guido van Rossum | 1998-04-13 | 1 | -2/+2 |
| | |||||
* | Bump version and store DLL version in a string variable (for branding). | Guido van Rossum | 1997-09-29 | 1 | -1/+9 |
| | |||||
* | Use MS_DLL_ID and similar changes | Guido van Rossum | 1996-08-23 | 1 | -3/+5 |
| | |||||
* | Added dllbase_nt.txt and python_nt.rc; | Guido van Rossum | 1996-08-23 | 1 | -0/+53 |
added notes to readme.txt about NumPy targets; added some symbols to python_nt.def. |