coolreader18
|
80573b0544
|
Format PyObject's correctly and nicely
|
2018-12-26 18:09:49 -06:00 |
|
Gitea
|
a6288acd22
|
Cargo format.
|
2018-12-16 15:48:59 -05:00 |
|
Gitea
|
b726e675ff
|
Add format builtin and String formatting stuff.
This includes everything needed to call str.format with integers
as positional and keyword parameters.
|
2018-12-15 19:46:09 -05:00 |
|
Austen LeBeau
|
7ac22d96d1
|
update and added more functions
|
2018-12-13 12:02:18 -06:00 |
|
Windel Bouwman
|
4095e0cad7
|
Modify location of set_attr so that we are able to create str python objects for the dictionary.
|
2018-12-12 22:06:19 +01:00 |
|
Austen LeBeau
|
dd2b4e3c25
|
added isalnum, isalpha, isdigit, swapcase
|
2018-12-12 12:01:35 -06:00 |
|
Austen LeBeau
|
07336fa984
|
initial fork commit
|
2018-12-11 22:44:56 -06:00 |
|
Windel Bouwman
|
96c1c5a328
|
Use rusts internal hash algorithm.
|
2018-11-12 21:24:53 +01:00 |
|
Windel Bouwman
|
99af466a88
|
Move max function test cases to snippet dir. Implement key and default argument on max function.
|
2018-11-07 17:26:18 +01:00 |
|
Windel Bouwman
|
b7a0b0f2f3
|
Removal of ToRust trait to prevent incorrect str representation
|
2018-11-02 20:27:05 +01:00 |
|
Windel Bouwman
|
f6cced5d65
|
Change integer type into bigint
|
2018-10-30 21:01:31 +01:00 |
|
Windel Bouwman
|
1d854a8fbb
|
Modify isinstance call signature to take reference to a python reference.
|
2018-10-27 17:58:54 +02:00 |
|
Windel Bouwman
|
525807c319
|
Add __getitem__ on list, tuple and str
|
2018-10-21 21:09:38 +02:00 |
|
Akshay Verma
|
fad493c79f
|
Added capitalize method to string
|
2018-10-18 16:14:35 +02:00 |
|
Éloi Rivard
|
e415ee1fbf
|
Basic membership implementation
|
2018-10-17 13:57:38 +02:00 |
|
Windel Bouwman
|
d650476f85
|
Add additional methods to string objects
|
2018-09-29 10:31:59 +02:00 |
|
Daniel Watkins
|
23910f78e7
|
Accept slices to function calls
Instead of allocated types, per [0].
[0] https://rust-lang-nursery.github.io/rust-clippy/v0.0.212/index.html#ptr_arg
|
2018-09-11 15:05:33 -04:00 |
|
Windel Bouwman
|
1a2a4adcef
|
Lets delete some clones
|
2018-09-02 19:41:37 +02:00 |
|
Adam Kelly
|
8816e5d362
|
Implement more complete version of str_repr.
|
2018-09-02 13:05:03 +01:00 |
|
Adam Kelly
|
70f6d73001
|
Add __repr__ to objstr.
|
2018-09-02 12:09:57 +01:00 |
|
Adam Kelly
|
8d8816ce04
|
Merge branch 'master' into equality
|
2018-09-01 20:46:22 +01:00 |
|
Adam Kelly
|
28f8cdbda9
|
Define __eq__ for basic types.
|
2018-09-01 17:09:20 +01:00 |
|
Windel Bouwman
|
40cf7f4579
|
Move more objects to obj folder
|
2018-09-01 10:00:55 +02:00 |
|
Windel Bouwman
|
b2ab49376a
|
Change get_value to take a reference to a reference
|
2018-08-31 20:49:52 +02:00 |
|
Windel Bouwman
|
f453c749ec
|
Move builtin types to own directory
|
2018-08-31 20:31:25 +02:00 |
|