summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Script to fix cprt noticeGuido van Rossum1996-11-271-0/+78
* Added safeguard against failure in __del__.Guido van Rossum1996-11-271-0/+2
* Added note about "boot" implying "clobber".Guido van Rossum1996-11-271-4/+11
* Corrected *noconfig* to be *shared*; added cc: vlad back.Guido van Rossum1996-11-271-3/+4
* monty -> grail in Grail URL.Guido van Rossum1996-11-271-1/+1
* Upgraded new.function() contributed by Tommy. Also got rid of #if 0'ed code.Guido van Rossum1996-11-211-25/+8
* Added ALL='all'.Guido van Rossum1996-11-202-0/+2
* Turn leading minus sign into underscore for image widget name -- theGuido van Rossum1996-11-202-6/+10
* Added support for timezone in date field. getdate_tz() andGuido van Rossum1996-11-201-6/+57
* When re-raising an exception raised by a module used internally asGuido van Rossum1996-11-201-3/+5
* Removed the USA'isms that aren't really trueBarry Warsaw1996-11-201-2/+4
* Added reference to pdf documentation and bbpy, correctly explainedJack Jansen1996-11-201-1/+3
* /usr/bin/env is slightly more portableBarry Warsaw1996-11-201-1/+1
* Added a few meta infoBarry Warsaw1996-11-201-0/+4
* Added reference to pdf documentation and bbpy, correctly explainedJack Jansen1996-11-203-138/+148
* Fixed FSSpec->pathname code to add colon if the fsspec points to a disk.Jack Jansen1996-11-201-0/+6
* Fixed bundle to allow any object (file, folder, disk) to be dropped onJack Jansen1996-11-201-116/+81
* Fixed to allow sys.path initializer to be longer than 255 chars.Jack Jansen1996-11-202-63/+68