1. 30 Sep, 2006 3 commits
  2. 28 Sep, 2006 1 commit
  3. 27 Sep, 2006 2 commits
  4. 26 Sep, 2006 1 commit
  5. 25 Sep, 2006 1 commit
  6. 24 Sep, 2006 3 commits
  7. 23 Sep, 2006 4 commits
  8. 22 Sep, 2006 3 commits
  9. 21 Sep, 2006 3 commits
  10. 20 Sep, 2006 3 commits
  11. 19 Sep, 2006 1 commit
  12. 18 Sep, 2006 1 commit
  13. 17 Sep, 2006 2 commits
  14. 16 Sep, 2006 1 commit
  15. 15 Sep, 2006 4 commits
  16. 14 Sep, 2006 2 commits
  17. 12 Sep, 2006 4 commits
  18. 11 Sep, 2006 1 commit
    • Georg Brandl's avatar
      Forward-port of rev. 51857: · ec6c2dfb
      Georg Brandl authored
      Building with HP's cc on HP-UX turned up a couple of problems.
      _PyGILState_NoteThreadState was declared as static inconsistently.
      Make it static as it's not necessary outside of this module.
      
      Some tests failed because errno was reset to 0. (I think the tests
      that failed were at least: test_fcntl and test_mailbox).
      Ensure that errno doesn't change after a call to Py_END_ALLOW_THREADS.
      This only affected debug builds.
      ec6c2dfb