Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Tahoe-LAFS

Tahoe-LAFS is a free and open, secure, decentralized, fault-tolerant, distributed data store and distributed file system.
Collective - Host: opensource - https://opencollective.com/tahoe-lafs - Website: https://tahoe-lafs.org/ - Code: https://github.com/tahoe-lafs

add suppression for valgrind warning which is plausible a false alarm

see patch for details and references
probably fixes #81

github.com/tahoe-lafs/pycryptopp - 6f7d772b70ca2ccd2833056787b254bb9e2a38f7 authored almost 13 years ago
ed25519: fix last Py_ssize_t, avoiding a segfault on Fedora/gcc-4.7/64bit

This comes from python-ed25519 1.1 . Many thanks to Samuel "Dcoder" Neves for
the analysis and fix.

github.com/tahoe-lafs/pycryptopp - 1ae745ac6abbb1f83359218b9dd11f3855ad23d7 authored almost 13 years ago
setup: copy in the latest version of show-tool-versions from the pycryptopp project (plus tweaks to query tools relevant to zfec instead of relevant to pycryptopp)

Ignore-this: a4044529b66fb204dcbdf8d0c826fb21

darcs-hash:f6c5ad5649aa3f33ba7934051e127209428c544f

github.com/tahoe-lafs/zfec - 2b50af608e06371af87bb436c3ddf3e6d9a7c315 authored almost 13 years ago
Merge pull request #9 from zooko/master

tweak which tools are queried by show-tool-versions

github.com/tahoe-lafs/pycryptopp - 36a666d4514e21a71c934bcfc62438b8bab97f32 authored almost 13 years ago
tweak which set of tools to query the version of

github.com/tahoe-lafs/pycryptopp - b31aaf38f208b205bec928294b32bb0fa24b6530 authored almost 13 years ago
Merge pull request #1 from warner/ed25519

Add Ed25519 signatures

github.com/tahoe-lafs/pycryptopp - 04fd40354f2bf3fea64fd0cbda6644a539ebee8b authored almost 13 years ago
Merge pull request #8 from zooko/master

small patch to version compilation

github.com/tahoe-lafs/pycryptopp - 3fe6471b669b472cb9a155b2c847ddfc8cf9af07 authored almost 13 years ago
put the "extra version" of the Crypto++ lib -- which is now a string constant in the library itself rather than a #define in the header -- into the Python-visible version tuple if and only if DISABLE_EMBEDDED_CRYPTOPP is not defined. Formerly it included it if and only if the CRYPTOPP_EXTRA_VERSION macro was defined.

github.com/tahoe-lafs/pycryptopp - 14b9c6bab2a44d689843700d632a9fee257942a3 authored almost 13 years ago
Merge pull request #7 from zooko/extra-version

add a string in cryptlib.cpp, declared extern in config.h to hold the "e...

github.com/tahoe-lafs/pycryptopp - 5b922497a6117ecef024fae6becfdd5ca35fc8c7 authored almost 13 years ago
Merge pull request #6 from zooko/apply_upstream_466

apply http://bazaar.launchpad.net/~zooko/cryptopp/trunk/revision/466 , w...

github.com/tahoe-lafs/pycryptopp - d3d5ac12c0ca3e718ac152ea6d244988beaba3a0 authored almost 13 years ago
add a string in cryptlib.cpp, declared extern in config.h to hold the "extra version"

This way you can tell if the Crypto++ library you're linking/loading was built with patches (if t...

github.com/tahoe-lafs/pycryptopp - 016b16f97de44542ba1f3205efd8b69d907f8b13 authored almost 13 years ago
Add Ed25519 signatures, in pycryptopp.publickey.ed25519 . Closes #75.

This copies in version 1.0 of python-ed25519, from
https://github.com/warner/python-ed25519 (or ...

github.com/tahoe-lafs/pycryptopp - 959851743ed0a5fb1dc77d6925031a03367c8949 authored almost 13 years ago
apply http://bazaar.launchpad.net/~zooko/cryptopp/trunk/revision/466 , which I believe is Wei Dai's attempt to fix https://tahoe-lafs.org/trac/pycryptopp/ticket/44

github.com/tahoe-lafs/pycryptopp - 299a99ed04d93d811fe3039fc669253644fba848 authored almost 13 years ago
Merge pull request #5 from zooko/valgrind-suppressions-2

add suppressions for luther sid

