### A qmake file for the snippets. *** This is not for distribution. *** # # The snippets that don't work are commented out. TEMPLATE = subdirs SUBDIRS = prettyprint # rsslisting # simpleparse itle='Atom feed' href='http://service.techsat.com/oss-git/cpython.git/atom/?h=master' type='application/atom+xml'/> </head> <body> <div id='cgit'><table id='header'> <tr> <td class='logo' rowspan='2'><a href='/oss-git/'><img src='/cgit-data/cgit.png' alt='cgit logo'/></a></td> <td class='main'><a href='/oss-git/'>index</a> : <a title='cpython.git' href='/oss-git/cpython.git/'>cpython.git</a></td><td class='form'><form method='get' action=''> <select name='h' onchange='this.form.submit();'> <option value='2.7'>2.7</option> <option value='3.3'>3.3</option> <option value='3.4'>3.4</option> <option value='3.5'>3.5</option> <option value='3.6'>3.6</option> <option value='benjamin-clang'>benjamin-clang</option> <option value='benjamin-iteration-torture'>benjamin-iteration-torture</option> <option value='buildbot-custom'>buildbot-custom</option> <option value='master' selected='selected'>master</option> </select> <input type='submit' name='' value='switch'/></form></td></tr> <tr><td class='sub'>https://github.com/python/cpython.git</td><td class='sub right'></td></tr></table> <table class='tabs'><tr><td> <a href='/oss-git/cpython.git/'>summary</a><a href='/oss-git/cpython.git/refs/'>refs</a><a class='active' href='/oss-git/cpython.git/log/'>log</a><a href='/oss-git/cpython.git/tree/'>tree</a><a href='/oss-git/cpython.git/commit/'>commit</a><a href='/oss-git/cpython.git/diff/'>diff</a><a href='/oss-git/cpython.git/stats/'>stats</a></td><td class='form'><form class='right' method='get' action='/oss-git/cpython.git/log/'> <select name='qt'> <option value='grep'>log msg</option> <option value='author'>author</option> <option value='committer'>committer</option> <option value='range'>range</option> </select> <input class='txt' type='text' size='10' name='q' value=''/> <input type='submit' value='search'/> </form> </td></tr></table> <div class='content'><table class='list nowrap'><tr class='nohover'><th></th><th class='left'>Commit message (<a href='/oss-git/cpython.git/log/?ofs=900&showmsg=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Age</th><th class='left'>Files</th><th class='left'>Lines</th></tr> <tr class='nohover'><td class='commitgraph'>...</td><td colspan='6' /></tr> <tr><td class='commitgraph'>* </td><td><a href='/oss-git/cpython.git/commit/?id=88ea166dadb8aeb34541a0a464662dea222629e5'>bpo-8425: Fast path for set inplace difference when the second set is large (...</a><span class='decoration'></span></td><td>Raymond Hettinger</td><td><span title='2019-08-29 16:02:58 (GMT)'>2019-08-29</span></td><td>2</td><td>-1/+20</td></tr> <tr class='nohover'><td class='commitgraph'></td> <td colspan='5'> </td></tr> <tr><td class='commitgraph'>* </td><td><a href='/oss-git/cpython.git/commit/?id=4901fe274bc82b95dc89bcb3de8802a3dfedab32'>bpo-37034: Display argument name on errors with keyword arguments with Argume...</a><span class='decoration'></span></td><td>RĂ©mi Lapeyre</td><td><span title='2019-08-29 14:49:08 (GMT)'>2019-08-29</span></td><td>62</td><td>-553/+623</td></tr> <tr class='nohover'><td class='commitgraph'></td> <td colspan='5'> </td></tr> <tr><td class='commitgraph'>* </td><td><a href='/oss-git/cpython.git/commit/?id=59725f3badb3028636c8906ecac4ceb0a37f3982'>bpo-37979: Add alternative to fromisoformat in documentation (GH-15596)</a><span class='decoration'></span></td><td>Paul Ganssle</td><td><span title='2019-08-29 14:47:48 (GMT)'>2019-08-29</span></td><td>2</td><td>-1/+5</td></tr> <tr class='nohover'><td class='commitgraph'></td> <td colspan='5'> </td></tr> <tr><td class='commitgraph'>* </td><td><a href='/oss-git/cpython.git/commit/?id=06145230c833c3db5dab8858e11bcd550a37c57f'>bpo-37947: Avoid double-decrement in symtable recursion counting (GH-15593)</a><span class='decoration'></span></td><td>Nick Coghlan</td><td><span title='2019-08-29 13:26:53 (GMT)'>2019-08-29</span></td><td>1</td><td>-4/+14</td></tr> <tr class='nohover'><td class='commitgraph'></td> <td colspan='5'> </td></tr> <tr><td class='commitgraph'>* </td><td><a href='/oss-git/cpython.git/commit/?id=2c5fb1711818926862d0d7b2e5effcaa5a5eb002'>bpo-36833: Add tests for Datetime C API Macros (GH-14842)</a><span class='decoration'></span></td><td>Joannah Nanjekye</td><td><span title='2019-08-29 12:54:46 (GMT)'>2019-08-29</span></td><td>3</td><td>-0/+114</td></tr> <tr class='nohover'><td class='commitgraph'></td> <td colspan='5'> </td></tr> <tr><td class='commitgraph'>* </td><td><a href='/oss-git/cpython.git/commit/?id=35f6301d68bdb0517be284421782d64407dfe72c'>bpo-10978: Semaphores can release multiple threads at a time (GH-15588)</a><span class='decoration'></span></td><td>Raymond Hettinger</td><td><span title='2019-08-29 08:45:19 (GMT)'>2019-08-29</span></td><td>4</td><td>-13/+56</td></tr> <tr class='nohover'><td class='commitgraph'></td> <td colspan='5'> </td></tr> <tr><td class='commitgraph'>* </td><td><a href='/oss-git/cpython.git/commit/?id=0dac68f1e593c11612ed54af9edb865d398f3b05'>bpo-36743: __get__ is sometimes called without the owner argument (#12992)</a><span class='decoration'></span></td><td>Raymond Hettinger</td><td><span title='2019-08-29 08:27:42 (GMT)'>2019-08-29</span></td><td>5</td><td>-13/+24</td></tr> <tr class='nohover'><td class='commitgraph'></td> <td colspan='5'> </td></tr> <tr><td class='commitgraph'>* </td><td><a href='/oss-git/cpython.git/commit/?id=84125fed2a45a9e454d7e870d8bbaf6ece3d41e8'>bpo-16468: Clarify which objects can be passed to "choices" in argparse (GH-1...</a><span class='decoration'></span></td><td>Raymond Hettinger</td><td><span title='2019-08-29 07:58:08 (GMT)'>2019-08-29</span></td><td>1</td><td>-3/+2</td></tr> <tr class='nohover'><td class='commitgraph'></td> <td colspan='5'> </td></tr> <tr><td class='commitgraph'>* </td><td><a href='/oss-git/cpython.git/commit/?id=cd81f0500fe98c7f4cddb06530fffabd14f036b8'>bpo-23674: Clarify ambiguities in super() docs (#15564)</a><span class='decoration'></span></td><td>Raymond Hettinger</td><td><span title='2019-08-29 07:44:02 (GMT)'>2019-08-29</span>