1. 25 Jul, 2016 1 commit
  2. 23 Jul, 2016 1 commit
  3. 19 Jul, 2016 2 commits
  4. 18 Jul, 2016 1 commit
  5. 15 Jul, 2016 1 commit
  6. 14 Jul, 2016 1 commit
  7. 12 Jul, 2016 1 commit
  8. 11 Jul, 2016 1 commit
  9. 02 Nov, 2015 1 commit
  10. 11 Jul, 2016 1 commit
  11. 10 Jul, 2016 1 commit
  12. 07 Jul, 2016 4 commits
  13. 06 Jul, 2016 2 commits
  14. 03 Jul, 2016 1 commit
  15. 01 Jul, 2016 1 commit
  16. 30 Jun, 2016 2 commits
  17. 27 Jun, 2016 1 commit
  18. 26 Jun, 2016 2 commits
  19. 25 Jun, 2016 4 commits
  20. 24 Jun, 2016 2 commits
  21. 23 Jun, 2016 3 commits
  22. 22 Jun, 2016 5 commits
  23. 21 Jun, 2016 1 commit
    • Martin Panter's avatar
      Issue #22463: Backport compiler warning fixes and workarounds · 646b5284
      Martin Panter authored
      * Set but unused variable in Parser/pgen.c in non-debug builds. Patch by
        Christian Heimes.
      * Unused static function in Modules/readline.c. Patch by Georg Brandl.
      * main_window unused in Modules/tkappinit.c. Patch by Gregory P. Smith.
      * Dead assignment in Modules/_ctypes/cfield.c. Extracted from patch by Brett
        Cannon.
      * Expression result unused in PyObject_INIT macro expansions. Based on
        patches by Christian Heimes.
      * Load expat_config.h and therefore pyconfig.h before C stdlib headers are
        loaded. This silences pre-processor warnings including '_POSIX_C_SOURCE
        redefined'. Extracted from patch by Christian Heimes.
      646b5284