My tools of the trade for python programming.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Wirawan Purwanto
81316af285
* Added os.path-like methods: isdir, isfile, islink.
The last one is not reliable, but is added for uniformity for the time
being.
|
13 years ago |
db
|
* Changing all `isinstance(STUFF, str)' to `isinstance(STUFF, basestring)'
|
13 years ago |
file
|
* New module: wpylib.file.tee
|
13 years ago |
iofmt
|
* text_input.read_items(): added option `end_line_match' and `last_line_match'
|
13 years ago |
math
|
* Added faster LDdec1 for 1-based indexing.
|
13 years ago |
net
|
* Added os.path-like methods: isdir, isfile, islink.
|
13 years ago |
params
|
* Alias "|" operator to "+" operator.
|
13 years ago |
py
|
* Committing all dirty work to CVS. We are migrating to GIT.
|
13 years ago |
.cvsignore
|
* Don't save python compiled modules.
|
15 years ago |
__init__.py
|
* Introducing "wpylib" which is the collection of my small python utilities.
|
15 years ago |
datetime.py
|
* wpylib.datetime: Date/time related module.
|
13 years ago |
debugging.py
|
* New module wpylib.debugging: Debugging tools.
|
13 years ago |
dirty.py
|
* Template for dirty scripts/experiments.
|
15 years ago |
generators.py
|
* Generic generator module.
|
15 years ago |
graph_digitizer.py
|
* text_tools: module to contain simple text utilities.
|
15 years ago |
hacks.py
|
* hacks.py: Added make_unbound_method to allow general function to participate
|
14 years ago |
interactive_tools.py
|
* Added wpylib.interactive_tools.printstr class to facilitate logging of
|
13 years ago |
ipython-interactive-script.PY
|
* ipython-interactive-script.PY: skeleton for my ipython interactive script.
|
13 years ago |
regexps.py
|
* Minor documentation edit.
|
14 years ago |
shell_tools.py
|
* Changing all `isinstance(STUFF, str)' to `isinstance(STUFF, basestring)'
|
13 years ago |
sugar.py
|
* Added zip_gen() to simulate the effect of built-in zip() function, but
|
13 years ago |
text_tools.py
|
* Added prefix and suffix options for matrix_str and vector_str.
|
13 years ago |
timer.py
|
* Update documentations.
|
14 years ago |
update-avocado.sh
|
* Correcting recursive updates.
|
14 years ago |
update-jaguar.sh
|
* Using external login node on jaguar.
|
14 years ago |
update-pzt.sh
|
* Correcting recursive updates.
|
14 years ago |