OSDN Git Service

I narrowed down the bug.
[joypy/Thun.git] / joy /
2021-11-28 Simon FormanA Python version of the `ii` combinator.
2021-11-27 Simon FormanDo not let defs shadow built-ins.
2021-11-25 Simon FormanWorking on bug #15
2021-11-25 Simon FormanJoy Jupyter kernel loads defs.txt
2021-11-25 Simon FormanFix bug in `<<{}` function.
2021-11-25 Simon FormanRemove old defs cruft.
2021-11-25 Simon FormanLoad defs from files into dictionary.
2021-11-25 Simon FormanRead defs.txt file from package.
2021-11-24 Simon FormanModify the inscribe decorator to accept a dict.
2021-11-24 Simon FormanModify working of inscribe command.
2021-11-24 Simon FormanUpdating the docs. Playing with Joy Kernel.
2021-11-22 Simon FormanMerge branch 'master' of git.osdn.net:/gitroot/joypy...
2021-11-20 Simon FormanMinor cleanup.
2021-11-19 Simon FormanOMG bug!
2021-11-14 Simon FormanMinor cleanup.
2021-10-26 Simon FormanGDC2
2021-04-10 Simon FormanThis brings Python Joy into congruence with Nim.
2021-04-10 Simon FormanCorrect swap.
2021-04-10 Simon FormanCorrect swaack.
2021-04-10 Simon FormanCustomizing error messages.
2021-04-10 Simon FormanBring it inline with Nim version.
2021-04-10 Simon FormanCorrect i combinator.
2021-04-10 Simon FormanInteger division only please.
2021-04-09 Simon FormanInteresting that Nim checks type of first arg...
2021-04-09 Simon FormanBringing it in line with Nim version.
2021-04-09 Simon FormanSwitch back to spaces for indentation.
2021-04-06 Simon FormanSimplify tokenizing, raise Unknown errors.
2021-04-06 Simon FormanPrint Boolean values with lowercase intitial letters.
2021-04-06 Simon FormanParse Boolean literals.
2021-04-06 Simon FormanAdd a "quiet" mode.
2020-12-20 Simon FormanDon't let module imports have side-effects.
2020-12-20 Simon FormanDerp! I forgot to modify the built-in defs to use...
2020-12-19 Simon FormanMinor cleanup.
2020-12-18 Simon FormanLet '==' separate names from definition bodies.
2020-12-18 Simon FormanDrag-n-Drop stack util function.
2020-11-23 Simon FormanFix a typo.
2020-11-23 Simon FormanHmm...
2020-11-23 Simon FormanFix a typo.
2020-05-21 Simon FormanUpdate some of the docs.
2020-05-20 Simon FormanFix indentation in library docstrings.
2020-05-20 Simon FormanMinor cleanup.
2020-05-20 Simon FormanPush out v0.4.1 right quick to fix Ticket #40430
2020-05-19 Simon FormanRemove the types stuff et. al.
2020-05-19 Simon Formanround
2020-05-19 Simon FormanZero-or-one not one-or-more.
2020-05-19 Simon FormanMinor cleanup.
2020-05-19 Simon FormanLet's simplify.
2020-05-19 Simon FormanRip out type code from the library.
2020-05-17 Simon FormanRebuild docs
2020-05-17 Simon FormanRecognize scientific notation.
2020-05-17 Simon FormanDon't use `==` for definitions.
2020-05-17 Simon FormanLog reset is less wordy.
2020-05-17 Simon FormanSlightly more efficient to just print the string.
2020-05-16 Simon FormanMake joy/gui/controllerlistbox.py compatible with Python 3.
2020-05-16 Simon FormanPython 3.
2020-05-15 Simon FormanIt must be a BytesIO.
2020-05-15 Simon FormanTrying out a different dsiplay format.
2020-05-10 Simon FormanFormat lists properly.
2020-05-10 Simon FormanTry logging just the commands.
2020-05-10 Simon Formanshow_stack in case you close the stack window.
2020-05-10 Simon FormanSet the font on the listbox.
2020-05-10 Simon FormanUpdate view of stack at start.
2020-05-10 Simon FormanConnect it up.
2020-05-10 Simon FormanBring in the listbox widget with drag.
2020-05-10 Simon FormanWith i3 use separate windows again.
2020-05-05 Simon Formanprimrec combinator
2020-05-02 Simon FormanPut the log and scratch text in the same window.
2020-04-28 Simon FormanTrace command.
2020-04-28 Simon FormanRename primrec to tailrec.
2020-04-28 Simon FormanFixes #38237 Sort out stack/unstack/enstacken/disenstacken
2020-04-28 Simon FormanSwitch the names of unstack and disenstacken.
2020-04-26 Simon FormanMinor cleanup.
2020-04-26 Simon FormanSome comments in gui.main.
2020-04-25 Simon FormanFixes #40358 Help output could be better.
2020-04-24 Simon FormanSort the definitions in the library.
2020-04-24 Simon FormanSomehow swoncat fell through the cracks.
2020-04-24 Simon FormanSwitch to tabs for indentation.
2020-04-24 Simon FormanFixes: #40354 Don't hardcode my own name and email...
2020-04-24 Simon FormanFixes: #40355 Lookup bytes no good.
2020-04-24 Simon FormanPickle protocol 2.
2020-04-24 Simon FormanDulwich expects bytes not str.
2020-04-24 Simon FormanFixes #40353 TypeError: must be str or None, not bytes
2020-04-24 Simon FormanFixes #40352 write() argument must be str, not bytes
2020-04-24 Simon FormanMake sure joy.gui.main.__doc__ is at the top of the...
2020-04-24 Simon FormanRemove `__next__`.
2020-04-24 Simon FormanAttributeError: 'itertools.count' object has no attribu...
2020-04-24 Simon FormanOpen stack pickle file in binary mode.
2020-04-24 Simon Formanread text from REPL, don't eval
2020-04-24 Simon FormanFake brutal_hackery on Py3.
2020-04-24 Simon Formanfuturize stage2 vui
2020-04-24 Simon Formanfuturize stage2 gui
2020-04-24 Simon Formanfuturize stage2 core
2020-04-24 Simon Formanfuturize stage2 core
2020-04-24 Simon Formanfuturize stage1 vui
2020-04-24 Simon Formanfuturize stage1 gui
2020-04-24 Simon Formanfuturize stage1 core
2020-04-24 Simon FormanFixes #38239 rename parameter of stack.pick()
2019-12-03 Simon FormanMinor cleanup.
2019-12-02 Simon FormanMake parser REs into module-level "constants".
2019-12-02 Simon FormanMinor docs update.
next