- 43211ec Make some adjustments to the markup, and fix up some style-guide issues. by Fred Drake · 23 years ago
- 66b6e19 Patch #416224: add readline completion to cmd.Cmd. by Martin v. Löwis · 23 years ago
- 54f6509 Typo fix. by Greg Ward · 23 years ago
- 7321ec4 SF bug #444510: int() should guarantee truncation. by Tim Peters · 23 years ago
- 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
- 41d7d58 trivial rewording in footnote 5. by Skip Montanaro · 23 years ago
- d61e3ea Add entry for the new distutils section. by Fred Drake · 23 years ago
- 4fefcc3 Overview comments for the distutils package, with links to the distutils by Fred Drake · 23 years ago
- f1b3de8 Add labels to all \section and \subsection headings for use in references. by Fred Drake · 23 years ago
- c547b46 Be more specific about corner cases in the description of the $ RE syntax, by Fred Drake · 23 years ago
- 6fd3b22 When explaining the enterabs() method, using the modern spelling of apply(), by Fred Drake · 23 years ago
- 6fdb90c Remove self-reference from the anydbm module. This closes SF patch #443788. by Fred Drake · 23 years ago
- 8a2adcf Typo: Added missing "if". This is part of SF patch #442788. by Fred Drake · 23 years ago
- c046e97 Add StopIteration to the list of exceptions *not* derived from StandardError. by Fred Drake · 23 years ago
- 63bc2e0 Convert the use of apply(f, args) to the new spelling: f(*args). by Fred Drake · 23 years ago
- 3332778 Corrected a section reference (title was wrong). by Fred Drake · 23 years ago
- 88fdaa7 Typo: PyArgs_ParseTuple --> PyArg_ParseTuple by Fred Drake · 23 years ago
- 6d98855 Added information on Py_BuildValue(). by Fred Drake · 23 years ago
- f69868f Add a missing "\" to the markup. by Fred Drake · 23 years ago
- 960fdf9 Added the constants ascii_letters, ascii_lowercase, and ascii_uppercase by Fred Drake · 23 years ago
- a6d2a04 More Unicode corrections from MAL to match a post-2.2a1 change by Andrew M. Kuchling · 23 years ago
- 9079164 Removed unnecessary section "Unicode literals"; all the discussion is by Fred Drake · 23 years ago
- 0825dc2 Fix typo in description of raw strings: "value" --> "valid" by Fred Drake · 23 years ago
- a3a1668 apply patch item #416254 by Piers Lauder · 23 years ago
- 5120eac Bump release number to 1.00, while I'm at it by Andrew M. Kuchling · 23 years ago
- acd32d3 Added function xml.sax.saxutils.quoteattr(). by Fred Drake · 23 years ago
- ab01087 Revise the Unicode section after getting comments from MAL, GvR, and others. by Andrew M. Kuchling · 23 years ago
- 53d285a Remove some false statements. by Fred Drake · 23 years ago
- f5fec3c Fill out the Unicode section, somewhat uncertainly by Andrew M. Kuchling · 23 years ago
- 8cfa905 Finish the "Other changes" section by Andrew M. Kuchling · 23 years ago
- 28bafb8 Fix a few typos by Andrew M. Kuchling · 23 years ago
- b39fa8a Remove note about this being a draft document. by Andrew M. Kuchling · 23 years ago
- 5afb5e5 Look to the future: bump the version number. by Fred Drake · 23 years ago
- 413bfb7 2.2a1 is out; look to the future. by Fred Drake · 23 years ago
- cb417c0 Ignore all .tar files in the top directory; we're about to generate by Fred Drake · 23 years ago
- 6c29926 Lots of small updates, some long overdue. by Fred Drake · 23 years ago
- 0181552 Add a more substantial example startup file for the interactive shell; by Fred Drake · 23 years ago
- 1ca78b6 Change the command lines to use a similar "phrasing" to that used in the by Fred Drake · 23 years ago
- 7218202 "Make small changes, but carry a big diff." by Fred Drake · 23 years ago
- 1a2302b Add some symbolic names to support hyperlinked references. by Fred Drake · 23 years ago
- 5d808fb Made a few minor style & markup changes to the new {get,set}dlopenflags() by Fred Drake · 23 years ago
- f0473d5 Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. by Martin v. Löwis · 23 years ago
- b311ad5 Ignore the html-*.tar file that can now be generated as an intermediate. by Fred Drake · 23 years ago
- 8f65aef Revise the rules for building the distribution files for the HTML format. by Fred Drake · 23 years ago
- 0068e9c Mirror Guido's latest changes to the license file. by Fred Drake · 23 years ago
- 5e06b84 Be more specific about some of the dependencies, to avoid re-building when by Fred Drake · 23 years ago
- f269e59 Define new markup for 5-column tables. by Fred Drake · 23 years ago
- 3a3bb21 Kill another merge zombie. by Fred Drake · 23 years ago
- c4fefb1 Kill a merge zombie. by Fred Drake · 23 years ago
- efaef13 Update the availability information for os.tempnam(), os.tmpfile(), and by Fred Drake · 23 years ago
- 68db730 Adding what's done of the documentation for the new profiling & by Fred Drake · 23 years ago
- c32cc7c Delete sentence fragment (noted by Fred Bremmer) by Andrew M. Kuchling · 23 years ago
- 1385a57 Bump the release number. by Fred Drake · 23 years ago
- 16649a8 Make the syntax for compound command lines more portable (nmake, CygWin). by Fred Drake · 23 years ago
- 3cae66b Script to re-write @FOO@-style marks with values, initializing the by Fred Drake · 23 years ago
- 63d1d26 Update the release information. by Fred Drake · 23 years ago
- f8a17b1 Now we're picking nits: get my name right! ;-) by Fred Drake · 23 years ago
- 6ea9f0b Add FLD to credit list Correct grammatical error by Andrew M. Kuchling · 23 years ago
- aebbca3 Job.__init__(): Only create the builddir directory if it will be used (by by Fred Drake · 23 years ago
- 0d00254 Cleaned up a number of minor nits, use markup a little more consistently. by Fred Drake · 23 years ago
- 4cf52a9 Minor rewrites to iterator and generator sections by Andrew M. Kuchling · 23 years ago
- e78661b Fix a couple of minor markup nits. by Fred Drake · 23 years ago
- 95400a2 Updated the documentation in several respects: by Barry Warsaw · 23 years ago
- 687a17d Revise the description of time.clock() so that it correctly describes the by Fred Drake · 23 years ago
- ddeb135 Use \longprogramopt, as suggested by FLD by Andrew M. Kuchling · 23 years ago
- ced2366 Use \verb for configure switches, because inside \code multiple dashes by Andrew M. Kuchling · 23 years ago
- 2cd712b Write some entries in the "Other changes" section by Andrew M. Kuchling · 23 years ago
- 4dbf871 Began actually writing: by Andrew M. Kuchling · 23 years ago
- 44845ba Change the target name for \kbd. by Fred Drake · 23 years ago
- 9725fd8 Add another name. by Fred Drake · 23 years ago
- 755c23d Oops, one more caret. by Fred Drake · 23 years ago
- 377fb1e Fix the markup of the caret charater in a couple of places; LaTeX's by Fred Drake · 23 years ago
- 8ee679f Minor changes to match the style guide. by Fred Drake · 23 years ago
- 4124a0b Correct a couple of errors noted by Alex Martelli. by Fred Drake · 23 years ago
- 7fc8abb Remove comments about XML and HTML; those sections are no by Fred Drake · 23 years ago
- 9120df3 Add a little more information about the usage of some terms where the by Fred Drake · 23 years ago
- 7a889ce Minor change to match the style guide. by Fred Drake · 23 years ago
- 17f690f Minor changes to match the style guide. by Fred Drake · 23 years ago
- 6e5e1d9 Minor change to match the style guide. by Fred Drake · 23 years ago
- 8da359b Minor changes to match the style guide. by Fred Drake · 23 years ago
- 3d97e35 Add entry for xmlrpclib documentation. by Fred Drake · 23 years ago
- 5ddf7ad Several markup adjustments so this will format and be more consistent with by Fred Drake · 23 years ago
- 602cf58 Generate a more meaningful message regarding the type of the documentation by Fred Drake · 23 years ago
- f4bdb57 Fix return value for m.group() for groups not in the part of the RE that by Fred Drake · 23 years ago
- bf5a774 On int/long to the negative int/long power, let float handle it by Guido van Rossum · 23 years ago
- e304bb9 First version of xmlrpclib docs. Probably has markup errors; is not complete, by Eric S. Raymond · 23 years ago
- 682d5f3 Follow the recommended practices for keystroke representation; this by Fred Drake · 23 years ago
- 07178d2 For \kbd, be more prescriptive regarding how keystrokes should be written. by Fred Drake · 23 years ago
- fa77487 Move the section on concrete numeric objects before the section on by Fred Drake · 23 years ago
- 7bf8277 Note addition of xmlrpclib by Andrew M. Kuchling · 23 years ago
- 9bbc933 Added information about the timeout parameter to the poll() method for by Fred Drake · 23 years ago
- d854831 Corrected the refcount information for PyList_SET_ITEM(). by Fred Drake · 23 years ago
- bab2965 Document PyObject_New(), PyObject_NewVar(), PyObject_Init(), by Fred Drake · 23 years ago
- 12060e5 Added descriptions for some modules that previously did not have any by Fred Drake · 23 years ago
- 67f193f Add a little bit more about the XML migration plan. This still needs a lot by Fred Drake · 23 years ago
- 03e88da Add conversion information for the grammar production support (preliminary). by Fred Drake · 23 years ago
- e30ac57 Fix for SF bug #436525, reported by Greg Kochanski: by Thomas Wouters · 23 years ago
- 44835d8 Move & update a comment. by Fred Drake · 23 years ago
- de6dc1e Change the way notification mails are sent so people who respond to the by Fred Drake · 23 years ago
- 8e0c09d More reference count information. by Fred Drake · 23 years ago