History log of /external/python/cpython2/RISCOS/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0fa10b3cd5de4090b86c8f88c5f30d2e6a9686ac 03-Jan-2009 Martin v. Löwis <martin@v.loewis.de> Issue #4817: Remove unused function PyOS_GetLastModificationTime.
/external/python/cpython2/RISCOS/Makefile
10be10cbe72cc0cc0d05b2901f6857fdbb343894 16-Mar-2006 Neal Norwitz <nnorwitz@gmail.com> Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.
/external/python/cpython2/RISCOS/Makefile
d11c110c115da398b7cf599064dfe648bd97e59f 31-Aug-2004 Andrew M. Kuchling <amk@amk.ca> Remove rotor, xreadlines modules
/external/python/cpython2/RISCOS/Makefile
b4541c2653ff3307325371e0c07266b4f988ce65 02-Jun-2004 Andrew M. Kuchling <amk@amk.ca> Remove reference to pcre module
/external/python/cpython2/RISCOS/Makefile
a94568a7535de60f1144e4eea0d027b87017a4b4 10-May-2003 Martin v. Löwis <martin@v.loewis.de> Patch #734231: Update RiscOS support. In particular, correct
riscospath.extsep, and use os.extsep throughout.
/external/python/cpython2/RISCOS/Makefile
bea18ccde6bc12e061c21bb6b944379d8b123845 14-Jun-2002 Guido van Rossum <guido@python.org> SF patch 568629 by Oren Tirosh: types made callable.

These built-in functions are replaced by their (now callable) type:

slice()
buffer()

and these types can also be called (but have no built-in named
function named after them)

classobj (type name used to be "class")
code
function
instance
instancemethod (type name used to be "instance method")

The module "new" has been replaced with a small backward compatibility
placeholder in Python.

A large portion of the patch simply removes the new module from
various platform-specific build recipes. The following binary Mac
project files still have references to it:

Mac/Build/PythonCore.mcp
Mac/Build/PythonStandSmall.mcp
Mac/Build/PythonStandalone.mcp

[I've tweaked the code layout and the doc strings here and there, and
added a comment to types.py about StringTypes vs. basestring. --Guido]
/external/python/cpython2/RISCOS/Makefile
bd67d6f32c813eb3c17a07d305db7004c2dcee0a 27-Oct-2001 Guido van Rossum <guido@python.org> SF patch #475657 (Dietmar Schwertberger)

RISCOS/Makefile:
include structseq and weakrefobject;
changes to keep command line length below 2048

RISCOS/Modules/riscosmodule.c:
typos from the stat structseq patch

Include/pyport.h:
don't re-#define __attribute__(__x) on RISC OS as it is already defined in c library
/external/python/cpython2/RISCOS/Makefile
622cc03f0b5ba8e8e51aaa73c137350fe81564a8 24-Oct-2001 Guido van Rossum <guido@python.org> SF patch #474590 -- RISC OS support
/external/python/cpython2/RISCOS/Makefile
bceccf5f43b51d166951ea97cff086c8828b745b 11-Apr-2001 Guido van Rossum <guido@python.org> Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger
/external/python/cpython2/RISCOS/Makefile
228d80736c39e41a6b46dad211df0ba871b0c8f8 02-Mar-2001 Guido van Rossum <guido@python.org> RISCOS files by dschwertberger
/external/python/cpython2/RISCOS/Makefile