Mark Dufour
Mark Dufour
what do you mean by 'radical'..? :) again, it would be great to have an empty requirements.txt.
also check available windows functionality for os. and look into support for bytes *..
filled in the array tests. will look at os for 0.9.10.
fixed. similarly check unpack_from.
I guess stringstream?
note that this now also causes security warnings: -Wformat-nonliteral..
using rand() now for basic random numbers, which should be fine for most cases. let's wait for use case to improve.
thanks for reporting. to be honest I haven't even tested shedskin with MinGW since the switch to cmake, so there may be other problems by now as well (from improving...
basic implementation was added. no support for format-specs yet, just replacing '..{expr]..' with str(expr) for now. so no support for e.g. '{..!r}' or '{..:.4f}'. thinking that may go into a...