| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make config processing order test more robust | Clyybber | 2021-01-02 | 1 | -1/+1 |
* | fix #16526 run config.nims before foo.nim.cfg (#16557) | Timothee Cour | 2021-01-02 | 7 | -2/+21 |
* | Algorithm improvements (#16529) | konsumlamm | 2021-01-02 | 2 | -136/+144 |
* | fix #16061 (#16551) | flywind | 2021-01-02 | 2 | -5/+16 |
* | fix `is "closure"` (#16552) | flywind | 2021-01-02 | 2 | -2/+10 |
* | fix #16542 (#16549) | flywind | 2021-01-02 | 2 | -3/+51 |
* | fix #16206, `nim r / nim -r` recompiles if cwd changes (#16349) | Timothee Cour | 2021-01-02 | 1 | -2/+13 |
* | Add mimetypes.mimesLongest (#16480) | Juan Carlos | 2021-01-02 | 2 | -1/+31 |
* | big steps torwards an efficient, simple IC implementation (#16543) | Andreas Rumpf | 2021-01-02 | 57 | -1720/+1432 |
* | fix #14340 (#16386) | Timothee Cour | 2021-01-01 | 2 | -1/+20 |
* | Documentation only Testament unittest (#16532) | Juan Carlos | 2021-01-01 | 1 | -9/+13 |
* | reuse const (#16422) | n5m | 2021-01-01 | 1 | -1/+1 |
* | follow up #16399 clean up docs (#16539) | flywind | 2021-01-01 | 1 | -30/+41 |
* | happy new year 2021 (#16537) | flywind | 2021-01-01 | 2 | -2/+2 |
* | link to POSIX sendSignal from osproc.kill docs (#16475) | n5m | 2021-01-01 | 1 | -0/+2 |
* | refactor the tests of options (#16527) | flywind | 2021-01-01 | 1 | -143/+182 |
* | Add short description on GC (#16535) | Federico Ceratto | 2021-01-01 | 1 | -2/+7 |
* | update contributing.rst (#16530) | flywind | 2021-01-01 | 1 | -4/+4 |
* | enable ggplotnim (#16538) | flywind | 2021-01-01 | 1 | -1/+1 |
* | fix #16494 (#16513) | flywind | 2021-01-01 | 2 | -4/+44 |
* | refactor cmpIgnoreStyle and cmpIgnoreCase (#16399) | flywind | 2020-12-31 | 8 | -147/+141 |
* | RST: improve line blocks (#16518) | Andrey Makarov | 2020-12-31 | 5 | -17/+68 |
* | disable ggplotnim, refs #16523 (#16524) | Timothee Cour | 2020-12-30 | 1 | -1/+1 |
* | adding missing commas in std/bitops (#16520) | rockcavera | 2020-12-30 | 1 | -5/+5 |
* | make the docs of arithmetics better (#16510) | flywind | 2020-12-30 | 1 | -126/+107 |
* | use runnableExamples in options (#16503) | flywind | 2020-12-30 | 1 | -26/+17 |
* | Add assertions for jsconsole (#16460) | Juan Carlos | 2020-12-30 | 2 | -1/_docstring_of_module(path, module_name):
imported = __import__(path, fromlist=[module_name])
return getattr(imported, module_name).__doc__
def get_help(topic):
try:
doc = get_docstring_of_module('ranger.help', topic)
except (ImportError, AttributeError):
return NO_TOPIC
if isinstance(doc, str):
return cleandoc(doc)
return NO_HELP
def get_help_by_index(i):
try:
return get_help(HELP_TOPICS[i])
except IndexError:
return NO_TOPIC
/td> | 2020-12-29 | 4 | -7/+8 |
* | fix printing negative zero in JS backend (#16505) | flywind | 2020-12-29 | 2 | -1/+33 |
* | improve examples in manual (#16497) | flywind | 2020-12-29 | 2 | -2/+4 |
* | Added cmpMem export (#16484) | Antonis Geralis | 2020-12-29 | 4 | -49/+81 |
* | improve turi.nim tests: js, vm; merge tdecodequery.nim (#16500) | Timothee Cour | 2020-12-29 | 2 | -194/+181 |
* | use -d:nimCompilerStackraceHints in more places (#16400) | Timothee Cour | 2020-12-29 | 1 | -0/+5 |
* | Nil type check implementation (#15287) | Alexander Ivanov | 2020-12-29 | 13 | -14/+2215 |
* | RST: fix directive with fields (#16490) (#16493) | Andrey Makarov | 2020-12-29 | 2 | -1/+13 |
* | use doAssert in tests (#16486) | flywind | 2020-12-28 | 78 | -1075/+1075 |
* | fix `nim secret` dots interfering with prompt (#16491) | Timothee Cour | 2020-12-28 | 3 | -4/+9 |
* | fix #15043 (#16441) [backport:1.4] | cooldome | 2020-12-27 | 2 | -5/+23 |
* | follow #15860 clean cgi module (#16487) | flywind | 2020-12-27 | 3 | -77/+57 |
* | Revert #16478 (#16483) | flywind | 2020-12-27 | 1 | -1/+1 |
* | remove some noises in tests (#16448) | flywind | 2020-12-27 | 17 | -181/+140 |
* | fix #16469 vm float constants: do not conflate -0.0 and 0.0 (#16470) | Timothee Cour | 2020-12-27 | 2 | -2/+20 |
* | Save some alloc on base64 using encodeSize (#16465) | Juan Carlos | 2020-12-27 | 1 | -0/+1 |
* | follow #15357 and move decodeQuery (#15860) | flywind | 2020-12-27 | 4 | -34/+67 |