Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test_new. | Barry Warsaw | 1996-12-10 | 2 | -2/+7 |
| | |||||
* | Renamed. | Barry Warsaw | 1996-12-10 | 1 | -81/+84 |
| | |||||
* | The usual; added several test modules, too. | Guido van Rossum | 1996-12-10 | 10 | -4/+278 |
| | |||||
* | Add optional data argument to urlopen() and open_http(), to trigger POST. | Guido van Rossum | 1996-12-10 | 1 | -9/+26 |
| | |||||
* | In the HTTP reply header, be more accepting in the HTTP version. | Guido van Rossum | 1996-12-10 | 1 | -2/+2 |
| | |||||
* | Added remaining declarations needed/used in glmodule.c; keeps gcc -Wall happy. | Guido van Rossum | 1996-12-10 | 2 | -10/+56 |
| | |||||
* | Better way to handle 64-bit ints, keeping gcc -Wall happy. | Guido van Rossum | 1996-12-10 | 1 | -30/+18 |
| | | | | Tested with AMK's help. | ||||
* | Add unistd.h to make gcc -Wall happy. | Guido van Rossum | 1996-12-10 | 1 | -0/+4 |
| | |||||
* | Add const to error and newstring functions | Guido van Rossum | 1996-12-10 | 4 | -6/+6 |
| | |||||
* | Fix operator priority bug found thanks to gcc -Wall. | Guido van Rossum | 1996-12-10 | 1 | -1/+1 |
| | |||||
* | Make gcc -Wall happy; remove dummy variable (can't see where it's needed). | Guido van Rossum | 1996-12-10 | 1 | -2/+8 |
| | |||||
* | Added extern decl for gethostname() to keep gcc -Wall happy. | Guido van Rossum | 1996-12-10 | 1 | -0/+4 |
| | |||||
* | Great renaming. | Guido van Rossum | 1996-12-10 | 1 | -23/+17 |
| | | | | Also got rid of the dummy variable, which was last needed in IRIX 4.x. | ||||
* | Removed redundant inclusion of <errno.h> (sorry, Roj!). | Guido van Rossum | 1996-12-10 | 1 | -2/+0 |
| | |||||
* | renamed in a grand fashion. | Roger E. Masse | 1996-12-10 | 1 | -74/+76 |
| | |||||
* | Added a test script for dbmmodule.c and added it to testall.py and | Roger E. Masse | 1996-12-10 | 3 | -2/+31 |
| | | | | updated testall.out | ||||
* | Added test_new | Barry Warsaw | 1996-12-10 | 1 | -0/+1 |
| | |||||
* | Renamed a few symbols that were found in comments. | Barry Warsaw | 1996-12-09 | 1 | -6/+6 |
| | |||||
* | Renamed, ungrandly. We don't have the GNU MP library here so we can't | Barry Warsaw | 1996-12-09 | 1 | -278/+291 |
| | | | | | | really test this module, or even compile it without a lot of work. I'll make a note of it that this has not been tested! | ||||
* | renamed grandly. | Roger E. Masse | 1996-12-09 | 1 | -7/+7 |
| | |||||
* | new test script for cryptmodule.py | Roger E. Masse | 1996-12-09 | 1 | -0/+6 |
| | |||||
* | Test script/output for cryptmodule.c added to testall.py and testall.out | Roger E. Masse | 1996-12-09 | 2 | -0/+3 |
| | |||||
* | (python-cc-style): Although open braces for substatements typically | Barry Warsaw | 1996-12-09 | 1 | -0/+2 |
| | | | | | hang on the right side, if they are on a separate line, indent them under the keyword. | ||||
* | Renamed Grandly | Roger E. Masse | 1996-12-09 | 1 | -19/+19 |
| | |||||
* | New test module for complex math module | Roger E. Masse | 1996-12-09 | 1 | -0/+22 |
| | |||||
* | Added test_cmath.py to test complex math module | Roger E. Masse | 1996-12-09 | 2 | -1/+2 |
| | |||||
* | (testall.py): Slightly improved test harness to make it easier to add | Barry Warsaw | 1996-12-09 | 2 | -36/+17 |
| | | | | | | simple tests. (testall.py, testall.out): Added MD5 testsuite | ||||
* | Renamed | Barry Warsaw | 1996-12-09 | 2 | -90/+87 |
| | |||||
* | Removed some unneeded header files and reedited with a fixed-width font | Roger E. Masse | 1996-12-09 | 1 | -14/+19 |
| | | | | from emacs as per recomendation from GvR | ||||
* | (python-cc-style): Oops, we decided to use TABs for 8 spaces where | Barry Warsaw | 1996-12-09 | 1 | -2/+2 |
| | | | | possible. | ||||
* | C coding standard for Python C files. | Barry Warsaw | 1996-12-09 | 1 | -0/+35 |
| | | | | | | | | | | | Currently fairly minimal, but I'll be adding to this as needed. I think it's pretty darn close. To use this, just load the file and in a C buffer type: M-x c-set-style RET python RET [there are ways to automate much of this!] | ||||
* | Added test_strop | Barry Warsaw | 1996-12-09 | 2 | -0/+5 |
| | |||||
* | Added tests of all strop module functions, and touching of module | Barry Warsaw | 1996-12-09 | 1 | -2/+35 |
| | | | | variables | ||||
* | Added test_array output line. | Guido van Rossum | 1996-12-09 | 1 | -0/+1 |
| | |||||
* | Renamed Grandly (I think). | Roger E. Masse | 1996-12-09 | 1 | -265/+270 |
| | |||||
* | module to test the arraymodule created and added to testall.py | Roger E. Masse | 1996-12-09 | 2 | -1/+45 |
| | |||||
* | Changes to keep gcc -Wall happy. | Guido van Rossum | 1996-12-09 | 1 | -3/+13 |
| | |||||
* | Added `void' to declaration of initgl(), to keep gcc -Wall happy. | Guido van Rossum | 1996-12-09 | 1 | -0/+1 |
| | |||||
* | Added a bunch of extern void decls, to keep gcc -Wall happy. | Guido van Rossum | 1996-12-09 | 1 | -0/+7 |
| | |||||
* | Include <sys/ioctl.h>, to keep gcc -Wall happy. | Guido van Rossum | 1996-12-09 | 1 | -0/+1 |
| | |||||
* | Make dummy int public (with _Py_ prefix), to keep gcc -Wall happy. | Guido van Rossum | 1996-12-09 | 1 | -1/+2 |
| | |||||
* | Add ``extern void bzero();'' for SGI, to keep gcc -Wall happy. | Guido van Rossum | 1996-12-09 | 1 | -0/+5 |
| | |||||
* | Include unistd.h to keep gcc -Wall happy. | Guido van Rossum | 1996-12-09 | 1 | -0/+3 |
| | |||||
* | Added ``extern int get_default_domain();'' for SGI, to keep gcc -Wall happy. | Guido van Rossum | 1996-12-09 | 1 | -0/+5 |
| | |||||
* | Added #ifdef around ``extern int ftime();'' for MS WINDOWS (which has | Guido van Rossum | 1996-12-09 | 1 | -2/+4 |
| | | | | | a conflicting definition somewhere). Resolved line wrap for error message in ins(). | ||||
* | Greatly renamed. | Barry Warsaw | 1996-12-09 | 1 | -178/+181 |
| | |||||
* | ins(): missed a renaming in a string: dictinsert => | Barry Warsaw | 1996-12-09 | 1 | -1/+1 |
| | | | | | | PyDict_SetItemString. GvR: note the long line > 80 chars. Wrapping suggestions? | ||||
* | Greatly renamed. | Barry Warsaw | 1996-12-06 | 1 | -86/+88 |
| | |||||
* | Added test_time | Barry Warsaw | 1996-12-06 | 1 | -0/+4 |
| | |||||
* | Added 'test_time' | Barry Warsaw | 1996-12-06 | 1 | -0/+1 |
| |