platform/upstream/python-cython.git
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...
2012-06-27 Stefan Behnelmore rst fixes
2012-06-27 Stefan Behneldoc note: for-from loop syntax is discouraged
2012-06-27 Stefan Behnelclean up doc section on bint
2012-06-27 Stefan Behnelfix and clean up compressed source file caching
2012-06-27 Robert BradshawComment out alpha pypy environment from buildbot.
2012-06-27 Robert Bradshawbetter ordering of cache files
2012-06-27 Robert BradshawMake cache dir if it doesn't yet exist.
2012-06-27 Robert BradshawMerge pull request #131 from msabramo/testing
2012-06-27 Robert BradshawMerge pull request #129 from dhirschfeld/master
2012-06-27 Stefan Behnelrst fixes in docs
2012-06-27 Stefan Behnelrst fixes in docs
2012-06-27 Stefan Behnelupdated array.array section in memoryview docs
2012-06-27 Stefan Behneladded array.array tests for buffer interface and memory...
2012-06-27 Stefan Behnelmake declarations of arrayarray.h functions 'static...
2012-06-27 Stefan Behnelfix C compiler warning about unused variable in test...
2012-06-27 David HirschfeldAdded comment. Included setup.cfg in config file parsing.
2012-06-24 Stefan Behnelfix the wrapper setup for inherited special methods...
2012-06-24 Stefan Behnelfix the Windows slots fix
2012-06-24 scoderMerge pull request #134 from tito/fix-win32-constants
2012-06-22 Stefan Behnelsome cleanup and updating in C++ tutorial
2012-06-22 Stefan Behnelallow passing additional sources into cythonize() throu...
2012-06-22 Stefan Behnelfix build
2012-06-21 Stefan Behnelcomment on 'not None' signature annotation for memoryvi...
2012-06-21 Stefan Behneluse strided mode in plain buffer example
2012-06-21 Stefan Behnelsection on array.array in memoryview docs
2012-06-21 Stefan Behnelavoid unnecessary references to NumPy in memoryview...
2012-06-20 Stefan Behneladditional test case for union assignments
2012-06-19 Mark FlorissonMove memoryview and buffer tests
2012-06-19 Mark FlorissonAllow arbitrary strides for strides memoryview slices...
2012-06-18 Mathieu Virbelfixes for gcc error on "initializer element is not...
2012-06-18 Stefan Behnelstatically inherit slot methods from parent types ...
2012-06-16 Robert BradshawMerge pull request #133 from sbyrnes321/master
2012-06-16 sbyrnes321typo: pyxbdl --> pyxbld
2012-06-16 sbyrnes321Update some text that seems to have been written before...
2012-06-14 Mark FlorissonSpecialized fused indices
2012-06-10 Mark FlorissonSupport decorators for fused functions
2012-06-08 Stefan Behnelminor code simplification
2012-06-07 Robert Bradshawinline hint
2012-06-07 Robert BradshawMerge pull request #132 from tito/fix-win32
2012-06-07 Mathieu Virbelfix compilation issues on windows (got this error from...
2012-06-06 Marc AbramowitzAdd .travis.yml for Travis CI (travis-ci.org/)
2012-06-06 Marc AbramowitzAdd support for tox (http://tox.testrun.org/)
2012-06-02 Stefan Behnelfix C declaration after code, found by cgohlke
2012-05-31 Robert Bradshawtiny doc fix
2012-05-31 Robert BradshawMerge pull request #128 from minrk/cythonenv
2012-05-31 MinRKstore inline cython in cache/inline
2012-05-31 dhirschfeldChanged cython_inline to parse the config files before...
2012-05-31 MinRKadd CYTHON_CACHE_DIR env
2012-05-30 Robert BradshawMerge pull request #125 from bfroehle/_reserved-user...
2012-05-30 Bradley M.... Fix -Wreserved-user-defined-literal error in C++11.
2012-05-28 Mark FlorissonFix some last things in the memoryview docs
2012-05-28 Mark FlorissonMerge branch 'memoryview-doc-edit' of https://github...
2012-05-26 Robert Bradshawadd existing extern files to depends list
2012-05-26 Robert BradshawMerge remote-tracking branch 'main/master'
2012-05-26 Robert Bradshawcache garbage collection
2012-05-26 Robert Bradshawcython cache compression
2012-05-25 Matthew BrettDOC: rewrite of memoryview doc
2012-05-25 Robert BradshawAdd ccache like caching to Cythonize.
2012-05-23 Mark FlorissonFix CVarDefNode's in_pxd flag
2012-05-23 Mark FlorissonDeclare complex utility codes when used in fused types
2012-05-23 Mark FlorissonIssue errors for fused types declarations at module...
2012-05-23 Robert Bradshawcythonize performance improvements for large codebases
2012-05-23 Robert Bradshawfix pickle test in Python 3
2012-05-20 Robert BradshawMore Py3 test fixes.
next