platform/upstream/python-cython.git
2012-07-25 Stefan Behneladded failing test case for literal lists to make sure...
2012-07-24 Stefan Behnelenable previously unused optimisation code for bytes...
2012-07-24 Stefan Behnelfix copy&paste bug
2012-07-24 Stefan Behnelrequire Py2.4+
2012-07-24 Stefan Behnelremoved dead code
2012-07-24 Stefan Behnelfix type inference for overloaded C++ operators
2012-07-23 Stefan BehnelAdded tag 0.17.beta1 for changeset 5320ddd8c3a6
2012-07-23 Stefan Behnelprepare release of 0.17 beta1 0.17.beta1
2012-07-23 Stefan BehnelPyPy doc section on low-level access to builtin types...
2012-07-23 Stefan Behnelfix 'type' adaptation code to work with PyPy
2012-07-23 Stefan Behneladded test to make sure 'type' works as argument type
2012-07-23 Stefan Behnelremoved unused code
2012-07-23 scoderMerge pull request #126 from bfroehle/_cpython_type_PyT...
2012-07-23 Stefan Behnelfix modifiers of functions with overrides in external...
2012-07-23 Stefan Behnelminor cleanup in test runner
2012-07-21 Robert BradshawFix missing error when overriding final methods of...
2012-07-21 Mark FlorissonExclude numpy memoryview tests pre-2.6
2012-07-19 Stefan Behnelstring docs: moved comments on C++ string into their...
2012-07-19 Stefan Behneldoc fix
2012-07-19 Stefan Behnelminor cleanup
2012-07-19 Stefan Behneldoc fix
2012-07-19 Stefan Behneldoc update on string decoding
2012-07-19 Stefan Behnelmoved C string decoding utility code from Optimize...
2012-07-19 Stefan Behnelsupport slicing with negative indices for C strings...
2012-07-18 Stefan Behnelfix build
2012-07-18 Stefan Behnelprevent calling PyEval_InitThreads() when CPython is...
2012-07-18 Stefan Behnelmoved method dispatcher implementation from OptimizeBui...
2012-07-18 Stefan Behnelrewrite of sliced char* decoding as utility functions...
2012-07-18 Lisandro DalcinFix function prototype generation for unused but public...
2012-07-17 Stefan Behneladded bug test case by Gabriel Jacobo
2012-07-17 Stefan Behnelfix circular import
2012-07-17 scoderMerge pull request #127 from bfroehle/_missing_cimport_...
2012-07-17 Stefan Behnelminor code cleanup
2012-07-17 Stefan Behnelfix crash due to moved utility code (apparently in...
2012-07-15 Robert BradshawIncluded files dependency fix in cythonize.
2012-07-10 Stefan Behneldoc section on known problems with PyPy
2012-07-10 Stefan Behnelanother PyPy fix for double conversion: PyNumber_Float...
2012-07-10 Stefan Behnelfix with_gil test in PyPy
2012-07-10 Stefan Behnelfix (and simplify) object->double conversion in PyPy
2012-07-10 Stefan Behnelfix test exclusions
2012-07-09 Stefan Behnelcompile fix for test under PyPy
2012-07-09 Stefan Behnelfix exception handling for optimised len(builtin)
2012-07-09 Stefan Behneladapt test to PyPy
2012-07-09 Stefan Behneladjusted doctest output to PyPy
2012-07-09 Stefan Behneldisabled memslice test in Py2.4 - currently broken
2012-07-09 Stefan Behneldisabled numpy_memoryview test in Py2.4 - currently...
2012-07-09 Stefan Behnelsuppress 'unused argument' warning in test code
2012-07-09 Stefan Behnelsuppress 'unused argument' warning in test code
2012-07-09 Stefan Behnelfix inclusion of .cpp utility files in setup.py
2012-07-08 Stefan Behneluse <ios> instead of <iostream>
2012-07-08 Stefan Behnelfix typo in MANIFEST.in
2012-07-08 Stefan Behnelcode simplification
2012-07-08 Stefan Behnelminor code simplification
2012-07-08 Stefan Behnelminor code simplification
2012-07-08 Stefan Behnelmoved GetItemInt_Unicode*() utility functions to String...
2012-07-08 Stefan Behnelmoved C++ exception conversion utility code into new...
2012-07-08 Stefan Behnelavoid a useless level of indirection for CyFunction...
2012-07-08 Stefan Behnelfix compilation and exception conversion when using...
2012-07-08 Stefan Behnelwork around bug in gcc 4.2.4 when compiling with '...
2012-07-08 Stefan Behnelfix tests by moving commonly used test helper file...
2012-07-08 Stefan Behneldisable profiling overhead in Cython/Build/Dependencies.py
2012-07-08 Stefan Behnelavoid monkey-patching into the stdlib
2012-07-08 Stefan Behneldocumentation on C++ STL container coercion
2012-07-08 Stefan BehnelPy3 test fixes
2012-07-08 Stefan Behnelextended test
2012-07-08 Stefan Behnelallow coercion of temp values to C++ classes
2012-07-08 Stefan Behnelextended test
2012-07-08 Stefan Behnelextended test
2012-07-08 Stefan Behneltest fixes
2012-07-07 Stefan Behnelfix some C++ tests
2012-07-06 Stefan Behnelstd::string.c_str() actually returns a 'const char...
2012-07-05 Stefan Behnelgenerate annotated HTML from benchmark sources
2012-07-05 Stefan Behneladded common entry point to richards benchmark
2012-07-05 Stefan Behneladded common entry point to benchmarks
2012-07-05 Stefan Behneladded setup.py script to compile benchmark modules
2012-07-04 Stefan Behnelfix comment
2012-07-03 Stefan Behnelreduce overhead in __pyx_PyFloat_AsDouble() when not...
2012-07-03 Stefan Behnelfix decref before incref on buffer item assignments
2012-07-03 Stefan Behnelfix comment
2012-07-03 Robert BradshawVile hack to get tests working.
2012-07-03 Robert BradshawAnother type inference fix.
2012-07-03 Robert BradshawMore loop type inference fixes.
2012-07-03 Robert BradshawFix slice iteration.
2012-07-03 Robert BradshawFix C++ iteration inference.
2012-07-03 Robert BradshawUse exception values in C++ conversion, consolidate...
2012-07-03 Robert BradshawDon't forget std::list.
2012-07-03 Stefan Behneldeclare C++ default constructor 'except +', fix constru...
2012-07-02 Robert BradshawBetter type checking for C++ iterators.
2012-07-02 Robert BradshawC++ iterator type inference
2012-07-02 Robert BradshawC++ iterator tests.
2012-07-02 Robert BradshawSupport C++ iterators in for..in loops.
2012-07-01 Stefan Behnelextracted GetItemInt utility code into ObjectHandling...
2012-07-01 Stefan Behnelfix TempitaUtilityCode() usage without context
2012-07-01 Stefan Behnelextracted SetItemInt and DelItemInt utility code into...
2012-07-01 Stefan Behneladded missing bits from PySequence_Get/Set/DelItem...
2012-06-30 scoderMerge pull request #136 from yarikoptic/master
2012-06-30 Jakub WilkDOC: typo "stings"
2012-06-30 Stefan Behnelfix __Pyx_SetItemInt() in PyPy: PySequence_Check(dict...
2012-06-30 Stefan Behnelspeed up __Pyx_SetItemInt() and __Pyx_DelItemInt()...
2012-06-30 Stefan Behnelspeed up list/tuple unpacking in PyPy (~10x)
next