summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix newlongobject so it will work for 64-bit as well as 32-bit hardwareGuido van Rossum1996-12-051-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. ThisGuido van Rossum1996-12-052-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 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
| | | | Make gcc -Wall happy.
* Added missing PySequence_List.Guido van Rossum1996-12-051-15/+44
| | | | | Correct typo in error msg (expec[t]ed). Make gcc -Wall happy.
* 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
| | | | the first line, replacing the entire line.
* 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
| | | | Added definition TARGET=python for more flexibility.
* 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
| | | | hyphen confused Tk into thinking the name was an option.
* Added support for timezone in date field. getdate_tz() andGuido van Rossum1996-11-201-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 asGuido van Rossum1996-11-201-3/+5
| | | | IOError, keep the traceback.
* 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
| | | | | difference between aetools.Error and MacOS.Error for appletscript programs.
* /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
| | | | | difference between aetools.Error and MacOS.Error for appletscript programs.
* 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
| | | | an applet.
* Fixed to allow sys.path initializer to be longer than 255 chars.Jack Jansen1996-11-202-63/+68
|
* Output original addressBarry Warsaw1996-11-191-4/+4
|
* Updated country codes as per ISO3166 10-Feb-1994Barry Warsaw1996-11-181-36/+183
|
* implementation complete. need to update country codesBarry Warsaw1996-11-181-22/+64
|
* Added `ru' --> RussiaBarry Warsaw1996-11-181-0/+1
|
* A rewrite for better Python-ish styleBarry Warsaw1996-11-181-24/+35
|
* Fixed a bug: files that no longer exist remotely would never beGuido van Rossum1996-11-141-0/+24
| | | | | | | | | removed from .mirrorinfo. Now they are (even if -r is not specified -- the files are not removed, just their .mirrorinfo entry). Added a feature: the -s pattern option is also used to skip local files when removing (i.e. -r won't remove local files matching the -s patterns).
* Added os.remove()/unlink(), rmdir(), rename(), and [f]truncate().Guido van Rossum1996-11-141-0/+17
|
* Added Q. about enabling *shared* on Linux.Guido van Rossum1996-11-131-20/+29
|
* When removing a messge from all sequences, don't remove from 'cur',Guido van Rossum1996-11-121-0/+3
| | | | which needs to stay unless explicitly set.
* (myformat.perl): Fixed handling of "\e" -- argh!Fred Drake1996-11-111-3/+3
|
* (Makefile): Updated comments about using LaTeX2HTML for the libraryFred Drake1996-11-111-25/+18
| | | | | | | | | | | | reference. Made the extension to the input files for makeindex explicit; if not made explicit a directory of the given base name can cause makeindex to blow up. Specifically, if there is a directory ./lib/ created by LaTeX2HTML, "makeindex lib" will fail, but "makeindex lib.idx" will not. l2h{tut,ext,lib} are now dependent on myformat.perl. l2h adds ls2lib and removes the non-existant l2href.
* (myformat.perl): Simplify generated HTML for "\optional{...}".Fred Drake1996-11-111-2/+2
|