Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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. | ||||
* | Experimental new implementation of dictionary comparison. This | Guido van Rossum | 1996-12-05 | 2 | -0/+126 |
| | | | | | | | defines that a shorter dictionary is always smaller than a longer one. For dictionaries of the same size, the smallest differing element determines the outcome (which yields the same results as before, without explicit sorting). | ||||
* | Make gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 1 | -0/+4 |
| | |||||
* | Better implementation of PyCObject_AsVoidPtr(). | Guido van Rossum | 1996-12-05 | 1 | -7/+18 |
| | |||||
* | Yet more elaborate message for exception in __del__. | Guido van Rossum | 1996-12-05 | 1 | -11/+23 |
| | | | | Make gcc -Wall happy. | ||||
* | Added missing PySequence_List. | Guido van Rossum | 1996-12-05 | 1 | -15/+44 |
| | | | | | Correct typo in error msg (expec[t]ed). Make gcc -Wall happy. | ||||
* | Added missing for PySequence_List. | Guido van Rossum | 1996-12-05 | 1 | -0/+5 |
| | |||||
* | Correct typo -- repeat implements *, not +. | Guido van Rossum | 1996-12-05 | 1 | -1/+1 |
| | |||||
* | Describe the new Unpacker.get_buffer() method. | Barry Warsaw | 1996-12-04 | 2 | -0/+8 |
| | |||||
* | Unpacker.get_buffer(): new method to access the internal buffer of data | Barry Warsaw | 1996-12-04 | 1 | -0/+3 |
| | |||||
* | Make gcc -Wall happy | Guido van Rossum | 1996-12-02 | 6 | -20/+29 |
| | |||||
* | Added [nh]to[hn][sl](). | Guido van Rossum | 1996-12-02 | 2 | -0/+22 |
| | |||||
* | Added .ilg (makeindex logfile) | Guido van Rossum | 1996-11-27 | 1 | -0/+1 |
| | |||||
* | Added some more turd files we can't avoid: .MIF, .ps, .auto. | Guido van Rossum | 1996-11-27 | 1 | -0/+3 |
| | |||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 141 | -143/+146 |
| | |||||
* | Webmaker instructions | Guido van Rossum | 1996-11-27 | 1 | -0/+560 |
| | |||||
* | Script to write MIF files from ref*.{book,doc} | Guido van Rossum | 1996-11-27 | 1 | -0/+17 |
| | |||||
* | Pass self as master to Entry() widget constructor. | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | Changed so that it replaces /usr/local/bin/python with /usr/bin/env python. | Guido van Rossum | 1996-11-27 | 1 | -6/+6 |
| | |||||
* | Changed logic so it now replaces anything that has #! and python in | Guido van Rossum | 1996-11-27 | 1 | -6/+5 |
| | | | | the first line, replacing the entire line. | ||||
* | Script to fix cprt notice | Guido van Rossum | 1996-11-27 | 1 | -0/+78 |
| | |||||
* | Added safeguard against failure in __del__. | Guido van Rossum | 1996-11-27 | 1 | -0/+2 |
| | |||||
* | Added note about "boot" implying "clobber". | Guido van Rossum | 1996-11-27 | 1 | -4/+11 |
| | | | | Added definition TARGET=python for more flexibility. | ||||
* | Corrected *noconfig* to be *shared*; added cc: vlad back. | Guido van Rossum | 1996-11-27 | 1 | -3/+4 |
| | |||||
* | monty -> grail in Grail URL. | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | Upgraded new.function() contributed by Tommy. Also got rid of #if 0'ed code. | Guido van Rossum | 1996-11-21 | 1 | -25/+8 |
| | |||||
* | Added ALL='all'. | Guido van Rossum | 1996-11-20 | 2 | -0/+2 |
| | |||||
* | Turn leading minus sign into underscore for image widget name -- the | Guido van Rossum | 1996-11-20 | 2 | -6/+10 |
| | | | | hyphen confused Tk into thinking the name was an option. | ||||
* | Added support for timezone in date field. getdate_tz() and | Guido van Rossum | 1996-11-20 | 1 | -6/+57 |
| | | | | | parsedate_tz() return a 10-tuple, the last field is the tz offset in seconds (e.g. -18000 or -5 hours for EST). | ||||
* | When re-raising an exception raised by a module used internally as | Guido van Rossum | 1996-11-20 | 1 | -3/+5 |
| | | | | IOError, keep the traceback. | ||||
* | Removed the USA'isms that aren't really true | Barry Warsaw | 1996-11-20 | 1 | -2/+4 |
| | |||||
* | Added reference to pdf documentation and bbpy, correctly explained | Jack Jansen | 1996-11-20 | 1 | -1/+3 |
| | | | | | difference between aetools.Error and MacOS.Error for appletscript programs. | ||||
* | /usr/bin/env is slightly more portable | Barry Warsaw | 1996-11-20 | 1 | -1/+1 |
| | |||||
* | Added a few meta info | Barry Warsaw | 1996-11-20 | 1 | -0/+4 |
| |