platform/upstream/python-cython.git
2013-05-10 Robert BradshawMerge pull request #224 from gandalf013/pyssize_t
2013-05-10 Alok Singhala bit too overzealous in converting int to Py_ssize_t
2013-05-10 Alok Singhalint -> Py_ssize_t in cpython pxd files
2013-05-10 Stefan Behnelextend build_dir test in a way that I think should...
2013-05-10 Stefan Behnelmore code cleanups
2013-05-10 Stefan Behnelfix build_dir copying in Py2.[45]
2013-05-10 Stefan Behnelminor code cleanup
2013-05-10 Robert BradshawUpdate release notes.
2013-05-10 Robert BradshawFix build_dir test.
2013-05-10 Robert BradshawAdd relative extern files to dependencies.
2013-05-10 Stefan Behnelremove 'from datetime cimport *' line from cpython...
2013-05-09 Robert BradshawMerge branch 'build_dir'
2013-05-09 Robert BradshawAdd build_dir test.
2013-05-09 Stefan Behnelupdate setup.py script to use cythonize()
2013-05-08 Stefan BehnelMerge branch 'master' into 0.19.x
2013-05-08 Stefan Behnelchangelog
2013-05-08 Robert BradshawFix typo in dependency checking.
2013-05-07 Stefan Behnelupdate version to 0.19.1rc1
2013-05-07 Robert BradshawRevert "Undo sorting types by inheritance until we...
2013-05-07 Robert BradshawUndo sorting types by inheritance until we figure out...
2013-05-06 Stefan Behneladd assertion, just in case
2013-05-06 Stefan Behneluse unique 'objstruct_cname' instead of 'name' when...
2013-05-06 Robert BradshawMerge pull request #223 from nnemkin/cdef_class_order
2013-05-05 Nikita NemkinOrder cdef classes by inheritance before generating...
2013-05-05 Stefan Behnelchangelog
2013-05-05 scoderMerge pull request #222 from nnemkin/cy_utility_decorators
2013-05-05 Stefan Behnelremove credits, as requested
2013-05-04 Nikita NemkinCython utility cdef classes are internal by default...
2013-05-04 Nikita NemkinAllow cdef class decorators in Cython utility code.
2013-05-04 Stefan Behnelchangelog
2013-05-04 scoderMerge pull request #220 from nnemkin/elide_empty_slots
2013-05-04 scoderMerge pull request #221 from nnemkin/windows_test_fixes
2013-05-04 Nikita NemkinFixes for absolute_import and inop test failures on...
2013-05-04 Nikita NemkinDo not generate tables for completely empty slot suites.
2013-05-01 Stefan Behneluse pre-built Python objects in __Pyx_ExportVoidPtr...
2013-05-01 Stefan Behnelfix build
2013-05-01 Stefan Behnelmove [GS]etVTable utility code to more appropriate...
2013-05-01 Stefan Behneluse pre-instantiated identifier string when looking...
2013-05-01 Stefan Behnelmove vtable get/set utility code into ExtensionTypes...
2013-05-01 Stefan Behnelhandle some more cases where the error status is known...
2013-05-01 Stefan Behnelminor code cleanups
2013-05-01 Stefan Behnelsuppress warnings about unused error status variables...
2013-05-01 Stefan Behnelchangelog
2013-05-01 Stefan Behnelchangelog
2013-05-01 scoderMerge pull request #216 from nnemkin/autodoc_improvements
2013-05-01 Stefan Behnelchangelog
2013-05-01 Stefan Behnelmake analyse_const_expression() pass on the return...
2013-04-29 Stefan Behnelfix negative-index warning on empty slices
2013-04-28 Robert BradshawMerge pull request #219 from nnemkin/T42_test
2013-04-27 Nikita NemkinRegression test for #42.
2013-04-26 Stefan Behnelchangelog
2013-04-26 Stefan Behneladd CYTHON_RESTRICT definition for MSVC
2013-04-25 Stefan Behneladd cdef-keywords tests for exttype methods
2013-04-25 Stefan Behnelfix 'restrict' usage in g++
2013-04-25 Stefan Behneladd visible warning when negative indices are used...
2013-04-24 Robert BradshawMerge pull request #218 from larsmans/strspn
2013-04-24 Lars Buitinckadd strspn to string.pxd
2013-04-24 Stefan Behnelfix test
2013-04-24 scoderMerge pull request #217 from nnemkin/runtests_srctree_fix
2013-04-24 Nikita NemkinFixed .srctree tests execution on Windows.
2013-04-22 Stefan Behnelfix compiler crash on bad code (complex % x) and move...
2013-04-21 Nikita NemkinRemoved the warning about docstrings for private attrib...
2013-04-21 Stefan Behnelfix test in Py3
2013-04-21 Stefan Behnelfix test result reporting
2013-04-21 Stefan Behnelfix switch transform after changing boolean coercion...
2013-04-21 Stefan Behnelimprove constant folding for boolean expressions (and/or)
2013-04-21 Stefan Behnelfix compiler crash
2013-04-20 Stefan Behnelalways convert C integer values to 1/0 when testing...
2013-04-20 Stefan Behnelminor code cleanup
2013-04-19 Stefan Behnelchangelog
2013-04-19 Stefan BehnelAdded tag 0.19 for changeset 48407fa3f3c9
2013-04-19 Stefan BehnelAdded tag 0.19rc1 for changeset 4818f5b68eb4 0.19
2013-04-19 Stefan Behnelprepare release of 0.19
2013-04-17 Stefan Behnelminor code cleanups 0.19rc1
2013-04-17 scoderMerge pull request #215 from robertwb/depends
2013-04-17 scoderMerge pull request #214 from robertwb/T808
2013-04-17 Robert BradshawTest for T808.
2013-04-17 Robert BradshawCan't skip subclass tp_new, as that's where the vtable...
2013-04-17 Robert BradshawResolve depends attribute with respect to include_dirs.
2013-04-16 Stefan Behnelfix pyregr test runner
2013-04-15 Nikita NemkinTest fixes for autodoc improvements.
2013-04-15 Stefan Behneladd safety fix for Python globals in debug writer
2013-04-15 Stefan Behneldocument c_string_type and c_string_encoding directives...
2013-04-15 Stefan Behnelrename auto encoding tests and add tests for c_string_t...
2013-04-14 Stefan Behnelprepare release of 0.19rc1
2013-04-14 Stefan Behnelchangelog
2013-04-14 John StumpoAllow cppclasses to be declared nogil.
2013-04-14 Stefan Behnelclean up dependencies of memoryview utility code snippe...
2013-04-14 Stefan Behnelsuppress some C compiler warnings about unused function...
2013-04-14 Stefan Behnelclean up utility code a bit
2013-04-14 Stefan Behnelclean up utility code a bit
2013-04-14 Stefan Behnelwork around inability to detect existing Python globals...
2013-04-14 Mark FlorissonExclude memoryview test from python versions <= 2.5
2013-04-14 Mark FlorissonMerge pull request #212 from markflorisson88/master
2013-04-14 Mark FlorissonAllow arbitrary strides and zero- and one-sized dimensions
2013-04-14 Stefan Behnelfix so file path building in Py2.[45]
2013-04-14 Nikita NemkinChanged bint representation in autodoc signatures from...
2013-04-14 Stefan Behnelremove redundant importing overhead for newly built...
2013-04-13 Nikita NemkinAttribute docstrings support for cdef public attributes.
2013-04-13 Nikita NemkinShow attribute access and binary operations in default...
next