github.com/tahoe-lafs/pycryptopp - d9c02d1a2c6d6758328f6a697ff67512595f2a3a authored almost 13 years ago
add suppressions for luther sid

github.com/tahoe-lafs/pycryptopp - d8a38a7d0425ceab418bac5270db15816f81054f authored almost 13 years ago
hush pyflakes

github.com/tahoe-lafs/pycryptopp - cf6820b3bfb7b0fb9ba626dacda24c7299fdfff8 authored almost 13 years ago
README.rst: remove the em-dash to allow 'setup.py register' to work

otherwise it throws a UnicodeDecodeError in post_to_server()

github.com/tahoe-lafs/pycryptopp - cdb9e794473de070c14a9d2fd6f6ca235e979822 authored almost 13 years ago
Use versioneer-0.7 to make a version string from git metadata, when possible.

github.com/tahoe-lafs/pycryptopp - cdc8190c06b63b9f4885a4d8239c5b27906c3c49 authored almost 13 years ago
gitignore dist/

github.com/tahoe-lafs/pycryptopp - 97f23e10e7126478afe5d038c7f937a95fc56446 authored almost 13 years ago
README.rst: fix dangling footnote

github.com/tahoe-lafs/pycryptopp - 92190d5636cab6ab0589581769cb4642b40c42ef authored almost 13 years ago
show-tool-versions: add platform, locale, encodings, pyflakes

mostly copied from the tahoe-lafs version

github.com/tahoe-lafs/pycryptopp - 21862caa4a2f0b74666d8da0d5343eac7db38b88 authored almost 13 years ago
fix include-file path for real, matching usage in other .cpp files

github.com/tahoe-lafs/pycryptopp - c83378d3fc97dc4a06dbdf1e8dcfb3c141c1edc9 authored almost 13 years ago
xsalsa20module.cpp: fix include-file path when using embedded Crypto++

github.com/tahoe-lafs/pycryptopp - f0fa7dd48edea38e8c5c7bc73435f55d196e2d8b authored almost 13 years ago
rename xsalsa to XSalsa20, second step: modify files

github.com/tahoe-lafs/pycryptopp - c4d510126c59afa801d8defa2f97337c44957d80 authored almost 13 years ago
rename xsalsa to XSalsa20, first step: move files

github.com/tahoe-lafs/pycryptopp - cf636d263678bc928b6d5e0e430c0bfefbb654fd authored almost 13 years ago
xsalsa: add Ferguson-style recursive test

github.com/tahoe-lafs/pycryptopp - b94fb9eb1f1f7c9530062208d05b734a637f8169 authored almost 13 years ago
XSalsa20: don't tolerate partial IVs, improve tests

Previously, passing an IV string of the wrong length would use uninitialized
memory. Now it thro...

github.com/tahoe-lafs/pycryptopp - 25196bc259b55427dce4eb022ee7627b7a149fe3 authored almost 13 years ago
add XSalsa20 power-on-self-test

github.com/tahoe-lafs/pycryptopp - c1393681651efc0706fbcc6a8b5ce7fa59319043 authored almost 13 years ago
xsalsa: necessary fixes and cleanups

Mainly adding xsamsamodule.cpp to setup.py . Also rename test vectors to
match existing pattern,...

github.com/tahoe-lafs/pycryptopp - c0f3619ac03f249d85e29811a4c24af1e9c1cd85 authored almost 13 years ago
Initial xsalsa20 patches by Xue Yu

Also detabify test_xsalsa.py

github.com/tahoe-lafs/pycryptopp - a1797d427f779d14bf6f1172b462f3dfe1e40513 authored almost 13 years ago
README.rst: remove UTF-8 BOM, to resolve pkg-info problem on py2.4 buildslave

github.com/tahoe-lafs/pycryptopp - 6243fc500c3d9c60a7afe511a07473a171899c76 authored almost 13 years ago
ignore generated .so file

github.com/tahoe-lafs/pycryptopp - bcaa77e88bd949a1f0aaa46153227758a20d3f26 authored almost 13 years ago
Require AES IV to be 16 bytes, no more, no less. Closes #70.

github.com/tahoe-lafs/pycryptopp - c89e25aa994f6528bd6d65e3875fe718f83dbf6d authored almost 13 years ago
README.rst: include in MANIFEST.in, fix footnotes

