- 06 May, 2019 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Classes that define __str__ the same as __repr__ can just inherit it from object.
-
- 19 Şub, 2019 1 kayıt (commit)
-
-
Cédric Krier yazdı
Allow to add HTTP headers to XML-RPC requests sent to the server.
-
- 25 Nis, 2018 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
-
- 14 Ara, 2017 1 kayıt (commit)
-
-
Mike yazdı
* 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
-
- 08 Kas, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
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.
-
- 11 Eyl, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
by Apache XML-RPC implementation for numerics and None.
-
- 04 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
instead of silently return incorrect result.
-
- 17 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 25 Şub, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
This is a regression introduced in 3.5 by revision eba80326ba53. Fix by Jelte Fennema, test case by me.
-
- 11 Şub, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
to format short Python version.
-
- 20 Ock, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
non-UTF-8 encoding.
-
- 02 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
-
- 10 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
robust at shutdown. If needs to release multiple resources, they are released even if errors are occured.
-
- 05 Nis, 2015 1 kayıt (commit)
-
-
R David Murray yazdı
This changeset does two things: introduces a new RemoteDisconnected exception (that subclasses ConnectionResetError and BadStatusLine) so that a remote server disconnection can be detected by client code (and provides a better error message for debugging purposes), and ensures that the client socket is closed if a ConnectionError happens, so that the automatic re-connection code can work if the application handles the error and continues on. Tests are added that confirm that a connection is re-used or not re-used as appropriate to the various combinations of protocol version and headers. Patch by Martin Panter, reviewed by Demian Brecht. (Tweaked only slightly by me.)
-
- 04 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 31 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
implementation in issue #21408 they are redundant.
-
- 06 Ara, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 30 Kas, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Alex Gaynor.
-
- 25 Tem, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
class name instead of hardcoded one.
-
- 22 Tem, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
when contain an id in form " at 0x...".
-
- 21 Mar, 2014 1 kayıt (commit)
-
-
Brett Cannon yazdı
Patch by Claudiu Popa.
-
- 20 Mar, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 13 Ock, 2014 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules and in documentation.
-
- 27 Agu, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
error messages and comments.
-
- 04 Tem, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 14 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
ModuleNotFoundError.
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 18 Ara, 2012 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
- 24 Şub, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 15 Kas, 2011 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 30 Eki, 2011 3 kayıt (commit)
-
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
- 31 Eki, 2011 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 30 Eki, 2011 2 kayıt (commit)
-
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
- 23 Eki, 2011 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 08 Ara, 2010 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 18 Kas, 2010 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86523 | senthil.kumaran | 2010-11-19 01:08:48 +0800 (Fri, 19 Nov 2010) | 3 lines Code Changes as per review comments by Antoine Pitrou. ........
-