1. 19 Feb, 2016 3 commits
  2. 18 Feb, 2016 5 commits
  3. 16 Feb, 2016 1 commit
  4. 15 Feb, 2016 2 commits
  5. 14 Feb, 2016 1 commit
  6. 13 Feb, 2016 2 commits
  7. 11 Feb, 2016 2 commits
  8. 10 Feb, 2016 4 commits
  9. 08 Feb, 2016 5 commits
  10. 09 Feb, 2016 1 commit
  11. 08 Feb, 2016 1 commit
  12. 07 Feb, 2016 1 commit
  13. 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
  14. 06 Feb, 2016 1 commit
  15. 04 Feb, 2016 4 commits
  16. 02 Feb, 2016 2 commits
    • Zachary Ware's avatar
      Fix typo. · 3df11b2b
      Zachary Ware authored
      Reported by Jon Tetlak on docs@
      3df11b2b
    • Serhiy Storchaka's avatar
      Issue #25945: Fixed bugs in functools.partial. · 38741285
      Serhiy Storchaka authored
      Fixed a crash when unpickle the functools.partial object with wrong state.
      Fixed a leak in failed functools.partial constructor.
      "args" and "keywords" attributes of functools.partial have now always types
      tuple and dict correspondingly.
      38741285
  17. 03 Feb, 2016 1 commit
  18. 02 Feb, 2016 1 commit
  19. 01 Feb, 2016 2 commits