- 01 Ock, 2013 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
- 18 Haz, 2012 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
- 15 Haz, 2012 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
- 25 May, 2012 2 kayıt (commit)
-
-
Richard Oudkerk yazdı
Fix suggested by Itay Brandes
-
Richard Oudkerk yazdı
Fix suggested by Itay Brandes
-
- 11 Kas, 2011 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 27 Tem, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
The public names (Thread, Condition, etc.) used to be factory functions returning instances of hidden classes (_Thread, _Condition, etc.), because (if Guido recalls correctly) this code pre-dates the ability to subclass extension types. It is now possible to inherit from Thread and other classes, without having to import the private underscored names like multiprocessing did. A doc update will follow: a patch is under discussion on the issue.
-
- 14 Ara, 2010 3 kayıt (commit)
-
-
R. David Murray yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87225 | r.david.murray | 2010-12-13 20:38:16 -0500 (Mon, 13 Dec 2010) | 2 lines 9162: fix license in multiprocessing files ........
-
R. David Murray yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87225 | r.david.murray | 2010-12-13 20:38:16 -0500 (Mon, 13 Dec 2010) | 2 lines 9162: fix license in multiprocessing files ........
-
R. David Murray yazdı
-
- 22 Eyl, 2008 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66557 | benjamin.peterson | 2008-09-22 16:11:43 -0500 (Mon, 22 Sep 2008) | 1 line use the new threading properties for multiprocessing (reviewed by Jesse #3927) ........
-
Benjamin Peterson yazdı
-
- 19 Agu, 2008 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r65864 | jesse.noller | 2008-08-19 14:06:19 -0500 (Tue, 19 Aug 2008) | 2 lines issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included. ........
-
Jesse Noller yazdı
issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included.
-
- 18 Agu, 2008 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r65828 | benjamin.peterson | 2008-08-18 13:31:58 -0500 (Mon, 18 Aug 2008) | 1 line patch up multiprocessing until it's API can be changed too ........
-
Benjamin Peterson yazdı
-
- 25 Haz, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 13 Haz, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 11 Haz, 2008 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64125 | benjamin.peterson | 2008-06-11 12:27:50 -0500 (Wed, 11 Jun 2008) | 2 lines give the threading API PEP 8 names ........
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64104 | benjamin.peterson | 2008-06-10 21:40:25 -0500 (Tue, 10 Jun 2008) | 2 lines add the multiprocessing package to fulfill PEP 371 ........ r64117 | benjamin.peterson | 2008-06-11 07:26:31 -0500 (Wed, 11 Jun 2008) | 2 lines fix import of multiprocessing by juggling imports ........
-
Benjamin Peterson yazdı
-