platform/upstream/python-cython.git
2012-08-24 Stefan Behneldisable pyregr test test_ioctl: crashes in pyregr+stdli...
2012-08-24 Stefan Behnelset initial __file__ value in pyregr test modules
2012-08-24 Stefan Behnelfix compiler crash during type inference when calling...
2012-08-24 Stefan Behnelshow 'no inc/dec in Python' warning only for ++ and...
2012-08-24 Stefan Behnelfix attribute access on optimised builtin functions
2012-08-24 Stefan Behnelfix in-test when RHS needs coercion from non-Python...
2012-08-23 Robert BradshawMerge pull request #143 from tshirtman/patch-1
2012-08-23 Gabriel PettierUpdate docs/src/tutorial/caveats.rst
2012-08-23 Stefan Behnelprepare release of 0.17b3 0.17b3
2012-08-23 Stefan Behnelfix copy&paste bug in pypy code
2012-08-23 Stefan Behnelenable 'binding' directive by default when compiling...
2012-08-23 Stefan Behnelcleanups and portability fixes in optimised string...
2012-08-23 Stefan Behnelfix Numpy test by replacing 'char' buffer type by expli...
2012-08-23 Stefan Behneldisable ctypes pyregr test - crashes with stdlib compil...
2012-08-23 Vitja MakarovAlways try global scope on class scope lookup failure
2012-08-23 Vitja MakarovRevert "fix lookup order in Python class scope"
2012-08-23 Vitja MakarovSet DefNode's decorators to None after assignment synthesis
2012-08-23 Vitja MakarovMake decorators an attribute of PyClassDefNode
2012-08-21 Stefan Behnelfix C compiler warning about unused function parameter...
2012-08-21 Stefan Behneldelete blank lines from memoryview utility code
2012-08-21 Stefan Behnelwork around C compiler warning about unused label in...
2012-08-21 Stefan Behnelfix compiler crash
2012-08-21 Stefan Behnelfix lookup order in Python class scope
2012-08-21 Stefan Behnelfix typo
2012-08-21 Stefan Behnelremoved duplicated test
2012-08-21 Robert BradshawFix one numpy test by specifying sign of char.
2012-08-21 Robert BradshawPy2.4 test fixes.
2012-08-21 Robert BradshawGuard C++ declarations with a directive.
2012-08-21 Robert BradshawMore C++ class fixes, tests.
2012-08-21 Robert BradshawAllow declaring C++ classes in Cython files.
2012-08-21 Robert BradshawAllow deterministic "generated by" string for easy...
2012-08-20 Stefan Behnellooks like the declaration analysis phase is too early...
2012-08-20 Stefan Behnelfix cpp_vector_in_generator test by calling create_from...
2012-08-20 Stefan Behnelfix rich eq/ne comparisons with string literals if...
2012-08-20 Stefan Behnelcleaned up exported C-API of array.array object
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
next