Commit Verlauf

Autor SHA1 Nachricht Datum
  Victor Stinner 40ab981fb7 Replace PyString_AsString with PyString_AS_STRING vor 8 Jahren
  Jelmer Vernooij 8c35904821 Update header to reflect that license is now Apachev2 or GNU GPLv2+. vor 8 Jahren
  Lele Gaifax 4c0ef6e680 Treat pathnames as bytes in the Python 3 C modules vor 9 Jahren
  Lele Gaifax 109fe00239 Make the C accelerator modules compatible with Python 3 vor 9 Jahren
  Jelmer Vernooij b5a39215ba Fix _merge_entries on pypy. vor 10 Jahren
  Hannu Valtonen 3d2e49ae41 py3k: These need to return a value since in Py3k they're no longer void vor 11 Jahren
  Jelmer Vernooij 3cd646b2bf Fix unnecessary incref of Py_False. vor 11 Jahren
  Jelmer Vernooij 55ea298e8f Some minor improvements to _diff_tree.c: vor 11 Jahren
  Chris Eberle 4d135dcd8f free_objects may have tried to free uninitialized / NULL pointers vor 13 Jahren
  Ted Horst d9253a9d55 _diff_tree_.c: Fix double decref of objects module. vor 14 Jahren
  Pascal Quantin 193b0f3e56 Fix the build on Windows. vor 14 Jahren
  Tay Ray Chuan 67aa7550af _diff_tree.c: fix Py_SIZE implementation for python 2.5.x users vor 14 Jahren
  Jelmer Vernooij f137f01161 Fix unitialised variable, trivial formatting issues. vor 14 Jahren
  Dave Borowitz e758441172 diff_tree: C implementation of count_blocks. vor 14 Jahren
  Dave Borowitz 1d0470cc6b diff_tree: C implementation of _merge_entries. vor 14 Jahren
  Dave Borowitz fedecd5f3f diff_tree: C implementation of _is_tree. vor 14 Jahren