Mark Knol
|
b3cc1d7949
Happy new year! (#6799)
|
7 years ago |
frabbit
|
c84d6b1fb7
[python] reduce generated output for Sys.print or Lib.print significantly, inline all print/println methods to allow optimized code especially for calls with just a string argument close #6184
|
7 years ago |
Dan Korostelev
|
7d023c11cf
[python] inline Lib.dictAsAnon
|
8 years ago |
Mark Knol
|
875ad19432
2017 (#5932)
|
8 years ago |
Mark Knol
|
90a9e8895a
Documentation update (#5070)
|
9 years ago |
Andy Li
|
1c79168a33
update copyright year to 2016
|
9 years ago |
Andy Li
|
ae6349cccf
bump license year to 2015
|
9 years ago |
Dan Korostelev
|
3a302fa1ec
[python] move python.lib.Exceptions to python.Exceptions, change BaseException constructor args to haxe.Rest
|
10 years ago |
Dan Korostelev
|
3d54020fdb
[python] move python.lib.Dict to python.Dict, don't import dict from builtins module
|
10 years ago |
Dan Korostelev
|
8d01ba9dd8
[python] major work on improving generated python code cleanliness
|
10 years ago |
frabbit
|
8d12218b30
add licenses to all python files, add some missing imports
|
10 years ago |
frabbit
|
db98dbb4f8
[python] add support for typed KwArgs like KwArgs<{ foo : String}>
|
10 years ago |
Dan Korostelev
|
11cba31941
[python] get rid of HxBuiltin, clean up things here and there
|
10 years ago |
frabbit
|
a5d8dc6699
allow KwArgs after VarArgs, allow passing null for VarArgs and KwArgs (fixes problem when they are optional arguments and become null implicitly
|
11 years ago |
frabbit
|
ca21d890f2
get rid of Reflection code generated by Boot,ArrayImpl and StringImpl, remove Dependency from Dict to Reflect
|
11 years ago |
frabbit
|
4a8bae80ed
use native json at least for parsing in the first place
|
11 years ago |
frabbit
|
34edde33d0
renaming
|
11 years ago |
frabbit
|
c41e909e23
rename StringTools and ArrayTools to NativeStrings and NativeLists
|
11 years ago |
frabbit
|
0bf640d436
remove python.lib.Types
|
11 years ago |
frabbit
|
4a4f1455a6
renamed and moved PyIterator => NativeIterator, PyIterable => NativeIterable, the underlying typedefs are now suffixed with Raw
|
11 years ago |
frabbit
|
71bf40620e
restructure python lib
|
11 years ago |
frabbit
|
5da60f3e41
remove old code
|
11 years ago |
frabbit
|
6f94809a65
no need for preCode anymore
|
11 years ago |
frabbit
|
01080cca0d
get rid of untyped code in Sys
|
11 years ago |
frabbit
|
a54943a0bc
cleanup dependencies (first run)
|
11 years ago |
Simon Krajewski
|
3425248c71
format
|
11 years ago |
frabbit
|
49476b0e17
add getChar support, flush in Lib.print and Lib.println
|
11 years ago |
frabbit
|
7e00e1f341
quick fix for print/println
|
11 years ago |
frabbit
|
0c61f59db9
move println implementation to python.Lib
|
11 years ago |
frabbit
|
b255276f69
move KeywordHandler functions to Reflect directly
|
11 years ago |