summaryrefslogtreecommitdiffstats
path: root/Doc/mac
Commit message (Collapse)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-1519-2083/+0
|
* fix against r55474 [Remove the macfs module]George Yoshida2007-05-211-1/+0
| | | | Remove "libmacfs.tex" from Makefile.deps and mac/mac.tex.
* Remove the macfs module. This led to the deprecation of macostools.touched();Brett Cannon2007-05-202-241/+1
| | | | | it completely relied on macfs and is a no-op on OS X according to code comments.
* Markup fix.Georg Brandl2007-04-251-1/+1
|
* Patch #1698768: updated the "using Python on the Mac" intro.Georg Brandl2007-04-251-173/+133
|
* Repair missing spaces after \UNIX.Georg Brandl2007-04-111-1/+1
|
* Repair a duplicate label and some obsolete uses of \setindexsubitem.Georg Brandl2007-04-101-2/+0
|
* Lots of explicit class names for method and member descs.Georg Brandl2007-04-011-5/+5
|
* Fix a lot of markup and meta-information glitches.Georg Brandl2007-04-011-1/+1
|
* Markup fix.Georg Brandl2007-03-251-2/+2
|
* SF #1627373, fix typo in CarbonEvt.Neal Norwitz2007-01-041-1/+1
|
* lots of markup nits, most commonly Unix/unix --> \UNIXFred Drake2006-07-303-5/+5
|
* Drop Mac wrappers for the WASTE library.Ronald Oussoren2006-06-041-11/+0
|
* Typo fixesAndrew M. Kuchling2006-04-221-2/+2
|
* Remove .cvsignore files, as they live in svn:ignoreMartin v. Löwis2005-10-301-3/+0
| | | | properties now.
* Fix grammar (it's -> its).Neil Schemenauer2005-06-181-2/+2
|
* Update references specifying "Macintosh" to mean OS X semantics and not Mac OSBrett Cannon2005-02-137-497/+88
| | | | | | 9. Applies patch #1095802. Thanks Jack Jansen.
* fix a bunch of spelling errorsFred Drake2005-01-191-1/+1
| | | | (closes SF patch #1104868)
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-013-5/+5
|
* Fix sentence stating TextEdit only saves in RTF; can save in plaintext as well.Brett Cannon2004-12-241-2/+2
| | | | Closes bug #1085300. Thanks unclewalrus.
* SF bug#1038917 fix typos (Contributed by George Yoshida.)Raymond Hettinger2004-10-023-3/+3
|
* [Bug #990524] Fix typoAndrew M. Kuchling2004-07-211-1/+1
|
* Fix for #795649: explain how to use TextEdit for editing Python code.Jack Jansen2004-07-151-1/+3
|
* Doc fix for SF #962633.Nicholas Bastin2004-06-062-2/+5
|
* - use correct markupFred Drake2003-12-181-5/+5
| | | | - re-wrap resulting long lines
* SF #859811, typo in docsNeal Norwitz2003-12-144-5/+5
|
* SF #859810, typo in docNeal Norwitz2003-12-141-1/+1
|
* SF 810242. Fix doubled word errors.Raymond Hettinger2003-09-222-2/+2
|
* add index entryFred Drake2003-09-051-0/+1
|
* fix minor markup nitsFred Drake2003-09-051-6/+6
|
* add a relevant "see also" linkFred Drake2003-09-051-0/+9
|
* clean up some markupFred Drake2003-09-051-15/+16
|
* adjust markup to avoid suppressing a word space in contentFred Drake2003-09-041-1/+2
|
* SF patch#786531 'the the' typo. Contributed by George YoshidaRaymond Hettinger2003-08-121-1/+1
|
* Fix hyperlinks and one class reference.Fred Drake2003-08-072-3/+3
| | | | Backporting to Python 2.3 branch.
* update the documentation contact addressFred Drake2003-07-302-2/+2
|
* Avoid a 301 permanent redirect.Fred Drake2003-07-221-16/+18
| | | | | | Part of SF patch #773007. Also fixed a number of mostly cosmetic markup errors.
* Avoid a 301 permanent redirect.Fred Drake2003-07-222-2/+2
| | | | Part of SF patch #773007.
* Documented the fact that the main class now mimicks the OSA "application" class.Jack Jansen2003-06-131-5/+7
|
* Documented the new autoGIL module.Jack Jansen2003-05-092-0/+27
|
* Moved all the scripting stuff to a separate section, added all theJack Jansen2003-04-117-40/+394
| | | | | missing bits (well, all the bits I could think of) and updated the rest.
* Created a minimal MacOSX section.Jack Jansen2003-04-091-92/+176
|
* Documented linkmodel and WMAvailable().Jack Jansen2003-02-241-4/+26
|
* Updated the Mac documentation to the current state of affairs.Jack Jansen2003-02-1212-384/+199
|
* Added a paragraph to explain that SchedParams(0, 0) is usually whatJack Jansen2002-10-191-0/+3
| | | | you want.
* Fix markup for tilde in URL.Fred Drake2002-10-181-1/+1
|
* Added a note about the inability to specify a pathname to a non-existingJack Jansen2002-08-061-1/+7
| | | | file in unix-Python.
* Changed a sentence that confused some people.Jack Jansen2002-08-061-2/+2
|
* Better documentation for GetArgv() and the ProgressBar type.Fred Drake2002-04-151-40/+157
| | | | | Back-porting to release22-maint. This closes SF patch #496705.
* I started writing more documentation on the Scrap module at one point, butFred Drake2002-03-082-15/+43
| | | | | | it is difficult to do without a Mac box to try things out on. This expands on what was there only a little bit; hopefully someone with a Mac can work on this as well!