Brett Cannon
687af0d8fb
Remove unnecessary curly braces around an int literal.
2008-02-07 08:04:07 +00:00
Martin v. Löwis
0e8bd7e1cc
Patch #1495999 : Part two of Windows CE changes.
...
- update header checks, using autoconf
- provide dummies for getenv, environ, and GetVersion
- adjust MSC_VER check in socketmodule.c
2006-06-10 12:23:46 +00:00
Martin v. Löwis
4f1cd8bdcb
Patch #411138 : Rename config.h to pyconfig.h. Closes bug #231774 .
2001-07-26 13:41:06 +00:00
Thomas Wouters
f70ef4f860
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
...
declarations yet, those come later.
2000-07-22 18:47:25 +00:00
Thomas Wouters
7e47402264
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
...
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 ;)
2000-07-16 12:04:32 +00:00
Guido van Rossum
2571cc8bf5
Changes by Mark Hammond for Windows CE. Mostly of the form
...
#ifdef DONT_HAVE_header_H ... #endif around #include <header.h>.
1999-04-07 16:07:23 +00:00
Guido van Rossum
7cf1fcf347
Always include config.h
1996-08-19 22:12:39 +00:00
Guido van Rossum
2b7e04a9d9
for __SC__
1995-02-19 15:54:36 +00:00
Guido van Rossum
dcc6ef2144
fix HUGE and MAXVAL (suggested by Tim Peters)
1992-03-27 17:30:32 +00:00
Guido van Rossum
23d5cdebac
New version from the net.
1992-01-14 18:42:23 +00:00
Guido van Rossum
5afc74757b
Clear errno, just to be sure.
1991-12-31 13:15:19 +00:00
Guido van Rossum
54a41d6366
Don't rely on <string.h>
1991-12-24 13:29:10 +00:00
Guido van Rossum
753e2bfbbf
Initial revision
1991-04-16 08:45:40 +00:00