summaryrefslogtreecommitdiffstats
path: root/Mac/ReadMe-dev
blob: 7e75da5def91d3f6c31cd5c17dfe981e17e69291 (plain)
1
2
3
4
5
6
7
8
9
10
11
This is the ReadMe for the plugin development option of the MacPython 2.0
distribution.

One example project is included, PlugIns:xx.prj

More information can be found in the following files:

Mac:ReadMe				ReadMe file for the normal (binary) distribution
Relnotes				Release notes, listing changes from previous releases
Readmefiles				Readme files as supplied by Guido (platform independent changes)
Mac:Demo:building.html	Instructions for building Python, folder structure, etc.
td class='commitgraph'> * Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-3/+3 * Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-3/+3 * pty.spawn() now returns the child process status as returned by os.waitpid().Gregory P. Smith2012-09-291-0/+1 * Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF.Gregory P. Smith2012-02-16