| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added tests for \b, \B (AMK). | Guido van Rossum | 1997-08-15 | 1 | -0/+13 |
| | | |||||
| * | Moved some non-standard format characters out of the standard list. | Guido van Rossum | 1997-08-14 | 1 | -20/+22 |
| | | | | | | | | Also moved %c and %Z out of there, even though they are standard, because these are locale dependent (and e.g. on Windows and Mac they return different strings). Finally, sorted the tables slightly different, to match my standard docs better (%a before %A). | ||||
| * | set LOOPS to 10000 | Guido van Rossum | 1997-08-14 | 1 | -1/+1 |
| | | |||||
| * | Print `a` so encrypted text is shown in ascii, not binary. | Guido van Rossum | 1997-08-14 | 2 | -2/+2 |
| | | |||||
| * | Don't call sys.exit() all over the place -- simply return the exit | Guido van Rossum | 1997-08-14 | 1 | -4/+4 |
| | | | | | | status from main() and call sys.exit(main()) in the startup stub at the end of the file. | ||||
| * | 1.5a3 prerelease 1 from AMK | Guido van Rossum | 1997-08-13 | 3 | -4/+32 |
| | | |||||
| * | Fixes for the Mac. (Jack) | Guido van Rossum | 1997-08-12 | 1 | -3/+6 |
| | | |||||
| * | Add test for function comparisons | Guido van Rossum | 1997-08-05 | 2 | -0/+36 |
| | | |||||
| * | The reload(sys) test no longer works due to changes in the import | Guido van Rossum | 1997-08-02 | 1 | -4/+4 |
| | | | | | semantics. | ||||
| * | Nit: round delays to 0.1 second. | Guido van Rossum | 1997-07-18 | 1 | -2/+2 |
| | | |||||
| * | Some new tests by Jeffrey | Guido van Rossum | 1997-07-18 | 1 | -11/+72 |
| | | |||||
| * | Corresponding output. | Guido van Rossum | 1997-07-17 | 1 | -1/+11 |
| | | |||||
| * | Several additions from Jeffrey. | Guido van Rossum | 1997-07-17 | 1 | -5/+22 |
| | | |||||
| * | Added tests for sub, subn, and split. | Guido van Rossum | 1997-07-17 | 1 | -1/+47 |
| | | |||||
| * | Jeffrey's latest -- seems to solve most problems! | Guido van Rossum | 1997-07-17 | 3 | -156/+84 |
| | | |||||
| * | Add flush() method to fake file. | Guido van Rossum | 1997-07-17 | 1 | -0/+3 |
| | | |||||
| * | Catch all exceptions in test modules. | Guido van Rossum | 1997-07-16 | 1 | -0/+6 |
| | | |||||
| * | Added output from new tests. | Guido van Rossum | 1997-07-15 | 1 | -0/+381 |
| | | |||||
| * | Fixed a syntax error caused by a bad line in the Perl source. | Guido van Rossum | 1997-07-15 | 1 | -1/+1 |
| | | |||||
| * | Merged Jeffrey's changes in. | Guido van Rossum | 1997-07-15 | 1 | -1/+8 |
| | | |||||
| * | Merged my changes in, and added all converted Perl tests. | Guido van Rossum | 1997-07-15 | 1 | -24/+284 |
| | | |||||
| * | Jeffrey's version | Guido van Rossum | 1997-07-15 | 1 | -239/+169 |
| | | |||||
| * | Tweak re_tests and test_re to differentiate between | Guido van Rossum | 1997-07-15 | 3 | -5/+7 |
| | | | | | groups that have no value and groups that are out of bounds. | ||||
| * | More tweaks; re.py is nearly there... | Guido van Rossum | 1997-07-15 | 3 | -13/+5 |
| | | |||||
| * | Jeffrey's newest | Guido van Rossum | 1997-07-15 | 2 | -53/+8 |
| | | |||||
| * | Three fewer incorrect failures | Guido van Rossum | 1997-07-15 | 1 | -3/+0 |
| | | |||||
| * | Removed the traceback output in non-verbose mode | Guido van Rossum | 1997-07-11 | 2 | -109/+2 |
| | | |||||
| * | Jeffrey's latest. | Guido van Rossum | 1997-07-11 | 1 | -122/+82 |
| | | |||||
| * | Some small nits. | Guido van Rossum | 1997-07-11 | 1 | -3/+5 |
| | | |||||
| * | This is pretty pathetic and full of errors, | Guido van Rossum | 1997-07-11 | 1 | -0/+339 |
| | | | | | but it makes the regression test not complain about test_re. | ||||
| * | test suite for re.py | Guido van Rossum | 1997-07-11 | 2 | -0/+334 |
| | | |||||
| * | Allow oct() result for 64-bit machines. | Guido van Rossum | 1997-06-06 | 1 | -1/+2 |
| | | |||||
| * | AMK's regex test suite | Guido van Rossum | 1997-06-03 | 2 | -0/+331 |
| | | |||||
| * | socket_type --> SocketType | Fred Drake | 1997-06-03 | 1 | -1/+1 |
| | | |||||
| * | Added tests for dict.clear(), dict.update(), dict.copy(). | Guido van Rossum | 1997-06-02 | 1 | -0/+9 |
| | | |||||
| * | Add test for presence of socket_type. | Guido van Rossum | 1997-05-21 | 1 | -0/+1 |
| | | |||||
| * | Fix ratecv test (Sjoerd). | Guido van Rossum | 1997-05-21 | 1 | -5/+6 |
| | | |||||
| * | More robust way of choosing a non-existant uid (faster, too). | Guido van Rossum | 1997-05-20 | 1 | -1/+1 |
| | | | | | (Correct version -- the previous checkin was a keyboard slip.) | ||||
| * | More robust way of choosing a non-existant uid (faster, too). | Guido van Rossum | 1997-05-20 | 1 | -4/+4 |
| | | |||||
| * | Changes to make these tests work on the Mac. | Guido van Rossum | 1997-05-16 | 3 | -4/+4 |
| | | |||||
| * | Increase the child's sleep time to 5 for slow machines. | Guido van Rossum | 1997-05-16 | 1 | -1/+1 |
| | | |||||
| * | Catch nis.error and raise TestFailed instead. This catches the | Barry Warsaw | 1997-05-15 | 1 | -2/+7 |
| | | | | | | | problem where Python is configured with the nismodule but NIS isn't installed, or the map names don't correspond to those hardcoded in nismodule.c (which is bogus in and of itself). | ||||
| * | Fix typo in error reporting. | Guido van Rossum | 1997-05-14 | 1 | -1/+1 |
| | | |||||
| * | Fix hex tests for 64-bit machines. | Guido van Rossum | 1997-05-14 | 1 | -1/+3 |
| | | |||||
| * | Suppress fork part of socket test when we can't fork. | Guido van Rossum | 1997-05-14 | 1 | -27/+29 |
| | | |||||
| * | Fix sys.platform test -- on Win, it is 'win32', not 'win'. | Guido van Rossum | 1997-05-14 | 1 | -2/+2 |
| | | |||||
| * | More rational implementation of get_qualified_path() -- search along | Guido van Rossum | 1997-05-14 | 1 | -12/+5 |
| | | | | | sys.path instead of assuming __file__ works. | ||||
| * | Finally found a wat to set a file nonblocking that works on Irix, | Guido van Rossum | 1997-05-12 | 1 | -2/+2 |
| | | | | | Solaris and Linux: use os.O_NONBLOCK. | ||||
| * | Fix the NDELAY test; avoid outputting binary garbage. | Guido van Rossum | 1997-05-09 | 1 | -3/+3 |
| | | |||||
| * | Print less in test_socket. | Guido van Rossum | 1997-05-09 | 2 | -21/+6 |
| | | |||||
