Commit Graph

10375 Commits (b039b6a542509186f85ab58385277cbee181803a)

Author SHA1 Message Date
John Benediktsson abf610b2e4 python: fix help-lint warnings. 2014-03-04 11:06:55 -08:00
John Benediktsson 14f43d8cb8 python: rename >factor to py>, rename import to py-import, minor stuff. 2014-03-04 09:39:02 -08:00
Björn Lindqvist 5157d84a6b python: set PYTHONHOME 2014-03-04 09:23:05 -08:00
Björn Lindqvist f69061f857 python: fix path to test file 2014-03-04 09:23:05 -08:00
Björn Lindqvist b4037ae336 python: improved docs, support for kwargs to methods and sets sys.argv 2014-03-04 09:23:05 -08:00
Björn Lindqvist 577edc79c2 python: support for kwarg functions 2014-03-04 09:23:05 -08:00
Björn Lindqvist ac28527d53 python: vocab split into subvocabs python.errors and python.objects for
easier maintenance
2014-03-04 09:23:05 -08:00
Björn Lindqvist eb612e25b0 python: More documentation, privatization of words in python.syntax 2014-03-04 09:23:05 -08:00
Björn Lindqvist 8bfd12c0f8 python: metadata files and a first stab at documentation 2014-03-04 09:23:04 -08:00
Björn Lindqvist 715d426ad3 python: word for converting python lists to vectors 2014-03-04 09:23:04 -08:00
Björn Lindqvist 8ed7fe02ac python: setup serialization between vectors and python lists 2014-03-04 09:23:04 -08:00
Björn Lindqvist d5c0e84fe2 python: setattr wrapping 2014-03-04 09:23:04 -08:00
Björn Lindqvist 981c26596c python: much improved syntax, $ sigil used to get object values 2014-03-04 09:23:04 -08:00
Björn Lindqvist a75a5d7458 python: syntax for methods and ditching of the auto-marshalling words, the syntax didn't turn out great 2014-03-04 09:23:04 -08:00
Björn Lindqvist 6a8fe41b90 python: compressed using lines 2014-03-04 09:23:04 -08:00
Björn Lindqvist 0af4fee085 python.syntax: vocab that makes python functions work like factor words 2014-03-04 09:23:04 -08:00
Björn Lindqvist 7b92bad65a python: the os module is considerably smaller on windows 2014-03-04 09:23:03 -08:00
Björn Lindqvist c18e968aaa python: several more builtin functions and refcounting fixes 2014-03-04 09:23:03 -08:00
Björn Lindqvist 65c1500812 python: more correct reference counting, handles ucs2 and ucs4, stdlib module wrappers 2014-03-04 09:23:03 -08:00
Björn Lindqvist 175a469e49 python: ucs2 and ucs4 2014-03-04 09:23:03 -08:00
Björn Lindqvist bd8d0b5d84 python: function needed to make both ucs2 and ucs4 python builds work 2014-03-04 09:23:03 -08:00
Björn Lindqvist da1ef0ae95 python: windows compat 2014-03-04 09:23:03 -08:00
Björn Lindqvist 446498c67a python: a thin ffi to Python, everything mostly works except for the cursed reference counting 2014-03-04 09:23:03 -08:00
John Benediktsson 13a84d1ff1 sequences.extras: adding replicate-into. 2014-02-27 14:31:25 -08:00
John Benediktsson 0fb0eaa1cf random: simplify using bitwise operations. 2014-02-25 15:59:51 -08:00
Doug Coleman e259e6830d color-picker: Show the hex value of the color because it's useful. 2014-02-20 00:13:34 -08:00
John Benediktsson ad63d24263 ip-parser: allow zeros in IP addresses. 2014-02-18 07:33:54 -08:00
John Benediktsson 6ecb291710 html.parser.analyzer: cleanup, fix find-by-class-id-between. 2014-02-17 15:17:24 -08:00
Björn Lindqvist 3c53214b43 html.parser.analyzer: when matching on classname, check that the tag has the given class 2014-02-15 14:56:56 -08:00
John Benediktsson e9e4115de1 assocs.extras: adding assoc-sift. 2014-02-13 20:08:12 -08:00
Doug Coleman 5ad200a41a twitter.prettyprint: Add user-profile. 2014-02-12 20:13:10 -08:00
Doug Coleman bc7680a914 twitter: Add user-profile and refactor a bit. 2014-02-12 20:13:10 -08:00
Doug Coleman 8437bf5033 oauth: Generate the oauth signature base string the way twitter does it. 2014-02-12 20:13:10 -08:00
Doug Coleman 918cb7bc34 twitter: Add mentions timeline. 2014-02-12 20:13:10 -08:00
John Benediktsson c9badc9dd9 ip-parser: prefer a cleaner maybe less fast version. 2014-02-09 20:09:39 -08:00
John Benediktsson c69005a324 ip-parser: faster ntoa and aton. 2014-02-09 15:45:28 -08:00
John Benediktsson bffeeed589 ip-parser: use byte-array in ipv4-aton to force fixnum math. 2014-02-09 11:07:31 -08:00
John Benediktsson c2c89152e3 geo-ip: change to use ip-parser for ipv4 lookup. 2014-02-09 11:00:38 -08:00
John Benediktsson dcf1e6b9f3 ip-parser: adding ntoa and aton words. 2014-02-09 10:58:47 -08:00
John Benediktsson a718127fd1 random: some cleanup. 2014-02-06 18:17:03 -08:00
Doug Coleman 03f4ad3943 twitter: Add home-timeline and home-timeline. 2014-02-05 20:33:12 -08:00
John Benediktsson 6fd5b9766b reddit: update tuples. 2014-02-05 13:50:38 -08:00
John Benediktsson fcf2d2cc40 imap: fix docs for rename-folder. 2014-01-16 18:51:24 -08:00
Björn Lindqvist 92d71a4a3b imap: privatizing the non-api words 2014-01-16 22:14:27 +01:00
Björn Lindqvist d20dc5e649 imap: documentation 2014-01-16 22:09:59 +01:00
Björn Lindqvist 34bab82cda imap: metadata files 2014-01-16 20:22:04 +01:00
Björn Lindqvist e05c1214bd imap: vocab for handling imap 2014-01-16 20:20:36 +01:00
Doug Coleman 7c93316fbe crypto.aes: <sliced-groups> is now just <groups>, add a missing using. 2014-01-11 11:13:39 -08:00
Fred Alger 67a71d0974 Initial commit of lookup-table AES implementation
In need of optimization and cleanup.  Uses 32-bit integers arithmetic
and seems to run very quickly (100k key expansions + encrypts in 3.88
= 400K/s encryption).  Based on p7zip's optimized C implementation.
2014-01-11 11:10:47 -08:00
John Benediktsson b5eae48068 sequences.extras: remove insert-sorted (can use versions in sorting.extras instead). 2014-01-08 11:50:35 -08:00