Andrew Scheller
|
12968fb6b2
|
Display \r and \t escape codes in string repr
|
2014-04-08 02:42:50 +01:00 |
|
Dave Hylands
|
c4029e5079
|
Add string formatting support for longlong and mpz.
|
2014-04-07 11:38:45 -07:00 |
|
Damien George
|
1422865c99
|
Merge pull request #445 from lurch/test-sorted-sets
Modify set tests to print sorted sets directly
|
2014-04-07 13:15:33 +01:00 |
|
Andrew Scheller
|
1ff6011abc
|
Modify set tests to print sorted sets directly
instead of creating temporary lists and sorting those in-place
|
2014-04-07 05:00:03 +01:00 |
|
Andrew Scheller
|
a1a9ab2b2c
|
Add tests for sorted() function
and check that sorted(list) produces same output as list.sort()
|
2014-04-07 04:41:54 +01:00 |
|
Paul Sokolovsky
|
4d2238d2ce
|
tests: Fix more tests which depend on order of elements in set.
|
2014-04-07 03:08:46 +03:00 |
|
Paul Sokolovsky
|
bd6f3d31d2
|
tests: Fix few tests which depend on order of elements in set.
|
2014-04-07 02:54:16 +03:00 |
|
Damien George
|
07e24a6294
|
tests: Fix tests with sets to print sorted set.
|
2014-04-07 00:42:09 +01:00 |
|
Damien George
|
ff715429ea
|
py: Fix str.replace for case when arg 0 or 1 is empty string.
|
2014-04-07 00:39:13 +01:00 |
|
Paul Sokolovsky
|
b4dea46d8b
|
tests: Fix few tests which depend on order of elements in dict.
With dict being unordered of course.
|
2014-04-06 21:31:42 +03:00 |
|
Paul Sokolovsky
|
e2adff3608
|
tests/dict2.py: Add combined test for dict(dict) and dict equality.
|
2014-04-06 21:31:42 +03:00 |
|
Damien George
|
cdd96dff2c
|
py: Implement more features in native emitter.
On x64, native emitter now passes 70 of the tests.
|
2014-04-06 12:58:40 +01:00 |
|
Damien George
|
deed087e2c
|
py: str.split: handle non-default separator.
|
2014-04-06 11:11:15 +01:00 |
|
Damien George
|
2a037408af
|
tests: Add test to check issue #429.
|
2014-04-05 18:17:51 +01:00 |
|
Damien George
|
327a3e2faa
|
Merge pull request #435 from dhylands/str-modulo-float
Allow floating point arguments with %d,i,u,o,x,X formats
|
2014-04-05 18:10:11 +01:00 |
|
Damien George
|
23419a2f8a
|
Merge pull request #433 from pfalcon/getattr-3arg
py: Support 3-arg getattr() builtin (with default value).
|
2014-04-05 18:00:04 +01:00 |
|
Damien George
|
95004e5114
|
py: Fix delete operation on map/dict and set objects.
Hash table can now be completely full (ie now NULL entry) before a
resize is triggered. Use sentinel value to indicate delete entry in the
table.
|
2014-04-05 17:17:19 +01:00 |
|
Dave Hylands
|
f81a49e464
|
Allow floating point arguments with %d,i,u,o,x,X formats
|
2014-04-05 08:26:51 -07:00 |
|
Damien George
|
b6ec51bbf0
|
tests: Add test for dict delete. It fails.
|
2014-04-05 13:26:00 +01:00 |
|
Paul Sokolovsky
|
bfb7d6a26d
|
py: Support 3-arg getattr() builtin (with default value).
|
2014-04-05 13:34:02 +03:00 |
|
Paul Sokolovsky
|
438d504e27
|
objtype: Add equality test for type types.
|
2014-04-05 13:10:56 +03:00 |
|
Paul Sokolovsky
|
91cbe6033a
|
py: Allow types to be hashable.
Quite natural to have d[int] = handle_int .
|
2014-04-05 12:51:58 +03:00 |
|
Paul Sokolovsky
|
a7752a4540
|
run-tests: Elaborate python3 command override capabilities.
|
2014-04-04 17:28:34 +03:00 |
|
Damien George
|
9b1599c663
|
Merge pull request #422 from dhylands/str-modulo
Str modulo
|
2014-04-04 12:37:52 +01:00 |
|
Damien George
|
28390340e5
|
tests: Make rge-sm.py use less memory (integration step increased).
In addition to memory allocation failure, other problem was that 10**17
was overflowing. Now passes.
|
2014-04-04 11:15:54 +00:00 |
|