issues
search
go-python
/
gpython
gpython is a python interpreter written in go "batteries not included"
BSD 3-Clause "New" or "Revised" License
885
stars
94
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
parser: add support for f-strings
#236
shellquery
opened
1 month ago
1
Use Cgo to support C modules
#235
AverseABFun
opened
1 month ago
6
builtins id dir function not found
#234
QGB
opened
7 months ago
2
add lower() and upper for py str feat:(#232)
#233
wdq112
closed
9 months ago
6
`str` is missing `join`, `upper` and `lower` attributes
#232
dankox
opened
9 months ago
1
Support f-string
#231
skyleaworlder
opened
10 months ago
0
py: Fix automatic addition of __doc__ to dict object (#229)
#230
natanfeitosa
closed
11 months ago
3
Error when i try to get the `__doc__` from a type like `str`
#229
natanfeitosa
closed
11 months ago
0
stdlib/array: add support for 'u' arrays
#228
sbinet
closed
1 year ago
1
stdlib/array: first import
#227
sbinet
closed
1 year ago
1
Fixed WASM compatibility by avoiding panic due to absence of `os.Executable()`
#226
vasilev
closed
1 year ago
2
compile,py: fix closure and decorator
#225
wetor
closed
1 year ago
4
function not found with error AttributeError: "'module' has no attribute 'pre_save'"
#224
ghost
opened
1 year ago
2
Can you guys put a pure python library as a built-in library, So the battery will be a built-in feature?
#223
yingshaoxo
opened
1 year ago
1
all: fix iterable object, implement `filter`, `map`, `oct` and optimise `hex`
#222
wetor
closed
1 year ago
3
py: int() default to decimal
#221
wetor
closed
1 year ago
3
Do you need type conversion of struct?
#220
wetor
opened
1 year ago
6
parser: fix CRLF(\r\n) file parsing error, SyntaxError: 'invalid syntax'
#219
wetor
closed
1 year ago
4
Set attributes on python objects from Go code
#218
ahdekkers
closed
1 year ago
3
Updating dict intialization method
#217
kellrott
closed
1 year ago
1
Add os.listdir
#216
reyoung
closed
1 year ago
5
Adding __delitem__ to dict
#215
kellrott
closed
1 year ago
1
Adding strip, rstrip and lstrip methods to string class
#214
kellrott
closed
1 year ago
1
Adding 'keys' and 'values' methods to dict object
#213
kellrott
closed
1 year ago
1
Adding the 'add' method to the set class
#212
kellrott
closed
1 year ago
1
How to get `globals()` inside Go bounded method?
#211
reyoung
opened
1 year ago
0
Compiling long operations crashes gpython
#210
xiaxinmeng
opened
1 year ago
3
Taking large arguments in functions crashes gpython
#209
xiaxinmeng
opened
1 year ago
1
transforming generators into list trigger crashing
#208
xiaxinmeng
opened
1 year ago
1
Defining Nested set crashes gpython
#207
xiaxinmeng
opened
1 year ago
1
Transforming unsupported types into a set leads to crashing
#206
xiaxinmeng
opened
1 year ago
1
Comparing uncomparable types in 'is' crashes gpython
#205
xiaxinmeng
opened
2 years ago
1
'__import__' takes incorrect arguments crashing gpython
#204
xiaxinmeng
opened
2 years ago
1
Annotating types with decorators crashes gpython
#203
xiaxinmeng
opened
2 years ago
1
Reassignment of 'getattr' leads to gpython crashing
#202
xiaxinmeng
opened
2 years ago
2
Large hex_string of pickle.load() crashes gpython
#201
xiaxinmeng
closed
2 years ago
3
Double underlines("_") for nonlocal variable names crash gpython
#200
xiaxinmeng
closed
2 years ago
1
Decimal.from_float takes bad arguments crashing gpython
#199
xiaxinmeng
closed
2 years ago
1
Incorrect elementtree operation cause double free of memory.
#198
xiaxinmeng
closed
2 years ago
1
Slicing large list causes segfault of gpython
#197
xiaxinmeng
closed
2 years ago
1
Instance variables
#196
wilbertom
opened
2 years ago
0
Release binaries missing for 0.1.0
#195
alecthomas
closed
1 year ago
3
minor comment cleanup and typo patrol
#194
drew-512
closed
2 years ago
1
Go1.19
#193
sbinet
closed
2 years ago
1
pytest: refactor testing infrastructure
#192
sbinet
closed
2 years ago
1
2022 examples tests cleanup
#191
drew-512
closed
2 years ago
7
Stdlib os closefd
#190
sbinet
closed
2 years ago
1
Stdlib tempfile
#189
sbinet
closed
2 years ago
1
py: add String.find
#188
sbinet
closed
2 years ago
1
all: rename master into main
#187
sbinet
closed
2 years ago
1
Next