Dan Korostelev
|
ddab37e5b5
[python] generate __slots__ for classes and enums (see #3080)
|
10 yıl önce |
frabbit
|
8a24093f20
[python] don't loose the expression type for dynamic reads and read-writes
|
10 yıl önce |
Simon Krajewski
|
a5dd0c3646
[python] collect assigned fields in contructor to avoid double init (see #3978)
|
10 yıl önce |
Simon Krajewski
|
db3e7814f8
[python] fix source-header comment
|
10 yıl önce |
Simon Krajewski
|
38b61aa6ed
add -D source-target (see #4328)
|
10 yıl önce |
Simon Krajewski
|
b5007e8242
[python] replace tabs with spaces (see #4299)
|
10 yıl önce |
frabbit
|
c395276412
[python] fix modulo operator for negative numbers
|
10 yıl önce |
frabbit
|
5f824bb679
[python] reuse is_safe_string when printing trace
|
10 yıl önce |
frabbit
|
9f6ed30666
[python] minor
|
10 yıl önce |
frabbit
|
6b24fc0912
[python] fix string printing
|
10 yıl önce |
frabbit
|
a9ff6ec23a
[python] remove unnecessary str call when printing constant strings
|
10 yıl önce |
frabbit
|
95795a09b8
[python] add reverse mapping to access native fields of kwArgs, fix #4011
|
10 yıl önce |
frabbit
|
5f89970863
move Bytes and Bytearray into python package, fix #3983
|
10 yıl önce |
frabbit
|
17c8ae600d
rename params of functions, fix #4016
|
10 yıl önce |
Dan Korostelev
|
0c2c00709e
[python] add "delattr" to soft-keywords (see a1795a4f38567479c642eb44573af8d600eea876)
|
10 yıl önce |
frabbit
|
e9046594b3
fix super calls when KwArgs and VarArgs are involved
|
10 yıl önce |
frabbit
|
f86583b662
add support for @:native fields on typedefs, which are used in conjunction with KwArgs
|
10 yıl önce |
Dan Korostelev
|
4e43719fdf
[python] also remove outer parens for if and while conditions
|
10 yıl önce |
Dan Korostelev
|
9ae0a2c7d9
[python] move python.lib.Set to python.Set, cleanup and add missing methods, use native "set" instead of importing from builtins
|
10 yıl önce |
Dan Korostelev
|
b36b6b1d5a
[python] remove extra match from gen_class_constructor, don't add empty constructor field after generated inits
|
10 yıl önce |
Dan Korostelev
|
0a86dbe33b
[python] minor
|
10 yıl önce |
Dan Korostelev
|
3d54020fdb
[python] move python.lib.Dict to python.Dict, don't import dict from builtins module
|
10 yıl önce |
Dan Korostelev
|
b9f6471c35
[python] remove invalid case
|
10 yıl önce |
Dan Korostelev
|
4727312e73
[python] don't import String from builtins, use native str instead
|
10 yıl önce |
Dan Korostelev
|
faee5bcce6
[python] more newline love, also moved gen_import inside gen_imports function
|
10 yıl önce |
Dan Korostelev
|
adf7210975
[python] remove @:preCode
|
10 yıl önce |
Dan Korostelev
|
68298d236d
[python] don't add newlines to an empty buffer
|
10 yıl önce |
Dan Korostelev
|
ade7a6b7df
[python] be smart about generating "pass" for class definitions
|
10 yıl önce |
Dan Korostelev
|
f0d16420ed
[python] some love for tuple
|
10 yıl önce |
Dan Korostelev
|
8d01ba9dd8
[python] major work on improving generated python code cleanliness
|
10 yıl önce |