github.com/tahoe-lafs/pycryptopp - 679fc8a9ed5084a9bc7d8923f6a3141fe0d986c1 authored almost 13 years ago
ReSTify the README, first cut

github.com/tahoe-lafs/pycryptopp - 001fecc6a495cf49b4a607a1dfeac2888b360257 authored almost 13 years ago
finish off darcs: make setup.py work with only git

This rearranges VERSIONFILES and .versionbodies in setup.py to work correctly
without darcsver. ...

github.com/tahoe-lafs/pycryptopp - 5ac24e151c644fc4bf230439e3c7bb34d403b29e authored almost 13 years ago
remove all use of darcs in the build system, first cut

Deletes darcsver-1.6.3.egg (and removes from MANIFEST.in), removes
get-version-from-darcs code i...

github.com/tahoe-lafs/pycryptopp - 769b38b74a1eb21430ba3b9a7b4e05fbd7da6a35 authored almost 13 years ago
Merge branch '44_double_load'

Conflicts:
misc/coding_helpers/uninit_random.supp

github.com/tahoe-lafs/pycryptopp - 9b1271269ec075325d7857b2d1a90551341df030 authored about 13 years ago
remove specialized suppressions for an older version of Crypto++ that uses uninitialized data for EVERYTHING THAT IT DOES

github.com/tahoe-lafs/pycryptopp - 39b7a53fd20ade32fd675021c48a88b38def01cd authored about 13 years ago
Make the _testdoubleload module dynamically link to the Crypto++ dynamic link library, by using a symbol from that library.

This makes the "double load" test able to more reliably tell us whether, given
the Crypto++ libr...

github.com/tahoe-lafs/pycryptopp - 7b821f79032fcba0e956813d1be93d19eef7d103 authored about 13 years ago
a few more suppressions...

github.com/tahoe-lafs/pycryptopp - cb3231d8c9007b7dc503d2fe3fa91d513a0a8fb5 authored about 13 years ago
add a few more suppressions from the giant list of bogus warnings...

github.com/tahoe-lafs/pycryptopp - f44f0dcc4942f4b4aaeceb94b8dc92491258bb80 authored about 13 years ago
make suppressions more general (only one stack frame) because there are way too many of them

github.com/tahoe-lafs/pycryptopp - ab3c0aea8f74fc02283aea337ba38d2a95f972ad authored about 13 years ago
add valgrind suppressions file for some of the zillions of warnings that arise from older libcryptopp.so's using uninitialized memory for the random number generator

github.com/tahoe-lafs/pycryptopp - 2b3ed0981c186939b9baf8a47ec4e46596ff317a authored about 13 years ago
Merge branch 'master' of github.com:tahoe-lafs/pycryptopp

github.com/tahoe-lafs/pycryptopp - 7f600af5ef25194697422fb8b728af4533689c74 authored about 13 years ago
Merge branch 'zooko/valgrind-suppressions' of github.com:tahoe-lafs/pycryptopp

github.com/tahoe-lafs/pycryptopp - 87f3acefac93bb5d48cdb383c0402e48e926868e authored about 13 years ago
copy in some formatting changes Brian made to the version of this that lives in tahoe-lafs, handle error conditions more gracefully

github.com/tahoe-lafs/pycryptopp - 0840d627fa7ec24e3aa641a9fb732ff2b4aa3560 authored about 13 years ago
fix the suppression pattern using the result from --gen-suppressions=all

github.com/tahoe-lafs/pycryptopp - e10ccc5f7efc36561510266abc71526a8b6b6734 authored about 13 years ago
comment-out broken suppression which makes valgrind not start

github.com/tahoe-lafs/pycryptopp - 2ae0ce6a21c1d3d5a512ebfa6f898d6ca3740ff6 authored about 13 years ago
Merge pull request #4 from zooko/master

make suppression pattern less specific

github.com/tahoe-lafs/pycryptopp - 43dcf86c638a839addbd9da1a9d45241f1300a1e authored about 13 years ago
make the suppression less specific since for some reason it didn't catch (as shown on the buildbot: https://tahoe-lafs.org/buildbot-pycryptopp/builders/FreeStorm%20CentOS5-i386/builds/12/steps/test%20valgrind/logs/valgrind )

github.com/tahoe-lafs/pycryptopp - e03aca9bf4d73ebbd88a782a189145feb3d9cb30 authored about 13 years ago
Merge pull request #3 from zooko/master

