summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Argument type for SetPort was wrong (WindowPtr in stead of GrafPtr).Jack Jansen1998-04-272-4/+4
* Added FOUR_CHAR_CODE defineJack Jansen1998-04-271-0/+4
* New versions from Just.Jack Jansen1998-04-272-9/+5
* Regenerated with FOUR_CHAR_CODE definedJack Jansen1998-04-271-0/+1
* Mention the Mac:Contrib folderJack Jansen1998-04-271-4/+9
* Added Just's printing demo code.Jack Jansen1998-04-272-1/+99
* Document transfercmd(), ntransfercmd(), delete(), rmd(), size().Fred Drake1998-04-272-10/+78
* parse150(): Simplify RE used to parse the message a little, taking advantageFred Drake1998-04-271-2/+1
* Add link to Anthony Baxter's enhanced version.Guido van Rossum1998-04-271-0/+4
* clean target: Remove intermediate files from creation of outline in PDF.Fred Drake1998-04-251-1/+1
* Load the options from the pypaper.sty file before setting up the "base class"Fred Drake1998-04-251-3/+4
* Paper size / font size configuration file.Fred Drake1998-04-251-0/+6
* Simplify how some options get propogated.Fred Drake1998-04-241-24/+27
* Added libpoplib.tex to dependencies for the library reference.Fred Drake1998-04-241-17/+21
* Added a section for the poplib module, contributed by Drew Csillag.Fred Drake1998-04-244-0/+264
* Add entry for poplib.Fred Drake1998-04-242-0/+6
* Use hex() when outputting the various checksums so the test output is theGuido van Rossum1998-04-242-5/+5
* Fred's right -- we need PyList_SET_ITEM().Guido van Rossum1998-04-244-1/+12
* Added new folder typesJack Jansen1998-04-241-0/+62
* Added FOUR_CHAR_CODE defineJack Jansen1998-04-241-0/+1
* Grmpf, a lot more routines have gotten a "Mac" prefix for theirJack Jansen1998-04-249-8/+956
* Use the (new) standard script #! lineBarry Warsaw1998-04-231-28/+51
* This script appears to no longer be in the toolchain for PythonBarry Warsaw1998-04-231-1590/+0
* In-line the code in range() to set the list items; there's really noGuido van Rossum1998-04-231-1/+1
* Small corrections to comments that were cloned from aifc; moreoverGuido van Rossum1998-04-233-9/+8
* New test sample -- "Nobody expects the Spanish Inquisition!"Guido van Rossum1998-04-231-0/+0
* Purported fixes for 64-bit platforms with help from John JorgensenGuido van Rossum1998-04-233-69/+105
* Tiny patch for zlib 1.1.2Guido van Rossum1998-04-231-0/+1
* Move unified findfile() into test_support.pyGuido van Rossum1998-04-235-50/+16
* Don't override the default $ADDRESS.Fred Drake1998-04-231-1/+1
* Change the default $ADDRESS.Fred Drake1998-04-231-0/+1
* Add new spares to the end of the type object struct.Guido van Rossum1998-04-231-0/+6
* Freeze assumes that all built-in modules are part of the Python core.Guido van Rossum1998-04-231-4/+6
* If freezing with the -O option, the optimized bytecode files areGuido van Rossum1998-04-231-0/+4
* When using extention modules, relative path names that occur in theGuido van Rossum1998-04-231-0/+2
* Convert recent additions to use new, "logical" markup.Fred Drake1998-04-232-256/+264
* Run the self-test (test.test_MimeWriter) when invoked as a script.Guido van Rossum1998-04-231-1/+1
* Add test for MimeWriter moduleGuido van Rossum1998-04-232-0/+280
* Add writelines() method to Compare class.Guido van Rossum1998-04-231-0/+3
* Regenerated with FOUR_CHAR_CODE definedJack Jansen1998-04-231-0/+2
* Added support for the horribly complex TimeRecord, so we can positionJack Jansen1998-04-233-9/+431
* SetPort was missing, and the defs file needs the FOUR_CHAR_CODE define.Jack Jansen1998-04-234-21/+39
* Incorrect argument for PyMacBuildwide()Jack Jansen1998-04-232-6/+6
* In method & function tables, added a cast for the function pointers to keepFred Drake1998-04-211-16/+21
* Be less naive about null characters in an object's repr().Guido van Rossum1998-04-211-2/+2
* CW Pro 3 FC8 projects. Checked in because of ColorPicker and PrintingJack Jansen1998-04-2126-7435/+9287
* Filled in some more blanks, with the help of Drew Csillag.Guido van Rossum1998-04-212-58/+186
* If there's no comment for an error we use the symbolic name as theJack Jansen1998-04-212-43/+528
* Removed unused import of addpackJack Jansen1998-04-211-1/+0
* Moved some code around: occasionally the SetCreatorFileType didn'tJack Jansen1998-04-211-8/+10