| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -0/+2 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -8/+19 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -2/+2 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -4/+4 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -3/+18 |
|
|
* | Add an import line to a code fragment. | Brett Cannon | 2005-11-02 | 1 | -1/+2 |
|
|
* | Remove .cvsignore files, as they live in svn:ignore | Martin v. Löwis | 2005-10-30 | 1 | -3/+0 |
|
|
* | SF #1275796, fix distutils typo "sortcut" -> "shortcut" | Neal Norwitz | 2005-08-30 | 1 | -1/+1 |
|
|
* | patch [ 1274630 ] documentation fixes | Georg Brandl | 2005-08-27 | 1 | -1/+1 |
|
|
* | Fix all wrong instances of "it's". | Georg Brandl | 2005-07-22 | 1 | -4/+4 |
|
|
* | Bug #1209560: spurious blank page in dist.pdf | Georg Brandl | 2005-06-18 | 1 | -0/+3 |
|
|
* | [Bug #1170422] Use correct option name | Andrew M. Kuchling | 2005-06-07 | 1 | -1/+1 |
|
|
* | Fix typo. | Walter Dörwald | 2005-03-23 | 1 | -1/+1 |
|
|
* | - fix markup bugs | Fred Drake | 2005-03-22 | 1 | -5/+14 |
|
|
* | Add the upload command. Make all dist commands register their | Martin v. Löwis | 2005-03-21 | 1 | -0/+35 |
|
|
* | PEP 314 implementation (client side): | Fred Drake | 2005-03-20 | 1 | -0/+76 |
|
|
* | correct several markup errors caught by the GNU info conversion | Fred Drake | 2005-03-10 | 1 | -22/+25 |
|
|
* | Update references specifying "Macintosh" to mean OS X semantics and not Mac OS | Brett Cannon | 2005-02-13 | 1 | -6/+6 |
|
|
* | SF Patch #1093896: miscellaneous doc typos | Raymond Hettinger | 2005-01-01 | 1 | -3/+3 |
|
|
* | clean up markup for --executable description | Fred Drake | 2004-08-25 | 1 | -2/+3 |
|
|
* | Patch #736857, #736859: Add -e option to build_scripts. | Martin v. Löwis | 2004-08-25 | 1 | -1/+3 |
|
|
* | SF #1005913, Patch to allow building of paper-*/dist.pdf by Jeff Epler | Neal Norwitz | 2004-08-13 | 1 | -27/+27 |
|
|
* | Remove MacOS 9 ref | Andrew M. Kuchling | 2004-08-07 | 1 | -4/+1 |
|
|
* | Doc/lib/libfuncs.tex: correct items in itemize | Matthias Klose | 2004-08-04 | 1 | -2/+2 |
|
|
* | This allows additional commands to be provided for existing setup.py | Fred Drake | 2004-08-03 | 1 | -0/+31 |
|
|
* | fix a little lie ;-( | Fred Drake | 2004-08-02 | 1 | -3/+2 |
|
|
* | start filling in documentation on extending distutils | Fred Drake | 2004-08-02 | 1 | -2/+48 |
|
|
* | Fix an obvious typo (It *is* a typo, or not?) | Thomas Heller | 2004-06-18 | 1 | -1/+1 |
|
|
* | Fix typo - the module is named distutils.util. | Thomas Heller | 2004-06-18 | 1 | -1/+1 |
|
|
* | add a pointer to the Distutils Cookbook | Fred Drake | 2004-06-14 | 1 | -1/+13 |
|
|
* | Add support for package data. | Fred Drake | 2004-06-11 | 1 | -0/+49 |
|
|
* | SF patch 959726: sdist versus SVN | Tim Peters | 2004-05-31 | 1 | -3/+3 |
|
|
* | added scripts to the list of files automatically included in the | Fred Drake | 2004-03-31 | 1 | -0/+1 |
|
|
* | include the right index sources | Fred Drake | 2004-03-25 | 1 | -2/+2 |
|
|
* | remove duplicate use of the meta-data label | Fred Drake | 2004-03-25 | 1 | -1/+0 |
|
|
* | give the document indexes | Fred Drake | 2004-03-23 | 1 | -0/+16 |
|
|
* | - use recommended Python style in examples (no spaces around "=" for | Fred Drake | 2004-03-23 | 1 | -59/+83 |
|
|
* | merge Anthony Baxter's distutils API reference into the package | Fred Drake | 2004-03-23 | 1 | -1/+1541 |
|
|
* | convert from a howto to a manual | Fred Drake | 2004-03-22 | 1 | -29/+29 |
|
|
* | - "Mac OS" should always include the space | Fred Drake | 2004-02-19 | 1 | -23/+33 |
|
|
* | - according to Apple's publication style guide, yes, "Mac people" use | Fred Drake | 2004-02-19 | 1 | -2/+2 |
|
|
* | use API documentation style for the descriptions of the additional | Fred Drake | 2004-02-19 | 1 | -40/+39 |
|
|
* | minor markup improvements | Fred Drake | 2004-02-19 | 1 | -9/+9 |
|
|
* | no reason not to use boilerplate.tex now that it names the PSF | Fred Drake | 2004-01-23 | 1 | -0/+2 |
|
|
* | list the Python Software Foundation on all the documents | Fred Drake | 2004-01-02 | 1 | -1/+4 |
|
|
* | Patch #821093: Fix various typos. | Martin v. Löwis | 2003-10-19 | 1 | -1/+1 |
|
|
* | Typo found by Lokasz Pankowski: | Thomas Heller | 2003-10-16 | 1 | -1/+1 |
|
|
* | Fix a typo, discovered by Joonas Paalasmaa. | Thomas Heller | 2003-10-08 | 1 | -2/+2 |
|
|
* | Typo: sys.prefex -> sys.prefix | Thomas Heller | 2003-09-25 | 1 | -2/+2 |
|
|
* | Fix a typo found by Eric D. Moyer, closes SF 807813. | Thomas Heller | 2003-09-17 | 1 | -1/+1 |
|
|