Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert all remaining *simple* cases of regex usage to re usage. | Guido van Rossum | 1997-10-22 | 1 | -10/+9 |
| | |||||
* | Patch by Charles G. Waldman to add optional user and password | Guido van Rossum | 1997-10-20 | 1 | -1/+10 |
| | | | | arguments to NNTP.__init__(), for nntp servers that need them. | ||||
* | Fixed bugs regarding lines starting with '.' (both receiving and sending). | Guido van Rossum | 1997-08-26 | 1 | -4/+25 |
| | | | | Added a minimal test function. | ||||
* | Fix xover implementation according to Fred Lundh. | Guido van Rossum | 1997-07-17 | 1 | -8/+8 |
| | |||||
* | Change the list() function to match the documentation in the comment | Guido van Rossum | 1997-03-14 | 1 | -1/+1 |
| | | | | (it should return a list of tuples, not a list of lists). | ||||
* | Changed makefile() args from r/w to rb/wb, for non-unix compatability. | Jack Jansen | 1996-02-14 | 1 | -1/+1 |
| | |||||
* | actualized example; added xover, xgtitle, xpath, date methods by Kevan Heydon | Guido van Rossum | 1995-09-22 | 1 | -4/+87 |
| | |||||
* | rename debug() to set_debuglevel() | Guido van Rossum | 1995-03-30 | 1 | -1/+2 |
| | |||||
* | fix comments for list command | Guido van Rossum | 1995-01-10 | 1 | -2/+2 |
| | |||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -4/+1 |
| | |||||
* | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 | 1 | -4/+3 |
| | | | | | | | 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) | ||||
* | * mainloop.py: added facility for calling select(). Also added | Guido van Rossum | 1992-11-26 | 1 | -10/+10 |
| | | | | | | | | embryonic facility for pseudo-modal dialogs. * stdwinevents.py: added modifier masks for key/mouse events * renamed exceptions in nntplib.py * Changed string.join() to call string.joinfields() to profit of strop.joinfields() | ||||
* | * change default line numbers for 'list' in pdb.py | Guido van Rossum | 1992-11-05 | 1 | -0/+368 |
* changed eval() into getattr() in cmd.py * added dirname(), basename() and (dummy) normath() to macpath.py * renamed nntp.py to nntplib.py * Made string.index() compatible with strop.index() * Make string.atoi('') raise string.atoi_error rather than ValueError * Added dirname() and normpath() to posixpath. |