Commit Graph

  • 0fcbaa442f implemented dict.pop John R. Lenton 2014-01-06 19:48:34 +0000
  • cd0887352d Added dict.get. John R. Lenton 2014-01-06 18:53:16 +0000
  • d90b19eca5 Added dict.copy John R. Lenton 2014-01-06 18:11:20 +0000
  • 7d21d516d2 make dict_len use the map's used count John R. Lenton 2014-01-06 17:54:04 +0000
  • 4ce6ceadca Added dict.clear. Added 0 to the list of primes. Funky primes, these. John R. Lenton 2014-01-06 17:38:47 +0000
  • a41fe31322 Added dict iterator. John R. Lenton 2014-01-06 17:17:02 +0000
  • 24507aff7d Typo fix in comment. Paul Sokolovsky 2014-01-06 17:49:21 +0200
  • af61a1a492 Use constructor to create small int (avoid exposing mp_obj_t internals to VM). Paul Sokolovsky 2014-01-06 17:49:46 +0200
  • b6e9c7c697 Initial support for Teensy 3.1 Dave Hylands 2014-01-06 00:20:11 -0800
  • b59fa2da28 Fix LED pin enum mux 2014-01-06 06:41:56 +0200
  • 777575712b Merge pull request #105 from chipaca/listsort Damien George 2014-01-07 14:49:22 -0800
  • 1e40840b3b Add OSError, Python 3.3 generic I/O exception. Paul Sokolovsky 2014-01-07 19:35:39 +0200
  • 3391e19068 A bit of stylistic cleanup (chose the wrong side during conflict resolution). John R. Lenton 2014-01-07 18:06:34 +0000
  • 270112f731 Merge remote-tracking branch 'upstream/master' into listsort. Lots of conflict fun. John R. Lenton 2014-01-07 18:01:08 +0000
  • c06763a020 This implements a better (more python-conformant) list.sort. John R. Lenton 2014-01-07 17:29:16 +0000
  • fd04bb3bac Add some example scripts for pyboard (some can run on PC). Damien George 2014-01-07 17:14:05 +0000
  • 7b21c2d8f0 py: Fix allocation of unique code blocks. Damien George 2014-01-07 16:54:58 +0000
  • 97209d38e1 Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-cplusplus Damien George 2014-01-07 15:58:30 +0000
  • d49420e74c Merge branch 'master' of github.com:dpgeorge/micropython Damien George 2014-01-07 15:21:03 +0000
  • d3ebe4829d Factor and simplify Makefile's and mpconfig, part 2. Damien George 2014-01-07 15:20:33 +0000
  • 136f67523b Factor and simplify Makefile's and mpconfig. Damien George 2014-01-07 14:54:15 +0000
  • 501399330e vector logo master with layers Mark Schafer 2014-01-07 15:01:10 +1300
  • 880ce2d7fa Merge pull request #97 from dhylands/teensy-3.1 Damien George 2014-01-06 14:32:56 -0800
  • ff07bb3adb stm: Re-fix LED defines. Damien George 2014-01-06 22:17:37 +0000
  • 439ff90959 Merge branch 'master' of https://github.com/iabdalkader/micropython Damien George 2014-01-06 22:16:04 +0000
  • a5a01df81d Make list and str method tables static ian-v 2014-01-06 14:14:11 -0800
  • 8b1b59c28e Merge branch 'master' of github.com:dpgeorge/micropython Damien George 2014-01-06 22:13:45 +0000
  • e2e3d11e87 py: Fix up number operations and coercion. Damien George 2014-01-06 22:13:00 +0000
  • 5fd8fd2c16 Revert MP_BOOL, etc. and use <stdbool.h> instead ian-v 2014-01-06 13:51:53 -0800
  • 7a16fadbf8 Co-exist with C++ (issue #85) ian-v 2014-01-06 09:52:29 -0800
  • fe039b4f4f Typo fix in comment. Paul Sokolovsky 2014-01-06 17:49:21 +0200
  • e5ee1693ad Use constructor to create small int (avoid exposing mp_obj_t internals to VM). Paul Sokolovsky 2014-01-06 17:49:46 +0200
  • 297446e7af Initial support for Teensy 3.1 Dave Hylands 2014-01-06 00:20:11 -0800
  • 7c0c28dd71 Fix LED pin enum mux 2014-01-06 06:41:56 +0200
  • e03c0533fe Merge pull request #94 from chipaca/list_reverse Damien George 2014-01-05 16:08:58 -0800
  • a10dba7509 Merge remote-tracking branch 'upstream/master' into list_reverse John R. Lenton 2014-01-06 00:08:21 +0000
  • 8137b004b0 Merge branch 'list_remove' of git://github.com/chipaca/micropython into chipaca-list_remove Damien George 2014-01-05 23:58:49 +0000
  • aa35fc60d7 Merge pull request #92 from chipaca/list_insert Damien George 2014-01-05 15:59:00 -0800
  • 17f4497d6d Merge pull request #91 from chipaca/list_index Damien George 2014-01-05 15:55:55 -0800
  • 73595feb75 Merge pull request #89 from pfalcon/c99-tagged-structs Damien George 2014-01-05 15:54:51 -0800
  • 6b0b4a0cad stm: pull-up usr switch on pyboard (fixes regression). Damien George 2014-01-05 23:49:34 +0000
  • 568a6c9d79 Merge pull request #86 from iabdalkader/master Damien George 2014-01-05 15:45:40 -0800
  • 8a7604da3b Merge pull request #88 from dhylands/mp-qstr-init Damien George 2014-01-05 15:38:15 -0800
  • ba3f87c947 Merge remote-tracking branch 'upstream/master' into list_reverse John R. Lenton 2014-01-05 22:29:03 +0000
  • d52a0318ce Merge remote-tracking branch 'upstream/master' into list_remove John R. Lenton 2014-01-05 22:27:11 +0000
  • 8428b8f3c9 Merge remote-tracking branch 'upstream/master' into list_insert John R. Lenton 2014-01-05 22:11:01 +0000
  • c553162ebc Fix off-by-one in non-default values of index's 2nd and 3rd arguments. John R. Lenton 2014-01-05 21:57:27 +0000
  • 860ffb0a43 Convert many object types structs to use C99 tagged initializer syntax. Paul Sokolovsky 2014-01-05 22:34:09 +0200
  • d986b582c0 Make qstr_init reinitialize last_pool. Dave Hylands 2014-01-05 11:55:23 -0800
  • b3683abaeb Add gitignore file mux 2014-01-05 21:32:30 +0200
  • 50d5420deb Add Initial Support for STM32F4DISCOVERY Board mux 2014-01-05 19:38:41 +0200
  • 12e2656472 stm: allow more flash for the binary. Damien George 2014-01-05 14:34:17 +0000
  • 823877bce0 stm: rename sw_xx to switch_xx; change Python bindings to new version. Damien George 2014-01-05 14:04:55 +0000
  • cd3c1ee3fc Merge pull request #82 from iabdalkader/master Damien George 2014-01-05 06:05:13 -0800
  • 1703597c0b Merge pull request #80 from xyb/striter Damien George 2014-01-05 05:53:31 -0800
  • f0691f4ed5 Fix qstr in objlist.c; add more tests for list.index. Damien George 2014-01-05 13:44:06 +0000
  • a3ab68e949 Merge pull request #78 from chipaca/list_index Damien George 2014-01-05 05:42:37 -0800
  • de7fcc0c06 Move user switch code into a separate module mux 2014-01-05 14:52:37 +0200
  • 1dd657fa87 Add fatfs readme/license. Damien George 2014-01-05 11:57:17 +0000
  • 11f1e4b8f1 Add test for basic builtin types. Damien George 2014-01-05 11:39:59 +0000
  • 8cfc9f07b9 Implements str iterator xyb 2014-01-05 18:47:51 +0800
  • 7e73a8fd09 Merge remote-tracking branch 'upstream/master' into list_index John R. Lenton 2014-01-05 01:57:54 +0000
  • 45b43c21c4 Oops: add objint.c Damien George 2014-01-05 01:50:45 +0000
  • 8b2688f893 Add FONT-LICENSE for Exo font used in Micro Python name-logo. Damien George 2014-01-04 23:47:11 +0000
  • 91e6873c17 Merge pull request #71 from redteam316/dxf Damien George 2014-01-04 15:45:08 -0800
  • 1c3880a78e Merge pull request #72 from redteam316/svg Damien George 2014-01-04 15:44:56 -0800
  • a494b29c73 Merge pull request #73 from mikaeleiman/apple-clang-fixes Damien George 2014-01-04 12:29:34 -0800
  • 71c5181a8d Convert Python types to proper Python type hierarchy. Damien George 2014-01-04 20:21:15 +0000
  • d67091371d OSX: fixes to make nlrx64.S with Apple's clang (switched to Apple-specific define instead of __llvm__) Mikael Eiman 2014-01-04 20:27:13 +0100
  • f53cdd947c OSX: fixes to make nlrx64.S with Apple's clang (forgot a few places) Mikael Eiman 2014-01-04 20:19:19 +0100
  • 5d02e2d6fa OSX: fixes to make nlrx64.S with Apple's clang Mikael Eiman 2014-01-04 20:15:04 +0100
  • e9906ac3d7 Add ellipsis object. Damien George 2014-01-04 18:44:46 +0000
  • 4d4bc9533e Merge pull request #70 from chipaca/list_count Damien George 2014-01-04 10:09:40 -0800
  • d674bd5989 Convert USE_READLINE config option to be consistent with others. Paul Sokolovsky 2014-01-04 19:38:19 +0200
  • 9464cde3c9 Unbreak string slice test by just switching to normal (not byte) strings. Paul Sokolovsky 2014-01-04 19:12:05 +0200
  • 21dfb55dad tests/basics requires python3.3 Paul Sokolovsky 2014-01-04 19:06:34 +0200
  • 5830fae26f Don't error out if build/ directory already exists. Paul Sokolovsky 2014-01-04 18:55:44 +0200
  • eb7bfcb286 Split qstr into pools, and put initial pool in ROM. Damien George 2014-01-04 15:57:35 +0000
  • 505dd00f07 Merge remote-tracking branch 'upstream/master' into list_count John R. Lenton 2014-01-04 14:16:24 +0000
  • e67ed5d285 Improve configurability for native x64/thumb emitter. Damien George 2014-01-04 13:55:24 +0000
  • 116e6e0551 Added DXF R2000 vector text. Jonathan Greig 2014-01-04 06:54:54 -0600
  • 9b8f424944 Added SVG vector text. Jonathan Greig 2014-01-04 06:53:06 -0600
  • ff9a24f6f7 Merge remote-tracking branch 'upstream/master' into list_count John R. Lenton 2014-01-04 12:52:07 +0000
  • 32f88410a1 Merge branch 'master' of github.com:dpgeorge/micropython Damien George 2014-01-04 12:35:26 +0000
  • 2a5e6538b9 stm: Add comments for storage read from cache. Damien George 2014-01-04 12:34:36 +0000
  • cb3b6ce7ae Merge git://github.com/stevie67/micropython into stevie67-master Damien George 2014-01-04 12:32:42 +0000
  • 0be78d44e5 Merge pull request #64 from pfalcon/str-slice-range-check Damien George 2014-01-04 04:28:57 -0800
  • 597bb2f249 Merge pull request #60 from chipaca/list_copy Damien George 2014-01-04 04:25:46 -0800
  • 6e1e98f864 Implements list.reverse; fixes issue #66 John R. Lenton 2014-01-04 02:10:29 +0000
  • 2c62e262b2 Fix issue #62: Cache loses data stevie67 2014-01-04 03:02:32 +0100
  • 49fb6e53b3 Implements list.remove (in terms of list.index and list.pop). Fixes issue #63. John R. Lenton 2014-01-04 01:56:53 +0000
  • 6ee1e383d6 str slice: Trim slice indexes to be in range. Paul Sokolovsky 2014-01-04 03:47:34 +0200
  • f1c6ad46af Merge remote-tracking branch 'upstream/master' into list_insert John R. Lenton 2014-01-04 01:36:10 +0000
  • a58cf679ee Merge remote-tracking branch 'upstream/master' into list_count John R. Lenton 2014-01-04 01:28:40 +0000
  • 45a8744617 Implements list.insert. Fixes issue #61. John R. Lenton 2014-01-04 01:15:01 +0000
  • c8d1384fc0 Fix int -> machine_int_t; add print to slice test. Damien George 2014-01-04 01:06:10 +0000
  • b95d90b2f3 Merge pull request #59 from pfalcon/slice Damien George 2014-01-03 17:03:19 -0800
  • 9ba9589ef7 Merge pull request #58 from chipaca/list_clear Damien George 2014-01-03 16:54:30 -0800
  • f8b9d3c41a str: Throw TypeError for invalid index type and clean up comments. Paul Sokolovsky 2014-01-04 01:38:26 +0200
  • e606cb6561 slice: Allow building with MICROPY_ENABLE_SLICE=0. Paul Sokolovsky 2014-01-04 01:34:23 +0200