| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-04-05 | 1 | -7/+8 |
|
|
* | Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from | Christian Heimes | 2008-03-28 | 1 | -0/+10 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Christian Heimes | 2008-02-28 | 1 | -19/+20 |
|
|
* | Merged revisions 61003-61033 via svnmerge from | Christian Heimes | 2008-02-24 | 1 | -2/+7 |
|
|
* | Merged revisions 60245-60277 via svnmerge from | Christian Heimes | 2008-01-25 | 1 | -8/+25 |
|
|
* | Merged revisions 60176-60209 via svnmerge from | Christian Heimes | 2008-01-23 | 1 | -29/+16 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -1/+1 |
|
|
* | Get rid of all __private variables and methods in the threading module. | Guido van Rossum | 2007-08-20 | 1 | -131/+131 |
|
|
* | Merged revisions 57152-57220 via svnmerge from | Guido van Rossum | 2007-08-20 | 1 | -0/+20 |
|
|
* | Merged revisions 56753-56781 via svnmerge from | Guido van Rossum | 2007-08-06 | 1 | -1/+2 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -12/+23 |
|
|
* | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 1 | -3/+2 |
|
|
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -1/+1 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -8/+8 |
|
|
* | Merged revisions 53005-53303 via svnmerge from | Thomas Wouters | 2007-01-09 | 1 | -5/+5 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+3 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -11/+4 |
|
|
* | Um, I thought I'd already checked this in. | Guido van Rossum | 2006-03-10 | 1 | -6/+0 |
|
|
* | Updates to the with-statement: | Guido van Rossum | 2006-02-28 | 1 | -0/+29 |
|
|
* | Prevent threading.Thread.join() from blocking when a previous call raised an | Brett Cannon | 2005-11-23 | 1 | -16/+18 |
|
|
* | bug [ 1238170 ] threading.Thread uses {} as default argument | Georg Brandl | 2005-07-15 | 1 | -1/+3 |
|
|
* | Fixed typo in verbose output. | Brett Cannon | 2005-01-27 | 1 | -1/+1 |
|
|
* | threading._DummyThread.__init__(): document obscure new code. | Tim Peters | 2005-01-08 | 1 | -3/+9 |
|
|
* | In _DummyThread objects the lock stored in __block (allocated thanks to | Brett Cannon | 2005-01-08 | 1 | -0/+1 |
|
|
* | Thread.__delete: Discussion of internal obscurities belongs in comments | Tim Peters | 2004-07-21 | 1 | -31/+28 |
|
|
* | Fix bug where a KeyError was raised if -O was being used for the interpreter | Brett Cannon | 2004-07-21 | 1 | -1/+33 |
|
|
* | Implemented thread-local data as proposed on python-dev: | Jim Fulton | 2004-07-14 | 1 | -1/+9 |
|
|
* | threading.Thread objects will now print a traceback for an exception raised | Brett Cannon | 2004-07-03 | 1 | -2/+38 |
|
|
* | Remove calls to currentThread() in _Condition methods that were side-effect. | Brett Cannon | 2004-03-08 | 1 | -2/+0 |
|
|
* | * Move collections.deque() in from the sandbox | Raymond Hettinger | 2004-01-29 | 1 | -2/+3 |
|
|
* | Add traceback.format_exc(). | Neil Schemenauer | 2003-11-05 | 1 | -5/+2 |
|
|
* | Make the classes exposed by threading.py new-style classes. This is | Tim Peters | 2003-07-01 | 1 | -3/+7 |
|
|
* | Resolved minor XXX question in the obvious way. | Tim Peters | 2003-07-01 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-06-29 | 1 | -2/+2 |
|
|
* | Remove stub settrace() and setprofile() calls. | Jeremy Hylton | 2003-06-29 | 1 | -8/+0 |
|
|
* | Add settrace() and setprofile() functions to the threading library. | Jeremy Hylton | 2003-06-29 | 1 | -0/+20 |
|
|
* | Provide dummy (do-nothing) settrace() and setprofile() functions until | Tim Peters | 2003-06-29 | 1 | -1/+9 |
|
|
* | Get rid of many apply() calls. | Guido van Rossum | 2003-02-27 | 1 | -6/+6 |
|
|
* | - prefer "import ... as" to "import / (assignments) / del" for most things | Fred Drake | 2002-12-30 | 1 | -18/+11 |
|
|
* | Add __all__. (Brett Cannon.) | Guido van Rossum | 2002-12-30 | 1 | -0/+2 |
|
|
* | The _Event class should be more careful with releasing its lock when | Guido van Rossum | 2002-11-21 | 1 | -8/+14 |
|
|
* | Docstring nits: The module is neither proposed nor new. | Jeremy Hylton | 2002-08-14 | 1 | -1/+1 |
|
|
* | Explain use of currentThread() in _Condition methods. | Jeremy Hylton | 2002-08-14 | 1 | -2/+2 |
|
|
* | Explain a little more. | Jeremy Hylton | 2002-08-14 | 1 | -0/+1 |
|
|
* | Explain a minor mystery. | Jeremy Hylton | 2002-08-14 | 1 | -0/+1 |
|
|
* | Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) | Raymond Hettinger | 2002-06-30 | 1 | -2/+1 |
|
|
* | Partial introduction of bools where appropriate. | Guido van Rossum | 2002-04-07 | 1 | -19/+19 |
|
|
* | Convert a pile of obvious "yes/no" functions to return bool. | Tim Peters | 2002-04-04 | 1 | -2/+2 |
|
|
* | SF #515023. Make _DummyThread.join() signature match base class (Thread) | Neal Norwitz | 2002-02-19 | 1 | -1/+1 |
|
|
* | Thread.__bootstrap(): ignore exceptions in the self.__delete() call in | Guido van Rossum | 2001-12-28 | 1 | -1/+4 |
|
|