| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-07 | Merge remote-tracking branch 'upstream/master' into dict_feats | John R. Lenton | |
| 2014-01-07 | forgot to add test for dict.update | John R. Lenton | |
| 2014-01-07 | Added dict.setdefault | John R. Lenton | |
| 2014-01-07 | Added dict.popitem | John R. Lenton | |
| 2014-01-07 | implemented dict.pop | John R. Lenton | |
| 2014-01-07 | Added dict.get. | John R. Lenton | |
| 2014-01-07 | Added dict.copy | John R. Lenton | |
| 2014-01-07 | Added dict.clear. | John R. Lenton | |
| Added 0 to the list of primes. Funky primes, these. | |||
| 2014-01-07 | Added dict iterator. | John R. Lenton | |
| 2014-01-05 | Merge remote-tracking branch 'upstream/master' into list_reverse | John R. Lenton | |
| 2014-01-05 | Merge pull request #80 from xyb/striter | Damien George | |
| Implements str iterator | |||
| 2014-01-05 | Fix qstr in objlist.c; add more tests for list.index. | Damien George | |
| list.index fails on an edge case. | |||
| 2014-01-05 | Merge pull request #78 from chipaca/list_index | Damien George | |
| Implements list.index. Fixes issue #57. | |||
| 2014-01-05 | Add test for basic builtin types. | Damien George | |
| 2014-01-05 | Implements str iterator | xyb | |
| 2014-01-05 | Merge remote-tracking branch 'upstream/master' into list_index | John R. Lenton | |
| 2014-01-04 | Merge pull request #70 from chipaca/list_count | Damien George | |
| Implements list.count. Fixes isue #55. | |||
| 2014-01-04 | Unbreak string slice test by just switching to normal (not byte) strings. | Paul Sokolovsky | |
| 2014-01-04 | tests/basics requires python3.3 | Paul Sokolovsky | |
| tests/bytecode/run-tests already uses puthon3.3, so let's just use it here too. Fore reference, errors with python 3.2.3: File "tests/generator1.py", line 12 return None SyntaxError: 'return' with argument inside generator File "tests/list_clear.py", line 3, in <module> x.clear() AttributeError: 'list' object has no attribute 'clear' etc. | |||
| 2014-01-04 | Merge remote-tracking branch 'upstream/master' into list_count | John R. Lenton | |
| 2014-01-04 | Merge pull request #64 from pfalcon/str-slice-range-check | Damien George | |
| str slice: Trim slice indexes to be in range. | |||
| 2014-01-04 | Merge pull request #60 from chipaca/list_copy | Damien George | |
| Implemented list.copy. Fixes issue #54. | |||
| 2014-01-04 | Implements list.reverse; fixes issue #66 | John R. Lenton | |
| 2014-01-04 | Implements list.remove (in terms of list.index and list.pop). | John R. Lenton | |
| Fixes issue #63. | |||
| 2014-01-04 | str slice: Trim slice indexes to be in range. | Paul Sokolovsky | |
| 2014-01-04 | Merge remote-tracking branch 'upstream/master' into list_insert | John R. Lenton | |
| 2014-01-04 | Merge remote-tracking branch 'upstream/master' into list_count | John R. Lenton | |
| 2014-01-04 | Implements list.insert. Fixes issue #61. | John R. Lenton | |
| 2014-01-04 | Fix int -> machine_int_t; add print to slice test. | Damien George | |
| 2014-01-03 | Merge pull request #59 from pfalcon/slice | Damien George | |
| Implement basic slice object and string slicing | |||
| 2014-01-04 | Add test for byte string slicing. | Paul Sokolovsky | |
| 2014-01-04 | Implements list.index. Fixes issue #57. | John R. Lenton | |
| 2014-01-03 | Implemented list.count | John R. Lenton | |
| 2014-01-03 | Implemented list.copy. Fixes issue #54. | John R. Lenton | |
| 2014-01-03 | Added list.clear. Fixes issue #53. | John R. Lenton | |
| 2014-01-03 | renamed some tests to have better names. | John R. Lenton | |
| 2014-01-03 | Merge remote-tracking branch 'upstream/master' | John R. Lenton | |
| 2014-01-03 | Worked on list.pop: | John R. Lenton | |
| * Fixes issue #51 * Adds a specific error message for when you try to pop an empty list. * Releases some memory if the list has shurnk a lot. | |||
| 2014-01-03 | Merge pull request #43 from chipaca/master | Damien George | |
| Implement list addition. | |||
| 2014-01-03 | Basic implementation of import. | Damien George | |
| import works for simple cases. Still work to do on finding the right script, and setting globals/locals correctly when running an imported function. | |||
| 2014-01-03 | Add list addition (fixes: #39) | John R. Lenton | |
| 2014-01-02 | py: Fix generator where state array was incorrectly indexed. | Damien George | |
| Generator objects now allocate the object and the state in one malloc. This improvement fixes Issue #38. | |||
| 2014-01-02 | Fix bash->/usr/bin/env bash; add LICENSE for Python library tests. | Damien George | |
| 2013-12-30 | py: make closures work. | Damien George | |
| 2013-12-29 | Small change to handling of integers in run-tests. | Damien | |
| 2013-12-29 | Add basic functionality tests for the Python bit. | Damien | |
| 2013-12-29 | Add 2 files to a gitignore. | Damien | |
| 2013-12-29 | Add tests to test compiler and emitted byte code. | Damien | |
