Timeline
06/30/2009:
- 02:09 Ticket #338 (for-from with object argument allowed in nogil mode) closed by
- fixed: http://hg.cython.org/cython-unstable/rev/67a370779b96
- 02:09 Ticket #329 (gil checks in .pxd files cannot rely on type information) closed by
- fixed: I did this: - gil_check renamed to nogil_check - is now only called when …
- 01:01 Ticket #342 (Templates/memory views: Resolve parser ambiguities at a later stage) created by
- Especially if we want to introduce templates, the scheme below should be …
- 00:55 Ticket #335 (Utility code written in Cython) closed by
- fixed: Well, closing this, follow-up at #341. …
- 00:54 Ticket #341 (Move Cython-language utility code inclusion to code generation phase) created by
- Currently, utility code written in Cython is injected into the main module …
06/29/2009:
06/28/2009:
- 11:39 Ticket #340 (Problem with buffer/memview parsing strategy) created by
- gsoc-kurt branch In Parsing.py it says: […] However, this may not be …
- 01:57 Ticket #339 (Add library functions to numpy.pxd) created by
- numpy.pxd is incomplete
06/27/2009:
- 08:42 Ticket #338 (for-from with object argument allowed in nogil mode) created by
- This currently compiles and then segfaults: […]
06/26/2009:
- 13:41 Ticket #336 (class decorators (PEP 3129)) closed by
- fixed: Given that we already have function decorators, this was really low …
- 13:40 Ticket #337 (class decorators for cdef classes) created by
- This would be a nice add-on to #336. A major requirement would be that the …
- 12:53 Ticket #336 (class decorators (PEP 3129)) created by
- See PEP 3129: http://www.python.org/dev/peps/pep-3129/
06/25/2009:
- 11:00 Ticket #335 (Utility code written in Cython) created by
- It should be possible to write utility code that is folded into the final …
06/24/2009:
06/19/2009:
- 08:46 Ticket #333 ([with patch, positive review] extern ctypedef integral <-> python object ...) created by
- A long-waited feature: Cython should not assume the sizes for extern …
06/16/2009:
- 22:33 Ticket #332 (misleading error message for buffer types) created by
- […]
- 22:23 Ticket #331 (use -ansi flag for runtests) created by
- We're trying to produce ansi C, we should be testing for it.
- 22:21 Ticket #330 (pxd locals ignored in .py compilation) created by
- See http://thread.gmane.org/gmane.comp.python.cython.devel/5811/focus=5816 …
06/11/2009:
- 08:43 Ticket #329 (gil checks in .pxd files cannot rely on type information) created by
- According to Ondrej Certik, this currently fails in cython-unstable when …
06/10/2009:
- 08:10 Ticket #328 (cython 0.11.2 runtest.py errors on solaris 8 (sparc) due to fmodf()) created by
- Hi, running the cython testsuite on solaris 8 fails: […] Running the …
06/05/2009:
- 13:20 Ticket #327 (cpdef attributes should give an compile-time error) created by
- Right now they're just treated as cdef (because function declarations are …
06/03/2009:
- 03:05 Ticket #326 (__hash__ gives runtime error when -1 returned) created by
- Python classes coerce the -1 to a -2 to avoid this. See discussion at …
06/01/2009:
- 13:21 Ticket #325 (calling len() on char*) created by
- Calling len() on a char* should translate to a call to …
- 12:51 Ticket #324 (Wrap docstrings with PyDoc_STRVAR macro.) created by
- The following patch changes it so that docstrings are wrapped with the …
- 12:46 Ticket #323 (Allow conditional compilation environment in distutils) created by
- The following patch allows you to pass in variables for the conditional …
- 12:38 Ticket #322 (Honor distutils dependencies) created by
- Currently the Cython extensions to distutils ignores the "depends" list of …
Note: See TracTimeline
for information about the timeline view.
