Go to file
Stephan Kulow 6ffb825556 Accepting request 175239 from devel:languages:python
- update to 0.19.1:
  * Completely empty C-API structs for extension type slots (protocols like
  number/mapping/sequence) are no longer generated into the C code.
  * Docstrings that directly follow a public/readonly attribute declaration
  in a cdef class will be used as docstring of the auto-generated property.
  This fixes ticket 206.
  * The automatic signature documentation tries to preserve more semantics
  of default arguments and argument types.  Specifically, ``bint`` arguments
  now appear as type ``bool``.
  * A warning is emitted when negative literal indices are found inside of
  a code section that disables ``wraparound`` handling.  This helps with
  fixing invalid code that might fail in the face of future compiler
  optimisations.
  * Constant folding for boolean expressions (and/or) was improved.
  * Added a build_dir option to cythonize() which allows one to place
  the generated .c files outside the source tree.

- Update to version 0.19:
  + Please see http://wiki.cython.org/ReleaseNotes-0.19 (forwarded request 175219 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/175239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=13
2013-05-16 09:25:18 +00:00
.gitattributes - Update to version 0.15: 2011-09-02 09:55:13 +00:00
.gitignore - Update to version 0.15: 2011-09-02 09:55:13 +00:00
Cython-0.19.1.tar.gz Accepting request 175219 from home:dirkmueller:branches:devel:languages:python 2013-05-13 09:26:29 +00:00
python3-Cython.changes Accepting request 162331 from home:apersaud:branches:devel:languages:python 2013-04-04 11:00:38 +00:00
python3-Cython.spec Accepting request 175219 from home:dirkmueller:branches:devel:languages:python 2013-05-13 09:26:29 +00:00
python-Cython.changes Accepting request 175219 from home:dirkmueller:branches:devel:languages:python 2013-05-13 09:26:29 +00:00
python-Cython.spec Accepting request 175219 from home:dirkmueller:branches:devel:languages:python 2013-05-13 09:26:29 +00:00
rpmlintrc - Update to version 0.17.2: 2012-11-22 15:35:09 +00:00