Skip to content

Marc Abramowitz

  • My software
    • Atari stuff
      • Pull-Down Menus
      • Red Squares
    • Wordly for iPhone
  • Writing

Category: Python

GtDMacProductivityPython

PyOmniFocus

A while back, I mentioned here and here that OmniFocus maintains some kind of cache of your data in a SQLite database. I just hacked together a quick little prototype Python module for reading OmniFocus data:...
Marc 2012-06-292012-06-29
ProgrammingPython

Wondering which Python your Apache with modwsgi is using?

This let me figure out that my modwsgi wasn't using the Python that I thought it was. sudo lsof -c httpd | grep python
Marc 2012-04-23
ProgrammingPython

Pull request for Python pip installer accepted

https://github.com/pypa/pip/pull/374 The pull request addresses a UnicodeDecodeError bug in pip. It affects pip in Python 3 and it's triggered when a package install fails and emits Unicode characters to the console. A classic...
Marc 2012-02-072012-02-14
ProgrammingPython

Pull request accepted for ScriptTest

My pull request (to fix a Unicode bug that I discovered while working on a bug in pip) was accepted for inclusion in Ian Bicking's ScriptTest package....
Marc 2011-10-312012-02-14
ProgrammingPython

Patch accepted into Twisted

I had some code accepted into Twisted to solve a bug related to Unicode. The bug is actually 2 years old and I first got involved 23 months ago (in December of 2009), so it's good to see the loop finally closed....
Marc 2011-10-27
ProgrammingPython

phpserialize on Python 3

I was playing around with phpserialize and found out that phpserialize doesn't work on Python 3. However, I put together a GitHub fork that works with Python 3 (and also has tests, especially for Unicode which is the real gotcha...
Marc 2011-10-252011-10-25
ProgrammingPython

More pull requests accepted into South

I had a few more of my contributions accepted into South: Bitbucket pull request #10: Make `schemamigration` output more readable and PEP8-compliant Bitbucket pull request #11: Print the failing SQL when a query fails Bitbucket...
Marc 2011-10-13

Posts pagination

Prev Page 1 Page 2 Page 3 Page 4 … Page 8 Next
Theme: flowp by Alex Gurghis.
  • My software
    • Atari stuff
      • Pull-Down Menus
      • Red Squares
    • Wordly for iPhone
  • Writing