summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* turn cythonize() error on unknown compilation options into a warningStefan Behnel2014-10-122-3/+13
|
* provide -a/--annotate option for cythonize scriptStefan Behnel2014-10-111-0/+5
| | | | | --HG-- extra : transplant_source : %279%83%AB%FF%04%F0%F6%12%BB%D1P%19%A9%B9%F2%C6%C23%B6
* add missing cythonize.py script to sdistStefan Behnel2014-10-111-2/+1
| | | | | --HG-- extra : transplant_source : %DA%97_%C9%8A%9E%ED%3F7%FC4m%1E%E6%0E%D3%89l%DF%D4
* adapt doctests to recent buffer exception changes in Py3.5Stefan Behnel2014-10-102-15/+11
| | | | | --HG-- extra : transplant_source : %D31l%C2%F1BM%00%92l1%99%C0l%E8e%FC%9C%0C%AA
* analyse argument annotations as types really only when annotation_typing=TrueStefan Behnel2014-10-101-1/+1
| | | | | --HG-- extra : transplant_source : %B2a%A7%A9%A6%2A%2C%21%11%A1%D3%A0%F4%0D%D1%C7K%97%60_
* travis build: force use of "-fno-strict-aliasing" in Py2Stefan Behnel2014-10-101-1/+2
| | | | | --HG-- extra : transplant_source : %A4%C2%DA%5EV%1C%17%07%E3%E9%9E%C7%AB%1EF%2C%C8%A7%1C%5D
* re-enable debugger tests in travis but run them with non-compiled CythonStefan Behnel2014-10-101-4/+3
| | | | | --HG-- extra : transplant_source : 7P%DF%9E%F8%A3%2B%98%17V%CB%9E%EC%A3m%28G%1Bv%A1
* disable debugger test in travis (currently crashing hard)Stefan Behnel2014-10-101-1/+1
| | | | | --HG-- extra : transplant_source : %10%00%9D%98%A4O%02%1A%ACs%3F%92gB%E2%21%7B%1Eo%C8
* try to fix travis buildStefan Behnel2014-10-101-1/+3
| | | | | --HG-- extra : transplant_source : s%10%909%A0X%06O%D6A%C6%DEEUM%80%15%3D%C7%83
* Make Plex Scanner.read method publicNicolas Barbey2014-09-281-1/+1
| | | | | --HG-- extra : transplant_source : %7B%A1n%8F%25%8E%DE%EE%CCQu%8B1%9Ea%B7%3B%19MF
* Fix unicode handlingNicolas Barbey2014-09-251-1/+1
| | | | | --HG-- extra : transplant_source : %E4%89i%BE%1F%A4%29M%B5%3A2vK%8C%3E%93%EF1%A8%83
* declare scanner classes final to resolve method calls at compile timeStefan Behnel2014-10-101-0/+2
| | | | | --HG-- extra : transplant_source : %3B%E2%B8%E5%8D%CC%B7p%CA%24%14%C3%D8%B87%A6%0Ej%A8%E8
* tweak travis build to actually test compiled CythonStefan Behnel2014-10-101-3/+2
| | | | | --HG-- extra : transplant_source : %C1IR%7B%29%27%07E%19%1F%82G%CDLi%E1N%23V%9E
* extend PyUnicode C-API declarationsStefan Behnel2014-10-101-0/+15
| | | | | --HG-- extra : transplant_source : %1F%BE%A2%C2X%2C%AA%3F%AD%7D%07%A7q6%180%A38%CB%5D
* extend PyUnicode C-API declarationsStefan Behnel2014-10-102-22/+160
| | | | | --HG-- extra : transplant_source : r5f%D6%7E%D3%9C%0A%A0%1C%9FX%E0%F6ji%13T%00%A4
* restrict Jedi tests to Jedi 0.8.1 and laterStefan Behnel2014-10-101-0/+2
| | | | | --HG-- extra : transplant_source : %CC%5B%1C%85Jy%96%C2%29%CDt%26%E0W%EB%0C8%DF%0Fb
* remove compatibility #define for PyMethod_New() as it breaks the macro ↵Stefan Behnel2014-10-101-4/+0
| | | | | | | definition --HG-- extra : transplant_source : V%1D%AF%BB%C2%E7l4%28%AE%8C%A9-%B0%B4%11%91%1B%FB%2C
* fix up example codeStefan Behnel2014-10-091-4/+8
| | | | | --HG-- extra : transplant_source : %CA%C1%8A%A1%D8g%1C%B1%00R%CA%C2%09%11%08%CE%60IG%1A
* minor code cleanupStefan Behnel2014-10-091-1/+1
| | | | | --HG-- extra : transplant_source : 8wv%A8%80%0B%7D%CA7%C8%10%B7%E4-I%F4%D0%29%D7%CC
* minor code cleanupStefan Behnel2014-10-091-2/+5
| | | | | --HG-- extra : transplant_source : %C6f%B9L%06%0A%97m%15K%F7%CCN%90%B0%A5%90%04%96%A9
* fix up demo codeStefan Behnel2014-10-091-11/+11
| | | | | --HG-- extra : transplant_source : %FF%0B%A3%9D%21%85%A9%1A%8B%D1V%AD%CF%DD%3Em%92%DE_%8F
* fix broken name reference (probably after an incomplete refactoring)Stefan Behnel2014-10-091-3/+2
| | | | | --HG-- extra : transplant_source : %5ET%93%08%03d%EFC%C5X%D7%03%28%C4%EF%1DO%CC%1A%7C
* fix some typosStefan Behnel2014-10-091-2/+5
| | | | | --HG-- extra : transplant_source : u%8C%DA%B6W%85%BC%FDA%A0%9C8%B6%16%86B%12%B6%1C/
* work around pypy3 bugStefan Behnel2014-10-091-3/+6
|
* fix PyMethod_New() in pypy3Stefan Behnel2014-10-083-6/+11
|
* Fix C++ type inference.Robert Bradshaw2014-10-071-3/+3
|
* More type inference tests.Robert Bradshaw2014-10-071-0/+12
|
* Minor type inference simplification.Robert Bradshaw2014-10-071-11/+5
|
* Infer pointer type for array assignment.Robert Bradshaw2014-10-072-0/+18
|