summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | add sort, partial_sort and binary_sort to libcpp.algorithmLars Buitinck2015-01-262-1/+47
| * | | some "except +" and const-correctness in libcpp (containers)Lars Buitinck2015-01-263-28/+28
* | | | Merge pull request #358 from larsmans/buffer-docRobert Bradshaw2015-02-033-0/+194
|\ \ \ \ | | |/ / | |/| |
| * | | docs: how to implement PEP 3118, the buffer protocolLars Buitinck2015-01-203-0/+194
* | | | merge 0.22.x branch into masterStefan Behnel2015-02-011-0/+5
|\ \ \ \
| * | | | changelogStefan Behnel2015-02-011-0/+5
* | | | | merge 0.22.x branch into masterStefan Behnel2015-02-011-3/+2
|\ \ \ \ \ | |/ / / /
| * | | | simplify some codeStefan Behnel2015-02-011-3/+2
* | | | | merge 0.22.x branch into masterStefan Behnel2015-02-012-21/+29
|\ \ \ \ \ | |/ / / /
| * | | | minor cleanup of merged pull request, add testStefan Behnel2015-02-012-2/+14
| * | | | work around memoryview.tobytes() off-by-one bug with suboffsetsRichard Hansen2015-01-291-1/+5
| * | | | clean up some instances of suboffsets handling in memoryview codeStefan Behnel2015-02-011-15/+11
| * | | | simplify some loops in the memoryview properties implementationStefan Behnel2015-02-011-4/+4
* | | | | Merge pull request #367 from richardhansen/memoryview-tobytes-bug-workaroundscoder2015-02-011-1/+5
|\ \ \ \ \
| * | | | | work around memoryview.tobytes() off-by-one bug with suboffsetsRichard Hansen2015-01-291-1/+5
* | | | | | merge 0.22.x branch into masterStefan Behnel2015-02-012-7/+14
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | changelogStefan Behnel2015-02-011-1/+5
| * | | | Add some declarations for PyTypeObjectJeroen Demeyer2015-01-262-1/+38
| | |_|/ | |/| |
| * | | Merge pull request #359 from larsmans/npymathRobert Bradshaw2015-01-232-6/+9
| |\ \ \ | | |_|/ | |/| |
| | * | fix erroneous prototypes for npy_logaddexp*Lars Buitinck2015-01-232-6/+9
* | | | Merge pull request #362 from jdemeyer/declare_PyTypeObjectRobert Bradshaw2015-01-262-1/+38
|\ \ \ \ | |/ / / |/| | |
| * | | Add some declarations for PyTypeObjectJeroen Demeyer2015-01-262-1/+38
|/ / /
* | | Bump version for 0.22.beta0.0.22.beta0Robert Bradshaw2015-01-211-1/+1
* | | Merge branch 'master' of github.com:cython/cythonRobert Bradshaw2015-01-217-6/+62
|\ \ \ | |/ /
| * | Merge pull request #357 from jochenvdv/masterRobert Bradshaw2015-01-191-1/+1
| |\ \
| | * | Fix typo in quickstartJochen Van de Velde2015-01-191-1/+1
| |/ /
| * | merge 0.22.x branch into masterStefan Behnel2015-01-182-2/+23
| |\ \
| | * | add support for annotations on "*args" and "**kwargs" argumentsStefan Behnel2015-01-182-2/+23
| * | | merge 0.22.x branch into masterStefan Behnel2015-01-180-0/+0
| |\ \ \ | | |/ /
| | * | prevent DefNode inlining for signatures with kwonly argumentsStefan Behnel2015-01-182-0/+23
| | * | extend testsStefan Behnel2015-01-181-0/+6
| * | | prevent DefNode inlining for signatures with kwonly argumentsStefan Behnel2015-01-182-0/+23
| * | | extend testsStefan Behnel2015-01-181-0/+6
| * | | merge 0.22.x branch into masterStefan Behnel2015-01-183-4/+15
| |\ \ \ | | |/ /
| | * | exclude "_" from list of cacheable 'builtins' to improve compatibility with g...Stefan Behnel2015-01-182-3/+6
| * | | improve robustness of xmlrunner in face of custom test error handling mechani...Stefan Behnel2015-01-181-0/+3
* | | | Handle for-from ranges with unsigned targets and near-zero endpoints.Robert Bradshaw2015-01-212-6/+54
* | | | Fix a couple of reversed iteration warnings.Robert Bradshaw2015-01-212-6/+10
| |/ / |/| |
* | | Bump release to 0.22.alpah0.0.22.alpha0Robert Bradshaw2015-01-171-1/+1
* | | Change notes.Robert Bradshaw2015-01-171-0/+8
|/ /
* | Merge pull request #332 from maciejkula/document_memoryview_checksRobert Bradshaw2015-01-171-0/+6
|\ \
| * | Document `initializedcheck` compiler directive.maciejkula2014-11-031-0/+6
* | | Merge pull request #347 from videlec/stringsRobert Bradshaw2015-01-171-0/+9
|\ \ \
| * | | move strings.pxd to posix + remove semicolonVincent Delecroix2014-12-232-9/+9
| * | | add strings.pxd to Includes/libcvincent2014-12-231-0/+9
* | | | Merge branch 'mattjj-fix-vectors-of-memviews'Robert Bradshaw2015-01-172-1/+14
|\ \ \ \
| * | | | Fix issue with conditional memory views introduced by more intelligent __eq__.Robert Bradshaw2015-01-172-3/+6
| * | | | Add __hash__() and __eq__() to MemoryViewSliceType to avoid distinctMatthew Johnson2014-12-291-0/+6
| * | | | Add MemoryViewSliceType.specialization_name() to include dtype in nameMatthew Johnson2014-12-291-0/+4
* | | | | Merge branch 'larsmans-runtests-explain-bugs-txt'Robert Bradshaw2015-01-171-3/+11
|\ \ \ \ \