Table des matières

2011-11-06

  * Changed ASM code in object.h and objimpl.h to set r13 before jumping into a possible Python library code.
    Now using r14 to save r13 before jumping than using stack. In some conditions, the compiler generated some
    wrong code using a corrupted C stack.

2011-07-22

  * Fixed Arexx and time module.
  * [distutils] added r13 saving gcc opt + minors.
  * Fixed sys.path generating to support PROGDIR:Lib and python*.zip correctly.
  * Removed libdl needs for _ctypes module on MorphOS.
  * Fixed zlib module build.
  * Fixed subprocess inclusing causing exception (unfinished module).

2010-12-20

  * Fixed stupid bug in dynamic modules compilation (bad GCC option used).
  * Fixed also pyexpat (Gribouillis2 crashed by using it).

2010-12-12

  * Important change: os.altsep is no longer defined on MorphOS port (it gives None now).
    Please check if your scripts work as expected.

2010-11-30

  * fixed library revision number (was used minor number).
  * Changed time.clock() to use ReadEClock() (more precision).
  * More libc functions from the application itself exported to the core library.
  * Minor fixes.

2010-11-19

2010-06-11

2010-05-21

2010-01-19

2009-12-29

2009-12-10

2009-12-08