<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/src/modules/python, branch ignore-sigpipe</title>
<subtitle>https://github.com/kvirc/KVIrc.git</subtitle>
<id>https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/python?h=ignore-sigpipe</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/python?h=ignore-sigpipe'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2019-04-01T13:02:39Z</updated>
<entry>
<title>This is not necessary anymore</title>
<updated>2019-04-01T13:02:39Z</updated>
<author>
<name>wodim</name>
</author>
<published>2019-04-01T13:02:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=77983c1ac38efa87a3c644b3918dd1648040aee0'/>
<id>urn:sha1:77983c1ac38efa87a3c644b3918dd1648040aee0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for Python 3</title>
<updated>2017-08-26T13:02:56Z</updated>
<author>
<name>wodim</name>
</author>
<published>2017-08-26T13:02:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=dbe8ef6dad916124c3714abc469403ed9991261c'/>
<id>urn:sha1:dbe8ef6dad916124c3714abc469403ed9991261c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove lots of redundant line feeds around block elements in the docs.</title>
<updated>2017-08-25T10:07:04Z</updated>
<author>
<name>wodim</name>
</author>
<published>2017-08-25T10:07:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=bff6c4d1d3b34e5c4c3fb83f9439b4427f75a363'/>
<id>urn:sha1:bff6c4d1d3b34e5c4c3fb83f9439b4427f75a363</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build also in debug mode for windows (#2192)</title>
<updated>2017-05-24T09:04:20Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2017-05-24T09:04:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=f5d172c869295ef9fff2e3de524690e523dc5d42'/>
<id>urn:sha1:f5d172c869295ef9fff2e3de524690e523dc5d42</id>
<content type='text'>
* Build also in debug mode for windows

See #2191

* Don't mix /Od and -O2 on windows build. -O2 comes from perl

* Reindent perlcore CMakeLists

* Fix debug python build on windows

* Rearrange environment vars in appveyor

* Try to publish pdb files too

* install qts and kvirc's debug pdbs in debug config

* use TARGET_PDB_FILE instead
</content>
</entry>
<entry>
<title>Apply clang-format</title>
<updated>2016-04-29T22:57:48Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2016-04-29T22:57:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=690dd7a33ddc90678367d73adf313533536e10f2'/>
<id>urn:sha1:690dd7a33ddc90678367d73adf313533536e10f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libkvipython: indenting + documentation formatting</title>
<updated>2016-04-22T04:41:32Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2016-04-22T04:33:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=56c75ffaf230023f94779fd80e70f3d27f779eee'/>
<id>urn:sha1:56c75ffaf230023f94779fd80e70f3d27f779eee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Python: Refactor python support</title>
<updated>2016-04-21T07:12:20Z</updated>
<author>
<name>staticfox</name>
</author>
<published>2016-04-21T07:01:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=c33327ff43db2e0fd8f4c2d9a7a4333a50e8c605'/>
<id>urn:sha1:c33327ff43db2e0fd8f4c2d9a7a4333a50e8c605</id>
<content type='text'>
Closes #1866
</content>
</entry>
<entry>
<title>documentation: formatting/indentation + minor syntax fixes</title>
<updated>2016-03-14T04:57:12Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2016-03-02T12:15:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=f138911b65dfce85c551f9e2e4bbeb595d6c6755'/>
<id>urn:sha1:f138911b65dfce85c551f9e2e4bbeb595d6c6755</id>
<content type='text'>
+ Dont use double quotes to emphasise words in normal circumstances.
+ improve indenting + consistency (good for readability when editing source)
+ also replace single quotes
</content>
</entry>
<entry>
<title>run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Arfrever</title>
<updated>2016-01-31T18:36:37Z</updated>
<author>
<name>Dessa</name>
</author>
<published>2016-01-31T18:36:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=07867e9e4caf28738fb613c803c385f368db433e'/>
<id>urn:sha1:07867e9e4caf28738fb613c803c385f368db433e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/modules typos: capitalize, formatting, consistency and syntax fixes</title>
<updated>2015-12-19T02:40:22Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2015-12-09T11:58:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=7d4516afc4cd194f9224dcd5e07e0f234c162fdf'/>
<id>urn:sha1:7d4516afc4cd194f9224dcd5e07e0f234c162fdf</id>
<content type='text'>
</content>
</entry>
</feed>
