1
I Use This!
Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 17 hours ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixup invocation...
ferringb
as Brian Harring
More... almost 17 years ago
further cleanup, warnings are down to unicode crap
ferringb
as Brian Harring
More... almost 17 years ago
sanitize the refcnting in PTF_write. likely still missing some, but should leak more like a siev then the new orlean dikes...
ferringb
as Brian Harring
More... almost 17 years ago
drop some weird formatting/wrapping logic wise, use {} for chained if branches
ferringb
as Brian Harring
More... almost 17 years ago
drop more dead code
ferringb
as Brian Harring
More... almost 17 years ago
make encoding a PyString, cleanup initialization a bit
ferringb
as Brian Harring
More... almost 17 years ago
kill stored_autoline, use just autoline
ferringb
as Brian Harring
More... almost 17 years ago
drop dead code...
ferringb
as Brian Harring
More... almost 17 years ago
use a common snakeoil_MUTABLE_ATTR_BOOL instead of boilerplate code
ferringb
as Brian Harring
More... almost 17 years ago
drop dead code
ferringb
as Brian Harring
More... almost 17 years ago
fixup MUTABLE_BOOL a bit more, works now
ferringb
as Brian Harring
More... almost 17 years ago
disallow deletion of the attr for mutable
ferringb
as Brian Harring
More... almost 17 years ago
split up snakeoil_IMMUTABLE_ATTR_BOOL a bit, so that a mutable version can reuse it
ferringb
as Brian Harring
More... almost 17 years ago
pull in charlies branch, namely cpy formatters needing work
ferringb
as Brian Harring
More... almost 17 years ago
pull in bzrlib.inspect_for_copy, rename to snakeoil.fix_copy, tweak the func names slightly
ferringb
as Brian Harring
More... almost 17 years ago
tweak the __setattr__ slightly to do less work
ferringb
as Brian Harring
More... almost 17 years ago
fold in charlies work on list/tuple backed, and misc pylint related cleanups
ferringb
as Brian Harring
More... about 17 years ago
set of changes; move _functoolmodules to _compatibility, pull in py2.5's any/all, slave compatibility to that, tweak test_compatibility a bit so it's slightly saner in terms of not doing repeated/wasteful tests
ferringb
as Brian Harring
More... about 17 years ago
add tests for stable_unique and iter_stable_unique that verify the 'stable' bit
ferringb
as Brian Harring
More... about 17 years ago
avoid iter_stable_unique for ProtectedSet.__iter__; unique checks only need to be done against one of the sets, not against both, thus use ifilterfalse on the second
ferringb
as Brian Harring
More... about 17 years ago
ignore known backup files for demandload target collection
ferringb
as Brian Harring
More... about 17 years ago
make __str__ trigger __str__ on the target.
ferringb
as Brian Harring
More... about 17 years ago
via charlie, make DictMixin more like UserDict
ferringb
as Brian Harring
More... about 17 years ago
pull in pylint changes from charlie, and misc cleanup to basic set and general typos
ferringb
as Brian Harring
More... about 17 years ago
history
ferringb
as Brian Harring
More... about 17 years ago
add test for splitter=None for read_dict
ferringb
as Brian Harring
More... about 17 years ago
note splitter can be None
ferringb
as Brian Harring
More... about 17 years ago
mangle test_demandload_usage to properly ignore non-python directories, finish the code so it should be usable for toplevel targets also
ferringb
as Brian Harring
More... about 17 years ago
update snakeoil.test.mixins with pkgcore.test.mixins bits.
ferringb
as Brian Harring
More... about 17 years ago
few changes; add class attr to control if import errors should be ignored; if so, continue on to next target; finally, if recursing into a namespace, check the namespace- iow, pkgcore.binpkg.repository, check pkgcore, check pkgcore.binpkg
ferringb
as Brian Harring
More... about 17 years ago