summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | fix comparison of single character unicode literalsStefan Behnel2013-01-032-1/+12
* | | generate safer cleanup code that also works in the case something goes badly ...Stefan Behnel2013-01-031-4/+9
* | | More overflowcheck documentation.Robert Bradshaw2013-01-032-1/+12
* | | Merge branch 'bugs'Robert Bradshaw2013-01-032-0/+13
|\ \ \ | |/ /
| * | Prep for 0.17.4 release.0.17.4Robert Bradshaw2013-01-032-1/+10
* | | mergeStefan Behnel2013-01-033-1/+54
|\ \ \
| * \ \ Merge branch 'bugs'Robert Bradshaw2013-01-023-1/+54
| |\ \ \ | | |/ /
| | * | Test for trac #796.Robert Bradshaw2013-01-021-0/+43
| | * | Guard deallocation with PyObject_GC_Untrack, trac #796.Robert Bradshaw2013-01-021-0/+10
| | |/
| | * Merge pull request #172 from yarikoptic/upstream-0.17Robert Bradshaw2012-12-201-1/+1
| | |\
| | | * Include CHANGES.rst into the source distributionYaroslav Halchenko2012-12-201-1/+1
| | |/
* | | add test tagsStefan Behnel2013-01-032-0/+3
* | | add failing test caseStefan Behnel2013-01-031-0/+9
|/ /
* | implement in-place assignment operators on SliceIndexNode by converting it in...Stefan Behnel2013-01-021-1/+7
* | fix left-overs from last commitStefan Behnel2013-01-011-2/+2
* | make AnalyseDeclarationsTransform inherit from EnvTransform to fix inconsiste...Stefan Behnel2013-01-016-60/+94
* | disable Py2.5 builds in travis - their installation appears to be brokenStefan Behnel2013-01-011-1/+0
* | support non-trivial counter targets for enumerate() loop optimisationStefan Behnel2013-01-012-3/+27
* | fix and normalise None index handling in SliceIndexNodeStefan Behnel2013-01-012-18/+31
* | add testsStefan Behnel2013-01-011-0/+14