summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* changelog0.21a1Stefan Behnel2014-07-311-0/+8
* prepare release of 0.21 alpha 1Stefan Behnel2014-07-311-1/+1
* changelogStefan Behnel2014-07-301-3/+2
* Merge pull request #309 from larsmans/libcpp.algorithmscoder2014-07-303-0/+43
|\
| * add support for C++ stdlib heap operationsLars Buitinck2014-07-303-0/+43
|/
* enable the C compiler to distinguish between the two for-in iteration cases (...Stefan Behnel2014-07-281-1/+6
* make SwitchTransform return True/False as result when Python objects are requ...Stefan Behnel2014-07-282-6/+42
* disable global variables test in old jedi versionsStefan Behnel2014-07-281-0/+3
* simplify list/tuple specialisation code in for-in loop to avoid redundant typ...Stefan Behnel2014-07-281-5/+7
* do not generate dead code at the end of the generator instantiation functionStefan Behnel2014-07-281-3/+3
* avoid generating dead temp cleanup code after except blocks that return/break...Stefan Behnel2014-07-281-3/+4
* avoid generating dead temp cleanup code after try blocks that return/break/co...Stefan Behnel2014-07-281-5/+9
* fix BoolBinopNode handling in SwitchTransformStefan Behnel2014-07-271-1/+2
* disable test that fails on JenkinsStefan Behnel2014-07-271-1/+2
* clean up testStefan Behnel2014-07-271-5/+15
* disable JediTyper test if jedi is not installedStefan Behnel2014-07-271-0/+5
* mergeStefan Behnel2014-07-271-10/+6
|\
| * remove double constRobert Bradshaw2014-07-261-1/+1
| * A couple const cleanups.Robert Bradshaw2014-07-261-9/+5
* | mergeStefan Behnel2014-07-272-3/+11
|\ \
| * | fix isinstance(x, (A,B)) split optimisation: must set up BoolBinopNode correc...Stefan Behnel2014-07-272-3/+11
* | | add tests for JediTyper (includes disabled tests for things that currently do...Stefan Behnel2014-07-272-1/+133
* | | support non-Python-builtin types in Jedi generated declarations by using name...Stefan Behnel2014-07-271-1/+1
* | | implement CodeWriter serialisation of 'normal' case for GeneralCallNodeStefan Behnel2014-07-271-3/+11
* | | clean up directives setup in InterpretCompilerDirectives transform by moving ...Stefan Behnel2014-07-271-8/+6
* | | support passing code strings into analyse()Stefan Behnel2014-07-271-2/+4
* | | mergeStefan Behnel2014-07-2615-16/+513
|\ \ \ | |/ / |/| / | |/
| * implement a simple Jedi based tool to come up with initial type declarations ...Stefan Behnel2014-07-261-0/+100
| * Merge pull request #306 from robertwb/masterRobert Bradshaw2014-07-241-0/+7
| |\
| | * Clarify license position with respect to compilation output.Robert Bradshaw2014-07-221-0/+7
| * | Add ellipsis to doctests.Robert Bradshaw2014-07-231-2/+2
| * | Elide unstable OverflowError message.Robert Bradshaw2014-07-231-1/+1
| * | Convert stl map conversion to take const ref.Robert Bradshaw2014-07-232-13/+17
| * | Fixed stl container conversion with typedef element types.Robert Bradshaw2014-07-232-2/+22
| * | Test for typedef in stl container.Robert Bradshaw2014-07-231-0/+18
| * | Fix crash with forward declarations.Robert Bradshaw2014-07-221-1/+1
| |/
| * Merge pull request #303 from markpeek/markpeek-includesLisandro Dalcin2014-07-207-0/+348
| |\
| | * Add more posix includesMark Peek2014-07-197-0/+348
| |/
* | prevent re-wrapping of BoolBinopNode operandsStefan Behnel2014-07-261-2/+7
* | remove redundant codeStefan Behnel2014-07-201-1/+1
* | disable GIL check in BoolBinopResultNode - should be enough to handle it in B...Stefan Behnel2014-07-201-0/+4
* | replace the currently broken BoolBinopNode by GenericBoolBinopNode to fix it ...Stefan Behnel2014-07-205-132/+89
* | show temp variable type in temp debug modeStefan Behnel2014-07-201-1/+1
|/
* forward declaring types is usually *not* necessaryStefan Behnel2014-07-181-1/+2
* mergeStefan Behnel2014-07-1832-105/+594
|\
| * fix typoRobert Bradshaw2014-07-171-1/+1
| * static fixesRobert Bradshaw2014-07-172-1/+4
| * Merge branch 'static'Robert Bradshaw2014-07-1713-32/+114
| |\
| | * no need to forward declare extension typesRobert Bradshaw2014-07-171-10/+1
| | * Docs on static methods.Robert Bradshaw2014-07-172-3/+21