| Commit message (Expand) | Author | Age | Files | Lines |
* | Typo fix. | Greg Ward | 2001-07-26 | 1 | -1/+1 |
|
|
* | SF bug #444510: int() should guarantee truncation. | Tim Peters | 2001-07-26 | 1 | -3/+1 |
|
|
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 | 3 | -5/+5 |
|
|
* | trivial rewording in footnote 5. | Skip Montanaro | 2001-07-25 | 1 | -2/+2 |
|
|
* | Add entry for the new distutils section. | Fred Drake | 2001-07-24 | 2 | -0/+2 |
|
|
* | Overview comments for the distutils package, with links to the distutils | Fred Drake | 2001-07-24 | 1 | -0/+37 |
|
|
* | Add labels to all \section and \subsection headings for use in references. | Fred Drake | 2001-07-24 | 1 | -15/+15 |
|
|
* | Be more specific about corner cases in the description of the $ RE syntax, | Fred Drake | 2001-07-23 | 1 | -4/+7 |
|
|
* | When explaining the enterabs() method, using the modern spelling of apply(), | Fred Drake | 2001-07-23 | 1 | -3/+3 |
|
|
* | Remove self-reference from the anydbm module. | Fred Drake | 2001-07-23 | 1 | -1/+0 |
|
|
* | Typo: Added missing "if". | Fred Drake | 2001-07-23 | 1 | -1/+1 |
|
|
* | Add StopIteration to the list of exceptions *not* derived from StandardError. | Fred Drake | 2001-07-23 | 1 | -3/+4 |
|
|
* | Convert the use of apply(f, args) to the new spelling: f(*args). | Fred Drake | 2001-07-23 | 1 | -1/+1 |
|
|
* | Corrected a section reference (title was wrong). | Fred Drake | 2001-07-20 | 1 | -5/+8 |
|
|
* | Typo: PyArgs_ParseTuple --> PyArg_ParseTuple | Fred Drake | 2001-07-20 | 1 | -30/+62 |
|
|
* | Added information on Py_BuildValue(). | Fred Drake | 2001-07-20 | 1 | -0/+3 |
|
|
* | Add a missing "\" to the markup. | Fred Drake | 2001-07-20 | 1 | -1/+1 |
|
|
* | Added the constants ascii_letters, ascii_lowercase, and ascii_uppercase | Fred Drake | 2001-07-20 | 1 | -3/+25 |
|
|
* | More Unicode corrections from MAL to match a post-2.2a1 change | Andrew M. Kuchling | 2001-07-20 | 1 | -23/+13 |
|
|
* | Removed unnecessary section "Unicode literals"; all the discussion is | Fred Drake | 2001-07-20 | 1 | -6/+1 |
|
|
* | Fix typo in description of raw strings: "value" --> "valid" | Fred Drake | 2001-07-20 | 1 | -1/+1 |
|
|
* | apply patch item #416254 | Piers Lauder | 2001-07-20 | 1 | -3/+48 |
|
|
* | Bump release number to 1.00, while I'm at it | Andrew M. Kuchling | 2001-07-20 | 1 | -1/+1 |
|
|
* | Added function xml.sax.saxutils.quoteattr(). | Fred Drake | 2001-07-19 | 1 | -2/+22 |
|
|
* | Revise the Unicode section after getting comments from MAL, GvR, and others. | Andrew M. Kuchling | 2001-07-19 | 1 | -25/+49 |
|
|
* | Remove some false statements. | Fred Drake | 2001-07-19 | 1 | -4/+2 |
|
|
* | Fill out the Unicode section, somewhat uncertainly | Andrew M. Kuchling | 2001-07-19 | 1 | -7/+24 |
|
|
* | Finish the "Other changes" section | Andrew M. Kuchling | 2001-07-19 | 1 | -34/+45 |
|
|
* | Fix a few typos | Andrew M. Kuchling | 2001-07-19 | 1 | -3/+3 |
|
|
* | Remove note about this being a draft document. | Andrew M. Kuchling | 2001-07-19 | 1 | -7/+1 |
|
|
* | Look to the future: bump the version number. | Fred Drake | 2001-07-18 | 1 | -18/+29 |
|
|
* | 2.2a1 is out; look to the future. | Fred Drake | 2001-07-18 | 1 | -1/+1 |
|
|
* | Ignore all .tar files in the top directory; we're about to generate | Fred Drake | 2001-07-18 | 1 | -1/+1 |
|
|
* | Lots of small updates, some long overdue. | Fred Drake | 2001-07-18 | 1 | -24/+35 |
|
|
* | Add a more substantial example startup file for the interactive shell; | Fred Drake | 2001-07-18 | 1 | -7/+44 |
|
|
* | Change the command lines to use a similar "phrasing" to that used in the | Fred Drake | 2001-07-18 | 1 | -15/+15 |
|
|
* | "Make small changes, but carry a big diff." | Fred Drake | 2001-07-18 | 1 | -248/+247 |
|
|
* | Add some symbolic names to support hyperlinked references. | Fred Drake | 2001-07-18 | 1 | -2/+2 |
|
|
* | Made a few minor style & markup changes to the new {get,set}dlopenflags() | Fred Drake | 2001-07-18 | 1 | -15/+17 |
|
|
* | Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. | Martin v. Löwis | 2001-07-18 | 1 | -0/+21 |
|
|
* | Ignore the html-*.tar file that can now be generated as an intermediate. | Fred Drake | 2001-07-17 | 1 | -0/+1 |
|
|
* | Revise the rules for building the distribution files for the HTML format. | Fred Drake | 2001-07-17 | 1 | -7/+10 |
|
|
* | Mirror Guido's latest changes to the license file. | Fred Drake | 2001-07-17 | 1 | -32/+44 |
|
|
* | Be more specific about some of the dependencies, to avoid re-building when | Fred Drake | 2001-07-17 | 1 | -10/+12 |
|
|
* | Define new markup for 5-column tables. | Fred Drake | 2001-07-17 | 3 | -7/+109 |
|
|
* | Kill another merge zombie. | Fred Drake | 2001-07-17 | 1 | -7/+0 |
|
|
* | Kill a merge zombie. | Fred Drake | 2001-07-17 | 1 | -7/+0 |
|
|
* | Update the availability information for os.tempnam(), os.tmpfile(), and | Fred Drake | 2001-07-17 | 1 | -1/+3 |
|
|
* | Adding what's done of the documentation for the new profiling & | Fred Drake | 2001-07-17 | 1 | -0/+53 |
|
|
* | Delete sentence fragment (noted by Fred Bremmer) | Andrew M. Kuchling | 2001-07-17 | 1 | -5/+5 |
|
|