Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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 |
| | |||||
* | test of time module. not terribly fancy, but it does touch every | Barry Warsaw | 1996-12-06 | 1 | -0/+36 |
| | | | | | function and variable in the module, verifies a few return values and even tests a couple of known error conditions. | ||||
* | Added descriptions of parsedate(), parsedate_tz(), getdate_tz() | Guido van Rossum | 1996-12-06 | 2 | -0/+56 |
| | | | | (all contributed by Andrew Kuchling). | ||||
* | Added section for operator module (compiled Skip Montanaro). | Guido van Rossum | 1996-12-06 | 5 | -1/+389 |
| | |||||
* | The usual. | Guido van Rossum | 1996-12-06 | 2 | -104/+183 |
| | |||||
* | Test for sys/file.h. | Guido van Rossum | 1996-12-06 | 1 | -2/+6 |
| | | | | | Determine sizeof int and long. For HPUX, add linker options for shared library usage. | ||||
* | Add extern decl of ftime() to make gcc -Wall happy. | Guido van Rossum | 1996-12-06 | 1 | -0/+1 |
| | |||||
* | Fix core dump from pow(x,y,0). | Guido van Rossum | 1996-12-06 | 1 | -7/+9 |
| | | | | Make gcc -Wall happy. | ||||
* | (Makefile): Added sym links for each manual, i.e., index.html -> lib.html. | Fred Drake | 1996-12-06 | 1 | -0/+3 |
| | | | | This makes addressing the manuals a little simpler. | ||||
* | (Makefile): The sed hack is needed for all 3 manuals processed by latex2html; | Fred Drake | 1996-12-06 | 1 | -3/+10 |
| | | | | | the comma must represent a bug in the modified process_command() function, but I haven't found it yet. This will work for now. | ||||
* | (Makefile): Rip out old partparse.py / texi2html.py stuff -- use latex2html | Fred Drake | 1996-12-06 | 1 | -35/+7 |
| | | | | instead! Updated some comments. | ||||
* | (myformat.perl): Don't italicize the '[]' characters around optional | Fred Drake | 1996-12-06 | 1 | -1/+1 |
| | | | | parameters. | ||||
* | (.latex2html-init): Restore one setting to the default (no real need to | Fred Drake | 1996-12-06 | 1 | -2/+2 |
| | | | | change it), and correct a typo in a comment. | ||||
* | Keep gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 27 | -56/+93 |
| | |||||
* | Add case for 'R' and a little bit of cleanup. Andrew Kuchling. | Guido van Rossum | 1996-12-05 | 1 | -6/+8 |
| | |||||
* | Jim F's brainchild | Guido van Rossum | 1996-12-05 | 2 | -0/+808 |
| | |||||
* | Fix bad format char in error msg (%s should be %d). | Guido van Rossum | 1996-12-05 | 1 | -3/+1 |
| | | | | Keep gcc -Wall happy. | ||||
* | Keep gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 6 | -28/+38 |
| | |||||
* | Support __complex__ method on instances, for complex() conversion. | Guido van Rossum | 1996-12-05 | 1 | -1/+23 |
| | | | | Keep gcc -Wall happy. | ||||
* | Change the Don Beaudry hack into the Don B + Jim F hack; now, if *any* | Guido van Rossum | 1996-12-05 | 1 | -28/+26 |
| | | | | | | base class is special it gets invoked. Make gcc -Wall happy. | ||||
* | Some extra flags that an HPUX user wants me to add. | Guido van Rossum | 1996-12-05 | 1 | -2/+2 |
| | |||||
* | Tentative changes to make this work better on 64-bit machines. | Guido van Rossum | 1996-12-05 | 1 | -3/+66 |
| | | | | | A plain int that doesn't fit in 32 bits will be marshalled using a new type. 32 bits machines can't handle this and will issue a warning. | ||||
* | (libparser.tex): Added note that the line number for a terminal token | Fred Drake | 1996-12-05 | 2 | -4/+6 |
| | | | | | | indicates the line on which the token ends rather than starts (a side effect of interpreting the parse tree nodes directly). Maybe I'll fix this for Python 2.0. | ||||
* | More stale info. | Guido van Rossum | 1996-12-05 | 1 | -6/+5 |
| | |||||
* | New URL for Swiss ftp mirror. | Guido van Rossum | 1996-12-05 | 1 | -1/+1 |
| | |||||
* | Make gcc -Wall happy | Guido van Rossum | 1996-12-05 | 5 | -20/+6 |
| | |||||
* | Fix newlongobject so it will work for 64-bit as well as 32-bit hardware | Guido van Rossum | 1996-12-05 | 1 | -12/+15 |
| | | | | | | (although for 32-bit hardware it's a bit slower than it was). Make gcc -Wall happy. |