summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* renamed grandly.Roger E. Masse1996-12-091-7/+7
* new test script for cryptmodule.pyRoger E. Masse1996-12-091-0/+6
* Test script/output for cryptmodule.c added to testall.py and testall.outRoger E. Masse1996-12-092-0/+3
* (python-cc-style): Although open braces for substatements typicallyBarry Warsaw1996-12-091-0/+2
* Renamed GrandlyRoger E. Masse1996-12-091-19/+19
* New test module for complex math moduleRoger E. Masse1996-12-091-0/+22
* Added test_cmath.py to test complex math moduleRoger E. Masse1996-12-092-1/+2
* (testall.py): Slightly improved test harness to make it easier to addBarry Warsaw1996-12-092-36/+17
* RenamedBarry Warsaw1996-12-092-90/+87
* Removed some unneeded header files and reedited with a fixed-width fontRoger E. Masse1996-12-091-14/+19
* (python-cc-style): Oops, we decided to use TABs for 8 spaces whereBarry Warsaw1996-12-091-2/+2
* C coding standard for Python C files.Barry Warsaw1996-12-091-0/+35
* Added test_stropBarry Warsaw1996-12-092-0/+5
* Added tests of all strop module functions, and touching of moduleBarry Warsaw1996-12-091-2/+35
* Added test_array output line.Guido van Rossum1996-12-091-0/+1
* Renamed Grandly (I think).Roger E. Masse1996-12-091-265/+270
* module to test the arraymodule created and added to testall.pyRoger E. Masse1996-12-092-1/+45
* Changes to keep gcc -Wall happy.Guido van Rossum1996-12-091-3/+13
* Added `void' to declaration of initgl(), to keep gcc -Wall happy.Guido van Rossum1996-12-091-0/+1
* Added a bunch of extern void decls, to keep gcc -Wall happy.Guido van Rossum1996-12-091-0/+7
* Include <sys/ioctl.h>, to keep gcc -Wall happy.Guido van Rossum1996-12-091-0/+1
* Make dummy int public (with _Py_ prefix), to keep gcc -Wall happy.Guido van Rossum1996-12-091-1/+2
* Add ``extern void bzero();'' for SGI, to keep gcc -Wall happy.Guido van Rossum1996-12-091-0/+5
* Include unistd.h to keep gcc -Wall happy.Guido van Rossum1996-12-091-0/+3
* Added ``extern int get_default_domain();'' for SGI, to keep gcc -Wall happy.Guido van Rossum1996-12-091-0/+5
* Added #ifdef around ``extern int ftime();'' for MS WINDOWS (which hasGuido van Rossum1996-12-091-2/+4
* Greatly renamed.Barry Warsaw1996-12-091-178/+181
* ins(): missed a renaming in a string: dictinsert =>Barry Warsaw1996-12-091-1/+1
* Greatly renamed.Barry Warsaw1996-12-061-86/+88
* Added test_timeBarry Warsaw1996-12-061-0/+4
* Added 'test_time'Barry Warsaw1996-12-061-0/+1
* test of time module. not terribly fancy, but it does touch everyBarry Warsaw1996-12-061-0/+36
* Added descriptions of parsedate(), parsedate_tz(), getdate_tz()Guido van Rossum1996-12-062-0/+56
* Added section for operator module (compiled Skip Montanaro).Guido van Rossum1996-12-065-1/+389
* The usual.Guido van Rossum1996-12-062-104/+183
* Test for sys/file.h.Guido van Rossum1996-12-061-2/+6
* Add extern decl of ftime() to make gcc -Wall happy.Guido van Rossum1996-12-061-0/+1
* Fix core dump from pow(x,y,0).Guido van Rossum1996-12-061-7/+9
* (Makefile): Added sym links for each manual, i.e., index.html -> lib.html.Fred Drake1996-12-061-0/+3
* (Makefile): The sed hack is needed for all 3 manuals processed by latex2html;Fred Drake1996-12-061-3/+10
* (Makefile): Rip out old partparse.py / texi2html.py stuff -- use latex2htmlFred Drake1996-12-061-35/+7
* (myformat.perl): Don't italicize the '[]' characters around optionalFred Drake1996-12-061-1/+1
* (.latex2html-init): Restore one setting to the default (no real need toFred Drake1996-12-061-2/+2
* Keep gcc -Wall happy.Guido van Rossum1996-12-0527-56/+93
* Add case for 'R' and a little bit of cleanup. Andrew Kuchling.Guido van Rossum1996-12-051-6/+8
* Jim F's brainchildGuido van Rossum1996-12-052-0/+808
* Fix bad format char in error msg (%s should be %d).Guido van Rossum1996-12-051-3/+1
* Keep gcc -Wall happy.Guido van Rossum1996-12-056-28/+38
* Support __complex__ method on instances, for complex() conversion.Guido van Rossum1996-12-051-1/+23
* Change the Don Beaudry hack into the Don B + Jim F hack; now, if *any*Guido van Rossum1996-12-051-28/+26