|
../
|
|
osutils
|
|
ferringb%2540gentoo.org-20060808101409-603c4f7afa08dfc1
|
2 years
|
Brian Harring <ferringb@…>:
abstracted os.listdir for speeding up listdir calls when filtering the …
|
|
xml
|
|
ferringb%2540gentoo.org-20060528044337-f712ebcd8e068db9
|
3 years
|
Brian Harring <ferringb@…>:
xml indirection to get at etree from where ever it may live; worst case, …
|
|
__init__.py
|
100 bytes |
ferringb%2540gentoo.org-20060701182222-a2b383283fc776a9
|
3 years
|
Brian Harring <ferringb@…>:
docstrings mainly, but bit of syntax cleanup also
|
|
bzip2.py
|
1.8 KB |
ferringb%2540gmail.com-20070225020814-23zdz0o9vabjv1lv
|
23 months
|
Brian Harring <ferringb@…>:
update copyright headers ranges; several were flat out wrong, several …
|
|
caching.py
|
2.9 KB |
ferringb%2540gentoo.org-20061111165409-673e0532f361a021
|
2 years
|
Brian Harring <ferringb@…>:
revert. no way to make this approach truly safe, someone could pass in …
|
|
commandline.py
|
12.8 KB |
ferringb%2540gmail.com-20070314153355-1nab6oirbzpf5nlp
|
22 months
|
Brian Harring <ferringb@…>:
minor bugfix; demandload makes proxy objects that later get replaced, …
|
|
compatibility.py
|
0.6 KB |
marienz%2540gentoo.org-20060907130617-9451a3c05c69de93
|
2 years
|
Marien Zwart <marienz@…>:
Lcoally disable a couple of pylint warnings/errors related to import …
|
|
containers.py
|
4.3 KB |
ferringb%2540gmail.com-20070225020814-23zdz0o9vabjv1lv
|
23 months
|
Brian Harring <ferringb@…>:
update copyright headers ranges; several were flat out wrong, several …
|
|
currying.py
|
3.6 KB |
marienz%2540gentoo.org-20060917022930-4a288e308ec339c5
|
2 years
|
Marien Zwart <marienz@…>:
Enhanced docstring.
|
|
demandload.py
|
6.7 KB |
marienz%2540gentoo.org-20060906213402-ee1cef44a086c212
|
2 years
|
Marien Zwart <marienz@…>:
Kill trailing whitespace.
|
|
dependant_methods.py
|
2.3 KB |
ferringb%2540gmail.com-20070225020814-23zdz0o9vabjv1lv
|
23 months
|
Brian Harring <ferringb@…>:
update copyright headers ranges; several were flat out wrong, several …
|
|
descriptors.py
|
0.6 KB |
marienz%2540gentoo.org-20061031143227-043391c64bc7e7d0
|
2 years
|
Marien Zwart <marienz@…>:
Move classproperty into a util module and add a test.
|
|
file.py
|
8.6 KB |
ferringb%2540gmail.com-20070305042430-z2goyy7e9pswantv
|
23 months
|
Brian Harring <ferringb@…>:
updat tests, and drop all remaining consumers of ignore_malformed
|
|
formatters.py
|
17.7 KB |
ferringb%2540gmail.com-20070213033637-gjgoe0lad6umqkno
|
2 years
|
Brian Harring <ferringb@…>:
already know if it's unicode or not, no point in redoing the isinstance.
|
|
iterables.py
|
6.3 KB |
ferringb%2540gentoo.org-20061104123716-270b970e4d7dc8b5
|
2 years
|
Brian Harring <ferringb@…>:
shift StopIteration? -> for caching_iter
|
|
klass.py
|
2.7 KB |
ferringb%2540gmail.com-20070224022728-g9je7ldt2bv1sqq6
|
23 months
|
Brian Harring <ferringb@…>:
add repr for the test class in generic_equality tests; make …
|
|
lists.py
|
4.7 KB |
ferringb%2540gmail.com-20070225020814-23zdz0o9vabjv1lv
|
23 months
|
Brian Harring <ferringb@…>:
update copyright headers ranges; several were flat out wrong, several …
|
|
mappings.py
|
10.9 KB |
ferringb%2540gmail.com-20070225020814-23zdz0o9vabjv1lv
|
23 months
|
Brian Harring <ferringb@…>:
update copyright headers ranges; several were flat out wrong, several …
|
|
modules.py
|
1.2 KB |
marienz%2540gentoo.org-20060915155005-660451e5caacdcd8
|
2 years
|
Marien Zwart <marienz@…>:
Improve error message.
|
|
obj.py
|
6.8 KB |
ferringb%2540gmail.com-20070225020814-23zdz0o9vabjv1lv
|
23 months
|
Brian Harring <ferringb@…>:
update copyright headers ranges; several were flat out wrong, several …
|
|
packages.py
|
367 bytes |
ferringb%2540gentoo.org-20060904143815-850009633c19ef8a
|
2 years
|
Brian Harring <ferringb@…>:
tab -> 4 spaces
dump a few old scripts in the process that tabnanny was …
|
|
parserestrict.py
|
5.2 KB |
jokey%2540gentoo.org-20070116031851-j7hqxnbelinxoa3z
|
2 years
|
Markus Ullmann <jokey@…>:
whitespace fixes
|
|
pickling.py
|
350 bytes |
ferringb%2540gmail.com-20070129082149-39u0e2la1hyt76f5
|
2 years
|
Brian Harring <ferringb@…>:
add iter_stream; generator consuming from a stream till an EOF is hit.
|
|
repo_utils.py
|
1.0 KB |
marienz%2540gentoo.org-20061005203817-350d0e6a4ebc5899
|
2 years
|
Marien Zwart <marienz@…>:
Do not trigger an unnecessary iter call through nonzero.
|
|
tar.py
|
1.0 KB |
ferringb%2540gentoo.org-20061013081511-10b1965c0be7c95e
|
2 years
|
Brian Harring <ferringb@…>:
fix chksum handling to use StackedDicts?, thus avoiding daft quadratic read …
|
|
weakrefs.py
|
307 bytes |
marienz%2540gentoo.org-20060907132044-21000aa41956f2dd
|
2 years
|
Marien Zwart <marienz@…>:
A bunch of pylint disable comments and some renaming to avoid clashes.
|