summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added tag 0.21.2 for changeset ab1a3afb87750.21.xStefan Behnel2014-12-271-0/+1
|
* prepare release of 0.21.20.21.2Stefan Behnel2014-12-272-2/+2
|
* changelogStefan Behnel2014-12-261-0/+3
|
* postpone import of distutils Extension type in test runner in case ↵Stefan Behnel2014-12-261-3/+4
| | | | | | | setuptools gets imported in between --HG-- extra : transplant_source : %9B%C2%08Q%DDt%9A%99%A4%CAK%5D%8F%3A%A9%E4F%19%96%CD
* fix test runner and pyximport in Py 2.7.9 and 3.4+: setuptools replaces ↵Stefan Behnel2014-12-262-17/+27
| | | | | | | "distutils.dist.Distribution" *after* we import it, which then breaks the input validation in "distutils.cmd" --HG-- extra : transplant_source : %3A%84%AC%02E%17%D8%EE%E64Mpv%25%A3%8E%8B%E5%CA%19
* changelogStefan Behnel2014-12-251-0/+23
|
* clarify 'with gil' signature in C code wrapping docsStefan Behnel2014-12-051-4/+3
| | | | | --HG-- extra : transplant_source : %C6%5B%E6p%A8%07V%04%CC%8D%EB%12%BB%A2%87%B5%D3%9A%F0%60
* Emit DL_IMPORT macro for python3Philip Herron2014-12-111-0/+7
| | | | | --HG-- extra : transplant_source : %0Dr%DFY%8A%EF%F6%C1%9C/h%B5%23%CE3_%DCE%B2%03
* Fix code-example syntax in documentationValentin Haenel2014-10-241-1/+1
| | | | | | | The trailing ``::`` mean that the string ``:file:`volume.pxd`::`` was being treated as the code example and therefore ``cdef float cube(float)`` was simply indented as regular font. --HG-- extra : transplant_source : P%13%13%B8%0C%08X%B1%EE%C0%5DA%00e%60%29%E8%EC%E0%FB
* "nogil" for C++ castsLars Buitinck2014-10-221-1/+1
| | | | | --HG-- extra : transplant_source : %E0%C5%BDo%E6%D5GJ%92%14m%88%03%1C%B1%0B%1B%1B%98%C4
* Document implicit return value behaviour of cdef functions.nbruin2014-11-201-1/+9
| | | | | --HG-- extra : transplant_source : %FB/K%D2%ED5%9EN%94%139%07A%ECq%1C%C7%E8%D7%0C
* reference naming conflict resolution from C++ wrapping doc, show how to wrap ↵Stefan Behnel2014-11-142-0/+33
| | | | | | | C++ objects in cdef class attributes --HG-- extra : transplant_source : %D8%F9%A3%AFG%CB%1F6%B8F9%E6i%81%2C%23%40%A9%3F-
* update "external C code" docsStefan Behnel2014-11-021-5/+8
| | | | | --HG-- extra : transplant_source : c%B9V%7B%E3%DE%9AJ%B78%A0%03I%D8%8D%EBbF%1E%BE
* fix typoStefan Behnel2014-11-021-1/+1
| | | | | --HG-- extra : transplant_source : Gt%DD%FB%BEVI9%C1%BD%FB%FA%1D%85%85%BB%00%B6%FC%2B
* slightly update "sharing declarations" sectionStefan Behnel2014-11-021-7/+14
| | | | | --HG-- extra : transplant_source : l%B5%E76%1B%7F%B0%17%5B%E3%7F%C2uO5%AA%E4%BE%97%0F
* clarify comment in caveats.rstStefan Behnel2014-11-011-1/+1
| | | | | --HG-- extra : transplant_source : %91%5B%F1%3Dp%C5%9A%A7%1DG%DB%1F%D1%0B%01f%85%24%F4E
* explain how to use language='c++' before Cython 0.21.1 (patch by Daniele ↵Stefan Behnel2014-10-301-0/+15
| | | | | | | Nicolodi) --HG-- extra : transplant_source : %2B%CA%A8%08%D73%D22%E3%C5_7H87C%94%E5%FB%3E
* add some missing CPython 2.x declarationsStefan Behnel2014-10-301-0/+10
| | | | | --HG-- extra : transplant_source : %D2%CB%B8%BF%F3%B7t%81%3F%ABQ%0D%D4%60%0B%90%40%E3%D9%CD
* fix shrinking and overflow in cpython.arrayLars Buitinck2014-12-102-6/+18
| | | | | --HG-- extra : transplant_source : %AA%EEbVu%DE%10%27%F1%E6%12%BE%077%3B%40%15%3F%A9O
* safety fixStefan Behnel2014-12-141-1/+1
| | | | | --HG-- extra : transplant_source : %B5%FFz%CA%F5%F5%D3%2B%CF%DF%FE%F1%11%14%1EI%23x%00%0D
* safety fixStefan Behnel2014-12-141-1/+1
| | | | | --HG-- extra : transplant_source : 5%0D2%F33%DF%23%1CV%DFf%17%A1%7B%8B%25%E2A%20%F2
* A couple of DebugTransform fixes.Robert Bradshaw2014-12-092-1/+2
| | | | | --HG-- extra : transplant_source : %9F%CF%A5%F6%88H%DA%FFqJx%F5%7F%A1%CFD%1F%B5%09U
* add missing malloc() result casts in embedding main program codeStefan Behnel2014-12-011-2/+2
| | | | | --HG-- extra : transplant_source : %FE%A5%0B%83%D2%A8d%B01w%1C%3C%C8%A6%ED%FE%19%3D%00%FE
* fix temp leak and crash when assigning a C value to both a Python and C ↵Stefan Behnel2014-11-282-8/+32
| | | | target in a cascaded assignment
* factor out redundancy in std::string -> Python object helper codeStefan Behnel2014-10-311-23/+7
|
* add missing std::string to str convertion helperStefan Behnel2014-10-313-4/+169
|
* Test for non-default constructor in bases.Robert Bradshaw2014-10-292-5/+14
|
* Remove check for default base constructors when declaring a constructor.Robert Bradshaw2014-10-291-30/+0
| | | | This seems to have been a mis-understanding on how C++ works/is wrapped.
* Added tag 0.21.1 for changeset d05a4acd45fcStefan Behnel2014-10-181-0/+2
|
* extend "make clean"0.21.1Stefan Behnel2014-10-181-0/+1
|
* Added tag 0.21.1 for changeset 58fc9a3feb83Stefan Behnel2014-10-181-0/+1
|
* changelogStefan Behnel2014-10-181-2/+4
|
* prepare release of 0.21.1Stefan Behnel2014-10-181-1/+1
|
* shrink doc imagesStefan Behnel2014-10-153-0/+0
|
* add IPython notebook screenshot to the docsDražen Lučanin2014-10-152-0/+2
| | | | | --HG-- extra : transplant_source : -%C1%5B%21Igwr%87%0A%03%E7%D4%E8%A7%19%97%F1%D8p
* avoid LLVM warning: skip ternary operator when value is unsigned ↵rushing2014-10-141-1/+3
| | | | | | | (-Wtautological-compare). --HG-- extra : transplant_source : %87%E8%C9%0A%B8%1A%C34%26H%B8%0F%89%D4%8CC%10%1A%0F%84
* changelogStefan Behnel2014-10-141-2/+2
|
* changelogStefan Behnel2014-10-141-5/+2
|
* prepare pre-release of 0.21.1Stefan Behnel2014-10-141-1/+1
|
* changelogStefan Behnel2014-10-141-5/+6
|
* changelogStefan Behnel2014-10-141-0/+3
|
* Remove libc/time.pxd dependency upon sys/types.h (on suggestion of Larsmans).Charles Blake2014-10-022-2/+3
| | | | | | | | 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. --HG-- extra : transplant_source : %AF%F2P%8C%26_%B6%A0%1E6%B3%84jg%A0%20%5D1D%22
* Change CHANGES.rst to reflect the actual difference from 0.21 release.Charles Blake2014-09-261-3/+3
| | | | | --HG-- extra : transplant_source : %D9vU7%ADB%21%A0%FD%C0%09%AC%90h%FB%5E%259w.
* Change URI to wikipedia; Remove cimport of unused types; Highlight ↵Charles Blake2014-09-261-3/+5
| | | | | | | strptime's non-C-standardness. --HG-- extra : transplant_source : %FF%E2%99%18%B8%15t%FC4%A3%7D%403%FC%2C%EBm%8F%80%0F
* Fix cimport to reflect pxd re-org.Charles Blake2014-09-261-1/+1
| | | | | --HG-- extra : transplant_source : %92%1Cw%16%CF%BB%EE%AFk%A1%09Ai%F6%7Dc%D0%13%CF%DC
* Change cimports to reflect pxd renames.Charles Blake2014-09-262-2/+2
| | | | | --HG-- extra : transplant_source : %28z%B9n%0B%83%85%29%BC%60%E1s%DC%E9%FDeF%F8%9F%C5
* Rename test files.Charles Blake2014-09-263-71/+71
| | | | | --HG-- extra : transplant_source : 0%AC%83%2A%E3%90K.%CENk%F2%0E%E8%D0%3C%E9%A6%28%25
* Re-organize so libc.time holds standard C things and posix.time POSIX things.Charles Blake2014-09-262-59/+63
| | | | | --HG-- extra : transplant_source : %8D%3C%FBM%FFf%98u%AB%8E.%A1vQhE%E7z%DC%83
* Move std C time APIs to libc.time; Move posix.sys_time to simply posix.time ↵Charles Blake2014-09-263-104/+104
| | | | | | | for system-level things like timer_* clock_*. --HG-- extra : transplant_source : %1D%F7%80%B8jC%D1%83%0DH%FD%E1%81%26cqv%B7%1F%CE
* changelogStefan Behnel2014-10-141-1/+3
|