platform/upstream/python-cython.git
2012-08-20 Stefan Behneladd 'array' tag to test to enable special casing in...
2012-08-20 Stefan Behnelexclude comments from generated C file
2012-08-20 Stefan Behnelfix compiler crash on in-place buffer C division
2012-08-20 Stefan Behnelsupport 'from cpython.array cimport array' in addition...
2012-08-17 Robert BradshawFix declaration in cpp_templates test.
2012-08-17 Robert BradshawFix (obsolete) forward declared C++ subclass declarations.
2012-08-16 Stefan Behnelpyximport: make sure we encode extension file paths...
2012-08-15 Stefan Behnelfix for passing language_level externally as compiler...
2012-08-15 Stefan Behnelallow reassignments to C++ variables while iterating...
2012-08-15 Stefan Behnelsimplify comparison
2012-08-15 Stefan Behnelfix potential leak of modifiable default argument
2012-08-15 Stefan Behnelminor code cleanup
2012-08-15 Stefan Behnelundo usage of __Pyx_NAMESTR() - not needed for dicts
2012-08-15 Stefan Behneluse __Pyx_NAMESTR() macro when referring to module...
2012-08-15 Stefan Behnelminor code cleanups in module init code
2012-08-15 Stefan Behnelfix error case refcounting bug in module init code
2012-08-15 Stefan Behnelfix setting of directive 'set_initial_path' in pyximpor...
2012-08-15 Stefan Behnelremove duplicated condition
2012-08-15 Stefan Behnelremoved unused variable
2012-08-15 Stefan Behneluse completely separate workspaces for tests to fix...
2012-08-15 Stefan Behnelsimplify code by inverting negated comparison
2012-08-15 Robert BradshawMerge remote-tracking branch 'main/master'
2012-08-15 Stefan Behnelfix name setup for package __init__ modules, make sure...
2012-08-15 Robert BradshawOne more char test fix.
2012-08-15 Stefan Behnelfix undefined variable 'context' in compile_multiple()
2012-08-14 Robert BradshawMerge branch 'char-buffers'
2012-08-14 Robert Bradshawnamespace clarification
2012-08-14 Robert BradshawFix template comparison.
2012-08-14 Robert BradshawFix C++ template subclassing.
2012-08-12 Robert BradshawAnother cpp-class-as-cdef-class-member fix, fix test...
2012-08-12 Robert BradshawFix template types as class members.
2012-08-12 Robert BradshawFix cpp iterator test.
2012-08-11 Stefan Behneladded new failing C++ test for using a stack allocate...
2012-08-11 Stefan Behneladded new failing C++ test for iterating over the point...
2012-08-11 Stefan Behneladded C++ vector test that operates in nogil mode
2012-08-11 Stefan Behneladded 'except +' and 'nogil' declarations to shipped...
2012-08-11 Stefan Behnelfix try-finally usage in STL vector test
2012-08-11 Stefan Behnelclean up code generation in CmpNode and fix bug #784...
2012-08-11 Stefan Behnelproperly cast char* argument for PyBytes_FromString...
2012-08-11 Stefan Behnelcomment
2012-08-11 Stefan Behneldisable gdb support for --debug convenience option...
2012-08-11 Stefan Behnelminor code simplification
2012-08-11 Stefan Behnelsupport 'from __future__ import absolute_import'
2012-08-10 Robert BradshawLet signed char == char == unsigned char for buffer...
2012-08-10 Stefan Behnelmerge
2012-08-10 Stefan Behnelrst fix
2012-08-10 Stefan Behnelmove PyPy porting doc page to userguide (not a tutorial...
2012-08-10 Robert BradshawFix tests due to buffer char format change.
2012-08-10 Robert BradshawUse 'c' rather than 'b' for buffer format of chars.
2012-08-09 Stefan Behneldisable non-portable assertion in test
2012-08-09 Stefan BehnelPy3 test fix (only failure reporting)
2012-08-09 Stefan Behnelfix struct field 'is_running' for generator type: T_BOO...
2012-08-09 Stefan Behnelminor name fix in test
2012-08-09 Stefan Behnelminor code cleanup in PrimaryCmpNode
2012-08-09 Stefan Behneldisable the 'atexit' pyregr test: it calls the register...
2012-08-09 Stefan Behnelproperly propagate string comparison optimisation into...
2012-08-09 Stefan Behnelfix error message
2012-08-09 Dimitri TcaciucDoc: fixing miscellaneous warnings and missing refs
2012-08-08 Stefan Behnelenable in-place compilation mode for pyximport when...
2012-08-08 Stefan Behneldisable initial_file_path test in Py3.3 due to incompat... 0.17b2
2012-08-07 Stefan BehnelPy2.4 test fix
2012-08-07 Stefan Behnelprepare release of 0.17b2
2012-08-07 Stefan Behneladded test cases for pyximport
2012-08-07 Stefan Behnelavoid redundant code in tp_dealloc() and friends when...
2012-08-07 Stefan Behnelfix initial __path__ setting test in Py3
2012-08-07 Stefan Behnelfix refcount bug in initial __path__ setting
2012-08-07 Stefan Behnelfix end-to-end test output in Py3
2012-08-07 Stefan Behnelwhen pyximporting a package __init__ module in place...
2012-08-07 Stefan Behnelrestored code in Symtab.py that fixed the module name...
2012-08-07 Stefan Behneladded (and disabled) test case for type inference based...
2012-08-06 Stefan Behnelprevent infer_type() method from returning None on...
2012-08-06 Stefan Behnelprovide compiler directive to set __file__ and __path__...
2012-08-06 Stefan Behneldrop dead code in Symtab.py: module name is properly...
2012-08-06 Stefan Behnelavoid reusing method argument variable
2012-08-06 Stefan Behnelfix some glitches in last pyximport changes
2012-08-06 Stefan Behnelfix command line switch
2012-08-06 Stefan Behnelsimplify .py->.so loader setup in pyximport by reusing...
2012-08-06 Stefan Behnelreimplement 'inplace' option in pyxbuild, fix last...
2012-08-06 Stefan Behnelsimplify inplace build setup in pyxbuild.py
2012-08-06 Stefan Behnelfix language level passing in pyximport's PyImporter
2012-08-05 Stefan Behnelallow configuring the source language level in pyximpor...
2012-08-05 Stefan BehnelPy3 import fix in pyximport
2012-08-04 Stefan Behnelfix tp_traverse()/tp_clear()/tp_dealloc() calls for...
2012-08-04 Stefan Behnelremoved confusing dead code
2012-08-04 Stefan Behnelfix typo
2012-08-04 Stefan Behnelsafely clear ext type fields on tp_dealloc()
2012-08-04 Stefan Behnelreduce code duplication for DECREF code generation
2012-08-04 Stefan Behnelreverted tp_dealloc() call patch
2012-08-04 Stefan Behneltest runner: enable cygdb support for --debug option
2012-08-04 Stefan Behnelfix crashes when deallocating instances of cimported...
2012-08-02 Stefan Behnelsuppress more output in cythonize() when 'quiet' flag...
2012-08-01 Mark FlorissonFix numpy fused types dispatch test
2012-08-01 Robert BradshawMerge pull request #140 from bfroehle/cython_inline_ctx
2012-08-01 Stefan Behnelsupport in-place building for pyximport
2012-08-01 Stefan Behnelfix compiler crash in unicode encoding optimiser
2012-08-01 Bradley M.... cython_inline: Stop passing unused `ctx` parameter...
2012-07-31 Stefan Behneldeleted unused code
2012-07-31 Stefan Behneldetermine buffer typegroup of integer dtypes based...
2012-07-31 Stefan BehnelC code simplification in memory view type format code
2012-07-31 Stefan Behnelfix unicode encoding optimisation when running in Python 3
next