Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | #6112: list.remove raises ValueError, not RuntimeError. | Georg Brandl | 2009-05-26 | 1 | -1/+1 |
| | |||||
* | #2803: fix wrong invocation of heappush in seldom-reached code. | Georg Brandl | 2008-05-11 | 1 | -1/+1 |
| | | | | Thanks to Matt Harden. | ||||
* | Issue #1861: Add read-only attribute listing upcoming events in the order ↵ | Raymond Hettinger | 2008-01-17 | 1 | -7/+24 |
| | | | | they will be run. | ||||
* | Update docstring of sched, also remove an unused assignment. | Georg Brandl | 2007-10-08 | 1 | -6/+6 |
| | |||||
* | SF 1676321: empty() returned wrong result | Raymond Hettinger | 2007-03-08 | 1 | -1/+1 |
| | |||||
* | Refactor: | Raymond Hettinger | 2004-12-17 | 1 | -10/+21 |
| | | | | | | | | * Improve algorithm -- no more O(n) steps except sched.cancel(). * Improve thread safety of sched.run() and sched.empty() (other threads could alter the queue between the time the queue was first checked and when the lead event was deleted). * Localize variable access in sched.run() to minimize overhead. | ||||
* | Get rid of many apply() calls. | Guido van Rossum | 2003-02-27 | 1 | -1/+1 |
| | |||||
* | bunch more __all__ lists | Skip Montanaro | 2001-02-15 | 1 | -0/+2 |
| | | | | | | also modified check_all function to suppress all warnings since they aren't relevant to what this test is doing (allows quiet checking of regsub, for instance) | ||||
* | Whitespace normalization. | Tim Peters | 2001-01-15 | 1 | -27/+27 |
| | |||||
* | Actually, the previous batch's comment should have been different; | Guido van Rossum | 2000-02-04 | 1 | -1/+1 |
| | | | | | | | | | | *this* set of patches is Ka-Ping's final sweep: The attached patches update the standard library so that all modules have docstrings beginning with one-line summaries. A new docstring was added to formatter. The docstring for os.py was updated to mention nt, os2, ce in addition to posix, dos, mac. | ||||
* | While we're at it, convert to docstrings and set the indentation level | Fred Drake | 1999-06-25 | 1 | -91/+96 |
| | | | | to 4. | ||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -6/+5 |
| | |||||
* | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 | 1 | -2/+1 |
| | | | | | | | constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments) | ||||
* | * Got entirely rid of path.py. | Guido van Rossum | 1992-12-14 | 1 | -4/+5 |
| | | | | | | | | * Many modules: fixes for new, stricter, argument passing rules (most changes were automatic ones -- not all of this is tested!). * gwin.py: now uses mainloop.py for its main loop and window admin. * mainloop.py: always call dispatch() with event as a tuple! * Fix bug in pdb's 'clear' command -- don't set the bpt but clear it! | ||||
* | Added a _v21 def to FL.py and added two new input field types | Guido van Rossum | 1992-09-02 | 1 | -10/+3 |
| | | | | | | Added runcall(func, *args) interfaces to profile.py, bdb.py, pdb.py, wdb.py Added new module bisect.py and used it in sched.py. Mostly cosmetic changes to profile.py (changed output format). | ||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -2/+2 |
| | |||||
* | New class syntax. | Guido van Rossum | 1991-12-26 | 1 | -1/+1 |
| | |||||
* | Added a comment about a possible interface change. | Guido van Rossum | 1991-11-12 | 1 | -0/+5 |
| | |||||
* | Delay zero after successful action. | Guido van Rossum | 1991-04-21 | 1 | -2/+8 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-04-07 | 1 | -0/+96 |