Matt Morrison
Matt Morrison
[`base.py#L46`](https://github.com/shazow/apiclient/blob/master/apiclient/base.py#L46) has a mysterious TODO comment: ``` py def _compose_url(self, path, params=None): # TODO: fix this, as per our conversation at Oct. 4, 2011, 05:10 UTC p = {self.API_KEY_PARAM: self.api_key}...
From the very first code bit on the [Introduction page](https://pythonhosted.org/feedparser/introduction.html): ``` py >>> import feedparser >>> d = feedparser.parse('http://feedparser.org/docs/examples/atom10.xml') ``` All seems to work OK, except: ``` py >>> d["feed"]["title"]...
## Description The support for PackageDev themes and color schemes is great - it's what I most often use this plugin for. Would it be possible to add previews for...
I'm using ST3 (various builds) and have seen this behavior on both WinXP and OS X. If I want to enter a full path (with a `/` at the beginning)...
PythonImproved 3.0 work has officially started... with this tracking issue. Gotta start somewhere. - [ ] Move completely to [`.sublime-syntax`](https://www.sublimetext.com/docs/3/syntax.html) ([unofficial docs](http://docs.sublimetext.info/en/latest/extensibility/syntaxdefs.html)). The `.YAML-tmLanguage` files can be renamed `.sublime-syntax` without...
[PEP-0498](https://www.python.org/dev/peps/pep-0498/) is due to be implemented in Python 3.6, which is scheduled to be released in December 2016. The PEP describes a new string formatting method, aside from the previously-existing...
Scope the BUG/FIXME/TODO/XXX comments using the `meta.toc-list` paradigm so they show up in the Goto Symbol dropdown. [This](https://github.com/MattDMo/PythonImproved/blob/5b1b196e71bf4524c3886221c1656bca8a212efe/PythonImproved.YAML-tmLanguage#L607-L617) is the relevant section of the `YAML-tmLanguage` file.
[`.sublime-syntax`](https://www.sublimetext.com/docs/3/syntax.html) files are a huge improvement over `.tmLanguage` ones, although [`AAAPackageDev`](https://packagecontrol.io/packages/AAAPackageDev) has made editing them much easier. Unfortunately, only the [dev builds](http://sublimetext.com/3dev) support the format at the moment. However, at...
Oftentimes, in the Python tag ecosystem, a question will be tagged with something like `[python-2.7]`, `[python-3.x]`, `[python-3.4]`, or whatever, possibly with other tags, but **not** with the "base" `[python]` tag....