IronPython 1.x ============== These are patches against the latest release of IronPython 1.x branch, which is currently IronPython 1.1. `patch-ironpython-import-hack`__ This patch lets Python codes using __import__ to force absolute import work. `patch-ironpython-mono-all`__ This patch includes modifications to makefile and IronPythonConsole to make IronPython to work better on Mono. `patch-ironpython-option-s`__ This patch fixes an issue that -S option causes IronPython to omit Lib from sys.path. `patch-ironpython-os-access`__ This patch implements access function missing in os module. __ https://fepy.svn.sourceforge.net/svnroot/fepy/trunk/patches/1.1/patch-ironpython-import-hack __ https://fepy.svn.sourceforge.net/svnroot/fepy/trunk/patches/1.1/patch-ironpython-mono-all __ https://fepy.svn.sourceforge.net/svnroot/fepy/trunk/patches/1.1/patch-ironpython-option-s __ https://fepy.svn.sourceforge.net/svnroot/fepy/trunk/patches/1.1/patch-ironpython-os-access List of patches against previous versions of IronPython are also available. * `Fixed in 1.0.1`__ * `Fixed in 1.1a1`__ * `Fixed in 1.1`__ __ patches-10.html __ patches-101.html __ patches-11a1.html