Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update to reflect move to Subversion | Fred Drake | 2006-01-02 | 3 | -272/+8 |
| | |||||
* | update URL into the Python wiki | Fred Drake | 2005-09-22 | 1 | -1/+1 |
| | | | | (forward port revision 1.10.4.1) | ||||
* | - fix generated Texinfo markup for \deprecated | Fred Drake | 2005-03-10 | 1 | -1/+10 |
| | | | | | | - add support for additional markup: \leq, \textbar, \textit - add a comment about the non-support for the Euro character (ported from release24-maint branch release 1.10.4.2) | ||||
* | add missing entries from GNU info conversion table | Fred Drake | 2005-03-10 | 1 | -0/+2 |
| | | | | (ported from release24-maint branch revision 1.10.4.1) | ||||
* | include each row in the package table, even if there are no packages for | Fred Drake | 2005-01-23 | 1 | -8/+11 |
| | | | | | that row; the row is commented out in that case (this makes it easier to modify the table after generation) | ||||
* | add another way to specify an alternate name for the documentation set, | Fred Drake | 2004-11-13 | 1 | -1/+11 |
| | | | | so that this is harder to forget to do for development of new styles | ||||
* | - make the default image type PNG, to match mkhowto | Fred Drake | 2004-11-05 | 1 | -2/+6 |
| | | | | - add a command-line option to control the image type | ||||
* | fix accidental commit | Fred Drake | 2004-11-02 | 1 | -1/+0 |
| | |||||
* | clarify discussion of iteration in the section on the "for" statement | Fred Drake | 2004-11-02 | 1 | -1/+2 |
| | | | | (SF bug #829073) | ||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 4 | -18/+18 |
| | |||||
* | Add a definition (found in the Debian patches for 2.3.4) | Andrew M. Kuchling | 2004-07-17 | 1 | -0/+1 |
| | |||||
* | generalize a bit; no need to mention my user id directly | Fred Drake | 2004-07-13 | 1 | -1/+1 |
| | |||||
* | Deal with macros that have to be replaced with simple text; only a | Fred Drake | 2004-07-08 | 1 | -4/+14 |
| | | | | | | | couple of these are currently found in index data, but these should all be handled in the same way. Closes SF bug #952737. | ||||
* | fix handling when a proper getopt(1) is available; the "--" | Fred Drake | 2004-06-29 | 1 | -0/+4 |
| | | | | end-of-options marker wasn't recognized | ||||
* | The 'distributing python modules' manual now has an index. | Thomas Heller | 2004-06-18 | 1 | -1/+1 |
| | |||||
* | Use getopt where possible, so this supports option letters that get | Fred Drake | 2004-06-17 | 1 | -1/+10 |
| | | | | jammed together on thos platforms. | ||||
* | - add link to the downloadable package in the generated email | Fred Drake | 2004-06-17 | 1 | -2/+24 |
| | | | | - misc. changes | ||||
* | make the tarball available for download instead of throwing it away | Fred Drake | 2004-06-17 | 1 | -1/+1 |
| | |||||
* | Defining Py_GCC_ATTRIBUTE finds even some more undocumented functions. | Thomas Heller | 2004-06-09 | 1 | -1/+1 |
| | |||||
* | Public Python functions are nowadays marked PyAPI_FUNC, not DL_IMPORT. | Thomas Heller | 2004-06-09 | 1 | -1/+1 |
| | |||||
* | use tools/getversioninfo to extract the version number from the Python | Fred Drake | 2004-05-11 | 1 | -11/+4 |
| | | | | sources | ||||
* | remove assignment to unused variable | Fred Drake | 2004-05-11 | 1 | -1/+0 |
| | |||||
* | switch to PNG navigation icons by default | Fred Drake | 2004-04-08 | 1 | -2/+2 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 4 | -14/+14 |
| | | | | From SF patch #852334. | ||||
* | Fix typo | Raymond Hettinger | 2004-02-08 | 1 | -1/+1 |
| | |||||
* | SF patch #880552: Fix typo in usage message(prechm.py) | Raymond Hettinger | 2004-02-08 | 1 | -3/+3 |
| | | | | | | (Contributed by George Yoshida.) * Also convert tabs to spaces. | ||||
* | fix weird sh-bang line | Fred Drake | 2003-12-18 | 1 | -1/+1 |
| | |||||
* | avoid bash-isms | Fred Drake | 2003-12-18 | 1 | -2/+2 |
| | |||||
* | make the generated HTML more XHTML friendly | Fred Drake | 2003-11-25 | 1 | -7/+8 |
| | |||||
* | - don't re-write a SourceForge authenticated CVS root into the | Fred Drake | 2003-10-03 | 1 | -4/+7 |
| | | | | | anonymous flavor unless the user asks for it on the command line - decompose SourceForge authenticated CVS roots correctly | ||||
* | normalize whitespace | Fred Drake | 2003-10-02 | 1 | -1/+1 |
| | |||||
* | no longer assign into sys; "print chevron" is the way to go | Fred Drake | 2003-10-01 | 1 | -7/+6 |
| | |||||
* | We're long past worrying about Python versions older than 1.5.2; | Fred Drake | 2003-10-01 | 1 | -11/+0 |
| | | | | remove old compatibility definition of os.path.abspath(). | ||||
* | Update to match the version used to build the 2.3.2c1 documentation. | Fred Drake | 2003-09-29 | 1 | -1/+3 |
| | |||||
* | - change computation of VERSION to use tools/getversioninfo; this is | Fred Drake | 2003-09-28 | 1 | -4/+7 |
| | | | | | more reliable than using the $Revision$ expansion - $RELEASE is no longer needed; we can just use $VERSION now | ||||
* | Update the list of directories passed to py2texi.el. The ordering was | Fred Drake | 2003-09-28 | 1 | -1/+1 |
| | | | | wrong, and commontex/ needed to be added. | ||||
* | Make the "path math" more robust, and support both relative and | Fred Drake | 2003-09-28 | 1 | -2/+6 |
| | | | | absolute paths as input. | ||||
* | Load the version information from ../Include/patchlevel.h, so there are | Fred Drake | 2003-09-27 | 2 | -3/+94 |
| | | | | fewer changes to make to version numbers after a release. | ||||
* | re.sub expands escape sequences in it's second argument. | Thomas Heller | 2003-09-27 | 1 | -1/+1 |
| | | | | Will backport to 2.3 myself. | ||||
* | - use string methods | Fred Drake | 2003-09-27 | 1 | -12/+16 |
| | | | | - make TEXINPUTS work the way it's supposed to in TeX-ish tools | ||||
* | Change the default window size to 1024x768. This shows at least the | Thomas Heller | 2003-09-23 | 1 | -1/+33 |
| | | | | | | | | whole main page. Support 2.3 and 2.4 docs in HTMLHelp format. Already 'backported' to release-23maint. | ||||
* | update the documentation contact address | Fred Drake | 2003-07-30 | 4 | -4/+4 |
| | |||||
* | Map \envvar to the TeXinfo equivalent, @env. | Fred Drake | 2003-07-16 | 1 | -1/+1 |
| | |||||
* | Simple support for the alltt environment. | Fred Drake | 2003-07-16 | 1 | -1/+3 |
| | |||||
* | Teach this script about \AA and \aa (the Scandanavian A-ring | Fred Drake | 2003-07-16 | 1 | -1/+3 |
| | | | | characters); \AA is used in whatsnew23.tex. | ||||
* | There's a better way to deal with the "comment" environment; I found | Fred Drake | 2003-07-02 | 1 | -0/+1 |
| | | | | this in SF patch #732174. | ||||
* | Fill out the set of macros and environments supported somewhat. | Fred Drake | 2003-07-02 | 1 | -0/+10 |
| | | | | Some of this is still pretty iffy. | ||||
* | Update link to Python book information. | Fred Drake | 2003-06-20 | 1 | -1/+1 |
| | |||||
* | Include both </tr> tags in the thead, not just the first. | Fred Drake | 2003-05-29 | 1 | -3/+2 |
| | |||||
* | When an external application we use exits normally, exit with the same | Fred Drake | 2003-05-14 | 1 | -2/+4 |
| | | | | | | exit code they returned. All other types of exit from child processes are normalized to a return code of 1. Closes SF bug #732143. |