summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* (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
* (myformat.perl): Simplify generated HTML for "\optional{...}".Fred Drake1996-11-111-2/+2
* (fix_libaux.sed): Hackish little sed script to modify lib.aux to get sectionFred Drake1996-11-112-0/+6
* (.latex2html-init): Perform some limited setup for the reference manuals;Fred Drake1996-11-111-0/+98
* (myformat.sty): Simplify \varvars definition.Fred Drake1996-11-111-1/+1
* Added 'strict_parsing' option to all parsing functions. This causes aGuido van Rossum1996-11-111-11/+27
* Don't require leading '-' on option name to Text.tag_cgetGuido van Rossum1996-11-112-0/+8
* Fix the way the Authorization header is sent (how could this have worked?).Guido van Rossum1996-11-111-1/+1
* (myformat.perl): Updated to allow library reference manual to be handled byFred Drake1996-11-111-13/+72
* Add twit "home" location to sys.path (so you can put the applet on theJack Jansen1996-11-112-2/+9
* Make Py_ReturnNullError() statis as it should be.Guido van Rossum1996-11-111-1/+1
* Only call sq_length in Sequence_GetItem for negative index.Guido van Rossum1996-11-091-4/+6
* Changed project segment structure to (more-or-less) match directoryJack Jansen1996-11-0929-11901/+11846
* Updated (which should have been done before the 1.4 distribution).Jack Jansen1996-11-091-6/+12
* Added PyMac_GetFullPath(), PyMac_ApplicationPath and PyMac_ApplicationFSSpecJack Jansen1996-11-091-0/+5
* Got rid of nfullpath()Jack Jansen1996-11-092-3/+2
* Got rid of nfullpath in favor of PyMac_GetFullPath (which was prettyJack Jansen1996-11-092-36/+31
* When loading a PYC resource check whether the filename is theJack Jansen1996-11-091-21/+45
* More sensible default sys.pathJack Jansen1996-11-091-16/+15
* Keep the folder structure in Mac:mwerks:projects similar to theJack Jansen1996-11-091-2/+2
* Removed addpack callsJack Jansen1996-11-091-2/+0