issues
search
thautwarm
/
Traffy.UnityPython
An efficient Python implementation in C#, running on every platform via Unity IL2CPP.
MIT License
44
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
vscode plugin for UnityPython
#42
thautwarm
opened
2 years ago
0
runtime for PEP 612
#41
thautwarm
closed
2 years ago
0
future performance speedup
#40
thautwarm
opened
2 years ago
2
support right operators `__radd__` etc
#39
thautwarm
closed
2 years ago
1
dataclass and enum
#38
thautwarm
opened
2 years ago
0
list of supported builtin modules
#37
thautwarm
opened
2 years ago
0
limited IO operations
#36
thautwarm
opened
2 years ago
1
'json' module
#35
thautwarm
closed
2 years ago
0
Unity Module!
#34
thautwarm
opened
2 years ago
0
document unsupported CPython features
#33
thautwarm
opened
2 years ago
2
support raising Exception class objects, not only instances
#32
thautwarm
closed
2 years ago
0
v0.1 plan: Mapping based on `__finditem__` protocol
#31
thautwarm
closed
2 years ago
0
v0.1 plan: dictionary methods
#30
thautwarm
closed
2 years ago
0
auto inherit `Callable` when `__call__` is in set and not None
#29
thautwarm
closed
2 years ago
0
add `function` abc type to work with IDEs
#28
thautwarm
closed
2 years ago
1
v0.1 plan: implemented methods for builtin data structures
#27
thautwarm
closed
2 years ago
1
v0.1 plan: testsuites WIP
#26
thautwarm
opened
2 years ago
1
v0.1 plan: float() and int() support bytes and bytearray
#25
thautwarm
opened
2 years ago
0
no need to escape single quotes
#24
thautwarm
closed
2 years ago
0
Python abstract class Comparable
#23
thautwarm
closed
2 years ago
2
C#8 support
#22
thautwarm
closed
2 years ago
1
auto bindings: support for default positional, keywords, keyword_or_positionals and keyword_onlys
#21
thautwarm
closed
2 years ago
0
interfaces
#20
thautwarm
closed
2 years ago
1
binding methods/properties/static methods to builtin types
#19
thautwarm
opened
2 years ago
1
unittest
#18
thautwarm
closed
2 years ago
0
specialized `__reversed__`
#17
thautwarm
closed
2 years ago
1
type annotation information in class definitions
#16
thautwarm
opened
2 years ago
0
avoid a toplevel AST to hold the source code only once
#15
thautwarm
closed
2 years ago
0
Attribute [PyBind] to automatically and statically generate a method for specific class
#14
thautwarm
closed
2 years ago
0
automate the procedure of adding `__xxx__`.
#13
thautwarm
closed
2 years ago
0
feat: add map(func, iters) support.
#12
lfkdsk
closed
2 years ago
1
feat: add list repr, str built-in methods.
#11
lfkdsk
closed
2 years ago
0
design of abstract classes for fast `__getitem__`, etc
#10
thautwarm
closed
2 years ago
2
PEP 0207
#9
thautwarm
opened
2 years ago
2
should set class attributes
#8
thautwarm
closed
2 years ago
0
0.1 Roadmap
#7
thautwarm
closed
2 years ago
8
support raise from
#6
thautwarm
opened
2 years ago
0
fold repeated stacktrace
#5
thautwarm
opened
2 years ago
0
intern str in case of __getattr__ check isinterned
#4
thautwarm
closed
2 years ago
0
handling __repr__ and __str__ for circular references in lists
#2
thautwarm
opened
2 years ago
1
sequencelessequalthan incorrect
#1
thautwarm
closed
2 years ago
2