Profile_bird

Hey there! ianbicking is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving ianbicking's tweets.

Already using Twitter
from your phone? Click here.

ianbicking

  1. @doughellmann dateutils has recurring date support, good chance it has what you want.
  2. @tarek_ziade I'm getting warnings about duplicate site.py modules, though yes, it's the same with Setuptools; I'll have to figure out why...
  3. Distribute is shipping with that awful site.py (__boot etc), which at least Setuptools only installed on occasion. Wonder why? @tarek_ziade
  4. @alex_gaynor That is to say, it is somehow quite satisfying.
  5. @alex_gaynor Handling moderation messages is a great way for a maintainer to feel like they are doing something, without investing thought.
  6. @tarek_ziade Put in an object who's __nonzero__ method triggers the warning?
  7. I'm heading to Minnebar...
  8. pip/__init__.py is down to 220 lines. A little dusting still to be done, but the furniture has all been moved.
  9. RT @openplans: We have an opening for a great IT intern: http://bit.ly/8cfqQM
  10. @aezell @ryankanno @whitmo Thanks; in summary: you can install PostGIS on a @webfaction account, with some work.
  11. Does @webfaction support PostGIS and all the stuff you need for a nice hosted geo app? (Maybe tile rendering is unnecessary...)
  12. @brettsky well, I think it used to work with -m because it was pip.py, not a package... so I guess I'll have to fix that now?
  13. separated out 16 modules from pip.py, but it's still 3500ish lines. Blast.
  14. @bretthoerner Thanks; fxing the imports went really fast with pyflakes.
  15. pylint on the pip codebase is a bit brutal. I just want to find all my missing imports...
  16. @orestis Wish granted through time travel. It also includes distribute, just use virtualenv --distribute
  17. @orestis Yeah, pip has been included in the last few virtualenv versions. Which means a virtualenv release for every pip release.
  18. pip 0.6.1 out with some bugfixes http://pip.openplans.org/ne... - virtualenv 1.4.3 with newest version of pip.
  19. pip tests are so slow. Maybe I'll fix that after the refactor.
  20. pip is a package now! pip.py -> pip/__init__.py, radical changes are in motion! Exclamation marks not actually deserved!