| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump version to 2.0b1. Change copyright to BeOpen, CNRI, SMC. | Guido van Rossum | 2000-06-29 | 1 | -4/+4 |
|
|
* | This patch extends PC/config.h and configure.in as appropriate for | Fred Drake | 2000-06-29 | 1 | -10/+32 |
|
|
* | This patch addresses two main issues: (1) There exist some non-fatal | Fred Drake | 2000-06-29 | 1 | -1/+1 |
|
|
* | Finish converting the winreg extension to _winreg. | Fred Drake | 2000-06-29 | 1 | -1474/+0 |
|
|
* | Update the module name to _winreg, pending checkin of Paul Prescod's | Fred Drake | 2000-06-29 | 1 | -3/+3 |
|
|
* | Trent Mick: familiar simple Win64 patches | Guido van Rossum | 2000-06-28 | 2 | -9/+8 |
|
|
* | Changed the #error to a #warning when checking gcc versions, and | Fred Drake | 2000-06-28 | 1 | -1/+1 |
|
|
* | Patch from Rene Liebscher <R.Liebscher@gmx.de>, slightly modified and | Fred Drake | 2000-06-19 | 1 | -0/+8 |
|
|
* | Cleanup a few docstrings. | Mark Hammond | 2000-06-09 | 2 | -30/+34 |
|
|
* | Patch from M.-A. Lemburg: | Jeremy Hylton | 2000-05-26 | 2 | -4/+4 |
|
|
* | Trent Mick: | Guido van Rossum | 2000-05-10 | 1 | -1/+4 |
|
|
* | Trent Mick: | Guido van Rossum | 2000-05-08 | 1 | -3/+17 |
|
|
* | Trent Mick: | Guido van Rossum | 2000-05-08 | 1 | -23/+57 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 2 | -10/+14 |
|
|
* | Add definition of socklen_t so that socketmodule.c will compile on Windows. | Guido van Rossum | 2000-04-24 | 1 | -0/+3 |
|
|
* | Mark Hammond: | Guido van Rossum | 2000-04-21 | 2 | -3/+10 |
|
|
* | Remove _socket, select, soundex, and unicodedata. These have been | Guido van Rossum | 2000-04-06 | 1 | -10/+0 |
|
|
* | Get rid of Win32s check. | Guido van Rossum | 2000-04-04 | 1 | -17/+1 |
|
|
* | Seems there was a version string here that still looked like 1.5.2. | Guido van Rossum | 2000-03-30 | 1 | -2/+2 |
|
|
* | Revamped path access again, by Mark Hammond, to be more robust in the | Guido van Rossum | 2000-03-30 | 1 | -91/+193 |
|
|
* | Version -> 1.6. | Guido van Rossum | 2000-03-29 | 1 | -2/+2 |
|
|
* | Changes to completely ignore the registry when it detects that you are | Guido van Rossum | 2000-03-29 | 1 | -25/+30 |
|
|
* | Change the pragmas to use python16.lib instead of python15.lib. (Took | Guido van Rossum | 2000-03-29 | 1 | -2/+2 |
|
|
* | Mark Hammond: new winreg module; updated dllbase file. | Guido van Rossum | 2000-03-28 | 3 | -8/+2954 |
|
|
* | VC++ project changes to add new Unicode files and modules. | Guido van Rossum | 2000-03-11 | 1 | -0/+5 |
|
|
* | The rest of the changes by Trent Mick and Dale Nagata for warning-free | Guido van Rossum | 2000-01-20 | 1 | -1/+6 |
|
|
* | Add HAVE_DYNAMIC_LOADING. | Guido van Rossum | 1999-12-20 | 1 | -0/+4 |
|
|
* | Mark Hammond writes: | Guido van Rossum | 1999-10-01 | 1 | -1/+31 |
|
|
* | Set the max recursion limit to 5000 -- rather conservative (this uses | Guido van Rossum | 1999-06-09 | 1 | -0/+7 |
|
|
* | Added sha module! | Guido van Rossum | 1999-04-13 | 1 | -0/+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 |
|
|
* | Remove all VC++ info (except VC 1.5) from readme.txt; | Guido van Rossum | 1999-04-12 | 2 | -4738/+5 |
|
|
* | No longer needed. | Guido van Rossum | 1999-04-10 | 1 | -2/+0 |
|
|
* | Avoid totally empty files. | Guido van Rossum | 1999-04-10 | 2 | -0/+2 |
|
|
* | Check for potential error returned by _ungetch(). | Guido van Rossum | 1999-02-16 | 1 | -1/+2 |
|
|
* | Some weird symbol (M_I386) was used to decide whether to include the | Guido van Rossum | 1999-02-05 | 1 | -1/+1 |
|
|
* | Add winsound -- by Toby Dickenson with permission. | Guido van Rossum | 1999-02-04 | 2 | -0/+130 |
|
|
* | Bruce Wheeler quotes Mark Hammond with a different version of the | Guido van Rossum | 1999-01-14 | 1 | -1/+1 |
|
|
* | Jim Ahlstrom added some SIZEOF defs for VC and WATCOM (only). | Guido van Rossum | 1999-01-14 | 1 | -0/+9 |
|
|
* | Need to define DL_EXPORT, of course! | Guido van Rossum | 1998-12-10 | 1 | -0/+1 |
|
|
* | No longer needed. | Guido van Rossum | 1998-12-10 | 1 | -473/+0 |
|
|
* | Add buffer module entry points. | Guido van Rossum | 1998-10-07 | 1 | -0/+6 |
|
|
* | New set of files for the OS/2 port by Jeff Rush. | Guido van Rossum | 1998-09-28 | 6 | -1061/+757 |
|
|
* | Add define of HAVE_STDDEF_H (to 1). Suggested by Greg Stein. | Guido van Rossum | 1998-09-23 | 1 | -0/+3 |
|
|
* | Patches from Greg Stein to support 'P' format in struct module's | Guido van Rossum | 1998-09-18 | 2 | -0/+8 |
|
|
* | At Greg Stein's request, add PyLong_*LongLong entry points. | Guido van Rossum | 1998-09-17 | 1 | -0/+4 |
|
|
* | Define SIZEOF_LONG_LONG (as 8) at Greg Stein's request. | Guido van Rossum | 1998-09-17 | 1 | -0/+1 |
|
|
* | Patch by Mark Hammond to support 64-bit ints on MS platforms. | Guido van Rossum | 1998-08-25 | 1 | -0/+2 |
|
|
* | Define HAVE_STRERROR. | Guido van Rossum | 1998-08-12 | 1 | -0/+1 |
|
|
* | Back out of a recent policy change (Mark Hammond disagreed). | Guido van Rossum | 1998-08-11 | 1 | -27/+8 |
|
|