Timeline
10/08/2009:
- 23:52 Ticket #399 (Let ssize_t be a native type.) created by
- We support size_t, we should support ssize_t as well.
10/07/2009:
- 15:19 Ticket #398 (Seamless C99/C++ complex numbers support) created by
- This work is a follow-up of Robert's work (ticket #305)
- 11:42 Ticket #397 (Optimise further list methods) closed by
- duplicate
- 06:19 Ticket #397 (Optimise further list methods) created by
- Apart from list.append(), other methods like .reverse() or …
- 06:17 Ticket #396 (Optimise unicode.encode()) closed by
- fixed: Implemented here: http://hg.cython.org/cython-devel/rev/9c1b79c534c7
- 06:16 Ticket #396 (Optimise unicode.encode()) created by
- Python has various C-API functions for specific encodings. Cython should …
10/06/2009:
- 01:59 Ticket #393 ([with patch] Set module_is_main = 1 in main(), not globally) closed by
- fixed: Yep, I agree with both reasons for the change, and it works fine.
- 01:56 Ticket #394 ([with patch] remove -Wextra empty body warning) closed by
- fixed
- 01:52 Ticket #390 ([with patch] Make cython_freeze.py executable) closed by
- fixed
10/05/2009:
- 20:28 Ticket #395 (type-punning warning when accessing built-in types as objects) created by
- If you access a built-in type as an object, such as in map(float, x), …
- 20:11 Ticket #394 ([with patch] remove -Wextra empty body warning) created by
- If you compile with gcc -Wall -Wextra, XDECREF, XGIVEREF, and XGOTREF …
- 18:23 Ticket #393 ([with patch] Set module_is_main = 1 in main(), not globally) created by
- For --embed mode, I think we should always initialize the global variable …
- 06:25 Ticket #387 (Make Cython modules work with doctest) closed by
- fixed: OK this is done now. The directive is renamed to autotestdict.
- 05:44 Ticket #392 (Inplace operators on complex numbers) created by
- This is not allowed: […] Trivially done in a transform.
- 05:43 Ticket #391 (conjugate() method on complex numbers) created by
- conjugate() method is not supported […]
10/04/2009:
- 14:31 Ticket #390 ([with patch] Make cython_freeze.py executable) created by
- bin/cython_freeze.py should be executable
- 07:44 Ticket #97 (optimization testing) closed by
- fixed: Implemented in cython-unstable rev 452661250659 …
- 05:48 Ticket #389 (Temp handling in ForFromStatNode needs cleanup) created by
- The temp handling flow in Nodes.ForFromStatNode is totally …
- 05:44 Ticket #372 (bug in range optimization) closed by
- fixed: Fixed in cython-unstable rev 00e7ba22011f. …
10/03/2009:
- 09:40 Ticket #387 (Make Cython modules work with doctest) reopened by
- There's a problem with cdef functions getting picked up, reopening …
- 09:37 Ticket #388 (Document the autotestdict directive (#387)) created by
- Document the functionality implemented in #387.
- 09:37 Ticket #387 (Make Cython modules work with doctest) closed by
- fixed: http://hg.cython.org/cython-unstable/rev/6371ba048f68 …
- 09:35 Ticket #387 (Make Cython modules work with doctest) created by
- A new directive "autotestdict" (might default to True unless opposition …
- 01:08 Ticket #384 (floor division on ctypedef-ed type results in non-compilable C code) closed by
- fixed: http://hg.cython.org/cython-unstable/rev/09b4a8a9798b But see #386.
10/01/2009:
- 11:52 Ticket #386 (Make complex number type from typedef float) created by
- It would seem natural to be able to do […] Currently, this is not …
- 05:58 Ticket #385 (Cleanup: Make after_types the default in UtilityCode) closed by
- invalid: See #384, need to work more on it.
- 05:50 Ticket #385 (Cleanup: Make after_types the default in UtilityCode) created by
- As part of the fix to #384, I made an extra after_types option to be …
- 05:28 Ticket #384 (floor division on ctypedef-ed type results in non-compilable C code) created by
- This seems like a regression w. respect to 0.11.3. Basically, […] …
09/30/2009:
- 23:52 Ticket #383 (Easy script to build and push documentation.) created by
- Probably something in the root of cython.or that 1) Pulls from …
- 11:25 Ticket #382 (Document compiler directives) created by
- This wiki page: http://wiki.cython.org/enhancements/compilerdirectives …
- 02:47 Ticket #381 (Integrate "Cython Tutorial" paper into docs) created by
- Sources for tutorial (in ReST format + png screenshots) can be found here: …
- 02:43 Ticket #380 (Integrate "Fast numerical computations in Cython" paper into docs) created by
- I'm going to attach sources for my SciPy? 09 paper which could fit in the …
09/28/2009:
- 11:01 Ticket #379 (cython -r recursive option broken) created by
- There's a note about this in the source […]
- 00:46 Ticket #378 (Trunk NumPy doesn't work with numpy.pxd) created by
- This is potentially complicated if different NumPy? versions require …
09/27/2009:
09/26/2009:
- 23:34 Ticket #135 (bad code segment crashes cython) closed by
- fixed
- 23:33 Ticket #135 (bad code segment crashes cython) reopened by
- 23:15 Ticket #82 (Implement closures) reopened by
- Still needs testing and has a couple of bugs.
- 23:12 Ticket #377 (cython.locals in pxd broken for pure mode) closed by
- fixed
- 23:12 Ticket #377 (cython.locals in pxd broken for pure mode) created by
- http://www.mail-archive.com/cython-dev@codespeak.net/msg05187.html
- 00:09 Ticket #376 (More missing files in manifest.in) closed by
- fixed: http://hg.cython.org/cython-devel/rev/6f79158675b6
- 00:09 Ticket #376 (More missing files in manifest.in) created by
- In particular bugs.txt which prevented testing and the new freeze …
09/25/2009:
- 02:20 Ticket #375 (Many warnings for buffer access.) created by
- For example, when running the tests […]
- 02:01 Ticket #374 (Enable profiling of Cython modules) closed by
- fixed
- 02:01 Ticket #374 (Enable profiling of Cython modules) created by
- This can be done via the cProfile API, enabled via the cython.profile …
- 00:46 Ticket #371 (numpy.pxd creates erroneous format string on record dtype) closed by
- fixed: http://hg.cython.org/cython-devel/rev/eebbdf914ffd
09/24/2009:
- 20:32 Ticket #373 (bug in typed computed default arguments) created by
- […] the constant for arg is never initialized
- 20:03 Ticket #372 (bug in range optimization) created by
- […]
- 12:55 Ticket #371 (numpy.pxd creates erroneous format string on record dtype) created by
- http://hg.cython.org/cython-devel/rev/3b30f5aaf47a This dtype: …
09/22/2009:
09/16/2009:
- 11:30 Ticket #370 (Unraisable exceptions should be a compile time error whenever possible) created by
- Code like this shouldn't even compile: […] It's certainly not possible …
- 01:47 Ticket #369 (Compiler directive: warning_undeclared) created by
- A directive to warn/give error on any undeclared variables? I.e.: […] …
09/13/2009:
09/12/2009:
- 10:04 Ticket #367 (Some tests fail in Py 2.4 due to non-portable test code) created by
- […]
- 05:09 Ticket #366 (Error reporting can fail when the code contains Unicode) closed by
- fixed: Fixed here: http://hg.cython.org/cython-unstable/rev/7f698610239b
- 05:08 Ticket #366 (Error reporting can fail when the code contains Unicode) created by
- When broken source code contains Unicode, the error reporting can fail to …
- 05:05 Ticket #365 (unicode.encode() should call the specific C-API encoding functions) closed by
- fixed
- 05:04 Ticket #365 (unicode.encode() should call the specific C-API encoding functions) created by
- Calling unicode.encode() leads to very inefficient code that looks …
- 05:01 Ticket #364 (Python literals loose their type information during type analysis) closed by
- fixed
- 05:01 Ticket #364 (Python literals loose their type information during type analysis) created by
- PyConstNode overwrites the existing type information of literal …
09/11/2009:
- 14:12 Ticket #359 (allow string -> unsigned char*) closed by
- fixed: Implemented here: http://hg.cython.org/cython-devel/rev/d273a3dc784b …
- 11:51 Ticket #237 (Large integer constants wrap around or fail to compile) closed by
- fixed: Marking as fixed for Python constants. C constants are left to the user.
- 11:19 Ticket #248 (line breaks between imported names) closed by
- worksforme
09/10/2009:
- 22:08 Ticket #176 (long long and VC6) closed by
- duplicate: Looks like this has been resolved with the get/set/del item int rewrite.
- 21:13 Ticket #333 ([with patch, positive review] extern ctypedef integral <-> python object ...) closed by
- fixed: OK, looks good. I agree about [4], I've changed them back to check (no …
- 21:00 Ticket #363 (Make sure we handle ob_type->tp_flags inheritance correctly) created by
- 20:01 Ticket #352 (Code object support in exec statement) closed by
- fixed
- 20:00 Ticket #352 (Code object support in exec statement) reopened by
- 19:59 Ticket #135 (bad code segment crashes cython) closed by
- fixed
- 19:51 Ticket #355 (Bad ordering in [type ..., object ...] class declaration) closed by
- fixed
- 19:51 Ticket #355 (Bad ordering in [type ..., object ...] class declaration) reopened by
- 19:51 Ticket #355 (Bad ordering in [type ..., object ...] class declaration) closed by
- fixed: http://hg.cython.org/cython-devel/rev/97069bd04411 Really, there's no …
- 02:21 Ticket #344 (Check all possible errors prior to code generation) closed by
- fixed
- 01:37 Ticket #286 (error parsing .pxd with derived class) closed by
- fixed: The error should have been reported earlier that A was not fully defined …
- 00:17 Ticket #216 (Exceptions in __Pyx_InitGlobals() lead to a crash) closed by
- fixed: http://hg.cython.org/cython-devel/rev/c951607190c2
09/09/2009:
- 18:27 Ticket #362 (PyErr_Restore declaration) closed by
- fixed: Looks good to me. Pushed: …
- 18:26 Ticket #362 (PyErr_Restore declaration) created by
- […]
- 18:25 Ticket #361 (remove is_longlong on PyrexTypes) closed by
- fixed
- 18:24 Ticket #361 (remove is_longlong on PyrexTypes) created by
- On Sep 9, 2009, at 9:57 AM, Lisandro Dalcin wrote: I'm going to remove …
- 06:32 Ticket #360 (Extern typedef float <-> Python object conversion) created by
- #333 for floats.
- 02:06 Ticket #359 (allow string -> unsigned char*) created by
- […]
- 01:41 Ticket #358 (remove genindex and modindex links in sphinx docs) created by
- See the bottom of http://docs.cython.org/
- 00:56 Ticket #357 (calculate_result_code not implemented) created by
- […]
Note: See TracTimeline
for information about the timeline view.