valgrind suppression file update

github.com/tahoe-lafs/pycryptopp - 4e3bfcf3c21b1e5aedf69fced3bc3d59c2908eb9 authored about 13 years ago
add suppression of a false alarm in valgrind/glibc

github.com/tahoe-lafs/pycryptopp - 1d7c3f74c7455875df0b54cdf452d75d82e40ccb authored about 13 years ago
remove comments cut and pasted from elsewhere

github.com/tahoe-lafs/pycryptopp - e90a50f8bb14190f350796bdca585fbf9557b77e authored about 13 years ago
Merge pull request #2 from warner/gcc4.7

Gcc4.7

github.com/tahoe-lafs/pycryptopp - 0e6467f15c91c17df78867ebb78778125aaa94df authored about 13 years ago
more gcc4.7.0 fixes

github.com/tahoe-lafs/pycryptopp - 94be6175a3288585d112fceb00ee9a9cf39411fa authored about 13 years ago
fix gcc4.7.0 compatibility: secblock.h needs this->CheckSize()

The upcoming gcc-4.7.0 conforms better to the C++ spec, and name lookups are
now more strict. Th...

github.com/tahoe-lafs/pycryptopp - 3766b87e975f699a245719a6c5718aa4612cd59a authored about 13 years ago
add .gitignore to (mostly) match the old .darcs-boringfile

github.com/tahoe-lafs/pycryptopp - 40a43d7974e9f27f19257a36fe35465db486ed09 authored about 13 years ago
remove whitespace, to test the buildbot and trac posthook

github.com/tahoe-lafs/pycryptopp - 966c0f57a3c1e22025fcbf4da8d08e4f6e9bd82f authored about 13 years ago
add whitespace, to test the buildbot

github.com/tahoe-lafs/pycryptopp - 9739abb9f0c2e03fccdba161bf2a51e924aead9f authored about 13 years ago
README.txt: add project homepage

github.com/tahoe-lafs/pycryptopp - b9a8b4ebed62b3f9e73cff2fa3653da00fb9bfe6 authored about 13 years ago
fix setup.py to allow version-from-darcs to work again

github.com/tahoe-lafs/pycryptopp - f833c9777ce1b1ee12ab1d73e14e155e1b694d49 authored about 13 years ago
setup.py: get version from either git or darcs

setup.cfg: replace 'darcsver' call with new 'update_version' command

github.com/tahoe-lafs/pycryptopp - e62fd6afff946f8c8e6911d969d9448d5216679d authored about 13 years ago
remove unused setuptools_darcs egg

github.com/tahoe-lafs/pycryptopp - de0222b3d70005094f8b610f1d6324f3b44fdd58 authored about 13 years ago
update MANIFEST.in to get all source files (and test vectors)

github.com/tahoe-lafs/pycryptopp - cc02a26a658b8acf587dc0c69cccdff1b9e556ee authored about 13 years ago
docs: minor tweaks to comments at the tops of files

github.com/tahoe-lafs/pycryptopp - c6488bed5129c97f1b61969a1e8590f268a03650 authored about 13 years ago
copy in the latest version of zetuptoolz from the tahoe-lafs project

Ignore-this: 7bbb139eb0632cb155d53700cf4239be

darcs-hash:3b547744d3acb475b2d1c9e7991196ec88030d14

github.com/tahoe-lafs/zfec - 23f99bf14f8b6c80d359c4facc6496ab14cd3d80 authored over 13 years ago
NEWS.rst: fix problem in rst formatting

github.com/tahoe-lafs/pycryptopp - 3127a317f27e75a773d43118cf0748ac46552bdf authored over 13 years ago
misc/build_helpers/show-tool-versions.py: capture cl.exe's stderr rather than stdout

github.com/tahoe-lafs/pycryptopp - 42a9553fce3a6177a6ece447930fbf5b56300eef authored over 13 years ago
setup: install_requires argparse only if Python version is < 2.7

Ignore-this: 457da4f3e4c598ec3386527a4620bdeb
Also edit some licensing metadata and Python compa...

github.com/tahoe-lafs/zfec - c728686b6a07a109b1b78500bf8bbc62f14534e5 authored almost 14 years ago
bench: add note to README.rst about how to run the benchmarks, update the "not really encoding" dummy function in the benchmarks

Ignore-this: 3517ed007d89f3f90d817274d520e9a3

