- 239a218 Type casts, and added a strdup() declaration for the Mac. (Jack) by Guido van Rossum · 27 years ago
- 9b00dfa If USE_STACKCHECK is defined use PyOS_CheckStack() in the repr and str by Guido van Rossum · 27 years ago
- f2044e1 Enable ftruncate() on the Mac. (Jack) by Guido van Rossum · 27 years ago
- 92f01c5 accept * in return value type and convert it to _ptr after the by Guido van Rossum · 27 years ago
- db9a7b9 Style and StyleParameter are two different types. (Jack) by Guido van Rossum · 27 years ago
- 8b3c30c class ByAddressType, a simple Type but passed by address even on input. (Jack) by Guido van Rossum · 27 years ago
- 57a0661 On the Mac, create the Temporary Items folder if it does not exist yet. (Jack) by Guido van Rossum · 27 years ago
- 9c93a69 Put quotes around the filename, so spaces in filenames work. (Jack) by Guido van Rossum · 27 years ago
- 50cc04e Mac CodeWarrior has faulty declaration for hypot, which we hide with a by Guido van Rossum · 27 years ago
- 53117ae typo in error message (fname vs. file). (Jack) by Guido van Rossum · 27 years ago
- b86ba12 Support byte-swapped dbhash (bsddb) files. Found by Ben Sayer. by Guido van Rossum · 27 years ago
- 2aefe8d Document changed semantics -- open() now guesses the db type and error by Guido van Rossum · 27 years ago
- fc1f64d Oops, I had 'n' and 'c' mixed up in my mind. Get rid of the comment by Guido van Rossum · 27 years ago
- a5c0998 Inspired by Ben Sayer, rewritten the code and some of the comments to by Guido van Rossum · 27 years ago
- f8d50bf Hook in the calendar and popen2 sections. by Fred Drake · 27 years ago
- 1c127e7 calendar module section for the library reference, by Drew Csillag. by Fred Drake · 27 years ago
- 6afad37 popen2 section for the library reference, contributed by Drew Csillag, with by Fred Drake · 27 years ago
- 2a1cc3e Use of \key and \kbd were isolated to one instance each in this file; by Fred Drake · 27 years ago
- 82e6a8f Quicksort retuned by Tim Peters. by Guido van Rossum · 27 years ago
- bee6453 Use a try-except so that the pickle file is written even when we die by Guido van Rossum · 27 years ago
- e86271a When setting the event structure fields, don't die when the widget by Guido van Rossum · 27 years ago
- 1f41f84 Instead of calling mktime(), which has all sorts of unwanted side by Guido van Rossum · 27 years ago
- d30dc0a Clear the error condition set by ftell(). by Guido van Rossum · 27 years ago
- 0eae8fb Feeble attempt at making urlopen more robust -- don't call splituser() by Guido van Rossum · 27 years ago
- d0ddb66 Updated for 1.5.1 by Jack Jansen · 27 years ago
- 804fdc8 Use dialog auto-placement whenever appropriate. by Jack Jansen · 27 years ago
- 7a32fa1 Fixes by Just: by Jack Jansen · 27 years ago
- 29bfea9 Argument type for SetPort was wrong (WindowPtr in stead of GrafPtr). by Jack Jansen · 27 years ago
- 2d7850f Added FOUR_CHAR_CODE define by Jack Jansen · 27 years ago
- aa70234 New versions from Just. by Jack Jansen · 27 years ago
- d38dc64 Regenerated with FOUR_CHAR_CODE defined by Jack Jansen · 27 years ago
- cf70b84 Mention the Mac:Contrib folder by Jack Jansen · 27 years ago
- 5073b37 Added Just's printing demo code. by Jack Jansen · 27 years ago
- 4f31694 Document transfercmd(), ntransfercmd(), delete(), rmd(), size(). by Fred Drake · 27 years ago
- 9291d27 parse150(): Simplify RE used to parse the message a little, taking advantage by Fred Drake · 27 years ago
- 8c8e814 Add link to Anthony Baxter's enhanced version. by Guido van Rossum · 27 years ago
- 23916e7 clean target: Remove intermediate files from creation of outline in PDF. by Fred Drake · 27 years ago
- 724473f Load the options from the pypaper.sty file before setting up the "base class" by Fred Drake · 27 years ago
- b4929a7 Paper size / font size configuration file. by Fred Drake · 27 years ago
- 8805354 Simplify how some options get propogated. by Fred Drake · 27 years ago
- 3af9f25 Added libpoplib.tex to dependencies for the library reference. by Fred Drake · 27 years ago
- a468404 Added a section for the poplib module, contributed by Drew Csillag. by Fred Drake · 27 years ago
- e28fb67 Add entry for poplib. by Fred Drake · 27 years ago
- 446898f Use hex() when outputting the various checksums so the test output is the by Guido van Rossum · 27 years ago
- a937d14 Fred's right -- we need PyList_SET_ITEM(). by Guido van Rossum · 27 years ago
- 7b7a2c2 Added new folder types by Jack Jansen · 27 years ago
- 0ec0e63 Added FOUR_CHAR_CODE define by Jack Jansen · 27 years ago
- e180d99 Grmpf, a lot more routines have gotten a "Mac" prefix for their by Jack Jansen · 27 years ago
- 6a508ae Use the (new) standard script #! line by Barry Warsaw · 27 years ago
- dc1c970 This script appears to no longer be in the toolchain for Python by Barry Warsaw · 27 years ago
- 507338e In-line the code in range() to set the list items; there's really no by Guido van Rossum · 27 years ago
- bb189db Small corrections to comments that were cloned from aifc; moreover by Guido van Rossum · 27 years ago
- 1740b8d New test sample -- "Nobody expects the Spanish Inquisition!" by Guido van Rossum · 27 years ago
- 6901196 Purported fixes for 64-bit platforms with help from John Jorgensen by Guido van Rossum · 27 years ago
- 115f517 Tiny patch for zlib 1.1.2 by Guido van Rossum · 27 years ago
- e26132c Move unified findfile() into test_support.py by Guido van Rossum · 27 years ago
- 0d27d08 Don't override the default $ADDRESS. by Fred Drake · 27 years ago
- d757165 Change the default $ADDRESS. by Fred Drake · 27 years ago
- a9c2d7a Add new spares to the end of the type object struct. by Guido van Rossum · 27 years ago
- a937afd Freeze assumes that all built-in modules are part of the Python core. by Guido van Rossum · 27 years ago
- 1abfb9c If freezing with the -O option, the optimized bytecode files are by Guido van Rossum · 27 years ago
- df19407 When using extention modules, relative path names that occur in the by Guido van Rossum · 27 years ago
- f8830d1 Convert recent additions to use new, "logical" markup. by Fred Drake · 27 years ago
- 5fd9068 Run the self-test (test.test_MimeWriter) when invoked as a script. by Guido van Rossum · 27 years ago
- 2ad816f Add test for MimeWriter module by Guido van Rossum · 27 years ago
- e87ed5f Add writelines() method to Compare class. by Guido van Rossum · 27 years ago
- 41dc72f Regenerated with FOUR_CHAR_CODE defined by Jack Jansen · 27 years ago
- b200639 Added support for the horribly complex TimeRecord, so we can position by Jack Jansen · 27 years ago
- 7f725e4 SetPort was missing, and the defs file needs the FOUR_CHAR_CODE define. by Jack Jansen · 27 years ago
- bbf4be2 Incorrect argument for PyMacBuildwide() by Jack Jansen · 27 years ago
- 301b5be In method & function tables, added a cast for the function pointers to keep by Fred Drake · 27 years ago
- 565798d Be less naive about null characters in an object's repr(). by Guido van Rossum · 27 years ago
- 031a68f CW Pro 3 FC8 projects. Checked in because of ColorPicker and Printing by Jack Jansen · 27 years ago
- 4447513 Filled in some more blanks, with the help of Drew Csillag. by Guido van Rossum · 27 years ago
- 955a2f5 If there's no comment for an error we use the symbolic name as the by Jack Jansen · 27 years ago
- cf89f6f Removed unused import of addpack by Jack Jansen · 27 years ago
- bca57e6 Moved some code around: occasionally the SetCreatorFileType didn't by Jack Jansen · 27 years ago
- 66691ba Updated for Python 1.5.1: version number, preference filename, etc by Jack Jansen · 27 years ago
- d58cd63 Added PyMac_{Get,Build}wide. These should support python longints at by Jack Jansen · 27 years ago
- 1c4e614 Re-generated from new (3.1) universal headers by Jack Jansen · 27 years ago
- 02facaf Added ColorPicker and Printing modules, donated by Just. In config.c by Jack Jansen · 27 years ago
- 4e12663 Regenerated from new (3.1) universal headers by Jack Jansen · 27 years ago
- 36659fe Re-generated with slightly more intelligent script by Jack Jansen · 27 years ago
- 0dca752 Add (temporary) PyMac_{Build,Get}wide by Jack Jansen · 27 years ago
- 4f2936e Add HAVE_MKTIME by Jack Jansen · 27 years ago
- ee21f41 Remove bogus CCSHARED for cc on IRIX 6.x. by Guido van Rossum · 27 years ago
- 2621637 Add #ifdefs so Tcl_Finalize isn't referenced when it's not defined. by Guido van Rossum · 27 years ago
- 23cff31 Shouldn't import addpack! by Guido van Rossum · 27 years ago
- 255284b Fix problem for the Library Reference where high-numbered sections of by Fred Drake · 27 years ago
- 42de185 Added \label to subsections which didn't have one, since this module has by Fred Drake · 27 years ago
- a933f6a Fix vonmisesvariate() -- it now returns an angle between 0 and *two* by Guido van Rossum · 27 years ago
- 9a34523 As Tim Peters points out, ``from string import *'' should not set re to None. by Guido van Rossum · 27 years ago
- 476412a cleanup(): Get rid of module index turds. by Fred Drake · 27 years ago
- daf71fc Ignore the mac/ directory where latex2html spits out HTML. by Fred Drake · 27 years ago
- a2890b0 Make the intro section explicit, so that latex2html puts it on a separate by Fred Drake · 27 years ago
- 7984256 build_ps(): Fix flags to dvips. by Fred Drake · 27 years ago
- 5ccf330 next_optional_argument(): Don't include the square brackets in the return by Fred Drake · 27 years ago
- 4f6d6e4 Fix things. Blame Andy Eskilsson <andy.eskilsson@telelogic.se>. by Fred Drake · 27 years ago
- 4f51558 Mark TMPDIR correctly. by Fred Drake · 27 years ago
- 0c4d947 Replaced addpack by handcrafted code to find the bgen stuff. by Jack Jansen · 27 years ago