Simon Krajewski d21e911f55 revert python macro temp fix, use `@:noPackageRestrict` instead (closes #3321) 11 years ago
..
_std c2c5e1fd9d [python] add Socket.read and Socket.write (closes #3325) 11 years ago
internal d21e911f55 revert python macro temp fix, use `@:noPackageRestrict` instead (closes #3321) 11 years ago
io 4100c04dda fix @:enum abstract field access (see #2939) 11 years ago
lib 5034ac014d [python] use haxe.Rest<String> for os.path.join arguments 11 years ago
Boot.hx db2c629027 [python] slight improvements/cleanup to python.Boot, allow inlining of Std.string, ArrayImpl use arrayJoin of Boot 11 years ago
HaxeIterable.hx 4a4f1455a6 renamed and moved PyIterator => NativeIterator, PyIterable => NativeIterable, the underlying typedefs are now suffixed with Raw 11 years ago
HaxeIterator.hx dbda89b0c5 [python] fixed HaxeIterator.next when hasNext wasn't called before (closes #3191) 11 years ago
KwArgs.hx 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
Lib.hx 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
NativeArrayTools.hx 34edde33d0 renaming 11 years ago
NativeIterable.hx c29a90d239 [python] clean up NativeIterable/NativeIterator stuff (nonsense type params, static @:to, inlines) 11 years ago
NativeIterator.hx c29a90d239 [python] clean up NativeIterable/NativeIterator stuff (nonsense type params, static @:to, inlines) 11 years ago
NativeStringTools.hx 34edde33d0 renaming 11 years ago
Syntax.hx d21e911f55 revert python macro temp fix, use `@:noPackageRestrict` instead (closes #3321) 11 years ago
VarArgs.hx e683253e88 fix tricky VarArgs again (runtime array on the call site and tuple on the receiving site) (fixes #2937) 11 years ago