Commit Graph

34 Commits

Author SHA1 Message Date
Nick Coghlan 4aaf8e6a96 Update PEP 11 for PEP 538 acceptance (GH-269)
Part of the PEP 538 implementation is to add a new
"Legacy C Locale" section to PEP 11 that explicitly
limits our support for running Python 3.7+ in the
ASCII based legacy C locale.

(Note: if PEP 540 is also accepted, this section will
be amended accordingly)
2017-05-29 11:17:12 +10:00
Jim Fasarakis-Hilliard 0f8d0166d1 Fix Emacs footer in PEP-11 (#258) 2017-05-16 09:53:43 -07:00
Brett Cannon e95106e8bd Update PEP 11 to be more clear about what is required to gain support for a platform for CPython 2015-02-27 09:35:12 -05:00
Antoine Pitrou 497fb136c0 Issue #16501: record the removal of RISC OS support in PEP 11.
RISC OS support was actually partially removed in 3.0 (whether or not a build still worked is not obvious, but unlikely).
2012-12-15 20:48:37 +01:00
Jesus Cea c373707569 Write down issues documenting OS/2 and VMS support removal 2012-10-05 00:26:16 +02:00
Martin v. Löwis e2a9d17632 Convert to rst. Add section on Windows lifecycle. 2012-06-01 15:09:13 +02:00
Brian Curtin d0ba760b54 Add Windows 2000 and support of COMSPEC->command.com environments. 2011-05-02 19:35:58 -05:00
Victor Stinner 72a37feba6 Unsupport OS/2 and VMS 2011-04-25 16:24:15 +02:00
Jesus Cea 50ff8f1ab1 OSF* goes unsupported 2010-05-03 20:21:47 +00:00
Antoine Pitrou 13b537ae32 SGI Irix threads now unsupported 2009-10-24 20:43:29 +00:00
Antoine Pitrou a6a3aeb360 GNU pth threads now unsupported 2009-10-24 20:35:25 +00:00
Antoine Pitrou 6ae81a1b94 SunOS LWP (lightweight processes) now unsupported 2009-10-24 20:30:13 +00:00
Antoine Pitrou 55c62c9c9d Mach C Threads now unsupported 2009-10-24 20:22:33 +00:00
Christian Heimes 67bf7b0e45 Support for NT4 has been dropped, too. 2008-02-09 20:42:29 +00:00
Skip Montanaro e53412ed4b Note maintainers for Cygwin and OS/2. 2007-09-16 13:52:31 +00:00
Skip Montanaro df2691247f update for AtheOS/Syllable and BeOS 2007-08-18 22:08:09 +00:00
Brett Cannon 681781a940 Standardize Marin von Loewis' name. 2007-06-28 20:03:18 +00:00
Brett Cannon 9fe45a32c3 Make all meta-PEPs be Process PEPs. 2007-06-19 04:52:34 +00:00
Brett Cannon 4d59623aca Note that AtheOS support stops in Python 2.6. 2007-06-02 03:04:57 +00:00
Neal Norwitz 5ac848d9ab Move doc about supporting old versions of FreeBSD from PEP 11 to 4.
We are just not supporting the platform-specific modules, not the platform.

Here is the original checkin comment for PEP 11:

Remove support for freebsd[23] which were last released in 2000.

In 2.7 remove support for freebsd4 and 5.  4 is already not supported,
but the last version was released in 2005.
5 will be EOL around the same time as 2.6 is released.

http://www.freebsd.org/releases/index.html
http://security.freebsd.org/
2007-05-16 05:04:32 +00:00
Neal Norwitz b73128ab5a Remove support for freebsd[23] which were last released in 2000.
In 2.7 remove support for freebsd4 and 5.  4 is already not supported,
but the last version was released in 2005.
5 will be EOL around the same time as 2.6 is released.

http://www.freebsd.org/releases/index.html
http://security.freebsd.org/
2007-05-13 21:16:45 +00:00
David Goodger 794b1f8f11 converted to UTF-8 & added coding slugs 2006-03-02 19:54:50 +00:00
Neal Norwitz 617a80e2ac I posted a message on python-dev about removing support for Windows 9x
in Python 2.6.  2.5 will display a warning message on unsupported systems.
2006-02-24 17:47:22 +00:00
Neal Norwitz f0c3f46626 MAL says this option should go away in bug report 874534:
The reason for the removal is that the option causes
    semantical problems and makes Unicode work in non-standard
    ways on platforms that use locale-aware extensions to the
    wc-type functions.

Since it wasn't previously announced, we can keep the option until 2.6
unless someone feels strong enough to rip it out.
2006-02-16 05:25:37 +00:00
Andrew M. Kuchling daae55da4e Note removal of MacOS 9 2003-11-19 17:04:35 +00:00
Martin v. Löwis 1ce5ccea6e Unsupport --without-universal-newlines. 2002-12-19 16:20:04 +00:00
Martin v. Löwis a944c59f6e Add Linux 1 and Irix 4. 2002-11-23 14:36:03 +00:00
Martin v. Löwis 55629ecc08 Redeprecate dgux. 2002-11-12 19:58:38 +00:00
Martin v. Löwis c8aa12c3ce Deprecate --with-dl-dld. Proposed by Matthew Cowles, in #636313. 2002-11-12 15:25:17 +00:00
Martin v. Löwis 45954ad893 Add Minix. Proposed by Skip Montanaro. 2002-11-12 13:03:33 +00:00
Martin v. Löwis 59f1b0992b Change title. Proposed by /F. 2002-07-15 18:26:52 +00:00
Martin v. Löwis a8249589a8 Add MS-DOS (proposed by Aahz). 2002-07-14 08:21:16 +00:00
Neal Norwitz cd5edf4e05 Fix typo. 2002-07-13 14:49:50 +00:00
Barry Warsaw 7033e9329a PEP 11, Unsupported Platforms, Martin von Loewis 2002-07-12 22:31:47 +00:00