Adam
|
b87fcdce34
|
Merge pull request #285 from orf/handle-missing-file
Improve test coverage of os.open/open
|
2019-02-09 11:20:11 +00:00 |
|
Adam
|
c5b94a4d82
|
Merge pull request #408 from janczer/add_floats_div_mul
Add floats.{__truediv__, __mul__}
|
2019-02-09 11:03:01 +00:00 |
|
ben
|
7abf02180a
|
implement slice negative step handling
|
2019-02-09 15:48:07 +13:00 |
|
ben
|
907dfb6770
|
Add slice type and use BigInts in slice payload.
|
2019-02-09 12:07:04 +13:00 |
|
Windel Bouwman
|
85475e4e30
|
Merge pull request #347 from silmeth/master
Fix Range’s len() + division and mod by 0
|
2019-02-08 21:04:31 +01:00 |
|
janczer
|
d4b82007df
|
Add floats.{__truediv__, __mul__}
|
2019-02-08 20:34:33 +01:00 |
|
Windel Bouwman
|
32bfcf36fd
|
Merge pull request #384 from skinny121/iter_lazy_2
Add enumerate and zip types
|
2019-02-08 20:05:20 +01:00 |
|
Benedykt Jaworski
|
b9245309d5
|
Merge branch 'master' into master
|
2019-02-08 18:45:00 +01:00 |
|
ZapAnton
|
da68dfef78
|
tests: Removed tests for the __doc__
|
2019-02-08 19:41:47 +03:00 |
|
ben
|
5896f049ef
|
Add enumerate and zip types and made them lazy.
|
2019-02-08 20:57:16 +13:00 |
|
Joey Hain
|
54bcb08518
|
Add range.{__bool__, __contains__}
- Also fix range.index for negative steps
|
2019-02-07 20:31:32 -08:00 |
|
veera venky
|
b85cf91a23
|
Added __doc__ atrribute for tuple
|
2019-02-07 23:47:47 +05:30 |
|
Benedykt Jaworski
|
f823eb9403
|
Merge branch 'master' into master
|
2019-02-07 17:20:54 +01:00 |
|
Tom Forbes
|
6c18126382
|
Improve test coverage of os.open
|
2019-02-07 07:30:53 -07:00 |
|
veera venky
|
1479d6bc77
|
Added index to tuple
|
2019-02-07 14:56:14 +05:30 |
|
Windel Bouwman
|
c21772c969
|
Merge pull request #365 from ZapAnton/int_rxor
int type: Added __rxor__
|
2019-02-06 10:55:55 +01:00 |
|
Windel Bouwman
|
62cad730d3
|
Merge pull request #364 from HomerMcMillan/string_is_methods
Fix string is* methods
|
2019-02-06 10:55:06 +01:00 |
|
Benedykt Jaworski
|
ff244df3eb
|
Merge branch 'master' into master
|
2019-02-06 10:24:59 +01:00 |
|
silmeth
|
af0fdcb9e3
|
fix zero-division tests
|
2019-02-06 10:15:44 +01:00 |
|
ZapAnton
|
dfd0ea23c0
|
int type: Added tests for the __rxor__
|
2019-02-06 12:08:26 +03:00 |
|
Homer McMillan
|
94dc6ece64
|
Fix python tests that travis didn't like
|
2019-02-06 02:42:44 -05:00 |
|
Windel Bouwman
|
a26279111d
|
Merge pull request #353 from OddCoincidence/range-index
Add range.index
|
2019-02-06 08:00:11 +01:00 |
|
Windel Bouwman
|
8a53547e2b
|
Merge pull request #355 from NLincoln/compliant-complex-repr
repr() of complex numbers is compliant with cpython
|
2019-02-06 07:52:31 +01:00 |
|
Homer McMillan
|
0085470c83
|
Add tests for bytearray
|
2019-02-06 01:26:51 -05:00 |
|
Nathan
|
12e6de0503
|
repr() of complex numbers is compliant with cpython
|
2019-02-05 20:59:41 -06:00 |
|
ben
|
6d494fb9ee
|
Merge branch 'master' into iter_lazy
|
2019-02-06 12:46:16 +13:00 |
|
ben
|
6c8ec39882
|
Make map and filter into proper types
|
2019-02-06 12:45:14 +13:00 |
|
Windel Bouwman
|
87ceed77ad
|
Merge pull request #287 from makarchuk/float-conversion
Float Conversion for #211
|
2019-02-05 23:19:20 +01:00 |
|
ben
|
6e99ad32db
|
Added tests for when function in filter/map raises StopIteration
|
2019-02-06 11:12:25 +13:00 |
|
ben
|
f85bc13ded
|
Fix misunderstanding about behaviour if filter function is None
|
2019-02-06 11:12:25 +13:00 |
|
ben
|
91fcd7782e
|
Make map lazy and accept multiple iterables
|
2019-02-06 11:12:25 +13:00 |
|
ben
|
8cc6821c44
|
Make filter lazy
|
2019-02-06 11:12:25 +13:00 |
|
silmeth
|
77ae6621e9
|
add tests for range length, and for division by zero
|
2019-02-05 22:50:52 +01:00 |
|
Joey Hain
|
b0a2f6f87d
|
Add range.index
|
2019-02-05 13:34:54 -08:00 |
|
Timur
|
4b2787ea1d
|
Comment out math from tests due to Travis errors
|
2019-02-05 21:54:13 +03:00 |
|
Windel Bouwman
|
7941480fca
|
Merge pull request #269 from mrecachinas/add-int-doc
Add int.__doc__ (addresses #261)
|
2019-02-05 18:26:28 +01:00 |
|
Windel Bouwman
|
0f0ceeaa00
|
Merge pull request #332 from lausek/imports
raise ImportError in import list
|
2019-02-05 18:25:41 +01:00 |
|
Windel Bouwman
|
fa91cc36e8
|
Merge pull request #329 from ZapAnton/int_invert
int type: Added __invert__
|
2019-02-05 18:14:21 +01:00 |
|
Windel Bouwman
|
676f60296d
|
Merge pull request #330 from ichyo/string-len
Use the number of characters instead of bytes for str.__len__
|
2019-02-05 17:57:58 +01:00 |
|
Windel Bouwman
|
b710eedb04
|
Merge pull request #324 from veera83372/refactor-py
Refactored: whats_left_to_implement.py
|
2019-02-05 17:45:10 +01:00 |
|
lausek
|
f4af599167
|
added ImportError as builtin
|
2019-02-05 17:41:05 +01:00 |
|
Adam
|
6ea784e78e
|
Merge pull request #323 from vokar97/handle-index-overflow
Add error handling for objsequence and objstr index overflow (addresses #276)
|
2019-02-05 16:00:07 +00:00 |
|
ichyo
|
d1b034e3b9
|
Avoid using \xhh for string
|
2019-02-05 23:54:39 +09:00 |
|
lausek
|
f8db0f1c94
|
raise ImportError in import list
|
2019-02-05 15:42:39 +01:00 |
|
ichyo
|
fc779c2e3a
|
Use the number of characters instead of bytes for str.__len__
|
2019-02-05 23:26:13 +09:00 |
|
ZapAnton
|
8c469a6466
|
int type: Added tests for the __invert__
|
2019-02-05 15:25:07 +03:00 |
|
veera venky
|
ea4059a18f
|
Refactored: whats_left_to_implement.py
|
2019-02-05 16:04:01 +05:30 |
|
Vladimir Karamyshev
|
ebbd3d9f22
|
Add error handling for objsequence and objstr index overflow
|
2019-02-05 10:17:43 +03:00 |
|
Windel Bouwman
|
63c83086c7
|
Merge pull request #320 from HomerMcMillan/tuple_comparisons
Tuple comparisons
|
2019-02-05 06:24:30 +01:00 |
|
Windel Bouwman
|
ed53a353c2
|
Merge pull request #316 from OddCoincidence/range-use-bigint
Represent range with BigInts
|
2019-02-05 06:21:04 +01:00 |
|