| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bad new bug in ftp code -- the test for existing file using NLST | Guido van Rossum | 1998-01-19 | 1 | -0/+4 |
|
|
* | Fix to ismount(). Can't remember who told me this. | Guido van Rossum | 1998-01-19 | 1 | -2/+3 |
|
|
* | Patch by Tim O'Malley for servers that send a response looking just like | Guido van Rossum | 1998-01-19 | 1 | -2/+6 |
|
|
* | Some patches by Lars Marius Garshol: | Guido van Rossum | 1998-01-19 | 1 | -2/+17 |
|
|
* | Added docstrings. | Guido van Rossum | 1998-01-19 | 1 | -32/+63 |
|
|
* | Add trace methods to class Variable | Guido van Rossum | 1998-01-14 | 1 | -5/+15 |
|
|
* | Added tests for qualified sub and split | Guido van Rossum | 1998-01-14 | 1 | -0/+15 |
|
|
* | Seems I've found a way to fix this. | Guido van Rossum | 1998-01-14 | 1 | -3/+9 |
|
|
* | Update the doc string to emphasize non-Unix behavior earlier; | Guido van Rossum | 1998-01-13 | 1 | -7/+5 |
|
|
* | Fix two bugs: | Guido van Rossum | 1998-01-12 | 1 | -5/+8 |
|
|
* | New module added. | Guido van Rossum | 1997-12-31 | 1 | -0/+474 |
|
|
* | When there's no filename, don't make one up. | Guido van Rossum | 1997-12-30 | 1 | -6/+54 |
|
|
* | Add tests for re.L(OCALE). | Guido van Rossum | 1997-12-30 | 1 | -1/+7 |
|
|
* | Since DSA.py never made it to the release, neither should dos-8x3/dsa.py. | Guido van Rossum | 1997-12-30 | 1 | -221/+0 |
|
|
* | the usual | Guido van Rossum | 1997-12-30 | 2 | -4/+6 |
|
|
* | Two critical fixes to the changes that I made for Greg McFarlane -- | Guido van Rossum | 1997-12-30 | 1 | -3/+3 |
|
|
* | Moved things around a bit in interact(), so outout is processed before | Guido van Rossum | 1997-12-29 | 1 | -4/+5 |
|
|
* | Fixed several bugs reported by Greg McFarmane: | Guido van Rossum | 1997-12-29 | 1 | -42/+31 |
|
|
* | Minor editing corrections. | Guido van Rossum | 1997-12-29 | 2 | -26/+26 |
|
|
* | Added doc string, provided by Charles Waldman (with some reformatting | Guido van Rossum | 1997-12-29 | 2 | -0/+446 |
|
|
* | Solve two annoying problems with ftp URLs for Jack: when repeated | Guido van Rossum | 1997-12-28 | 1 | -0/+14 |
|
|
* | Do a better job of keeping the dialog visible when the master window | Guido van Rossum | 1997-12-28 | 1 | -0/+8 |
|
|
* | Typo: Widht instead of Width... | Guido van Rossum | 1997-12-27 | 1 | -1/+1 |
|
|
* | Added expect() method which takes a list of regular expressions and an | Guido van Rossum | 1997-12-24 | 1 | -2/+52 |
|
|
* | Use string.replace instead of regsub.[g]sub. | Guido van Rossum | 1997-12-24 | 5 | -17/+13 |
|
|
* | Decided to add the telnet library that I wrote long ago (it's still in | Guido van Rossum | 1997-12-24 | 1 | -0/+424 |
|
|
* | Add new optional parameter 'suffix' (default ''), which is appended to | Guido van Rossum | 1997-12-19 | 1 | -10/+11 |
|
|
* | Make this test succeed even when using "import test.test_zlib". | Guido van Rossum | 1997-12-18 | 1 | -2/+5 |
|
|
* | Added SOLID definition. | Guido van Rossum | 1997-12-16 | 1 | -0/+2 |
|
|
* | PhotoImage.put(): Fixed -to handling, including backward compatibility hack. | Fred Drake | 1997-12-16 | 1 | -1/+3 |
|
|
* | On NT, use a better template, ~XXX- where XXX is os.getpid(). | Guido van Rossum | 1997-12-15 | 1 | -0/+2 |
|
|
* | Move %x test to nonstandard section because it appears to be locale specific. | Guido van Rossum | 1997-12-15 | 1 | -2/+3 |
|
|
* | Added tag_prevrange analogous to rag_nextrange. | Guido van Rossum | 1997-12-15 | 1 | -0/+3 |
|
|
* | Believe it or not, some people have an empty group database. | Guido van Rossum | 1997-12-15 | 1 | -7/+10 |
|
|
* | Change _nametowidget to nametowidget -- it is a public interface. | Guido van Rossum | 1997-12-12 | 1 | -1/+2 |
|
|
* | Remove unneeded "import re". | Guido van Rossum | 1997-12-11 | 1 | -1/+0 |
|
|
* | Last minute fix to Text.window_cget(), which should properly Tcl-ify | Guido van Rossum | 1997-12-11 | 1 | -0/+4 |
|
|
* | yeah, yeah. | Guido van Rossum | 1997-12-11 | 1 | -2/+6 |
|
|
* | Fix problem detected by Greg McFarlane -- callbacks passed to | Guido van Rossum | 1997-12-11 | 1 | -10/+16 |
|
|
* | Jim Fulton writes: | Guido van Rossum | 1997-12-10 | 1 | -5/+12 |
|
|
* | At Barry's suggestion, plug the security leak by using an empty | Guido van Rossum | 1997-12-10 | 2 | -6/+12 |
|
|
* | Since this module is used as a fallback in case no built-in modules | Guido van Rossum | 1997-12-10 | 2 | -6/+14 |
|
|
* | Don't specify base 0 to string.atoi when unpickling integers in text | Guido van Rossum | 1997-12-10 | 1 | -1/+1 |
|
|
* | Support uue and x-uue as short names for uuencode. | Guido van Rossum | 1997-12-10 | 1 | -2/+6 |
|
|
* | Doc strings and reformatting with 4 spaces bty Mitch Chapman. | Guido van Rossum | 1997-12-10 | 1 | -609/+661 |
|
|
* | # Typos in the comments giving the names of two recently added distributions. | Guido van Rossum | 1997-12-09 | 1 | -2/+2 |
|
|
* | Guess... :-) | Guido van Rossum | 1997-12-09 | 6 | -167/+474 |
|
|
* | Checking in ConfigParser.py -- I don't see a reason why this can't be | Guido van Rossum | 1997-12-09 | 1 | -0/+255 |
|
|
* | Deleting ni.py; renamed to ni1.py, really. | Guido van Rossum | 1997-12-09 | 1 | -434/+0 |
|
|
* | Make close(), and hence __del__(), robust in the light of the world | Guido van Rossum | 1997-12-09 | 1 | -3/+6 |
|
|