1. 1ae2959 from __future__ import absolute_import by Behdad Esfahbod · 10 years ago
  2. 153ec40 Fix a few pychecker warnings by Behdad Esfahbod · 11 years ago
  3. 32c10ee py23 from __future__ import division and adjust divisions by Behdad Esfahbod · 11 years ago
  4. 30e691e py23 from __future__ import print_function by Behdad Esfahbod · 11 years ago
  5. 7ed91ec py23 import in all nontrivial source files and unused import cleanup by Behdad Esfahbod · 11 years ago
  6. 3ec6a25 2to3 --fix=print with manual fixup by Behdad Esfahbod · 11 years ago
  7. ac1b435 2to3 --fix=idioms by Behdad Esfahbod · 11 years ago
  8. 91bca42 merging fixes & changes from delft-sprint-2012 by jvr · 12 years ago
  9. 1b7d54f converted usage of Numeric to numpy by jvr · 16 years ago
  10. c53569e use highly unscientific epsilon value by jvr · 19 years ago
  11. 86c07d2 more doco, reformatted __all__ by jvr · 19 years ago
  12. 441fdd1 reworked test code and results, to make the results more readable by jvr · 19 years ago
  13. 10de259 Refactored splitting logic; added splitQuadraticAtT() and splitCubicAtT() by jvr · 19 years ago
  14. 0ec07f2 show/test that _testrepr() reprs Numeric arrays nicely, too by jvr · 19 years ago
  15. 82fdf15 added a comment by jvr · 19 years ago
  16. befd485 factored out param -> points conversion by jvr · 19 years ago
  17. 9369c20 renamed and rewrote _tuplify() to _testrepr(), added tests for splitCubic() by jvr · 19 years ago
  18. 8ee2561 some refactoring, some doctests by jvr · 19 years ago
  19. bfadfe3 - Fixed ZeroDivisionError in solveCubic(). The solution is mathematically by jvr · 21 years ago
  20. efaae52 - optimized a couple of invariant expressions by jvr · 21 years ago
  21. 9524c7b splitLine(): make sure the split is between the end points by jvr · 21 years ago
  22. 05b4b4a new module bezierTools.py by jvr · 21 years ago