3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Handle ValueError from non-number environment vars More... almost 7 years ago
Merge pull request #316 from msarahan/line_continuation More... almost 7 years ago
tweak line continuation in cpuinfo (py37 win problem) More... almost 7 years ago
Post 2.6.8 release actions More... almost 7 years ago
Getting ready for release 2.6.8 More... almost 7 years ago
Don't assume python exectuable is `python` in the path More... almost 7 years ago
Add field-len for Py2.6 More... almost 7 years ago
Force `shell=True` for subprocess call for Linux systems More... almost 7 years ago
Add `subprocess.check_call` regression test for issue #313 More... almost 7 years ago
Further fix for #313 for IPython/Juypter More... almost 7 years ago
Add tests for #312, #313 More... almost 7 years ago
Use `distutils.version.LooseVersion` to avoid issue #312 More... almost 7 years ago
WIP on both #310 and #313 More... almost 7 years ago
Post 2.6.7 release actions done More... almost 7 years ago
Fix numpy version check by using `distutils.version.StrictVersion` More... almost 7 years ago
Remove line continuation chars in tests to avoid Py3.7 LF issue More... almost 7 years ago
Getting ready for release 2.6.7 More... almost 7 years ago
Merge pull request #311 from lgarrison/master More... almost 7 years ago
Use finally block to always free local_dict More... almost 7 years ago
Add regression test for pydata/numexpr#310 More... almost 7 years ago
Clear the f_locals dict to avoid extra ref counts in the calling scope. Closes pydata/numexpr#310. More... almost 7 years ago
Make test module imports lazy in base module More... about 7 years ago
Post release 2.6.6 actions done More... about 7 years ago
Remove debugging output for MLK test More... about 7 years ago
Getting ready for release v2.6.6 More... about 7 years ago
Remove line continuation chars More... about 7 years ago
Move `init_threads()` protection inside the function; rename `threads_ready` -> `barrier_passed` to avoid confusion with threads `init` vars More... about 7 years ago
Merge pull request #307 from mdickinson/fix/handle-spurious-wakeup More... about 7 years ago
Fix: allow for spurious wakeup calls from pthread_cond_wait. More... about 7 years ago
Post 2.6.5 release actions done More... about 7 years ago