summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Some extra flags that an HPUX user wants me to add.Guido van Rossum1996-12-051-2/+2
* Tentative changes to make this work better on 64-bit machines.Guido van Rossum1996-12-051-3/+66
* (libparser.tex): Added note that the line number for a terminal tokenFred Drake1996-12-052-4/+6
* More stale info.Guido van Rossum1996-12-051-6/+5
* New URL for Swiss ftp mirror.Guido van Rossum1996-12-051-1/+1
* Make gcc -Wall happyGuido van Rossum1996-12-055-20/+6
* Fix newlongobject so it will work for 64-bit as well as 32-bit hardwareGuido van Rossum1996-12-051-12/+15
* Experimental new implementation of dictionary comparison. ThisGuido van Rossum1996-12-052-0/+126
* Make gcc -Wall happy.Guido van Rossum1996-12-051-0/+4
* Better implementation of PyCObject_AsVoidPtr().Guido van Rossum1996-12-051-7/+18
* Yet more elaborate message for exception in __del__.Guido van Rossum1996-12-051-11/+23
* Added missing PySequence_List.Guido van Rossum1996-12-051-15/+44
* Added missing for PySequence_List.Guido van Rossum1996-12-051-0/+5
* Correct typo -- repeat implements *, not +.Guido van Rossum1996-12-051-1/+1
* Describe the new Unpacker.get_buffer() method.Barry Warsaw1996-12-042-0/+8
* Unpacker.get_buffer(): new method to access the internal buffer of dataBarry Warsaw1996-12-041-0/+3
* Make gcc -Wall happyGuido van Rossum1996-12-026-20/+29
* Added [nh]to[hn][sl]().Guido van Rossum1996-12-022-0/+22
* Added .ilg (makeindex logfile)Guido van Rossum1996-11-271-0/+1
* Added some more turd files we can't avoid: .MIF, .ps, .auto.Guido van Rossum1996-11-271-0/+3
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-27141-143/+146
* Webmaker instructionsGuido van Rossum1996-11-271-0/+560
* Script to write MIF files from ref*.{book,doc}Guido van Rossum1996-11-271-0/+17
* Pass self as master to Entry() widget constructor.Guido van Rossum1996-11-271-1/+1
* Changed so that it replaces /usr/local/bin/python with /usr/bin/env python.Guido van Rossum1996-11-271-6/+6
* Changed logic so it now replaces anything that has #! and python inGuido van Rossum1996-11-271-6/+5