| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Changed the DLL base-address assignment for _csv so it no longer | Tim Peters | 2003-03-21 | 1 | -1/+1 |
|
|
* | Teach the Windows build & installer about the new csv module + DLL. | Tim Peters | 2003-03-21 | 1 | -0/+1 |
|
|
* | OS/2 EMX build updates for recent CVS changes | Andrew MacIntyre | 2003-02-19 | 2 | -2/+15 |
|
|
* | Bump version # to 2.3a2. | Tim Peters | 2003-02-18 | 1 | -4/+4 |
|
|
* | Move itertools module from the sandbox and into production. | Raymond Hettinger | 2003-02-01 | 1 | -0/+2 |
|
|
* | Fix [ 583477 ] wrong dest size. | Mark Hammond | 2003-01-29 | 1 | -1/+1 |
|
|
* | Correct docstring for SetValueEx() | Mark Hammond | 2003-01-15 | 1 | -1/+1 |
|
|
* | There are two more copyright notices in the Windows world: | Tim Peters | 2003-01-02 | 1 | -1/+1 |
|
|
* | catch up with zipimport changes to std getpathp.c | Andrew MacIntyre | 2003-01-02 | 1 | -3/+25 |
|
|
* | bring structure closer to std config.c, whitespace normalisation | Andrew MacIntyre | 2003-01-02 | 1 | -30/+44 |
|
|
* | fix a merge mistake - readline not built by default | Andrew MacIntyre | 2003-01-02 | 1 | -1/+1 |
|
|
* | Make sure zip_path is null-terminated, since it's on the stack | Neal Norwitz | 2002-12-31 | 1 | -0/+1 |
|
|
* | DLL export definition refresh | Andrew MacIntyre | 2002-12-31 | 1 | -18/+73 |
|
|
* | add universal newline support to configuration | Andrew MacIntyre | 2002-12-31 | 1 | -0/+3 |
|
|
* | whitespace cleanup | Andrew MacIntyre | 2002-12-31 | 1 | -16/+21 |
|
|
* | getenv() replacement not required | Andrew MacIntyre | 2002-12-31 | 1 | -16/+0 |
|
|
* | Build process updates: | Andrew MacIntyre | 2002-12-31 | 1 | -9/+47 |
|
|
* | PEP 302 + zipimport: | Just van Rossum | 2002-12-30 | 2 | -6/+45 |
|
|
* | Taught the Windows build about _randommodule.c. This is compiled | Tim Peters | 2002-12-29 | 1 | -0/+2 |
|
|
* | Use wcscoll for _locale.strcoll if available. | Martin v. Löwis | 2002-12-21 | 1 | -0/+6 |
|
|
* | Fix an error message in the _winreg module. The error message referred | Thomas Heller | 2002-12-20 | 1 | -1/+1 |
|
|
* | datetime escapes the sandbox. The Windows build is all set. I leave it | Tim Peters | 2002-12-16 | 1 | -1/+2 |
|
|
* | history update | Andrew MacIntyre | 2002-12-04 | 1 | -1/+2 |
|
|
* | make BSDDB 1.85 module buildable again after BSDDB3 module import | Andrew MacIntyre | 2002-12-04 | 1 | -3/+3 |
|
|
* | Oops, MSVC was still open, so the project file was not yet saved. | Thomas Heller | 2002-11-22 | 1 | -6/+7 |
|
|
* | Copied the sources from the distutils CVS repository. | Thomas Heller | 2002-11-22 | 10 | -0/+3125 |
|
|
* | Forgot a paren in the MSVC + 64-bit + Intel case. | Tim Peters | 2002-11-11 | 1 | -1/+1 |
|
|
* | Some help for SF 614770: MSVC 7.0 compiler support | Tim Peters | 2002-11-11 | 1 | -20/+33 |
|
|
* | Start building the bz2 module on Windows. | Tim Peters | 2002-11-09 | 1 | -0/+1 |
|
|
* | The MS resource compiler simply cannot be convinced to do arithmetic | Tim Peters | 2002-10-11 | 1 | -2/+21 |
|
|
* | Repair the DLL name -- this has to match the major.minor version numbers. | Tim Peters | 2002-10-11 | 1 | -1/+1 |
|
|
* | Patch 594001: PEP 277 - Unicode file name support for Windows NT. | Mark Hammond | 2002-10-03 | 1 | -0/+4 |
|
|
* | Call me anal, but there was a particular phrase that was speading to | Guido van Rossum | 2002-08-19 | 1 | -1/+1 |
|
|
* | update contact info | Andrew MacIntyre | 2002-08-18 | 1 | -4/+9 |
|
|
* | Prep for 2.3: | Andrew MacIntyre | 2002-08-18 | 1 | -34/+39 |
|
|
* | make port notes current | Andrew MacIntyre | 2002-08-18 | 1 | -48/+36 |
|
|
* | Build process updates: | Andrew MacIntyre | 2002-08-18 | 1 | -17/+33 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -2/+0 |
|
|
* | Remove a strange single quote that didn't seem to upset the compilers! | Mark Hammond | 2002-07-22 | 1 | -1/+1 |
|
|
* | Nuke the only DL_* in this directory. | Mark Hammond | 2002-07-22 | 1 | -1/+1 |
|
|
* | Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. | Mark Hammond | 2002-07-19 | 2 | -176/+83 |
|
|
* | Windows has no actual need for BAD_STATIC_FORWARD, so got rid of it. | Tim Peters | 2002-07-17 | 1 | -4/+0 |
|
|