darcs-hash:7be6784eb847aa3defdf0ef9d62befc43ff014e3

github.com/tahoe-lafs/zfec - 344e30bdaa0dc4f8e75c624672f6d284c8831bb1 authored almost 14 years ago
bench: print out results in MB/sec instead of nanoseconds/byte and add more detail to legend

Ignore-this: d12d509010f0beb0e94b5fd5c532d77a

darcs-hash:b629d668137adb17a6b29a65dbd97f3be920bdf7

github.com/tahoe-lafs/zfec - 3ac09e94c612cddd82f0dcc47671ada91fab3beb authored almost 14 years ago
bench: take --k= and --m= options on the cmdline and print out more explanation of the output

Ignore-this: 52610214e79646140d2d0bef1259808

darcs-hash:c34e32d6a1d82a069562d730f11f3225c5a72c21

github.com/tahoe-lafs/zfec - 06a88980be5b99cb72692e4e55542326e3238df4 authored almost 14 years ago
setup: setup_require setuptools_trial only if one of the argv is 'trial'

Ignore-this: a154346b06a8305ef942ac664c6d85d5
This is to workaround the bugs in distribute's han...

github.com/tahoe-lafs/zfec - 867ac59e6873b8385cd30b7b0b308fc3bc8aa756 authored about 14 years ago
setup: ascii-ify the README.rst because distutils in Python < 2.6 assumes ascii in the pkg metadata

Ignore-this: e0b4c659f866bb4b7778fdc871bc1193
This was detected by the Tahoe-LAFS buildbot attem...

github.com/tahoe-lafs/zfec - 43a93a161bea0a0a5825d9adb10ca486b691ca48 authored about 14 years ago
TAG pycryptopp-0.5.29

github.com/tahoe-lafs/pycryptopp - 95bf08ade2d7642f7c9811f6853696388204ac92 authored about 14 years ago
avoid triggering an error from valgrind about "using uninitialized memory" by applying patch from upstream Crypto++ to the embedded copy of Crypto++

The patch upstream is http://bazaar.launchpad.net/~zooko/cryptopp/trunk/revision/502

Fixed tick...

github.com/tahoe-lafs/pycryptopp - 906683989eddadb9a5f4da17ce49867b3e27a24a authored about 14 years ago
setup: oh, and if there is a utf-8 "BOM" then decode the file contents as utf-8 before passing them to setup()

Ignore-this: 1c9843b51010f397b451221e2774d26

darcs-hash:eb197f870a35e036599d685de816d4df9af44522

github.com/tahoe-lafs/zfec - a891dd1d117a676d14fd5ca974644ea47fd10d4e authored about 14 years ago
setup: oh, and actually pass that string to setup() instead of re-reading the file...

Ignore-this: 1f06b8595fe07c4c0fd53b9cc02d7bfc

darcs-hash:0734bf35ade833bff743cfe20cdc12bb819ac7fd

github.com/tahoe-lafs/zfec - 7d85851a1b8697730db12150c9271f401913ade5 authored about 14 years ago
setup: if there is a utf-8 "BOM" at the beginning on README.rst, strip it before passing the contents of the file to setup()

Ignore-this: f06876029ceb9f60801017b98045343

darcs-hash:7024c4a6059b59767fd03609e33c4b35bfb4fbf6

github.com/tahoe-lafs/zfec - 205d46538bd9b7fec9dc6d745231d58bbecda775 authored about 14 years ago
setup: don't build-dep on darcsver unless 'darcsver' appears on sys.argv (thus neatly avoiding a bug in distribute)

Ignore-this: 4315aad71297613be76823aca5260f1a

darcs-hash:deacf6ad9fb7b06c9894a01ab2b4ca31045f0224

github.com/tahoe-lafs/zfec - e9bed633455ce6e07a87a53157daa295a6e45ce0 authored about 14 years ago
tests: skip Nikratio's test on older Python's that don't have hashlib

github.com/tahoe-lafs/pycryptopp - 181ccc55b23b341d900af9e2da144864179f13ce authored about 14 years ago
TAG pycryptopp-0.5.28

github.com/tahoe-lafs/pycryptopp - c8385d6142dcb6249d2ab6839773933ee776e60e authored about 14 years ago
remove another newfangled Pythonism that doesn't work on our Python 2.4 buildslave, bump version number ot 0.5.28

