This website requires JavaScript.
Explore
Help
Register
Sign In
aabc2
/
KOS_qrcodes
Watch
1
Star
0
Fork
0
You've already forked KOS_qrcodes
forked from
KolibriOS/kolibrios
Code
Pull Requests
Activity
Files
9def9b40db42c8ea04b9d311ccd0f15a9d94bdec
KOS_qrcodes
/
programs
/
develop
/
tinypy
/
tinypy
History
Kirill Lipatov (Leency)
20ace41f1f
system_colors: global rename and change meaning of "grab_button" to "work_3d_dark", and "grab_button_text" to "work_3d_light", the legacy of new_sys_colors table
...
git-svn-id: svn://kolibrios.org@6196 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-11 10:44:47 +00:00
..
fasm_modules
system_colors: global rename and change meaning of "grab_button" to "work_3d_dark", and "grab_button_text" to "work_3d_light", the legacy of new_sys_colors table
2016-02-11 10:44:47 +00:00
bc.c
…
boot.py
…
builtins.c
tinypy: support for raw_input() builtin function.
2013-02-10 18:11:36 +00:00
dict.c
…
encode.py
…
gc.c
…
koconsole.c
…
kolibri_fs.c
tinypy: file reading support.
2011-07-08 19:48:44 +00:00
kolibri_gui.c
tinypy: basic GUI support.
2011-08-03 20:29:21 +00:00
kolibri_init.c
tinypy: file reading support.
2011-07-08 19:48:44 +00:00
kolibri_net.c
tinypy: particularly debugged network support.
2011-08-23 21:42:01 +00:00
kolibri.h
…
list.c
…
Makefile
tinypy: Network sockets support.
2011-08-22 04:52:41 +00:00
misc.c
…
ops.c
tinypy: file reading support.
2011-07-08 19:48:44 +00:00
parse.py
…
py2bc.py
tinypy: can now run from shell and use command line parameters.
2011-08-18 21:08:16 +00:00
string.c
…
test.py
tinypy: basic GUI support.
2011-08-03 20:29:21 +00:00
tests.py
…
tokenize.py
…
tp.c
…
tp.h
…
tpmain.c
tinypy: can now run from shell and use command line parameters.
2011-08-18 21:08:16 +00:00
vm.c
tinypy: support for raw_input() builtin function.
2013-02-10 18:11:36 +00:00
vmmain.c
…