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 |
Skip Montanaro
|
7befb9966e
|
remove support for missing ANSI C header files (limits.h, stddef.h, etc).
|
2004-02-10 16:50:21 +00:00 |
Skip Montanaro
|
db6080507d
|
Remove support for --without-universal-newlines (see PEP 11).
|
2004-02-07 13:53:46 +00:00 |
Skip Montanaro
|
7e11a016e6
|
Remove HAVE_STRPTIME - no longer necessary with the pure Python version of
time.strptime().
|
2004-02-07 12:55:46 +00:00 |
Skip Montanaro
|
ce59c04127
|
Remove support for SunOS 4.
Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition).
|
2004-01-17 14:19:44 +00:00 |
Skip Montanaro
|
b9949dbe6c
|
Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld
|
2004-01-17 04:04:13 +00:00 |
Skip Montanaro
|
b9820a3b77
|
Remove support for minix.
Remove unused and unnecessary checks for sizeof(char).
|
2004-01-17 00:16:12 +00:00 |
Martin v. Löwis
|
a94568a753
|
Patch #734231: Update RiscOS support. In particular, correct
riscospath.extsep, and use os.extsep throughout.
|
2003-05-10 07:36:56 +00:00 |
Martin v. Löwis
|
39f59b089d
|
Remove MALLOC_ZERO_RETURNS_NULL.
|
2002-11-23 09:13:40 +00:00 |
Tim Peters
|
943382c8e5
|
Removed WITH_CYCLE_GC #ifdef-ery. Holes:
+ I'm not sure what to do about configure.in. Left it alone.
+ Ditto pyexpat.c. Fred or Martin will know what to do.
|
2002-07-07 03:59:34 +00:00 |
Martin v. Löwis
|
606edc1d97
|
Patch #568235: Add posix.setpgid.
|
2002-06-13 21:09:11 +00:00 |
Martin v. Löwis
|
2befa48926
|
Patch #505375: Make doc strings optional.
|
2002-06-09 13:41:37 +00:00 |
Guido van Rossum
|
622cc03f0b
|
SF patch #474590 -- RISC OS support
|
2001-10-24 20:04:51 +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 |