| Commit message (Expand) | Author | Age | Files | Lines |
| * | Running a bdist_wininst installer, built with Python 2.3, installing | Thomas Heller | 2005-01-25 | 1 | -9/+25 |
|
|
| * | Set PYTHONHOME before loading Python, so that sys.path will be set correctly. | Thomas Heller | 2005-01-25 | 1 | -1/+7 |
|
|
| * | update in readiness for 2.3.5 release | Andrew MacIntyre | 2005-01-17 | 1 | -23/+33 |
|
|
| * | backport: make thread stack size compile-time tunable on OS/2, incr main stack | Andrew MacIntyre | 2005-01-17 | 1 | -1/+17 |
|
|
| * | Close stdout and stderr, which are redirected into a temp file, before | Thomas Heller | 2004-12-22 | 1 | -0/+4 |
|
|
| * | Backport a patch from Mark Hammond. | Thomas Heller | 2004-12-22 | 1 | -2/+2 |
|
|
| * | Backport from trunk, rev. 1.11 and 1.12. Don't hardcode the Python | Thomas Heller | 2004-12-22 | 1 | -2/+5 |
|
|
| * | backport of OS/2 specific fixes related to SF bug # 1003471 | Andrew MacIntyre | 2004-12-12 | 2 | -1/+23 |
|
|
| * | Use PyMODINIT_FUNC. | Thomas Heller | 2004-07-28 | 1 | -1/+1 |
|
|
| * | Ignore some more build products. | Thomas Heller | 2004-07-14 | 1 | -0/+1 |
|
|
| * | Remove the annoing and useless messagebox asking about overwriting files. | Thomas Heller | 2004-07-14 | 1 | -25/+0 |
|
|
| * | Add a warning so that it isn't forgotten to recreate the binary AND | Thomas Heller | 2004-07-14 | 5 | -0/+40 |
|
|
| * | Don't complain that non-existant registry entries cannot be deleted. | Thomas Heller | 2004-07-14 | 1 | -2/+2 |
|
|
| * | Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy. | Thomas Heller | 2004-07-02 | 1 | -0/+8 |
|
|
| * | To avoid licensing issues, the stub exe for the bdist_wininst | Thomas Heller | 2004-05-25 | 1 | -5/+0 |
|
|
| * | Update copyright years. In the Windows resource, change the name of the | Tim Peters | 2004-05-11 | 1 | -2/+2 |
|
|
| * | When loading the Python dll to run the postinstall script, try to load | Thomas Heller | 2004-04-15 | 1 | -8/+25 |
|
|
| * | add AF_UNIX notes | Andrew MacIntyre | 2004-04-11 | 1 | -6/+19 |
|
|
| * | OS/2 VACPP build updates/fixes | Andrew MacIntyre | 2004-03-29 | 3 | -3/+4 |
|
|
| * | add definitions required for expat 1.95.7 | Andrew MacIntyre | 2004-02-20 | 1 | -1/+1 |
|
|
| * | - add notes about curses extension/DLL arrangements; | Andrew MacIntyre | 2003-12-02 | 1 | -75/+68 |
|
|
| * | - add build support for curses to be both extension and DLL, so that | Andrew MacIntyre | 2003-12-02 | 1 | -5/+12 |
|
|
| * | Backport: | Guido van Rossum | 2003-11-30 | 1 | -16/+48 |
|
|
| * | Backport from the trunk. | Thomas Heller | 2003-10-22 | 1 | -34/+4 |
|
|
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2003-10-21 | 2 | -0/+35 |
|
|
| * | Backport checkin: | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
|
|
| * | Prepare for the release of 2.3.2. | Thomas Heller | 2003-10-01 | 1 | -5/+5 |
|
|
| * | Version number 2.3.2c1 | Thomas Heller | 2003-09-27 | 1 | -6/+6 |
|
|
| * | Update the windows version resource for 2.3.1. | Thomas Heller | 2003-09-23 | 1 | -4/+4 |
|
|
| * | Remove a stray single quote. | Thomas Heller | 2003-08-18 | 1 | -1/+1 |
|
|
| * | 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 |
|
|
| * | Bump the release number to 2.3c1. | Tim Peters | 2003-07-17 | 1 | -5/+5 |
|
|
| * | More pre-2.3 build tweaks for the OS/2 EMX port: | Andrew MacIntyre | 2003-07-16 | 4 | -43/+24 |
|
|
| * | More pre-2.3 build tweaks for the OS/2 EMX port: | Andrew MacIntyre | 2003-07-13 | 3 | -263/+473 |
|
|
| * | update OS/2 EMX port notes | Andrew MacIntyre | 2003-07-10 | 1 | -4/+9 |
|
|
| * | Bump release level to 2.3b2. | Tim Peters | 2003-06-29 | 1 | -4/+4 |
|
|
| * | add support for os.tmpfile() | Andrew MacIntyre | 2003-06-09 | 1 | -0/+3 |
|
|
| * | reorganise modules, so that most standard extensions are built into | Andrew MacIntyre | 2003-06-09 | 1 | -1/+1 |
|
|
| * | various updates | Andrew MacIntyre | 2003-06-09 | 1 | -14/+10 |
|
|
| * | bump stack size to cater for _sre recursion. | Andrew MacIntyre | 2003-06-09 | 1 | -1/+1 |
|
|
| * | sound_playsound() doesn't have to be visible externally, | Walter Dörwald | 2003-05-22 | 1 | -1/+1 |
|
|
| * | Bump version number to 2.3b1. | Tim Peters | 2003-04-24 | 1 | -5/+5 |
|
|
| * | minor cleanups and whitespace normalisation | Andrew MacIntyre | 2003-04-22 | 4 | -81/+82 |
|
|
| * | Makefile & config.c: | Andrew MacIntyre | 2003-04-21 | 3 | -273/+317 |
|
|
| * | Makefile: | Andrew MacIntyre | 2003-04-21 | 3 | -133/+153 |
|
|
| * | Patch #714957: Explain ADDMODULE MARKER. | Martin v. Löwis | 2003-04-18 | 1 | -2/+2 |
|
|
| * | Add MessageBeep() API. | Guido van Rossum | 2003-04-09 | 1 | -0/+21 |
|
|
| * | Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. | Martin v. Löwis | 2003-03-29 | 1 | -4/+4 |
|
|