summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove warning about missing 'const' support from docs and fix advice on decl...0.18.xStefan Behnel2013-01-301-43/+10
* prepare release of 0.180.18Stefan Behnel2013-01-282-3/+3
* Fix overflow_check CompileError with msvcChristoph Gohlke2013-01-271-1/+1
* set version to 0.18rc10.18rc1Stefan Behnel2013-01-271-1/+1
* fix C compiler warnings about missing PyModuleDef field initialisers in Py3.[01]Stefan Behnel2013-01-271-0/+5
* fix new test in Py2.[45]Stefan Behnel2013-01-271-0/+1
* Add test for memoryview of extension typeMatěj Laitl2012-11-291-0/+35
* Fix calling an "except +" cpp function in a nogil functionMatěj Laitl2013-01-252-10/+23
* changelogStefan Behnel2013-01-261-0/+3
* fix test when using NumPy 1.7Stefan Behnel2013-01-261-1/+1
* fix new memory view error test in Py2.4Stefan Behnel2013-01-261-9/+12
* Fix error propagation from memoryview-returning functionsMatěj Laitl2013-01-242-1/+32
* fix indentation error in userguideLars Buitinck2013-01-211-1/+1
* fix compiler crash in error caseStefan Behnel2013-01-211-1/+4
* avoid unused utility code for abs()Stefan Behnel2013-01-211-1/+5
* simplify abs() optimisation for C integers and fix it for the most negative i...Stefan Behnel2013-01-212-10/+30
* fix testStefan Behnel2013-01-201-1/+1
* suppress C compiler warning on power operation on unsigned C int typesStefan Behnel2013-01-201-2/+6
* improve test output in failure caseStefan Behnel2013-01-201-6/+6
* move exception class into shadow function as we may not want to export it und...Stefan Behnel2013-01-201-4/+3
* remove references to 'minierror' module from Shadow.py0.18b1Stefan Behnel2013-01-191-3/+10
* undo code removal - not entirely clear what to make of itStefan Behnel2013-01-191-0/+60
* set version to 0.18b1Stefan Behnel2013-01-191-1/+1
* removed broken minivect related code from branch since minivect will not be r...Stefan Behnel2013-01-191-60/+0
* work around missing relative cimport support in cythonize()Stefan Behnel2013-01-183-3/+3
* changelogStefan Behnel2013-01-181-0/+2
* fix import of pyx modules when '' is in sys.pathSteinn Steinsen2013-01-161-1/+5
* Use OS-dependent directory separator - a / on windows is interpreted by LINK ...Steven Winfield2013-01-151-1/+1
* fix cimport in libcpp.stringStefan Behnel2013-01-181-1/+1
* update 'const' section in string handling tutorial to reflect the new 'const'...Stefan Behnel2013-01-181-9/+20
* replace 'const_xyz' work-arounds in standard .pxd files by real 'const' decla...Stefan Behnel2013-01-185-76/+82
* Merge remote-tracking branch 'remotes/main/0.17'Robert Bradshaw2013-01-141-1/+1
|\
| * Merge pull request #173 from yarikoptic/upstream-0.170.17Robert Bradshaw2013-01-071-1/+1
| |\
| | * BF: replace show-ref with rev-parse --verify for determining current commitYaroslav Halchenko2012-12-201-1/+1
* | | Make __pyx_import_star_type_names static to remove link errors when freezing.Robert Bradshaw2013-01-121-1/+1
* | | preprocess byte string literal escaping instead of doing repeated replacement...Stefan Behnel2013-01-101-11/+15
* | | undo Py3.3 surrogates support fixes - breaks too many special cases with stringsStefan Behnel2013-01-105-55/+19
* | | undo Py3.3 surrogates support fixes - breaks too many special cases with stringsStefan Behnel2013-01-101-8/+0
* | | extended (failing) test casesStefan Behnel2013-01-102-28/+44
* | | fix Unicode string initialisation in PyPyStefan Behnel2013-01-071-0/+8
* | | add error test case for unknown \N{...} Unicode escape nameStefan Behnel2013-01-062-1/+9
* | | implement \N{...} Unicode escapes for literalsStefan Behnel2013-01-066-15/+33
* | | add <locals> to __qualname__ for closures as defined by PEP 3155Stefan Behnel2013-01-062-9/+16
* | | safety fixes and a little branch prediction helping in CyFunction utility codeStefan Behnel2013-01-061-21/+25
* | | fix surrogates in Unicode literals in Python 3.3 (the UTF-8 codec rejects the...Stefan Behnel2013-01-065-19/+55
* | | move __Pyx_InitStrings() utility function into StringTools.cStefan Behnel2013-01-053-41/+37
* | | fix testStefan Behnel2013-01-041-1/+1
* | | implement __qualname__ special attribute on Python functions/classes (PEP 3155)Stefan Behnel2013-01-046-29/+131
* | | make cleanup safety fix more explicitStefan Behnel2013-01-041-12/+13
* | | fix merge conflictStefan Behnel2013-01-041-4/+0