- 02 Oct, 2014 1 commit
-
-
Charles Blake authored
Also, remove clock_t from posix.types making users find it in libc.time. It's really a standard C type and not used anywhere in system interfaces anyway.
-
- 27 Sep, 2014 2 commits
-
-
Charles Blake authored
-
Charles Blake authored
Conflicts: CHANGES.rst
-
- 26 Sep, 2014 16 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Charles Blake authored
-
Charles Blake authored
-
Charles Blake authored
-
Charles Blake authored
-
Charles Blake authored
-
Charles Blake authored
-
Charles Blake authored
Move std C time APIs to libc.time; Move posix.sys_time to simply posix.time for system-level things like timer_* clock_*.
-
Stefan Behnel authored
-
scoder authored
Add mman.pxd and wait.pxd
-
Charles Blake authored
-
Charles Blake authored
-
- 25 Sep, 2014 3 commits
-
-
Stefan Behnel authored
--HG-- extra : transplant_source : 7%EC%04%1F%89%F6%AA%8C%7Fl%B5D%DA%D5%CAF%B7%A70%0D
-
scoder authored
expand doc section on cython -a output
-
Lars Buitinck authored
* explain new "+" signs in front of lines * explain different shades of yellow * relation to nogil blocks
-
- 24 Sep, 2014 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 23 Sep, 2014 1 commit
-
-
Stefan Behnel authored
-
- 21 Sep, 2014 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Fix caching issues of cython magic.
-
- 20 Sep, 2014 1 commit
-
-
Matthias Bussonnier authored
Should fix https://github.com/ipython/ipython/issues/6507 when using cython magic. We will deprecate cython magic in IPython itself.
-
- 19 Sep, 2014 1 commit
-
-
Stefan Behnel authored
-
- 18 Sep, 2014 4 commits
-
-
Stefan Behnel authored
improve safety of cname substring replacements for C++ string conversion functions: only replace first occurrence as there may be a user defined portion following
-
Stefan Behnel authored
undo C++ to-py helper functions rewrite as it lost the ability to extend the set of string-ishly convertible types
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 17 Sep, 2014 4 commits
-
-
Stefan Behnel authored
reduce C code overhead for C++ std::string -> PyObject conversion helpers by implementing them directly in C++ and not Cython
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-