1. 08 Feb, 2016 7 commits
  2. 09 Feb, 2016 2 commits
  3. 08 Feb, 2016 3 commits
  4. 07 Feb, 2016 3 commits
  5. 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
  6. 07 Feb, 2016 1 commit
  7. 08 Feb, 2016 1 commit
  8. 06 Feb, 2016 4 commits
  9. 05 Feb, 2016 2 commits
  10. 06 Feb, 2016 1 commit
  11. 04 Feb, 2016 8 commits
  12. 02 Feb, 2016 3 commits
  13. 03 Feb, 2016 3 commits
  14. 02 Feb, 2016 1 commit
    • 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