| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * mainloop.py: added facility for calling select(). Also added | Guido van Rossum | 1992-11-26 | 1 | -4/+1 |
| | | | | | | | | | 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 | -3/+11 |
| | | | | | | | | | | * 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. | ||||
| * | Misc changes and new modules. whrandom is "objectified". SOCKET.py | Guido van Rossum | 1992-10-18 | 1 | -0/+12 |
| | | | | | is moved to the sgi subdirectory. | ||||
| * | New module regsub contains sub(), gsub() and split() as in nawk. | Guido van Rossum | 1992-09-20 | 1 | -3/+2 |
| | | | | | | string.splitfields(s, '') now returns [s] as split() in nawk. Added _exit to exported functions of os. | ||||
| * | splitfields(s, '') is illegal | Guido van Rossum | 1992-08-19 | 1 | -1/+5 |
| | | |||||
| * | Removed *.libs (now in ./sgi); | Guido van Rossum | 1992-08-06 | 1 | -2/+6 |
| | | | | | | added gettext() method to TextEdit.py; fixed string.atoi() to ignore leading zeros. | ||||
| * | Add function to expand tabs. | Guido van Rossum | 1992-03-27 | 1 | -0/+13 |
| | | |||||
| * | New implementation method for case conversion. | Guido van Rossum | 1992-01-14 | 1 | -10/+8 |
| | | |||||
| * | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -4/+4 |
| | | |||||
| * | A plus is also a sign! | Guido van Rossum | 1991-08-16 | 1 | -2/+2 |
| | | |||||
| * | Added join() and joinfields() functions. | Guido van Rossum | 1991-04-07 | 1 | -9/+27 |
| | | | | | | Fixed center(). Rewrote ljust() and rjust(). | ||||
| * | Fix bugf in index -- last char would not be checked. | Guido van Rossum | 1990-12-26 | 1 | -1/+1 |
| | | |||||
| * | Initial revision | Guido van Rossum | 1990-10-13 | 1 | -0/+129 |
