summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Set the release version and date.Fred Drake2002-01-151-2/+2
|
* Set the release version.Fred Drake2002-01-151-1/+1
|
* Merge in Thomas Heller's typo fix from revision 1.13.Fred Drake2002-01-151-1/+1
|
* Add the GetArgv() docs provided by Dean Draayer in SF patch #496705.Fred Drake2002-01-101-1/+47
|
* Update to the latest version from the trunk.Fred Drake2002-01-101-11/+45
|
* One more copyright date to update.Fred Drake2002-01-101-1/+1
|
* Adjust the instructions for building large file support so that it worksFred Drake2002-01-101-6/+4
| | | | | | more cleanly (I think this supports more Linux systems; not sure). Barry Warsaw & Martin von Loewis actually agree on this! This closes SF patch #502023.
* Prepare for 2.1.2 release candidate 1.Fred Drake2002-01-102-4/+4
|
* backport Fred's 1.58:Anthony Baxter2002-01-101-0/+13
| | | | | Added documentation of the sendall() method, and a note to the send() method that it does not guarantee that all data is sent.
* Do not mask the name of a built-in function in example code.Fred Drake2002-01-051-1/+1
| | | | Based on comment sent to python-docs.
* Fix minor typo reported in SF patch #497951.Fred Drake2002-01-051-1/+1
|
* Another name.Fred Drake2001-12-271-0/+1
|
* Added some missing index entries, noted by L. Peter Deutsch.Fred Drake2001-12-271-0/+2
|
* Elaborate the descriptions for onecmd(), precmd(), and postcmd() so they areFred Drake2001-12-271-6/+19
| | | | useful. Includes one correction in the precmd() description.
* Added another name.Fred Drake2001-12-261-0/+1
|
* Fix wrongly-named formal parameters in three places: begin_y was used twiceFred Drake2001-12-261-76/+75
| | | | | | | | instead of begin_y and begin_x for derwin(), subpad(), and subwin(). Reported for derwin() by Eric Huss. Added class annotations for the window methods so they would be properly described in the index.
* Fix the erroneous availability annotation for s.makefile() from the lastFred Drake2001-12-221-1/+0
| | | | checkin (my fault!).
* Add notes that fromfd() and s.makefile() are Unix-specific.Fred Drake2001-12-211-8/+11
| | | | | | This fixes SF bug #495896. Fix up various markup consistency & style guide conformance nits.
* Remove extraneous "}"; possibly an incorrectly backported patch?Fred Drake2001-12-151-1/+1
|
* Add a links to the gmpy and mxNumber packages.Fred Drake2001-12-151-0/+13
|
* Document that the flag and mode arguments to dumbdbm.open() are ignored.Fred Drake2001-12-071-10/+6
|
* Describe the behavior of the read() method when the list of filenamesFred Drake2001-12-071-0/+18
| | | | | | includes files that do not exist, explain the intended use of the interface, and show how to ensure an expected file really exists. This closes SF bug #490399.
* Document that PyString_FromString() cannot take NULL as a parameter.Fred Drake2001-12-061-1/+2
| | | | This closes SF bug #489872.
* Update the platform notes for the CGIHTTPServer module; it works on moreFred Drake2001-11-191-3/+3
| | | | | platforms now, and has since Python 2.0. This closes SF bug #482943.
* \ulink is not available on the maintenance branch, so we can't use it.Fred Drake2001-11-021-2/+1
|
* Correct misspelling of "separate" in two places.Fred Drake2001-11-011-2/+2
| | | | This closes SF bug #476898.
* Typo: NamedNodeList --> NamedNodeMapFred Drake2001-10-251-1/+1
|
* When describing "import *", add a level of indirection between "*" and theFred Drake2001-10-241-3/+17
| | | | | | | | set of names imported (the "public names"), adding a definition of "public names" that describes the use of __all__. This closes SF bug #473986. Flesh out the vague reference to __import__().
* Clarify that the resource module does not attempt to mask platformFred Drake2001-10-221-1/+3
| | | | | differences by defining symbols not defined on particular platforms. This closes SF bug #473433.
* Add deprecations for profile.HotProfile and profile.OldProfile, since theyFred Drake2001-10-191-0/+4
| | | | will no longer exist in 2.2.
* Remove lines that should never have been checked into thisFred Drake2001-08-091-9/+3
| | | | | | | | release21-maint branch; I checked them in erroneously in revision 1.52.4.1 of this file; it looks like that entire revision was operator error. This reverts that checkin and closes SF bug #449613.
* Remove some false statements.Fred Drake2001-07-191-4/+2
|
* Lots of small updates, some long overdue.Fred Drake2001-07-181-24/+35
|
* Bump version number and set the date for the 2.1.1 release.Fred Drake2001-07-182-3/+3
|
* Add a more substantial example startup file for the interactive shell;Fred Drake2001-07-181-7/+44
| | | | | | | | sample startup script provided by Itamar Shtull-Trauring. This closes SF patch #410890. Add some logical markup where it was missing.
* Revise the description of time.clock() so that it correctly describes theFred Drake2001-07-161-4/+11
| | | | | | Windows version of the function as well as the Unix flavor. This fixes SF bug #441357.
* Fix the markup of the caret charater in a couple of places; LaTeX'sFred Drake2001-07-141-2/+2
| | | | | | special character bite us again. ;-( This fixes SF bug #440911.
* Add credit for a last-minute fix in the re documentation.Fred Drake2001-07-121-0/+1
|
* Fix return value for m.group() for groups not in the part of the RE thatFred Drake2001-07-121-1/+1
| | | | matched; reported by Paul Moore.
* Move the section on concrete numeric objects before the section onFred Drake2001-07-111-249/+249
| | | | | | | | | concrete sequence objects, since their API is simpler. This is in response to a comment in SF bug #440037. (Does this really belong in the bugfix release? Yes: this is a readability bug, and those are important in the documentation.)
* Added information about the timeout parameter to the poll() method forFred Drake2001-07-111-1/+5
| | | | | | polling objects. This closes SF bug #439823. Fixed a minor markup bug.
* Add another name.Fred Drake2001-07-101-0/+1
|
* Corrected the refcount information for PyList_SET_ITEM().Fred Drake2001-07-101-1/+1
|
* Document PyObject_New(), PyObject_NewVar(), PyObject_Init(),Fred Drake2001-07-101-24/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PyObject_InitVar(), PyObject_Del(), PyObject_NEW(), PyObject_NEW_VAR(), and PyObject_DEL(). Add notes to PyMem_Malloc() and PyMem_New() about the memory buffers not being initialized. This fixes SF bug #439012. Added explicit return value information for PyList_SetItem(), PyDict_SetItem(), and PyDict_SetItemString(). Corrected return type for PyList_SET_ITEM(). Fixed index entries in the descriptions of PyLong_AsLong() and PyLong_AsUnignedLong(). This fixes the API manual portion of SF bug #440037. Note that the headers properly declare everything as 'extern "C"' for C++ users. Document _Py_NoneStruct. Added links to the Extending & Embedding manual for PyArg_ParseTuple() and PyArg_ParseTupleAndKeywords(). Added note that PyArg_Parse() should not be used in new code. Fix up a few style nits -- avoid "e.g." and "i.e." -- these make translation more difficult, as well as reading the English more difficult for non-native speakers.
* Added descriptions for some modules that previously did not have anyFred Drake2001-07-101-9/+26
| | | | information about them, based on comments from Jack Jansen.
* Fix for SF bug #436525, reported by Greg Kochanski:Thomas Wouters2001-07-091-2/+2
| | | | | | The block/unblock thread macros are called 'Py_BLOCK_THREADS' and 'Py_UNBLOCK_THREADS', not 'Py_BEGIN_BLOCK_THREADS' and 'Py_BEGIN_UNBLOCK_THREADS'.
* Explain the exit code for the wait() method, including a reference toFred Drake2001-07-061-1/+6
| | | | | | the os.W*() functions used to interpret the return value. This fixes SF bug #429361.
* The fpectl module does not work on Windows, so remove Windows from theFred Drake2001-07-051-2/+2
| | | | | | \platform statement. Also fix a minor style consistency nit in an example.
* Marked the parameters to Stats.print_*() as optional.Fred Drake2001-07-021-3/+3
| | | | This closes SF bug #438032.
* Added another name.Fred Drake2001-07-021-0/+1
|