summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added tag 0.19rc1 for changeset 4818f5b68eb40.19Stefan Behnel2013-04-191-0/+1
* prepare release of 0.19Stefan Behnel2013-04-192-2/+2
* minor code cleanups0.19rc1Stefan Behnel2013-04-171-2/+3
* Merge pull request #215 from robertwb/dependsscoder2013-04-161-6/+32
|\
| * Resolve depends attribute with respect to include_dirs.Robert Bradshaw2013-04-161-6/+32
* | Merge pull request #214 from robertwb/T808scoder2013-04-162-1/+21
|\ \ | |/ |/|
| * Test for T808.Robert Bradshaw2013-04-161-0/+19
| * Can't skip subclass tp_new, as that's where the vtable is set up (T808).Robert Bradshaw2013-04-161-1/+2
|/
* fix pyregr test runnerStefan Behnel2013-04-161-4/+12
* add safety fix for Python globals in debug writerStefan Behnel2013-04-151-0/+3
* document c_string_type and c_string_encoding directives in string tutorialStefan Behnel2013-04-151-0/+71
* rename auto encoding tests and add tests for c_string_type=unicodeStefan Behnel2013-04-154-11/+41
* prepare release of 0.19rc1Stefan Behnel2013-04-141-1/+1
* changelogStefan Behnel2013-04-141-2/+6
* Allow cppclasses to be declared nogil.John Stumpo2013-04-143-1/+29
* clean up dependencies of memoryview utility code snippets a bit to get rid of...Stefan Behnel2013-04-143-14/+20
* suppress some C compiler warnings about unused function argumentsStefan Behnel2013-04-142-3/+4
* clean up utility code a bitStefan Behnel2013-04-141-2/+2
* clean up utility code a bitStefan Behnel2013-04-141-7/+49
* work around inability to detect existing Python globals (e.g. from imports) w...Stefan Behnel2013-04-142-0/+42
* Exclude memoryview test from python versions <= 2.5Mark Florisson2013-04-141-0/+1
* Merge pull request #212 from markflorisson88/masterMark Florisson2013-04-142-90/+188
|\
| * Allow arbitrary strides and zero- and one-sized dimensionsMark Florisson2013-04-142-90/+188
|/
* fix so file path building in Py2.[45]Stefan Behnel2013-04-141-1/+17
* remove redundant importing overhead for newly built test module in test runne...Stefan Behnel2013-04-141-14/+37
* Merge pull request #201 from strohel/transpose-refcount-fixMark Florisson2013-04-122-0/+39
|\
| * Naive approach to fix memview incref/decref asymmetry in transposeMatěj Laitl2013-03-302-0/+39
* | Added tag 0.19b2 for changeset 52beb5b16df5Stefan Behnel2013-04-121-0/+1
* | prepare release of 0.19 beta 20.19b2Stefan Behnel2013-04-121-1/+1
* | changelogStefan Behnel2013-04-121-0/+3
* | prevent redundant type checks for None values, especially in cascaded assignm...Stefan Behnel2013-04-122-1/+7
* | fix cascaded assignments of None to extension type variablesStefan Behnel2013-04-122-5/+30
* | explicitly disable object-in-buffer tests in PyPyStefan Behnel2013-04-121-0/+5
* | inline normal case of getattr(o,n)Stefan Behnel2013-04-112-4/+26
* | update docs on optimised builtinsStefan Behnel2013-04-112-40/+60
* | Merge pull request #211 from Juntalis/masterRobert Bradshaw2013-04-111-14/+14
|\ \
| * | Fix build for non-C99 compatible compilersCharles Grunwald (Juntalis)2013-04-111-14/+14
|/ /
* | Merge pull request #210 from nbruin/masterscoder2013-04-115-13/+30
|\ \
| * | explain difference between cdef and cpdefnbruin2013-04-101-1/+4
| * | explain difference between cdef and cpdefnbruin2013-04-101-1/+5
| * | explain difference between cdef and cpdefnbruin2013-04-101-6/+9
| * | explain difference between cdef and cpdefnbruin2013-04-101-1/+3
| * | explain difference between cdef and cpdefnbruin2013-04-101-4/+9
|/ /
* | changelogStefan Behnel2013-04-101-0/+3
* | Ensure NAN is always initialized.Robert Bradshaw2013-04-093-21/+14
* | Undo redundant fix.Robert Bradshaw2013-04-091-2/+0
* | Merge pull request #204 from vmx/constcastRobert Bradshaw2013-04-092-0/+10
|\ \
| * | Add casting to constVolker Mische2013-04-032-0/+10
* | | Const cast fix.Robert Bradshaw2013-04-091-2/+4
* | | add "experimental!" warning to linetrace directiveStefan Behnel2013-04-091-0/+4