<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/xmlrpc, branch benjamin-eval-loop-edit</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847)</title>
<updated>2018-07-16T08:46:04+00:00</updated>
<author>
<name>Nicolas Noé</name>
<email>nicolas@niconoe.org</email>
</author>
<published>2018-07-16T08:46:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=35c0809158be7feae4c4f877a08b93baea2d8291'/>
<id>35c0809158be7feae4c4f877a08b93baea2d8291</id>
<content type='text'>
Replace deprecated inspect.getfullargspec() with inspect.signature().</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace deprecated inspect.getfullargspec() with inspect.signature().</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-27485: Rename and deprecate undocumented functions in urllib.parse (GH-2205)</title>
<updated>2018-04-25T23:51:54+00:00</updated>
<author>
<name>Cheryl Sabella</name>
<email>cheryl.sabella@gmail.com</email>
</author>
<published>2018-04-25T23:51:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0250de48199552cdaed5a4fe44b3f9cdb5325363'/>
<id>0250de48199552cdaed5a4fe44b3f9cdb5325363</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32297: Few misspellings found in Python source code comments. (#4803)</title>
<updated>2017-12-14T11:04:53+00:00</updated>
<author>
<name>Mike</name>
<email>mehanig@gmail.com</email>
</author>
<published>2017-12-14T11:04:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=53f7a7c2814fbfd8a29200926601a32fa48bacb3'/>
<id>53f7a7c2814fbfd8a29200926601a32fa48bacb3</id>
<content type='text'>
* Fix multiple typos in code comments

* Add spacing in comments (test_logging.py, test_math.py)

* Fix spaces at the beginning of comments in test_logging.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix multiple typos in code comments

* Add spacing in comments (test_logging.py, test_math.py)

* Fix spaces at the beginning of comments in test_logging.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace KB unit with KiB (#4293)</title>
<updated>2017-11-08T22:44:44+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2017-11-08T22:44:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8c663fd60ecba9c82aa4c404dbfb1aae69fe8553'/>
<id>8c663fd60ecba9c82aa4c404dbfb1aae69fe8553</id>
<content type='text'>
kB (*kilo* byte) unit means 1000 bytes, whereas KiB ("kibibyte")
means 1024 bytes. KB was misused: replace kB or KB with KiB when
appropriate.

Same change for MB and GB which become MiB and GiB.

Change the output of Tools/iobench/iobench.py.

Round also the size of the documentation from 5.5 MB to 5 MiB.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
kB (*kilo* byte) unit means 1000 bytes, whereas KiB ("kibibyte")
means 1024 bytes. KB was misused: replace kB or KB with KiB when
appropriate.

Same change for MB and GB which become MiB and GiB.

Change the output of Tools/iobench/iobench.py.

Round also the size of the documentation from 5.5 MB to 5 MiB.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31247: xmlrpc.server: break reference cycle (#3166)</title>
<updated>2017-08-21T16:12:58+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2017-08-21T16:12:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=84524454d0ba77d299741c47bd0f5841ac3f66ce'/>
<id>84524454d0ba77d299741c47bd0f5841ac3f66ce</id>
<content type='text'>
xmlrpc.server now explicitly breaks reference cycles when using
sys.exc_info() in code handling exceptions.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
xmlrpc.server now explicitly breaks reference cycles when using
sys.exc_info() in code handling exceptions.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260)</title>
<updated>2017-03-01T17:21:28+00:00</updated>
<author>
<name>Petr Motejlek</name>
<email>petr@motejlek.net</email>
</author>
<published>2017-03-01T17:21:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3c6314c08d8ab1cfefbf6c2e27c095a7d4ba5f6e'/>
<id>3c6314c08d8ab1cfefbf6c2e27c095a7d4ba5f6e</id>
<content type='text'>
(or any other exception) to exception(s) raised in the dispatched methods.
Patch by Petr Motejlek.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(or any other exception) to exception(s) raised in the dispatched methods.
Patch by Petr Motejlek.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used as decorator (GH-231)</title>
<updated>2017-02-28T09:12:52+00:00</updated>
<author>
<name>Xiang Zhang</name>
<email>angwerzx@126.com</email>
</author>
<published>2017-02-28T09:12:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=267b9d2fa8efce7c5bc34ce50048ebca8fddf04f'/>
<id>267b9d2fa8efce7c5bc34ce50048ebca8fddf04f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #26885: xmlrpc now supports unmarshalling additional data types used</title>
<updated>2016-09-11T08:23:38+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-09-11T08:23:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=352601ca00376aaf07d4399096f985d3d8ecb96f'/>
<id>352601ca00376aaf07d4399096f985d3d8ecb96f</id>
<content type='text'>
by Apache XML-RPC implementation for numerics and None.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by Apache XML-RPC implementation for numerics and None.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23804: Merge spelling and NEWS fixes from 3.5</title>
<updated>2016-07-11T12:54:44+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2016-07-11T12:54:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=702f4f5d6fdb1a49222bb1e70866717f34c3b847'/>
<id>702f4f5d6fdb1a49222bb1e70866717f34c3b847</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>English spelling and grammar fixes</title>
<updated>2016-07-11T07:51:37+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2016-07-11T07:51:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=204bf0b9aecd221c33f3e0909f261411783acf1b'/>
<id>204bf0b9aecd221c33f3e0909f261411783acf1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
