Windel Bouwman
|
44e9658f52
|
Merge pull request #297 from HomerMcMillan/issue_295
Fix panic on out of bounds negative index (addresses #295)
|
2019-02-04 07:48:17 +01:00 |
|
Windel Bouwman
|
235aa864f4
|
Merge pull request #296 from agude/int_conj
Add .conjugate() method to int type
|
2019-02-04 07:43:13 +01:00 |
|
Windel Bouwman
|
371f8f81dc
|
Merge pull request #298 from idbentley/alphebetize_exceptions
Alphebetize exception related code
|
2019-02-04 07:42:42 +01:00 |
|
idbentley
|
f2db23bb35
|
correct order of errors.
|
2019-02-03 16:51:17 -05:00 |
|
Homer McMillan
|
055e577424
|
Fix panic on out of bounds negative index (addresses #295)
Also an out of bounds index now raises an IndexError rather than a ValueError
|
2019-02-03 16:38:04 -05:00 |
|
idbentley
|
19557e8344
|
Alphebetize exception related code
|
2019-02-03 16:36:25 -05:00 |
|
Alexander Gude
|
33523d492c
|
Change int.conjugate() to return a new int
This results in the correct behavior (that is, matching CPython) for
both int and bool types.
Also adding a bool conjugate test.
|
2019-02-03 13:31:09 -08:00 |
|
Windel Bouwman
|
0f87d151a0
|
Merge pull request #289 from chaconnewu/198fix
Fix reverse method for calling div.
|
2019-02-03 21:27:59 +01:00 |
|
Windel Bouwman
|
7c6fdbacf1
|
Merge pull request #279 from HomerMcMillan/list-orderable-ops
Add list.{__lt__, __gt__, __le__, __ge__}
|
2019-02-03 21:25:35 +01:00 |
|
Alexander Gude
|
a95747f161
|
Add .conjugate() method to int type
Also add tests for for the int type, and a commented out one for the
bool type.
|
2019-02-03 11:18:23 -08:00 |
|
Homer McMillan
|
353d881bac
|
Fix missing seq_mul import
|
2019-02-03 11:33:11 -05:00 |
|
HomerMcMillan
|
168e0e5471
|
Merge branch 'master' into list-orderable-ops
|
2019-02-03 11:17:09 -05:00 |
|
Windel Bouwman
|
34c99b0c99
|
Merge pull request #278 from holygits/improve-fio-errs
Better error handling for file io
|
2019-02-03 16:03:41 +01:00 |
|
Yu Wu
|
38ee8aeed6
|
Fix reverse method for calling div.
|
2019-02-03 07:02:36 -08:00 |
|
Windel Bouwman
|
384ae474de
|
Merge pull request #282 from orf/use-xdg
Use XDG paths to store Python history
|
2019-02-03 15:40:24 +01:00 |
|
Windel Bouwman
|
a7d011f9c7
|
Merge pull request #270 from ZapAnton/str_isdecimal
Added the isdecimal method to the 'str' class
|
2019-02-03 15:37:20 +01:00 |
|
Windel Bouwman
|
ac0ea87ead
|
Merge pull request #271 from holygits/bitshift
Implement `__rshift__` and `__lshift__` for integer type
|
2019-02-03 15:35:50 +01:00 |
|
Windel Bouwman
|
00f86d1454
|
Merge pull request #288 from 11Takanori/fix-typo
Fix typo
|
2019-02-03 14:58:24 +01:00 |
|
Takanori Ishibashi
|
334d78704a
|
distuingish -> distinguish
|
2019-02-03 21:41:04 +09:00 |
|
Windel Bouwman
|
3bc9232eeb
|
Merge pull request #272 from ZapAnton/fix_readme_testing
README: Clarified the 'Testing' section
|
2019-02-03 12:27:56 +01:00 |
|
Windel Bouwman
|
cdcddcc6c6
|
Merge pull request #281 from chaconnewu/198
Use call_or_unsupported for operators.
|
2019-02-03 11:50:09 +01:00 |
|
Windel Bouwman
|
1d7149e131
|
Merge pull request #280 from HomerMcMillan/list-pop
Add list.pop
|
2019-02-03 11:49:01 +01:00 |
|
Tom Forbes
|
a72dbf1d0c
|
Use XDG paths to store Python history
|
2019-02-03 10:07:50 +01:00 |
|
Windel Bouwman
|
38bf2dde3d
|
Merge pull request #274 from skinny121/tuple_mul
Add tuple.__mul__
|
2019-02-03 08:05:20 +01:00 |
|
Windel Bouwman
|
37e9f98859
|
Merge pull request #277 from 0xflotus/patch-1
fixed small errors
|
2019-02-03 08:02:21 +01:00 |
|
Homer McMillan
|
7b27fbf369
|
Add list.pop
Also include IndexError in the __builtin__ module.
|
2019-02-03 00:49:52 -05:00 |
|
Yu Wu
|
561eb8ed4f
|
Use call_or_unsupported for operators.
|
2019-02-02 21:47:28 -08:00 |
|
Homer McMillan
|
8852435a3d
|
Run cargo fmt
|
2019-02-02 23:05:32 -05:00 |
|
Homer McMillan
|
2b74727783
|
Fix broken test
|
2019-02-02 22:41:34 -05:00 |
|
Homer McMillan
|
ea1a7bb395
|
Add list.{__lt__, __gt__, __le__, __ge__}
|
2019-02-02 22:04:26 -05:00 |
|
holygits
|
8854430651
|
Better error handling for file io
Add FileNotFoundError
Add PermissionError
Minor idomatic clean ups
|
2019-02-03 14:53:21 +13:00 |
|
0xflotus
|
167aefa829
|
Update builtins.md
|
2019-02-03 02:35:05 +01:00 |
|
0xflotus
|
dae5b146ff
|
fixed converter
|
2019-02-03 02:30:58 +01:00 |
|
ben
|
8f9b733a77
|
Add tuple.__mul__
|
2019-02-03 13:59:43 +13:00 |
|
holygits
|
e8d1e10226
|
Implement __rshift__ and __lshift__ for integer
|
2019-02-03 12:38:38 +13:00 |
|
ZapAnton
|
8558b84b16
|
README: Replaced the 'pipenv shell' and the 'pytest -v' commands with the single 'pipenv run pytest -v' command in the 'Testing' section
|
2019-02-03 02:19:59 +03:00 |
|
ZapAnton
|
b55150c7bd
|
README: Added the 'pipenv install' command to the 'Testing' section
|
2019-02-03 02:15:57 +03:00 |
|
ZapAnton
|
23de5581bd
|
Added tests for the isdecimal method
|
2019-02-03 02:05:57 +03:00 |
|
ZapAnton
|
46b939721f
|
str: Added the isdecimal method
|
2019-02-03 01:51:47 +03:00 |
|
Windel Bouwman
|
328f81a28e
|
Merge pull request #266 from coolreader18/format-mk-module
Format module building in a more readable way
|
2019-01-30 18:09:17 +01:00 |
|
Windel Bouwman
|
892493e464
|
Rename PyObjectKind into PyObjectPayload
|
2019-01-30 18:06:27 +01:00 |
|
coolreader18
|
37b5669bed
|
Fix syntax error
|
2019-01-30 10:13:55 -06:00 |
|
coolreader18
|
f193291471
|
Merge branch 'master' into format-mk-module
|
2019-01-30 10:09:47 -06:00 |
|
Windel Bouwman
|
31523fe4d7
|
Merge pull request #265 from rmliddle/implement-io
File-IO: IO Module and Open Builtin
|
2019-01-29 20:43:28 +01:00 |
|
rmliddle
|
deb0688a99
|
Changed buffer imp. to use type + removed ByteArray Kind
|
2019-01-29 18:40:40 +11:00 |
|
coolreader18
|
e9bfea834a
|
Format module building in a more readable way
|
2019-01-28 23:02:43 -06:00 |
|
Windel Bouwman
|
d627230434
|
Merge pull request #263 from coolreader18/string-str
Remove unnecessary to_string conversions
|
2019-01-28 20:38:54 +01:00 |
|
Windel Bouwman
|
d365563010
|
Merge pull request #264 from coolreader18/fix-trim-warnings
Fix warnings from using trim_left and trim_right
|
2019-01-28 20:36:06 +01:00 |
|
rmliddle
|
0ee535e49a
|
Removed append + create
|
2019-01-28 20:14:19 +11:00 |
|
rmliddle
|
3ce9972c9c
|
removed os.O_NONBLOCK from snippet
|
2019-01-28 20:07:57 +11:00 |
|