- 5901116 Remove some false statements. by Fred Drake · 24 years ago
- 35905ec Lots of small updates, some long overdue. by Fred Drake · 24 years ago
- f8e8ff0 Bump version number and set the date for the 2.1.1 release. by Fred Drake · 24 years ago
- fbe87eb Add a more substantial example startup file for the interactive shell; by Fred Drake · 24 years ago
- c743869 Revise the description of time.clock() so that it correctly describes the by Fred Drake · 24 years ago
- 35b9c24 Fix the markup of the caret charater in a couple of places; LaTeX's by Fred Drake · 24 years ago
- 6736e9d Add credit for a last-minute fix in the re documentation. by Fred Drake · 24 years ago
- 59fbb83 Fix return value for m.group() for groups not in the part of the RE that by Fred Drake · 24 years ago
- d11f5f3 Move the section on concrete numeric objects before the section on by Fred Drake · 24 years ago
- 90e6518 Added information about the timeout parameter to the poll() method for by Fred Drake · 24 years ago
- 49ba499 Add another name. by Fred Drake · 24 years ago
- 93e543c Corrected the refcount information for PyList_SET_ITEM(). by Fred Drake · 24 years ago
- 919b65e Document PyObject_New(), PyObject_NewVar(), PyObject_Init(), by Fred Drake · 24 years ago
- 4695681 Added descriptions for some modules that previously did not have any by Fred Drake · 24 years ago
- 42af3ce Fix for SF bug #436525, reported by Greg Kochanski: by Thomas Wouters · 24 years ago
- f891be9 Explain the exit code for the wait() method, including a reference to by Fred Drake · 24 years ago
- 02be5cb The fpectl module does not work on Windows, so remove Windows from the by Fred Drake · 24 years ago
- f0f49d9 Marked the parameters to Stats.print_*() as optional. by Fred Drake · 24 years ago
- 3bf0295 Added another name. by Fred Drake · 24 years ago
- 9e589ce Update to reflect Python 2.1.1 release planning. by Fred Drake · 24 years ago
- d8e303c Use the more conventional "self" as the name of the self parameter in an by Fred Drake · 24 years ago
- 7469771 Correct a markup error for an accented character. by Fred Drake · 24 years ago
- db9e1cb Removed some stray periods, and fix up a number of visible markup by Fred Drake · 24 years ago
- d1b8c2a Another name. by Fred Drake · 24 years ago
- 590111d SourceForge bug #437041: by Fred Drake · 24 years ago
- cffa3d6 Another name. by Fred Drake · 24 years ago
- f7e504d Simplify an example based on comment from Thomas Holenstein <thomas@hex.ch>: by Fred Drake · 24 years ago
- 2a0f86d Backport Martin's checkin 1.4 (with minor fix): by Thomas Wouters · 24 years ago
- cf32a67 Backport Fred's checkin 1.3: by Thomas Wouters · 24 years ago
- d0c8ed6 Updated link to zlib's home page. by Fred Drake · 24 years ago
- 1e97425 Re-organize a little, clean up some markup. by Fred Drake · 24 years ago
- 10de30d Corrected an error in the information on supporting weak references in by Fred Drake · 24 years ago
- 2f7d035 Adjust to understand use of either single- or double-quotes to quote by Fred Drake · 24 years ago
- 2c5ecda Fix & clean up the information about building Python with large file support by Fred Drake · 24 years ago
- 83eb8cc Separate the version number and release status information. by Fred Drake · 24 years ago
- 5107a51 Add support for the classdesc* environment and the \releaseinfo and by Fred Drake · 24 years ago
- 9c573b0 Properly mark the availability of tempnam() and tmpnam(). by Fred Drake · 24 years ago
- 495739f Added documentation for PyErr_SetFromErrnoWithFilename(). by Fred Drake · 24 years ago
- 257f7d0 Adjust the documents so that the copyright is at the front of the documents by Fred Drake · 24 years ago
- a952658 Make sure 2.1.1 takes its proper place in the history of Python licenses. by Fred Drake · 24 years ago
- 7f29afb This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 24 years ago
- 76ce2aa Fix an improperly placed comma. by Fred Drake · 24 years ago
- b031d45 Add the appropriate availability annotations for the popen*() family of by Fred Drake · 24 years ago
- 26cff90 Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). Added by Fred Drake · 24 years ago
- a623ca8 Merge in recent changes from development branch: add warning about being by Fred Drake · 24 years ago
- ceea6fe Typo: "descrition" --> "description" by Fred Drake · 24 years ago
- a9ce10f Add references to the documentation for the Python documentation markup. by Fred Drake · 24 years ago
- 05f2920 Update a "Programmer's note" about lambda forms and scoping to reflect by Fred Drake · 24 years ago
- 35a37f1 is -> if in rename description by Skip Montanaro · 24 years ago
- 9d26f81 Explained more differences between PyList_SetItem() and PyList_SET_ITEM(). by Fred Drake · 24 years ago
- 3da898b Document os.getenv(). This closes SF bug #429059. by Fred Drake · 24 years ago
- cba8e5b Some general cleanup of the threading module documentation, including by Fred Drake · 24 years ago
- ecf1b65 Users of PySequence_GET_FAST() should get the length of the sequence using by Fred Drake · 24 years ago
- f1760de readlink() description: Added note that the return value may be either by Fred Drake · 24 years ago
- b807180 Bring the notes on the relationship between __cmp__(), __eq__(), and by Fred Drake · 24 years ago
- 7d92f45 Fix typo reported in SF bug #427783. by Fred Drake · 24 years ago
- 0108b37 The parameter to the listen() method is not optional, but was marked as by Fred Drake · 24 years ago
- d9289f0 Add a version annotation for splitdrive(); old, but as long as I managed by Fred Drake · 24 years ago
- 2ff9e92 Backport Fred's checkin 1.3: by Thomas Wouters · 24 years ago
- cfe4df1 Add a list of mapping interface methods which are not supported by by Fred Drake · 24 years ago
- 47237c7 Add some clarifications about the mapping interface presented by by Fred Drake · 24 years ago
- ecf8ca8 Update output to reflect additional precision produced by the repr() of by Fred Drake · 24 years ago
- 634f45a Add documentation for Py_Main() and PyThreadState_GetDict(). by Fred Drake · 24 years ago
- cd2f28d Typo: "that" --> "than" This closes SF bug #425320. by Fred Drake · 24 years ago
- 38665ca Fix bug in smtplib example: the prompt said to end the message with ^D, by Fred Drake · 24 years ago
- 964aa1d Make sure we include all of Python's numeric types in the data model by Fred Drake · 24 years ago
- cd7d2d0 Fix typo in weakref.proxy() documentation. This closes SF bug #423087. by Fred Drake · 24 years ago
- 90fe272 Remove all mentions of the strop module -- it has been pronounced Evil. by Fred Drake · 24 years ago
- 879040a Fix typo reported by David Goodger. This closes SF patch #422383. by Fred Drake · 24 years ago
- 8ee94e6 Itamar Shtull-Trauring <python@itamarst.org>: by Fred Drake · 24 years ago
- 4a64db9 Fix the operator precedence table: exponentiation binds tighter than negation. by Fred Drake · 24 years ago
- cf26a46 Update the directory names to match changes at SourceForge. by Fred Drake · 24 years ago
- b1c3c9e Work around limitations of the module synopsis table generation to avoid by Fred Drake · 24 years ago
- ecf6f59 Job.build_html(): Be more robust in ensuring about.html exists; copying by Fred Drake · 24 years ago
- c117d1a There is no IMAP class in the imaplib module; the class is IMAP4. by Fred Drake · 24 years ago
- c6cddfa Note that when inplace=1 existing backup files will be removed silently. by Fred Drake · 24 years ago
- 1541e78 Correct two floating-point representations printed by the interpreter in by Fred Drake · 24 years ago
- e9ecb6f Update publish-to-SourceForge scripts to automatically determine if the by Fred Drake · 24 years ago
- 1d0b183 Only document <file>.xreadlines() once; added version annotation. by Fred Drake · 24 years ago
- a3d6ad8 Fix a number of minor markup errors. by Fred Drake · 24 years ago
- 90a012b The (fairly recent) \textasciicircum is not supported by LaTeX2HTML; add by Fred Drake · 24 years ago
- 8d84e0d Add versioning notes: many of the signatures changed to allow the time by Fred Drake · 24 years ago
- 10f039b Cut-&-paste-o noted by Wolfgang Teschner: decompressobj() returns by Fred Drake · 24 years ago
- 76aee9f Add description of the "explanation" optional parameter added to the by Fred Drake · 24 years ago
- ad1ecbe \versionadded: Add support for including an explanatory note along with by Fred Drake · 24 years ago
- a712f02 Added support for optional explanation parameter to the \versionadded macro. by Fred Drake · 24 years ago
- 41c71e6 Suggestion from Keith Briggs: refer to RE objects consistently instead of by Fred Drake · 24 years ago
- 4d99ab4 Update version numbers for the maintenance branch of the documentation. by Fred Drake · 24 years ago
- 6a0df4f Make a number of small clarifications and correct a whole bunch of typos, by Fred Drake · 24 years ago
- d51dd03 Add note about the version in which GetoptError was added -- this can by Fred Drake · 24 years ago
- a839747 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 24 years ago
- 1fcd438 Update document for the actual 2.1rc1 by Andrew M. Kuchling · 24 years ago
- 3fee304 Bump version number and set date. by Fred Drake · 24 years ago
- fc4ee0a Add convenience targets that build all archive types for single formatting by Fred Drake · 24 years ago
- 8d00a0f Michael Hudson: by Fred Drake · 24 years ago
- 0c4d468 Fixup some platform annotations. by Fred Drake · 24 years ago
- 2441366 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 24 years ago
- c054c75 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 24 years ago
- 62effc1 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 24 years ago
- fb8ffe6 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 24 years ago