Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 | 1 | -1/+1 |
| | |||||
* | Mass ANSIfication of function definitions. Doesn't cover all 'extern' | Thomas Wouters | 2000-07-22 | 1 | -6/+4 |
| | | | | declarations yet, those come later. | ||||
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
| | | | | | | | | | | comments, docstrings or error messages. I fixed two minor things in test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't"). There is a minor style issue involved: Guido seems to have preferred English grammar (behaviour, honour) in a couple places. This patch changes that to American, which is the more prominent style in the source. I prefer English myself, so if English is preferred, I'd be happy to supply a patch myself ;) | ||||
* | Changes by Mark Hammond for Windows CE. Mostly of the form | Guido van Rossum | 1999-04-07 | 1 | -0/+2 |
| | | | | #ifdef DONT_HAVE_header_H ... #endif around #include <header.h>. | ||||
* | Always include config.h | Guido van Rossum | 1996-08-19 | 1 | -2/+0 |
| | |||||
* | for __SC__ | Guido van Rossum | 1995-02-19 | 1 | -0/+4 |
| | |||||
* | fix HUGE and MAXVAL (suggested by Tim Peters) | Guido van Rossum | 1992-03-27 | 1 | -2/+2 |
| | |||||
* | New version from the net. | Guido van Rossum | 1992-01-14 | 1 | -17/+149 |
| | |||||
* | Clear errno, just to be sure. | Guido van Rossum | 1991-12-31 | 1 | -1/+8 |
| | |||||
* | Don't rely on <string.h> | Guido van Rossum | 1991-12-24 | 1 | -4/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-04-16 | 1 | -0/+17 |