Differences
Ted Dunning edited this page 2024-06-09 23:20:32 -07:00
Clone

Wiki Page Revisions

63 Commits

Author SHA1 Message Date
Ted Dunning
292cbece2f Updated Differences (markdown) 2024-06-09 23:20:32 -07:00
Damien George
fa13dd430e update text re descriptors 2019-02-14 00:49:05 +11:00
Paul Sokolovsky
d249875428 Add link to http://docs.micropython.org/en/latest/unix/genrst/index.html 2018-01-10 17:06:07 +02:00
Paul Sokolovsky
40450db937 __dict__ isn't even enabled in every port 2016-06-03 14:22:56 +03:00
Pavol Rusnak
b68ba616e4 Updated Differences (markdown) 2016-06-03 11:14:03 +02:00
Pavol Rusnak
1c167bef66 Updated Differences (markdown) 2016-06-03 11:13:06 +02:00
Paul Sokolovsky
362180ffd6 Reword locals() difference to match the real state of affairs. 2016-05-20 16:38:40 +03:00
Paul Sokolovsky
fa2d8a1dde Promote persisent bytecode to beta. 2016-05-19 23:34:57 +03:00
Paul Sokolovsky
57a082600d Add note about locals(). 2016-05-19 23:30:38 +03:00
Paul Sokolovsky
d2f2438ead async/await: Some fixes 2016-04-30 17:57:51 +03:00
Paul Sokolovsky
5a32dcfbed Rework async/await description. 2016-04-30 17:53:38 +03:00
pohmelie
346fa41807 async syntax description 2016-04-30 16:59:23 +04:00
Damien George
7b19b7ada5 We now support all bitwise operations on long ints. 2016-02-11 22:24:03 +00:00
Paul Sokolovsky
579b55172a Persistent bytecode is WIP 2015-11-21 13:40:57 +02:00
Paul Sokolovsky
8abe4fc615 struct: repetitions are now supported. 2015-10-31 23:41:48 +02:00
Tony Abboud
70340abeb4 remove duplicate words 2015-10-31 13:58:16 -04:00
Paul Sokolovsky
d1e7b27e9c All methods now check type of self. 2015-09-03 19:27:50 +03:00
Paul Sokolovsky
21b64debd9 descriptors: typo fix not -> now 2015-09-03 19:25:56 +03:00
Garrett Berg
a4f10cb36a Updated Differences (markdown) 2015-05-07 09:31:00 -06:00
Paul Sokolovsky
2b9d27239f Builtin struct was renamed to ustruct 2015-05-06 22:22:12 +03:00
Paul Sokolovsky
a83ddf58e4 importing ticket was closed 2015-05-06 22:19:52 +03:00
Paul Sokolovsky
9261ca4246 Simplified descriptors are now implemented 2015-05-06 22:14:08 +03:00
pfalcon
1a0c42ee21 builtins module implemented 2014-12-09 14:37:42 -08:00
pfalcon
78f342092d Update for current state of affairs. 2014-12-07 17:23:07 -08:00
pfalcon
aa990b0976 Add ticket for lack of "builtins" module. 2014-11-04 09:58:49 -08:00
Markus Siemens
deca2bd21c Updated Differences (markdown) 2014-08-19 04:52:06 -07:00
Paul Sokolovsky
c85f2c8f4d Mention descriptors (with subjective comments). 2014-07-22 14:40:33 -07:00
Paul Sokolovsky
0ba0c6bcb9 We were able to enable unicode w/o buffered streams. 2014-07-20 13:20:49 -07:00
Paul Sokolovsky
fe281822b6 print() now prints to Python streams, but sys.stdout still cannot be directly overriden. 2014-07-20 13:19:03 -07:00
Paul Sokolovsky
1a1b026550 Articles usage. 2014-06-27 18:05:43 -07:00
Paul Sokolovsky
3c42c65d23 Bitwise operations on long ints are only partially implemented 2014-06-27 18:04:15 -07:00
Paul Sokolovsky
4f194067a8 3-argument slicing is only partially implemented. 2014-06-27 18:01:53 -07:00
Paul Sokolovsky
3fde35c92b No longer crashing on printing recursive data structures. 2014-06-27 18:00:29 -07:00
Paul Sokolovsky
87c7365160 Kwargs and kw-only args are fully ok. 2014-06-27 17:56:59 -07:00
Paul Sokolovsky
e847ffa5d9 "" % {} supported 2014-06-27 17:51:11 -07:00
Paul Sokolovsky
1ced5485c6 Update Unicode status. 2014-06-27 17:49:11 -07:00
Paul Sokolovsky
b28126449a Back to "reference" wording. 2014-06-27 17:44:09 -07:00
Chris Angelico
b56d659b7d Note down the state of Unicode support, and minorly clarify terminology in top paragraph 2014-06-09 17:13:47 -07:00
Paul Sokolovsky
7b633f4105 Point about __new__ 2014-05-24 07:29:23 -07:00
Paul Sokolovsky
3eda1d4de2 Subset of slice assignment is supported. 2014-05-24 07:27:55 -07:00
Paul Sokolovsky
be3c519ee7 Update on string formatting 2014-05-24 07:26:28 -07:00
Paul Sokolovsky
89e5bb65e7 Subclassing builtin types is largely implemented. 2014-05-24 07:23:53 -07:00
Paul Sokolovsky
cba026ba8f Add by-design differences of functionality and introspection support. 2014-05-24 07:22:15 -07:00
Paul Sokolovsky
04b7fb32d9 Add by-design difference of object model 2014-05-24 07:18:12 -07:00
Andrew Scheller
efc8d8b636 fix typos 2014-04-27 17:00:21 -07:00
Neon22
6a00b6755f minor cleanup, add links 2014-04-26 15:33:00 -07:00
Paul Sokolovsky
aba86b088e More known issues 2014-04-26 11:45:38 -07:00
Paul Sokolovsky
a9cedd4de6 re is kinda available for unix 2014-04-26 11:41:36 -07:00
Paul Sokolovsky
603a97b292 io.StringIO basicly implemented 2014-04-26 11:40:34 -07:00
Paul Sokolovsky
ca621c496e struct is motsly implemented 2014-04-26 11:39:45 -07:00