| Commit message (Expand) | Author | Age | Files | Lines |
* | warnings.catch_warnings() now returns a list or None instead of the custom | Brett Cannon | 2008-09-09 | 1 | -1/+0 |
|
|
* | Move test.test_support.catch_warning() to the warnings module, rename it | Brett Cannon | 2008-09-02 | 1 | -3/+5 |
|
|
* | Suppress the warning in asynchat from using buffer() when running udner -3. | Brett Cannon | 2008-08-09 | 1 | -1/+5 |
|
|
* | Fixed bugs 760475, 953599, and 1519. | Josiah Carlson | 2008-07-07 | 1 | -2/+2 |
|
|
* | Applying updated patch from Issue 1736190, which addresses partial | Josiah Carlson | 2008-06-10 | 1 | -57/+71 |
|
|
* | [Patch #1002763] Allow long ints as terminator values; also, treat a terminat... | Andrew M. Kuchling | 2005-06-09 | 1 | -2/+2 |
|
|
* | Trivial bug fix: deque == [] is not a good way to check if a deque is empty. | Armin Rigo | 2004-09-27 | 1 | -1/+1 |
|
|
* | Replace left(), right(), and __reversed__() with the more general purpose | Raymond Hettinger | 2004-03-01 | 1 | -1/+1 |
|
|
* | Improvements to collections.deque(): | Raymond Hettinger | 2004-02-29 | 1 | -5/+1 |
|
|
* | Use collection.deque() instead of a list for a FIFO queue. | Raymond Hettinger | 2004-02-07 | 1 | -5/+10 |
|
|
* | [Patch #649762] Fix for asynchat endless loop | Andrew M. Kuchling | 2003-03-10 | 1 | -1/+1 |
|
|
* | Use isinstance() instead of type comparison | Andrew M. Kuchling | 2003-03-10 | 1 | -3/+2 |
|
|
* | Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) | Raymond Hettinger | 2002-06-30 | 1 | -3/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-04-16 | 1 | -6/+6 |
|
|
* | A faster version of the find_prefix_at_end() function (that I found in the | Andrew M. Kuchling | 2002-03-20 | 1 | -9/+7 |
|
|
* | [Bug #491820] Define two abstract methods to shut up Pychecker, and for | Andrew M. Kuchling | 2002-03-08 | 1 | -0/+6 |
|
|
* | Fix from the Madusa mailing list: | Tim Peters | 2001-04-08 | 1 | -1/+1 |
|
|
* | Make the docstring a raw string, for pydoc. | Guido van Rossum | 2001-04-06 | 1 | -1/+1 |
|
|
* | Fix the fix (my error -- hasty pasty). | Tim Peters | 2001-04-05 | 1 | -1/+1 |
|
|
* | One-liner critical fix from Jim Fulton: Eric's string-method crusade | Tim Peters | 2001-04-05 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-02-09 | 1 | -1/+1 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -2/+1 |
|
|
* | New asynchat.py from Sam Rushing: this foregoes using the regex module | Andrew M. Kuchling | 2001-01-24 | 1 | -36/+12 |
|
|
* | Whitespace standardization. | Tim Peters | 2001-01-14 | 1 | -239/+239 |
|
|
* | Match Sam Rushing's current version of asyncore.py and asynchat.py | Andrew M. Kuchling | 2000-09-08 | 1 | -4/+7 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
|
|
* | Actually, the previous batch's comment should have been different; | Guido van Rossum | 2000-02-04 | 1 | -18/+21 |
|
|
* | Put Sam Rushing's original RCS ID string back, without dollars around it. | Guido van Rossum | 1999-09-14 | 1 | -1/+1 |
|
|
* | Sam's latest versions | Guido van Rossum | 1999-06-08 | 1 | -39/+61 |
|
|
* | A gift from Sam Rushing - modules asyncore and asynchat for the | Guido van Rossum | 1999-01-12 | 1 | -0/+290 |
|
|