platform/upstream/python-cython.git
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)
2012-06-30 Stefan Behnelslightly better PyPy code in iterable unpacking
2012-06-30 Stefan Behnelavoid borrowed references with PyPy in fast list/tuple...
2012-06-30 Stefan Behnelslightly better PyPy code in 2-tuple unpacking
2012-06-29 Robert BradshawEllipsis for overflow error.
2012-06-29 Robert BradshawDon't need terminating null for Python conversion.
2012-06-29 Stefan Behnelrefactored tuple unpacking code once again, removed...
2012-06-29 Robert BradshawC++ stl conversion tests.
2012-06-29 Robert BradshawDissallow pyobjects in conversion.
2012-06-29 Robert BradshawNesting for all stl containers.
2012-06-29 Robert BradshawAllow nesting.
2012-06-29 Robert BradshawFirst pass at C++ stl conversion.
2012-06-29 Stefan Behnelmention PEP393/Py3.3 in doc section on narrow Unicode...
2012-06-29 Stefan Behnelclarification in 'const char*' doc section
2012-06-29 Stefan Behneltypo
2012-06-29 Stefan Behneladded doc section on 'const char*' and friends, use...
2012-06-28 Stefan Behnelminor doc formatting fix
2012-06-28 Stefan Behnelremoved outdated doc section on missing C++ inheritance...
2012-06-28 Stefan Behnelmoved doctests from module docstring into test functions
2012-06-28 Stefan Behneldoc paragraph on properly handling exceptions from...
2012-06-28 Stefan Behneladded test for stack allocated C++ object
2012-06-28 scoderMerge pull request #135 from robertwb/bang
2012-06-28 Robert BradshawUse existing Python not operator for !.
2012-06-28 Stefan Behnelminor code cleanup in parser
2012-06-28 Robert Bradshawduplicate !
2012-06-28 Robert BradshawCython bang operator overloading.
2012-06-28 Stefan Behnelminor doc clarification in C++ chapter
2012-06-27 Robert BradshawC++ class member test.
2012-06-27 Robert BradshawAllow no-arg constructor C++ classes as extension class...
next