Dave Halter
|
e355ab201e
|
Tests and implementation for type on lambda and function objects.
|
2015-07-01 14:40:57 +02:00 |
|
Dave Halter
|
e222a30227
|
Implement the type builtin better and with a lot more tests.
|
2015-07-01 14:27:49 +02:00 |
|
Dave Halter
|
425290aa8f
|
Fix an issue with partial keyword inputs.
|
2014-08-14 12:25:00 +02:00 |
|
Dave Halter
|
fb1dba269a
|
re-enable the interpretation of the None keyword
|
2014-08-12 14:38:56 +02:00 |
|
Dave Halter
|
d09279e0ad
|
change tests that provided wrong instance information
|
2014-07-31 15:16:24 +02:00 |
|
Danilo Bargen
|
efebb2d6d0
|
Added tests for random.choice
|
2014-07-26 17:40:08 +02:00 |
|
Dave Halter
|
5b7c869323
|
types also add to completions, also for compiled objects. removed a few lines of code that complicated the process as well.
|
2014-06-28 12:09:43 +02:00 |
|
Dave Halter
|
7d73e571bb
|
json.load[s] shouldn't return any results. fixed by overwriting the method
|
2014-06-27 11:56:40 +02:00 |
|
Dave Halter
|
cf1fd691da
|
custom copy.copy and copy.deepcopy implementations to not confuse autocompletion (just return the first param)
|
2014-06-27 11:49:26 +02:00 |
|
Dave Halter
|
8cd7f9a288
|
std -> stdlib
|
2014-06-27 11:24:23 +02:00 |
|