Commit Graph

  • e91722c391 Accepting request 680181 from devel:languages:python Dominique Leuenberger 2019-03-04 08:09:57 +00:00
  • 9a978ca19a - update to 0.29.6 * Fix a crash when accessing the __kwdefaults__ special attribute of fused functions. * Fix the parsing of buffer format strings that contain numeric sizes, which could lead to incorrect input rejections. * Avoid a C #pragma in old gcc versions that was only added in GCC 4.6. * Auto-encoding of Unicode strings to UTF-8 C/C++ strings failed in Python 3, even though the default encoding there is UTF-8. * Crash when defining a Python subclass of an extension type and repeatedly calling a cpdef method on it. * Compiler crash when prange() loops appear inside of with-statements. * Some C compiler warnings were resolved. * Python conversion of C++ enums failed in 0.29. Ondřej Súkup 2019-02-28 16:55:22 +00:00
  • fd9a9086d9 Accepting request 671992 from devel:languages:python Stephan Kulow 2019-02-08 12:47:46 +00:00
  • c458b3497f Accepting request 671991 from home:TheBlackCat:branches:devel:languages:python Todd R 2019-02-06 00:45:58 +00:00
  • 4bd44452a1 Accepting request 667297 from devel:languages:python Stephan Kulow 2019-02-04 20:22:05 +00:00
  • e4c4fed7a1 Accepting request 667210 from home:apersaud:branches:devel:languages:python Tomáš Chvátal 2019-01-20 09:17:18 +00:00
  • 33519db3aa Accepting request 666797 from home:TheBlackCat:branches:devel:languages:python Tomáš Chvátal 2019-01-18 10:28:33 +00:00
  • bd980bd029 Accepting request 655560 from devel:languages:python Dominique Leuenberger 2018-12-10 11:27:50 +00:00
  • 8efdf70ffc Accepting request 655558 from home:smithfarm:branches:devel:languages:python Tomáš Chvátal 2018-12-06 09:52:18 +00:00
  • 7fa27c8f5c Accepting request 653376 from home:apersaud:branches:devel:languages:python Tomáš Chvátal 2018-12-02 09:12:52 +00:00
  • dd69764bff Accepting request 642685 from devel:languages:python Dominique Leuenberger 2018-10-25 06:08:51 +00:00
  • c95ce20d51 Accepting request 642682 from home:apersaud:branches:devel:languages:python Dirk Mueller 2018-10-17 16:16:33 +00:00
  • 7e476f2deb Accepting request 628791 from devel:languages:python Yuchen Lin 2018-09-18 09:41:53 +00:00
  • 8cf5d1c7c5 Accepting request 628783 from home:apersaud:branches:devel:languages:python Tomáš Chvátal 2018-08-11 19:52:55 +00:00
  • 4d4f64fe7b Accepting request 622245 from devel:languages:python Dominique Leuenberger 2018-07-18 20:35:45 +00:00
  • 255e7a0b85 Accepting request 622191 from home:apersaud:branches:devel:languages:python Tomáš Chvátal 2018-07-12 07:18:09 +00:00
  • c57c794ee8 Accepting request 612616 from devel:languages:python Dominique Leuenberger 2018-05-30 09:40:55 +00:00
  • e9564b4f98 Accepting request 612611 from home:apersaud:branches:devel:languages:python Tomáš Chvátal 2018-05-28 07:02:43 +00:00
  • 8d3d231e8f Accepting request 598790 from devel:languages:python Dominique Leuenberger 2018-04-22 12:36:13 +00:00
  • 5fe8d1ca06 Accepting request 598789 from home:TheBlackCat:branches:devel:languages:python Todd R 2018-04-19 17:43:25 +00:00
  • 61920ce6b5 Accepting request 593187 from devel:languages:python Dominique Leuenberger 2018-04-05 13:28:42 +00:00
  • 295d20cec4 Accepting request 593184 from home:aplanas:branches:devel:languages:python Tomáš Chvátal 2018-04-03 11:44:39 +00:00
  • d0795534e3 Accepting request 588610 from devel:languages:python Dominique Leuenberger 2018-03-22 10:56:09 +00:00
  • f437e5c6ba - Version update to 0.28.1: * PyFrozenSet_New() was accidentally used in PyPy where it is lacking from the C-API. * Assignment between some C++ templated types were incorrectly rejected when the templates mix const with ctypedef. (Github issue #2148) * Undeclared C++ no-args constructors in subclasses could make the compilation fail if the base class constructor was declared without nogil. (Github issue #2157) * Bytes %-formatting inferred basestring (bytes or unicode) as result type in some cases where bytes would have been safe to infer. (Github issue #2153) * None was accidentally disallowed as typed return value of dict.pop(). Tomáš Chvátal 2018-03-19 13:47:39 +00:00
  • 1c2528247d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=97 Tomáš Chvátal 2018-03-19 13:40:19 +00:00
  • c6d7938e1c - Version update to 0.28.1: * PyFrozenSet_New() was accidentally used in PyPy where it is lacking from the C-API. * Assignment between some C++ templated types were incorrectly rejected when the templates mix const with ctypedef. (Github issue #2148) * Undeclared C++ no-args constructors in subclasses could make the compilation fail if the base class constructor was declared without nogil. (Github issue #2157) * Bytes %-formatting inferred basestring (bytes or unicode) as result type in some cases where bytes would have been safe to infer. (Github issue #2153) * None was accidentally disallowed as typed return value of dict.pop(). Tomáš Chvátal 2018-03-19 13:25:41 +00:00
  • 23d7cbd371 Accepting request 588185 from home:apersaud:branches:devel:languages:python Tomáš Chvátal 2018-03-18 20:37:53 +00:00
  • aed9248dfe Accepting request 578692 from devel:languages:python Dominique Leuenberger 2018-02-25 11:20:57 +00:00
  • 180d6ce062 - Disable tests as they randomly fail while it can't be triggered when reproducing localy Tomáš Chvátal 2018-02-21 12:51:30 +00:00
  • bedfd71b59 - update to 0.27.3 * see CHANGES.txt for details - Disable abs test wrt upstream issue with new GCC versions: * https://github.com/cython/cython/issues/1911 Tomáš Chvátal 2018-02-20 12:16:33 +00:00
  • 77d1e3f366 Accepting request 570447 from devel:languages:python Dominique Leuenberger 2018-02-03 14:36:57 +00:00
  • f5174e97ef Accepting request 570419 from home:mimi_vx:branches:devel:languages:python Ondřej Súkup 2018-01-29 07:55:34 +00:00
  • 9edcdc523d Accepting request 532572 from devel:languages:python Dominique Leuenberger 2017-10-13 12:07:01 +00:00
  • a1c384c9b6 Accepting request 532565 from home:TheBlackCat:branches:devel:languages:python Todd R 2017-10-08 12:52:05 +00:00
  • e332c65843 Accepting request 530883 from devel:languages:python Dominique Leuenberger 2017-10-05 09:49:21 +00:00
  • c26f220f6a Accepting request 530586 from home:jengelh:branches:devel:languages:python Dirk Mueller 2017-10-03 14:11:11 +00:00
  • 19f88cba8e Accepting request 530524 from devel:languages:python Todd R 2017-10-02 17:07:16 +00:00
  • cb2a07f45e Accepting request 528846 from home:TheBlackCat:branches:devel:languages:python Todd R 2017-09-26 15:49:29 +00:00
  • 78a27051fe Accepting request 479725 from devel:languages:python Dominique Leuenberger 2017-03-17 14:04:53 +00:00
  • 49ee5a5bf0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=82 Jan Matejek 2017-03-15 15:25:23 +00:00
  • 5ad2b90285 Accepting request 477966 from devel:languages:python:singlespec Jan Matejek 2017-03-09 14:13:38 +00:00
  • fff88db8f9 Accepting request 437640 from devel:languages:python Dominique Leuenberger 2016-11-01 08:49:53 +00:00
  • 40181cd7ca Accepting request 437639 from home:TheBlackCat:branches:devel:languages:python Todd R 2016-10-28 12:50:21 +00:00
  • 5a56a41baa OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=78 Todd R 2016-10-28 12:44:21 +00:00
  • 3aba650e1e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=77 Todd R 2016-10-28 12:44:13 +00:00
  • 8a5f6adc10 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=76 Todd R 2016-10-28 12:44:04 +00:00
  • e98449099b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=75 Todd R 2016-10-28 12:43:58 +00:00
  • 9ba2c48f9a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=74 Todd R 2016-10-28 12:42:09 +00:00
  • 146da5fdd7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=73 Todd R 2016-10-28 12:42:02 +00:00
  • 521fcba4f1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=72 Todd R 2016-10-28 12:41:46 +00:00
  • ecd2f53298 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=71 Todd R 2016-10-28 12:41:38 +00:00
  • 34fb6d9284 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=70 Todd R 2016-10-26 14:55:56 +00:00
  • eb5cea46ba OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=69 Todd R 2016-10-26 14:55:40 +00:00
  • 7c01b6e534 Accepting request 437366 from home:TheBlackCat:branches:devel:languages:python Todd R 2016-10-26 03:52:21 +00:00
  • 6a7257cf96 Accepting request 357131 from devel:languages:python Dominique Leuenberger 2016-02-09 12:30:56 +00:00
  • 089e5b78c5 Accepting request 357130 from home:TheBlackCat:branches:devel:languages:python Todd R 2016-02-01 12:09:00 +00:00
  • 01513e7952 Accepting request 356504 from openSUSE:Factory:Staging:Gcc6 Jan Matejek 2016-01-28 13:55:20 +00:00
  • 5433779bba Accepting request 327453 from devel:languages:python Stephan Kulow 2015-08-29 18:02:08 +00:00
  • 5608cb2d78 Accepting request 327269 from home:Tnokon:branches:devel:languages:python Denisart Benjamin 2015-08-27 13:01:22 +00:00
  • c6a213093c Accepting request 324563 from devel:languages:python Dominique Leuenberger 2015-08-21 06:24:51 +00:00
  • 98d6e3b378 Accepting request 324395 from home:bmwiedemann:branches:devel:languages:python Denisart Benjamin 2015-08-20 10:48:59 +00:00
  • c2c51b6e5c Accepting request 319399 from devel:languages:python Dominique Leuenberger 2015-08-06 22:20:33 +00:00
  • 888bd2a4a3 Accepting request 319398 from home:TheBlackCat:branches:devel:languages:python Todd R 2015-07-29 13:03:09 +00:00
  • 23073e6890 Accepting request 316028 from home:termim:branches:devel:languages:python Michal Čihař 2015-07-13 11:00:08 +00:00
  • f2c4dec55e Accepting request 298611 from home:Nijel:branches:devel:languages:python Michal Čihař 2015-04-22 14:05:54 +00:00
  • 4cbbcbaf4f Accepting request 298594 from home:Nijel:branches:devel:languages:python Michal Čihař 2015-04-22 13:54:51 +00:00
  • 6e06866e8f Accepting request 284215 from home:frispete:python Denisart Benjamin 2015-02-09 16:07:30 +00:00
  • b114e647e8 Accepting request 280656 from devel:languages:python Dominique Leuenberger 2015-01-10 22:07:06 +00:00
  • 25ef40c3e4 Accepting request 280613 from home:dimstar:Factory Denisart Benjamin 2015-01-09 23:05:34 +00:00
  • 679551f9df Accepting request 280306 from home:dimstar:Cython Alberto Planas Dominguez 2015-01-08 13:41:57 +00:00
  • 1c4cb116ce Accepting request 265716 from home:posophe:branches:devel:languages:python Denisart Benjamin 2014-12-18 11:10:45 +00:00
  • aba9006a3b Accepting request 260882 from devel:languages:python Dominique Leuenberger 2014-11-15 10:40:55 +00:00
  • 7d36b8f501 Accepting request 260552 from home:Ledest:misc Denisart Benjamin 2014-11-11 13:33:57 +00:00
  • 8ce693d54d Accepting request 248950 from devel:languages:python Stephan Kulow 2014-09-18 05:12:19 +00:00
  • c6bdb0a00f Accepting request 248948 from home:TheBlackCat:branches:devel:languages:python Todd R 2014-09-12 11:35:14 +00:00
  • b4fe873312 Accepting request 248575 from home:TheBlackCat:branches:devel:languages:python Todd R 2014-09-11 11:37:14 +00:00
  • c8517a2137 Accepting request 243451 from devel:languages:python Stephan Kulow 2014-08-05 11:00:01 +00:00
  • 020a354f00 Accepting request 243258 from home:dimstar:rpmlintrc Denisart Benjamin 2014-08-02 11:02:28 +00:00
  • c7cb2a9034 Accepting request 242110 from home:Nijel:branches:devel:languages:python Denisart Benjamin 2014-07-24 07:53:15 +00:00
  • 5f28f99795 Accepting request 233041 from devel:languages:python Stephan Kulow 2014-05-10 06:32:14 +00:00
  • 29c85af785 Accepting request 233040 from home:TheBlackCat:branches:devel:languages:python Todd R 2014-05-08 11:50:17 +00:00
  • dacbbcda86 Accepting request 220746 from devel:languages:python Stephan Kulow 2014-02-06 06:06:34 +00:00
  • 2a471dbfd5 Accepting request 220743 from home:jengelh:branches:devel:languages:python Denisart Benjamin 2014-02-03 19:48:55 +00:00
  • 28f914af16 Accepting request 220455 from devel:languages:python Stephan Kulow 2014-02-01 17:04:47 +00:00
  • 32f780db18 - Update to version 0.20: * Support for CPython 3.4. * Support for calling C++ template functions. * yield is supported in finally clauses. * The C code generated for finally blocks is duplicated for each exit case to allow for better optimisations by the C compiler. * Cython tries to undo the Python optimisationism of assigning a bound method to a local variable when it can generate better code for the direct call. * Constant Python float values are cached. * String equality comparisons can use faster type specific code in more cases than before. * String/Unicode formatting using the '%' operator uses a faster C-API call. * bytearray has become a known type and supports coercion from and to C strings. Indexing, slicing and decoding is optimised. Note that this may have an impact on existing code due to type inference. * Using cdef basestring stringvar and function arguments typed as basestring is now meaningful and allows assigning exactly str and unicode objects, but no subtypes of these types. * Support for the __debug__ builtin. * Assertions in Cython compiled modules are disabled if the running Python interpreter was started with the "-O" option. * Some types that Cython provides internally, such as functions and generators, are now shared across modules if more than one Cython implemented module is imported. * The type inference algorithm works more fine granular by taking the results of the control flow analysis into account. * A new script in bin/cythonize provides a command line frontend to the cythonize() compilation function (including distutils build). Sascha Peilicke 2014-01-31 10:24:36 +00:00
  • ad2c8f1f12 Accepting request 204142 from devel:languages:python Tomáš Chvátal 2013-10-21 18:01:30 +00:00
  • 96a481b360 Accepting request 204137 from home:dirkmueller:branches:devel:languages:python Sascha Peilicke 2013-10-21 12:30:33 +00:00
  • f7dc769406 Accepting request 203002 from devel:languages:python Tomáš Chvátal 2013-10-17 12:31:03 +00:00
  • 32706eaef3 Accepting request 203001 from home:posophe:branches:devel:languages:python Denisart Benjamin 2013-10-11 17:08:38 +00:00
  • b5c9e2e40b Accepting request 179674 from devel:languages:python Stephan Kulow 2013-06-19 14:20:32 +00:00
  • 5cc4f775eb Python3 moved to devel:languages:python3 Sascha Peilicke 2013-06-17 12:50:36 +00:00
  • 6ffb825556 Accepting request 175239 from devel:languages:python Stephan Kulow 2013-05-16 09:25:18 +00:00
  • b6983bc4bf Accepting request 175219 from home:dirkmueller:branches:devel:languages:python Sascha Peilicke 2013-05-13 09:26:29 +00:00
  • b5de299fa5 Accepting request 162600 from devel:languages:python Stephan Kulow 2013-04-05 11:22:57 +00:00
  • f09e2076b8 Accepting request 162331 from home:apersaud:branches:devel:languages:python Todd R 2013-04-04 11:00:38 +00:00
  • 74e6b4489b - Update to version 0.18: + Please see http://wiki.cython.org/ReleaseNotes-0.18 + Please see http://wiki.cython.org/ReleaseNotes-0.17.2 Sascha Peilicke 2013-03-27 12:20:00 +00:00
  • ce0497cdad OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=25 Todd R 2012-11-30 14:10:16 +00:00
  • e5ade195df Accepting request 142493 from devel:languages:python Stephan Kulow 2012-11-28 13:32:53 +00:00
  • 6bdab78bea - Update to version 0.17.2: + Please see http://wiki.cython.org/ReleaseNotes-0.18.2 - Drop excessive macro usage - No need for "-fno-strict-aliasing" anymore - One rpmlintrc is enough Sascha Peilicke 2012-11-22 15:35:09 +00:00
  • d29d6f4022 Accepting request 124997 from devel:languages:python Stephan Kulow 2012-06-15 13:40:33 +00:00