1. 22 Feb, 2016 1 commit
    • Martin Panter's avatar
      Fix errors in XML-RPC client example code · 1c5e715d
      Martin Panter authored
      * http.client.HTTP (does not exist in Python 3) → HTTPConnection
      * Server (deprecated) → ServerProxy
      * Transport.send_request() grew a new “debug” parameter in Python 3 (revision
        a528f7f8f97a)
      1c5e715d
  2. 21 Feb, 2016 4 commits
  3. 20 Feb, 2016 2 commits
  4. 19 Feb, 2016 4 commits
  5. 18 Feb, 2016 5 commits
  6. 16 Feb, 2016 1 commit
  7. 15 Feb, 2016 2 commits
  8. 14 Feb, 2016 1 commit
  9. 13 Feb, 2016 2 commits
  10. 11 Feb, 2016 2 commits
  11. 10 Feb, 2016 4 commits
  12. 08 Feb, 2016 5 commits
  13. 09 Feb, 2016 1 commit
  14. 08 Feb, 2016 1 commit
  15. 07 Feb, 2016 1 commit
  16. 08 Feb, 2016 1 commit
    • Martin Panter's avatar
      Issue #25179: Preparatory cleanup of existing docs on string formatting · d5db1479
      Martin Panter authored
      * Various sections were pointing to the section on the string.Formatter
        class, when the section on the common format string syntax is probably more
        appropriate
      * Fix references to various format() functions and methods
      * Nested replacement fields may contain conversions and format specifiers,
        and this is tested; see Issue #19729 for instance
      d5db1479
  17. 06 Feb, 2016 1 commit
  18. 04 Feb, 2016 2 commits