OSDN Git Service

joypy/Thun.git
6 years agoMinor cleanup.
Simon Forman [Sun, 22 Apr 2018 22:16:11 +0000 (15:16 -0700)]
Minor cleanup.

Ignore some stuff.  I was playing with Hypothesis.

6 years agoMinor cleanup of the README file.
Simon Forman [Sun, 22 Apr 2018 16:16:48 +0000 (09:16 -0700)]
Minor cleanup of the README file.

6 years agoChange project name to Thun.
Simon Forman [Sun, 22 Apr 2018 04:26:41 +0000 (21:26 -0700)]
Change project name to Thun.

I waited too long to upload to PyPI and some other bastard snagged the name.  I originally wanted to call it "Thun" as a tribute to Manfred von Thun, but I was concerned that this might seem to violate the thrid clause in the license of the original Joy code, to wit:

3. The name of the author may not be used to endorse or promote products  derived from this software without specific prior written permission.

Since the author is deceased I don't know of whom to ask permission to call this project Thun, but since I am not trying to "endorse or promote" this project with his name it should be alright.  In any event if anyone complains I can rename the project again.

6 years agoGetting ready for PyPI.
Simon Forman [Sun, 22 Apr 2018 03:46:35 +0000 (20:46 -0700)]
Getting ready for PyPI.

6 years agoMerge a branch.
Simon Forman [Sun, 22 Apr 2018 01:36:31 +0000 (18:36 -0700)]
Merge a branch.

I sure hope I'm doing this right.

6 years agoLet the name of wrapped functions appear in tracebacks.
Simon Forman [Sat, 21 Apr 2018 22:37:19 +0000 (15:37 -0700)]
Let the name of wrapped functions appear in tracebacks.

6 years agoSwitch to functions from classes for FunctionWrappers.
Simon Forman [Sat, 21 Apr 2018 22:20:46 +0000 (15:20 -0700)]
Switch to functions from classes for FunctionWrappers.

6 years agoMinor cleanup.
Simon Forman [Sat, 21 Apr 2018 18:53:02 +0000 (11:53 -0700)]
Minor cleanup.

6 years agoEfficient and elegant recursive pushback() function.
Simon Forman [Sat, 21 Apr 2018 18:41:20 +0000 (11:41 -0700)]
Efficient and elegant recursive pushback() function.

Can overflow recursion limit (typically 1000.)

6 years agoWhen loading definitions ignore lines w/o "==".
Simon Forman [Sat, 21 Apr 2018 18:40:00 +0000 (11:40 -0700)]
When loading definitions ignore lines w/o "==".

6 years agoRemove build dir from version control.
Simon Forman [Tue, 17 Apr 2018 04:26:31 +0000 (21:26 -0700)]
Remove build dir from version control.

6 years agoIgnore build dir and pyc files.
Simon Forman [Tue, 17 Apr 2018 04:21:02 +0000 (21:21 -0700)]
Ignore build dir and pyc files.

6 years agoTesting workflow.
Simon Forman [Mon, 16 Apr 2018 19:43:28 +0000 (12:43 -0700)]
Testing workflow.

Correcting a typo.

6 years agoBringing over some changes.
Simon Forman [Mon, 16 Apr 2018 19:27:52 +0000 (12:27 -0700)]
Bringing over some changes.

I need to harmonize my local repo and the OSDN repo.

6 years agoInitial move of code from git repo.
Simon Forman [Sun, 15 Apr 2018 01:13:13 +0000 (18:13 -0700)]
Initial move of code from git repo.