- b5fc8f2 Talk about uncoordinated dance partners! by Fred Drake · 23 years ago
- ebbfd0a Begin the Release Dance. by Fred Drake · 23 years ago
- f5ffbbf Do not call "knee" a standard module. by Fred Drake · 23 years ago
- eed9a44 Mark the notice about the new development version of the docs as not needing by Fred Drake · 23 years ago
- 5d2c2ad Back-port Neal Norwitz's patch: libarray.tex 1.31.8.2 by Fred Drake · 23 years ago
- 5c7855a Add the PyObject_As*Buffer() functions that apply, now that the docs have been by Fred Drake · 23 years ago
- 2a5cf97 Update the PEP URL format to point to python.org. by Fred Drake · 23 years ago
- 34716c1 There is no PyArg_ConvertTuple(); call it by the right name. by Fred Drake · 23 years ago
- 5ef032d Update to push the docs to python.org instead of python.sf.net. by Fred Drake · 23 years ago
- 00be96e Fix stupid typo in example. by Fred Drake · 23 years ago
- 2eedddc Clarify the descriptions of the positive and negative lookbehind assertions. by Fred Drake · 23 years ago
- bda6366 Change the way \textasciitilde is implemented so it works more consistently by Fred Drake · 23 years ago
- c9868fe Add a note that Py_None needs the same reference count treatment as any by Fred Drake · 23 years ago
- 29752e2 "level" keyword argument in example should be "stacklevel". by Fred Drake · 23 years ago
- 9027116 Add more explanation of how data_files is used (esp. where the files end up by Fred Drake · 23 years ago
- ee95f1c "Shortcut" should be "short-circuit". This closes SF bug #526277. by Fred Drake · 23 years ago
- 205da04 Typo: thsi -> this. Closes SF bug #521450. by Fred Drake · 23 years ago
- 8dcb537 Add an availability statement for alarm(). by Fred Drake · 24 years ago
- 558911b Consistently use \textasciicircum to produce a ^ character. by Fred Drake · 24 years ago
- 97cb5b7 Update the instructions on reporting bugs to reflect that anonymous reports by Fred Drake · 24 years ago
- c7fd588 Add keyword.kwlist to the public API. by Fred Drake · 24 years ago
- e8dd09c libkeyword.tex was missing from the list of dependencies for the by Fred Drake · 24 years ago
- ddc9bb9 Fix typos reported by François Pinard. by Fred Drake · 24 years ago
- a00d2ab Updated GNU info dir segment from Milan Zamazal. by Fred Drake · 24 years ago
- b561db6 Update email address. by Fred Drake · 24 years ago
- 1d826b1 Fix Michael Hudson's email address. by Fred Drake · 24 years ago
- ce76e0a Set the release version and date. by Fred Drake · 24 years ago
- ee924a9 Set the release version. by Fred Drake · 24 years ago
- e60d373 Merge in Thomas Heller's typo fix from revision 1.13. by Fred Drake · 24 years ago
- 8c1f7ae Add the GetArgv() docs provided by Dean Draayer in SF patch #496705. by Fred Drake · 24 years ago
- a995adf Update to the latest version from the trunk. by Fred Drake · 24 years ago
- 4435d50 One more copyright date to update. by Fred Drake · 24 years ago
- f521ae1 Adjust the instructions for building large file support so that it works by Fred Drake · 24 years ago
- 202ae3d Prepare for 2.1.2 release candidate 1. by Fred Drake · 24 years ago
- 879a049 backport Fred's 1.58: by Anthony Baxter · 24 years ago
- 355b98a Do not mask the name of a built-in function in example code. by Fred Drake · 24 years ago
- c0a1286 Fix minor typo reported in SF patch #497951. by Fred Drake · 24 years ago
- 8e07964 Another name. by Fred Drake · 24 years ago
- 05e4d4b Added some missing index entries, noted by L. Peter Deutsch. by Fred Drake · 24 years ago
- 8f2d8a7 Elaborate the descriptions for onecmd(), precmd(), and postcmd() so they are by Fred Drake · 24 years ago
- 80d8b91 Added another name. by Fred Drake · 24 years ago
- aea7c0d Fix wrongly-named formal parameters in three places: begin_y was used twice by Fred Drake · 24 years ago
- 3a9bc5b Fix the erroneous availability annotation for s.makefile() from the last by Fred Drake · 24 years ago
- 9531fb4 Add notes that fromfd() and s.makefile() are Unix-specific. by Fred Drake · 24 years ago
- acda140 Remove extraneous "}"; possibly an incorrectly backported patch? by Fred Drake · 24 years ago
- da6bc66 Add a links to the gmpy and mxNumber packages. by Fred Drake · 24 years ago
- 2389c09 Document that the flag and mode arguments to dumbdbm.open() are ignored. by Fred Drake · 24 years ago
- f927c4b Describe the behavior of the read() method when the list of filenames by Fred Drake · 24 years ago
- 33f9fa7 Document that PyString_FromString() cannot take NULL as a parameter. by Fred Drake · 24 years ago
- ede717e Update the platform notes for the CGIHTTPServer module; it works on more by Fred Drake · 24 years ago
- 53237e2 \ulink is not available on the maintenance branch, so we can't use it. by Fred Drake · 24 years ago
- 2a6bbfa Correct misspelling of "separate" in two places. This closes SF bug #476898. by Fred Drake · 24 years ago
- 9f29356 Typo: NamedNodeList --> NamedNodeMap by Fred Drake · 24 years ago
- c870cec When describing "import *", add a level of indirection between "*" and the by Fred Drake · 24 years ago
- 73319ff Clarify that the resource module does not attempt to mask platform by Fred Drake · 24 years ago
- c573874 Add deprecations for profile.HotProfile and profile.OldProfile, since they by Fred Drake · 24 years ago
- c575f91 Remove lines that should never have been checked into this by Fred Drake · 24 years ago
- 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