<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/modules/regex/config.py, branch 3.0.1-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/modules/regex/config.py?h=3.0.1-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/modules/regex/config.py?h=3.0.1-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2017-11-15T20:29:33Z</updated>
<entry>
<title>doc: Make all module docs self-contained</title>
<updated>2017-11-15T20:29:33Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-11-15T18:23:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=677e95d8d189a62e6473b43989012a8258f193a4'/>
<id>urn:sha1:677e95d8d189a62e6473b43989012a8258f193a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style: Fix PEP8 blank lines issues in Python files</title>
<updated>2016-10-31T23:35:16Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-10-30T18:05:14Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=817dd7ccbb166b27c93706dffc5c0c0d59fd87f8'/>
<id>urn:sha1:817dd7ccbb166b27c93706dffc5c0c0d59fd87f8</id>
<content type='text'>
Done with `autopep8 --select=E3,W3`, fixes:

- E301 - Add missing blank line.
- E302 - Add missing 2 blank lines.
- E303 - Remove extra blank lines.
- E304 - Remove blank line following function decorator.
- E309 - Add missing blank line.
- W391 - Remove trailing blank lines.
</content>
</entry>
<entry>
<title>RegEx re-implemented as a module</title>
<updated>2016-10-27T09:27:40Z</updated>
<author>
<name>Zher Huei Lee</name>
</author>
<published>2016-10-23T00:22:48Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=439d43932133d32dcabd482f11842072d52b41e1'/>
<id>urn:sha1:439d43932133d32dcabd482f11842072d52b41e1</id>
<content type='text'>
Re-wrote nrex as a module using godot-specific parts and new
features:

 * Added string substitutions.
 * Named groups are now supported.
 * Removed use of mutable variables in RegEx. RegExMatch is returned
   instead.
</content>
</entry>
</feed>
