simon-git: spigot (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sat Oct 7 20:58:42 BST 2017


TL;DR:
  3bc7704 More Python namespace cleanup.
  ef5e41d Remove one lingering use of the Spigot.sp field.
  9fcca21 Another embarrassing float-conversion fix.

Repository:     https://git.tartarus.org/simon/spigot.git
On the web:     https://git.tartarus.org/?p=simon/spigot.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2017-10-07 20:58:42

commit 3bc770466d60280c3149864516e74fac71aaf0e1
web diff https://git.tartarus.org/?p=simon/spigot.git;a=commitdiff;h=3bc770466d60280c3149864516e74fac71aaf0e1;hp=151dd2dab217ed0e23af8a486e9b0eaefa5e81ed
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Oct 7 19:50:01 2017 +0100

    More Python namespace cleanup.
    
    Now even standard modules imported by spigot are imported under names
    that begin with '_', so that 'spigot.types' and 'spigot.struct' won't
    be mistaken for actually sensible things.

 python/spig/__init__.py | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit ef5e41dcdd4faa87edcc90e6bf4ad1cd53c95cf5
web diff https://git.tartarus.org/?p=simon/spigot.git;a=commitdiff;h=ef5e41dcdd4faa87edcc90e6bf4ad1cd53c95cf5;hp=3bc770466d60280c3149864516e74fac71aaf0e1
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Oct 7 19:50:45 2017 +0100

    Remove one lingering use of the Spigot.sp field.
    
    I hadn't exposed sign() as a method on the wrapper class. Now I have.

 python/spig/__init__.py | 3 +++
 python/test.py          | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 9fcca217b0e0608edf2f04633fa4b15f9b5f98e1
web diff https://git.tartarus.org/?p=simon/spigot.git;a=commitdiff;h=9fcca217b0e0608edf2f04633fa4b15f9b5f98e1;hp=ef5e41dcdd4faa87edcc90e6bf4ad1cd53c95cf5
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Oct 7 20:42:20 2017 +0100

    Another embarrassing float-conversion fix.
    
    A Python float value smaller than 2^-767, i.e. with a bit pattern
    representation whose leading hex digit is zero, would be converted
    into the wrong number of hex digits in the spigot 'ieee:' format.

 python/spig/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the tartarus-commits mailing list