- 09 Mar, 2017 2 commits
-
-
Syrtis Major authored
Make the IPython cell magic only import things in `"__all__"` when `"__all__"` exits.
-
Robert Bradshaw authored
Fix TODO: how to display this not as code but verbatim?
-
- 08 Mar, 2017 1 commit
-
-
Mikhail Terekhov authored
-
- 07 Mar, 2017 4 commits
-
-
Robert Bradshaw authored
Pass first arg of visitproc as PyObject*
-
Robert Bradshaw authored
Pass metaclass as PyObject* (and not PyTypeObject*)
-
Jeroen Demeyer authored
-
Jeroen Demeyer authored
-
- 03 Mar, 2017 1 commit
-
-
Robert Bradshaw authored
Update language_basics.rst: corrected an example
-
- 02 Mar, 2017 3 commits
-
-
Robert Bradshaw authored
Correct mistake in doc `early_binding_for_speed.rst`
-
Fabian Rost authored
-
Fabian Rost authored
corrected an example
-
- 01 Mar, 2017 3 commits
-
-
Robert Bradshaw authored
IPython notebook to Jupyter notebook in docs
-
fabianrost authored
-
fabianrost authored
-
- 26 Feb, 2017 1 commit
-
-
Robert Bradshaw authored
This allows return types such as std::map<K, V>. Fixes #1599
-
- 14 Feb, 2017 1 commit
-
-
Robert Bradshaw authored
This fixes #1562
-
- 12 Feb, 2017 8 commits
-
-
Stefan Behnel authored
Add a comment about using setuptools and Cython together when passing Extension objects into cythonize() or distutils. Resolves #338.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Encode relative path to working tree in code paths when possible.
-
Stefan Behnel authored
-
-
scoder authored
Fix Python 2 and 3 have diffrent default encoding
-
Stefan Behnel authored
Closes #1594.
-
- 11 Feb, 2017 16 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
- resolve string escapes only outside of fstring expressions - reject backslashes inside of fstring expressions Also make some fstring errors non-fatal to keep parsing.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Allowed importing pyx files from ZIP archives
-