github.com/tahoe-lafs/pycryptopp - c417bf6081bbd1047f7063a0836e6d239de40890 authored about 14 years ago
TAG pycryptopp-0.5.27

github.com/tahoe-lafs/pycryptopp - 33398e5fafe16d0dbca6526dca0f44cbc53b8395 authored about 14 years ago
tests: remove newfangled Pythonism from Nikratio's test (we support Python 2.4 still)

github.com/tahoe-lafs/pycryptopp - a8717a5bd53a1f296b5b7ed41933a8f17ba118c4 authored about 14 years ago
TAG pycryptopp-0.5.26

github.com/tahoe-lafs/pycryptopp - 969f969ff5fbb6c119ec2d5199f0e23829ac15a3 authored about 14 years ago
NEWS.rst about pycryptopp v0.5.26

github.com/tahoe-lafs/pycryptopp - 62d82ae0fcc27d63fb71856ceb901d35bee9185f authored about 14 years ago
tests: add test from Nikratio's report in ticket #67

github.com/tahoe-lafs/pycryptopp - 6fa8a0d97ed0b1af551bf378a9795acd00e45aec authored about 14 years ago
setup: comment-out the setup_requires on setuptools_darcs to work-around a distribute/ubuntu bug

github.com/tahoe-lafs/pycryptopp - be76914d89f5c882961fc0d1b80deab0d3cba11b authored about 14 years ago
M-x whitespace-cleanup

github.com/tahoe-lafs/pycryptopp - 9bf9300c51d787a6bf36149658d2196e21bcc73f authored about 14 years ago
ecdsa: re-enable ECDSA (192-bit)

I intend to harmonize this implementation of ecdsa with the one provided in https://github.com/wa...

github.com/tahoe-lafs/pycryptopp - f78cdebc526a688123666c4e1969763936aad662 authored about 14 years ago
setup: remove the no-longer-needed code to set RTLD_GLOBAL when loading _pycryptopp.so

github.com/tahoe-lafs/pycryptopp - 459114f2aaf043274aa851c367ddfddabdb6f2e3 authored about 14 years ago
docs: update README.rst

Ignore-this: 1d2bf311b4add513fe964db81c308d34

darcs-hash:2e942fdecb1268142353bfd7e70f19331d2076cc

github.com/tahoe-lafs/zfec - 5055b92039941daa125be3cffb21e345bf5f3a3c authored about 14 years ago
setup: comment-out the setup_requires on setuptools_darcs to work-around a distribute/ubuntu bug

Ignore-this: 8ea3b82c5d604cd3779680768de615be

darcs-hash:df4b4f172309384ee31f58c76889eb8c67f0828a

github.com/tahoe-lafs/zfec - 8ec38163ae62c90ba4914f6cd770d3ffc6743729 authored about 14 years ago
docs: update docs and metadata

Ignore-this: 2d00ae4418ae817ccc0e5838818683a7

darcs-hash:4df3a64cd36607211b8d4d612e49fca62d36c409

github.com/tahoe-lafs/zfec - f9f6fe78d7da8f360d67cce9844a6d8b996dc0e5 authored about 14 years ago
setup: add valgrind version to show-tool-versions

Ignore-this: c39bf6df5760ae2b3360ceb5f17cdcdc

darcs-hash:1e66d89601bc930c2742dabfa31e10a82a81deaa

github.com/tahoe-lafs/zfec - ce3528be0228378879e166679e85efd81eeb030a authored about 14 years ago
setup: show-tool-versions: add valgrind version

github.com/tahoe-lafs/pycryptopp - 1c236b20bbf3d898fad0fe896c83a987779b44c3 authored about 14 years ago
setup: make sure that builds don't #include cryptopp files from the system when doing a build against the embedded copy of Crypto++

We ensure this by changing the name of the directory containing the embedded copy of Crypto++ fro...

github.com/tahoe-lafs/pycryptopp - 79a464530fa3357da9a57f29f39d0ad63211880c authored about 14 years ago
setup: show-tool-versions: emit module and __version__ information even when module name != distribution (package) name, and add TwistedCore

Ignore-this: 93c1d7e5062a85a27d5b3df91d13d86f

darcs-hash:22685813d4d1ca719250b2842ba6a72a26ae479e

github.com/tahoe-lafs/zfec - 1ea1dd08165697516a2ee32cca702237c48a7fe3 authored over 14 years ago