NEWS 766 B

12345678910111213141516171819
  1. 0.3.1
  2. =====
  3. * Fix reference leak when passing keyword arguments to greenlets (mbachry)
  4. * Updated documentation.
  5. 0.3
  6. ===
  7. * Python 3 support.
  8. * New C API to expose Greenlets to C Extensions.
  9. * greenlet.switch() now accept's keyword arguments.
  10. * Fix Python crasher caused by switching to new greenlet from another thread.
  11. * Fix Python 2.6 crash on Windows when built with VS2009. (arigo)
  12. * arm32 support from stackless (Sylvain Baro)
  13. * Linux mips support (Thiemo Seufer)
  14. * MingGW GCC 4.4 support (Giovanni Bajo)
  15. * Fix for a threading bug (issue 40 in py lib) (arigo and ghazel)
  16. * Loads more unit tests, some from py lib (3 times as many as Greenlet 0.2)
  17. * Add documentation from py lib.
  18. * General code, documentation and repository cleanup (Kyle Ambroff, Jared Kuolt)