1. 06 Feb, 2016 1 commit
  2. 05 Feb, 2016 1 commit
  3. 14 Nov, 2014 1 commit
  4. 04 Feb, 2016 2 commits
  5. 02 Feb, 2016 1 commit
    • Serhiy Storchaka's avatar
      Issue #25945: Fixed bugs in functools.partial. · 71b71763
      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.
      71b71763
  6. 03 Feb, 2016 1 commit
  7. 01 Feb, 2016 1 commit
    • Martin Panter's avatar
      Issue #26173: Separate bad cert file tests and client rejection test · 886aba47
      Martin Panter authored
      Test test_wrong_cert() runs a server that rejects the client's certificate,
      so ECONNRESET is reasonable in addition to SSLError. On the other hand, the
      other three tests don't even need to run a server because they are just
      testing the parsing of invalid certificate files.
      
      This should fix intermittent failures on Windows where ECONNRESET was not
      being caught.
      886aba47
  8. 30 Jan, 2016 2 commits
  9. 29 Jan, 2016 1 commit
  10. 28 Jan, 2016 4 commits
  11. 27 Jan, 2016 1 commit
  12. 25 Jan, 2016 1 commit
  13. 23 Jan, 2016 1 commit
    • Victor Stinner's avatar
      doc: i18n HTML templates · b4929843
      Victor Stinner authored
      Issue #25907: Use {% trans %} tags in HTML templates to ease the translation of
      the documentation. The tag comes from Jinja templating system, used by Sphinx.
      
      Patch written by Julien Palard.
      b4929843
  14. 22 Jan, 2016 4 commits
  15. 21 Jan, 2016 4 commits
  16. 20 Jan, 2016 5 commits
  17. 19 Jan, 2016 3 commits
  18. 18 Jan, 2016 5 commits
  19. 17 Jan, 2016 1 commit