CrazyPython

Results 109 issues of CrazyPython

For ints, we use a special `ss_int` type that can be changed from a single line (shedskin -l does this). For floats, it would be nice to do something similar,...

Type-Enhancement
0.9.9

Profile and optimize commonly used string methods. In the long term, we want to replace the STL strings with a cpython-based implementation, but that's a lot of work. _migrated from...

easytask

We could use more tests (see tests/run.py). support for class-level attributes and properties would be nice. _migrated from [the easytasks list](https://code.google.com/archive/p/shedskin/wikis/easytasks.wiki)_

easytask

Could this work, and would it lessen the pain of supporting windows? _migrated from [the easytasks list](https://code.google.com/archive/p/shedskin/wikis/easytasks.wiki)_

easytask

the performance of this common function can be improved in at least two ways, as was done for the zip(a,b) implementation: preallocate tuples if their number is known, and use...

easytask

the important modfill function in lib/builtin.cpp can probably become a lot faster by building the result in one go, instead of using many intermediate allocations. we probably want to implement...

easytask

The memory usage is also much higher.

Right now to use the memory queues, we have to do this: ``` from queuelib.queue import FifoMemoryQueue, LifoMemoryQueue ``` This PR lets us do this: ``` from queuelib import FifoMemoryQueue,...

Timesprint = Newsprint + Times New Roman Squash commits please. https://github.com/CrazyPython/typora-classic

Inconsistency between documentation and actual. Also, thumbnails are too low-res on 250x200.