Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove obsolete pdist demo. | Georg Brandl | 2010-08-02 | 1 | -359/+0 |
| | |||||
* | Merged revisions 78779 via svnmerge from | Benjamin Peterson | 2010-03-21 | 1 | -0/+0 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78779 | benjamin.peterson | 2010-03-07 20:11:06 -0600 (Sun, 07 Mar 2010) | 1 line remove svn:executable from scripts without a shebang line ........ | ||||
* | remove most uses of list(somedict.keys()) in Demo scripts | Skip Montanaro | 2007-08-06 | 1 | -11/+6 |
| | |||||
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵ | Collin Winter | 2007-07-17 | 1 | -20/+20 |
| | | | | lingering print statements. | ||||
* | Whitespace normalization. Ran reindent.py over the entire source tree. | Tim Peters | 2004-07-18 | 1 | -328/+328 |
| | |||||
* | Use md5.new() constructor | Andrew M. Kuchling | 2002-04-17 | 1 | -1/+1 |
| | |||||
* | Fix a typo in Tim's fix. | Guido van Rossum | 2002-04-04 | 1 | -1/+1 |
| | |||||
* | Convert a pile of obvious "yes/no" functions to return bool. | Tim Peters | 2002-04-04 | 1 | -3/+3 |
| | |||||
* | mac robustness: default timezone, unlink target before rename | Guido van Rossum | 1995-10-07 | 1 | -0/+4 |
| | |||||
* | remove comment about obsolete variable | Guido van Rossum | 1995-07-18 | 1 | -1/+0 |
| | |||||
* | add doc for extra field | Guido van Rossum | 1995-06-21 | 1 | -0/+1 |
| | |||||
* | moved proxy; added __cmp__(); made proxy optional for getremote() | Guido van Rossum | 1995-05-01 | 1 | -7/+10 |
| | |||||
* | correct call to unparse, should be putentry now | Guido van Rossum | 1995-04-28 | 1 | -1/+1 |
| | |||||
* | report() needs to report enew and edeleted | Guido van Rossum | 1995-04-28 | 1 | -0/+2 |
| | |||||
* | largely rewritten, out of frustration | Guido van Rossum | 1995-04-27 | 1 | -87/+247 |
| | |||||
* | added Entry.dump() method | Guido van Rossum | 1995-04-27 | 1 | -0/+7 |
| | |||||
* | dunno | Guido van Rossum | 1995-04-27 | 1 | -2/+4 |
| | |||||
* | Initial revision | Guido van Rossum | 1995-04-26 | 1 | -0/+186 |