coolreader18
|
15cffc4d2b
|
Clean up a bit
|
2019-03-30 22:30:14 -05:00 |
|
coolreader18
|
f11f04da70
|
Split rustpython_derive into multiple files
|
2019-03-30 18:43:31 -05:00 |
|
coolreader18
|
d9efe4ea37
|
Require a #[pymethod] for a method to be recognized
|
2019-03-29 16:16:31 -05:00 |
|
coolreader18
|
8376ec2d98
|
Use doc comments for python __doc__
|
2019-03-29 15:17:58 -05:00 |
|
coolreader18
|
ab6031871c
|
impl PyStringRef using py_class
|
2019-03-29 14:51:42 -05:00 |
|
coolreader18
|
4222d87e31
|
Merge branch 'master' into coolreader18/py_class-proc-macro
|
2019-03-29 13:55:08 -05:00 |
|
Joey
|
c5c91818a5
|
Merge pull request #755 from skinny121/int_new_args
Use new style args for int.__new__
|
2019-03-29 09:13:25 -07:00 |
|
coolreader18
|
c724fdaabe
|
Merge pull request #761 from adrian17/re
Convert re to new style args
|
2019-03-29 10:58:11 -04:00 |
|
ben
|
ce9a909b9d
|
Change kind identifier to fully use python terminology
|
2019-03-29 19:03:13 +13:00 |
|
ben
|
b5dc5a28e7
|
Merge branch 'master' into int_new_args
# Conflicts:
# vm/src/function.rs
|
2019-03-29 18:51:19 +13:00 |
|
coolreader18
|
ff85838556
|
Add #[py_class] attribute proc macro
|
2019-03-29 00:16:34 -05:00 |
|
coolreader18
|
6618def266
|
Merge pull request #763 from adrian17/more-args
Convert more functions to new args style
|
2019-03-28 19:10:03 -04:00 |
|
Adrian Wielgosik
|
8f1ec3dd23
|
Convert slice::{start, stop, stop} to new args style
|
2019-03-28 23:08:46 +01:00 |
|
Adrian Wielgosik
|
d5e2b3a8b6
|
Convert iterators next() to new args style
Except objiter, as it'll need to be reworked anyway
|
2019-03-28 23:08:46 +01:00 |
|
Adrian Wielgosik
|
792c6a103e
|
Convert re to new style args
|
2019-03-28 21:32:18 +01:00 |
|
Joey
|
149aefe470
|
Merge pull request #757 from RustPython/joey/convert-bytearray
bytearray: convert to new args style
|
2019-03-28 08:16:49 -07:00 |
|
Joey
|
da4df08516
|
Merge pull request #758 from RustPython/joey/convert-builtins
Convert some builtin fns to new args style
|
2019-03-28 08:16:35 -07:00 |
|
coolreader18
|
e1865fed82
|
Merge pull request #743 from RustPython/coolreader18/update-deps
Update cargo dependencies
|
2019-03-28 11:16:21 -04:00 |
|
ben
|
6fd6cc647b
|
Renamed ArgKind, and member to be consistent with python inspect module
|
2019-03-28 22:00:55 +13:00 |
|
ben
|
c8f4474e7f
|
Implement handling of optional attribute in proc macro
|
2019-03-28 21:46:26 +13:00 |
|
ben
|
657d025592
|
Change syntax of attributes in FromArgs proc macro
|
2019-03-28 21:34:11 +13:00 |
|
coolreader18
|
b621a13415
|
Merge branch 'master' into coolreader18/update-deps
|
2019-03-27 22:32:42 -04:00 |
|
Joey Hain
|
62842e6d19
|
convert some builtins
|
2019-03-27 19:01:13 -07:00 |
|
Joey
|
57fa041d08
|
bytearray: convert to new args style
|
2019-03-27 18:55:56 -07:00 |
|
Joey
|
e048037146
|
Merge pull request #756 from adrian17/objobject
Convert objobject.rs to new args style
|
2019-03-27 17:51:20 -07:00 |
|
Adrian Wielgosik
|
89f63e4c9a
|
Convert objobject.rs to new args style
|
2019-03-27 23:25:09 +01:00 |
|
Windel Bouwman
|
c2eb6643f3
|
Merge pull request #754 from adrian17/master
Upgrade lalrpop
|
2019-03-27 21:09:01 +01:00 |
|
Adrian Wielgosik
|
40dd75d513
|
Upgrade lalrpop
|
2019-03-27 18:55:08 +01:00 |
|
ben
|
3ca387b509
|
Enhance FromArgs derive proc macro to allow positional, and positional
or keyword arguments.
|
2019-03-28 05:55:15 +13:00 |
|
Windel Bouwman
|
1cda87a239
|
Merge pull request #752 from RustPython/more_dict_cleanup
More dict cleanup
|
2019-03-27 15:53:14 +01:00 |
|
Adam Kelly
|
c644176547
|
Modules have attributes, not items.
|
2019-03-27 10:53:08 +00:00 |
|
Adam Kelly
|
4cb7f026de
|
Remove unnecessary cast to pyobject in kwarg construction.
|
2019-03-27 10:53:08 +00:00 |
|
Windel Bouwman
|
14d3aab528
|
Merge pull request #753 from adrian17/master
Remove .gcno files before a coverage run
|
2019-03-26 19:34:05 +01:00 |
|
Adrian Wielgosik
|
c5203a4934
|
Remove .gcno files before a coverage run
|
2019-03-26 19:00:06 +01:00 |
|
Joey
|
5ef8220d20
|
Merge pull request #751 from RustPython/scope_holds_dictionaries
Change types inside Scope to PyDictRef.
|
2019-03-26 09:33:31 -07:00 |
|
Adam Kelly
|
4a5592d461
|
Change types inside Scope to PyDictRef.
|
2019-03-26 15:16:49 +00:00 |
|
Adam
|
e68eb9c409
|
Merge pull request #750 from RustPython/joey/cleanup-type-protocol
Clean up type protocol
|
2019-03-26 12:00:12 +00:00 |
|
Joey Hain
|
625d2357bd
|
Fix wasm
|
2019-03-25 19:34:24 -07:00 |
|
Joey Hain
|
8bdc766bed
|
Use name field directly
|
2019-03-25 19:32:58 -07:00 |
|
Joey Hain
|
6474a4a6ef
|
Remove objtype::get_type_name()
|
2019-03-25 19:18:07 -07:00 |
|
Joey Hain
|
cc4f3fdb40
|
Clean up TypeProtocol
|
2019-03-25 19:18:01 -07:00 |
|
coolreader18
|
e819ca6b87
|
Merge branch 'master' into coolreader18/update-deps
|
2019-03-25 21:41:32 -04:00 |
|
coolreader18
|
ac2a5e281c
|
Add comment explaining bytes -> Uint8Array conversion
|
2019-03-25 19:37:16 -05:00 |
|
Adam Kelly
|
17b816fbf8
|
Fix objset compilation error caused by merge race.
|
2019-03-25 20:37:47 +00:00 |
|
Adam
|
cac9da4c35
|
Merge pull request #748 from RustPython/attributes_and_dictionaries
Attributes and dictionaries
|
2019-03-25 20:30:46 +00:00 |
|
Windel Bouwman
|
20c09f025a
|
Merge pull request #747 from adrian17/master
Update grcov
|
2019-03-25 20:41:39 +01:00 |
|
Windel Bouwman
|
6ae10ed938
|
Fix build and add extend_class macro usage for set and frozenset
|
2019-03-25 20:23:13 +01:00 |
|
Windel Bouwman
|
983be0f944
|
Merge pull request #725 from palaviv/frozen-set-2
frozenset
|
2019-03-25 19:54:52 +01:00 |
|
Windel Bouwman
|
e47032f9e4
|
Merge pull request #749 from adrian17/tests-cleanup
Tests cleanups
|
2019-03-25 19:38:11 +01:00 |
|
Adrian Wielgosik
|
2131a8130c
|
Clean up some tests
|
2019-03-25 17:59:51 +01:00 |
|