1. 10 May, 2019 1 kayıt (commit)
  2. 06 Tem, 2018 1 kayıt (commit)
  3. 29 Agu, 2017 1 kayıt (commit)
    • Allen W. Smith, Ph.D's avatar
      bpo-5001: More-informative multiprocessing error messages (#3079) · bd73e72b
      Allen W. Smith, Ph.D yazdı
      * Make error message more informative
      
      Replace assertions in error-reporting code with more-informative version that doesn't cause confusion over where and what the error is.
      
      * Additional clarification + get travis to check
      
      * Change from SystemError to TypeError
      
      As suggested in PR comment by @pitrou, changing from SystemError; TypeError appears appropriate.
      
      * NEWS file installation; ACKS addition (will do my best to justify it by additional work)
      
      * Making current AssertionErrors in multiprocessing more informative
      
      * Blurb added re multiprocessing managers.py, queues.py cleanup
      
      * Further multiprocessing cleanup - went through pool.py
      
      * Fix two asserts in multiprocessing/util.py
      
      * Most asserts in multiprocessing more informative
      
      * Didn't save right version
      
      * Further work on multiprocessing error messages
      
      * Correct typo
      
      * Correct typo v2
      
      * Blasted colon... serves me right for trying to work on two things at once
      
      * Simplify NEWS entry
      
      * Update 2017-08-18-17-16-38.bpo-5001.gwnthq.rst
      
      * Update 2017-08-18-17-16-38.bpo-5001.gwnthq.rst
      
      OK, never mind.
      
      * Corrected (thanks to pitrou) error messages for notify
      
      * Remove extraneous backslash in docstring.
      bd73e72b
  4. 04 Tem, 2017 1 kayıt (commit)
  5. 25 Tem, 2014 1 kayıt (commit)
  6. 25 May, 2014 1 kayıt (commit)
  7. 23 Mar, 2014 1 kayıt (commit)
  8. 20 Mar, 2014 1 kayıt (commit)
  9. 02 Kas, 2013 1 kayıt (commit)
  10. 16 Eki, 2013 1 kayıt (commit)
  11. 14 Agu, 2013 1 kayıt (commit)
  12. 15 May, 2013 1 kayıt (commit)
  13. 15 Haz, 2012 1 kayıt (commit)
  14. 04 Haz, 2012 1 kayıt (commit)
  15. 30 Nis, 2012 1 kayıt (commit)
  16. 17 Nis, 2012 1 kayıt (commit)
  17. 11 Kas, 2011 1 kayıt (commit)
  18. 14 Ara, 2010 3 kayıt (commit)
  19. 28 Eki, 2010 1 kayıt (commit)
  20. 01 Haz, 2009 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 73073-73074,73089 via svnmerge from · 8cc7d88b
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73073 | benjamin.peterson | 2009-05-31 09:43:00 -0500 (Sun, 31 May 2009) | 1 line
      
        remove function import
      ........
        r73074 | benjamin.peterson | 2009-05-31 10:00:27 -0500 (Sun, 31 May 2009) | 1 line
      
        __enter__ and __exit__ must be on the class
      ........
        r73089 | andrew.kuchling | 2009-05-31 19:14:19 -0500 (Sun, 31 May 2009) | 1 line
      
        The class for regexes isn't called RegexObject any more; correct the text
      ........
      8cc7d88b
  21. 31 May, 2009 1 kayıt (commit)
  22. 05 Nis, 2009 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 70908,70939,71009,71022,71036 via svnmerge from · 965ce879
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70908 | jesse.noller | 2009-03-31 17:20:35 -0500 (Tue, 31 Mar 2009) | 1 line
      
        Issue 5619: Pass MS CRT debug flags into subprocesses
      ........
        r70939 | jesse.noller | 2009-03-31 22:45:50 -0500 (Tue, 31 Mar 2009) | 1 line
      
        Fix multiprocessing.event to match the new threading.Event API
      ........
        r71009 | jesse.noller | 2009-04-01 19:03:28 -0500 (Wed, 01 Apr 2009) | 1 line
      
        issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin Lowis for help
      ........
        r71022 | jesse.noller | 2009-04-01 21:32:55 -0500 (Wed, 01 Apr 2009) | 1 line
      
        Issue 3110: Additional protection for SEM_VALUE_MAX on platforms, thanks to Martin Loewis
      ........
        r71036 | jesse.noller | 2009-04-01 23:22:09 -0500 (Wed, 01 Apr 2009) | 1 line
      
        Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCES
      ........
      965ce879
  23. 01 Nis, 2009 1 kayıt (commit)
  24. 04 Eki, 2008 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 66670,66681,66688,66696-66699 via svnmerge from · e5384b08
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66670 | georg.brandl | 2008-09-28 15:01:36 -0500 (Sun, 28 Sep 2008) | 2 lines
      
        Don't show version in title.
      ........
        r66681 | georg.brandl | 2008-09-29 11:51:35 -0500 (Mon, 29 Sep 2008) | 2 lines
      
        Update nasm location.
      ........
        r66688 | jesse.noller | 2008-09-29 19:15:45 -0500 (Mon, 29 Sep 2008) | 2 lines
      
        issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller
      ........
        r66696 | andrew.kuchling | 2008-09-30 07:31:07 -0500 (Tue, 30 Sep 2008) | 1 line
      
        Edits, and add markup
      ........
        r66697 | andrew.kuchling | 2008-09-30 08:00:34 -0500 (Tue, 30 Sep 2008) | 1 line
      
        Markup fix
      ........
        r66698 | andrew.kuchling | 2008-09-30 08:00:51 -0500 (Tue, 30 Sep 2008) | 1 line
      
        Markup fixes
      ........
        r66699 | andrew.kuchling | 2008-09-30 08:01:46 -0500 (Tue, 30 Sep 2008) | 1 line
      
        Markup fixes.  (optparse.rst probably needs an entire revision pass.)
      ........
      e5384b08
  25. 30 Eyl, 2008 1 kayıt (commit)
  26. 01 Eyl, 2008 2 kayıt (commit)
  27. 19 Agu, 2008 2 kayıt (commit)
  28. 13 Haz, 2008 2 kayıt (commit)
  29. 11 Haz, 2008 4 kayıt (commit)