| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Set the release version and date. | Fred Drake | 2002-01-15 | 1 | -2/+2 |
| | | |||||
| * | Set the release version. | Fred Drake | 2002-01-15 | 1 | -1/+1 |
| | | |||||
| * | Merge in Thomas Heller's typo fix from revision 1.13. | Fred Drake | 2002-01-15 | 1 | -1/+1 |
| | | |||||
| * | Add the GetArgv() docs provided by Dean Draayer in SF patch #496705. | Fred Drake | 2002-01-10 | 1 | -1/+47 |
| | | |||||
| * | Update to the latest version from the trunk. | Fred Drake | 2002-01-10 | 1 | -11/+45 |
| | | |||||
| * | One more copyright date to update. | Fred Drake | 2002-01-10 | 1 | -1/+1 |
| | | |||||
| * | Adjust the instructions for building large file support so that it works | Fred Drake | 2002-01-10 | 1 | -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 Drake | 2002-01-10 | 2 | -4/+4 |
| | | |||||
| * | backport Fred's 1.58: | Anthony Baxter | 2002-01-10 | 1 | -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 Drake | 2002-01-05 | 1 | -1/+1 |
| | | | | | Based on comment sent to python-docs. | ||||
| * | Fix minor typo reported in SF patch #497951. | Fred Drake | 2002-01-05 | 1 | -1/+1 |
| | | |||||
| * | Another name. | Fred Drake | 2001-12-27 | 1 | -0/+1 |
| | | |||||
| * | Added some missing index entries, noted by L. Peter Deutsch. | Fred Drake | 2001-12-27 | 1 | -0/+2 |
| | | |||||
| * | Elaborate the descriptions for onecmd(), precmd(), and postcmd() so they are | Fred Drake | 2001-12-27 | 1 | -6/+19 |
| | | | | | useful. Includes one correction in the precmd() description. | ||||
| * | Added another name. | Fred Drake | 2001-12-26 | 1 | -0/+1 |
| | | |||||
| * | Fix wrongly-named formal parameters in three places: begin_y was used twice | Fred Drake | 2001-12-26 | 1 | -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 last | Fred Drake | 2001-12-22 | 1 | -1/+0 |
| | | | | | checkin (my fault!). | ||||
| * | Add notes that fromfd() and s.makefile() are Unix-specific. | Fred Drake | 2001-12-21 | 1 | -8/+11 |
| | | | | | | | This fixes SF bug #495896. Fix up various markup consistency & style guide conformance nits. | ||||
| * | Remove extraneous "}"; possibly an incorrectly backported patch? | Fred Drake | 2001-12-15 | 1 | -1/+1 |
| | | |||||
| * | Add a links to the gmpy and mxNumber packages. | Fred Drake | 2001-12-15 | 1 | -0/+13 |
| | | |||||
| * | Document that the flag and mode arguments to dumbdbm.open() are ignored. | Fred Drake | 2001-12-07 | 1 | -10/+6 |
| | | |||||
| * | Describe the behavior of the read() method when the list of filenames | Fred Drake | 2001-12-07 | 1 | -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 Drake | 2001-12-06 | 1 | -1/+2 |
| | | | | | This closes SF bug #489872. | ||||
| * | Update the platform notes for the CGIHTTPServer module; it works on more | Fred Drake | 2001-11-19 | 1 | -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 Drake | 2001-11-02 | 1 | -2/+1 |
| | | |||||
| * | Correct misspelling of "separate" in two places. | Fred Drake | 2001-11-01 | 1 | -2/+2 |
| | | | | | This closes SF bug #476898. | ||||
| * | Typo: NamedNodeList --> NamedNodeMap | Fred Drake | 2001-10-25 | 1 | -1/+1 |
| | | |||||
| * | When describing "import *", add a level of indirection between "*" and the | Fred Drake | 2001-10-24 | 1 | -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 platform | Fred Drake | 2001-10-22 | 1 | -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 they | Fred Drake | 2001-10-19 | 1 | -0/+4 |
| | | | | | will no longer exist in 2.2. | ||||
| * | Remove lines that should never have been checked into this | Fred Drake | 2001-08-09 | 1 | -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 Drake | 2001-07-19 | 1 | -4/+2 |
| | | |||||
| * | Lots of small updates, some long overdue. | Fred Drake | 2001-07-18 | 1 | -24/+35 |
| | | |||||
| * | Bump version number and set the date for the 2.1.1 release. | Fred Drake | 2001-07-18 | 2 | -3/+3 |
| | | |||||
| * | Add a more substantial example startup file for the interactive shell; | Fred Drake | 2001-07-18 | 1 | -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 the | Fred Drake | 2001-07-16 | 1 | -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's | Fred Drake | 2001-07-14 | 1 | -2/+2 |
| | | | | | | | special character bite us again. ;-( This fixes SF bug #440911. | ||||
| * | Add credit for a last-minute fix in the re documentation. | Fred Drake | 2001-07-12 | 1 | -0/+1 |
| | | |||||
| * | Fix return value for m.group() for groups not in the part of the RE that | Fred Drake | 2001-07-12 | 1 | -1/+1 |
| | | | | | matched; reported by Paul Moore. | ||||
| * | Move the section on concrete numeric objects before the section on | Fred Drake | 2001-07-11 | 1 | -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 for | Fred Drake | 2001-07-11 | 1 | -1/+5 |
| | | | | | | | polling objects. This closes SF bug #439823. Fixed a minor markup bug. | ||||
| * | Add another name. | Fred Drake | 2001-07-10 | 1 | -0/+1 |
| | | |||||
| * | Corrected the refcount information for PyList_SET_ITEM(). | Fred Drake | 2001-07-10 | 1 | -1/+1 |
| | | |||||
| * | Document PyObject_New(), PyObject_NewVar(), PyObject_Init(), | Fred Drake | 2001-07-10 | 1 | -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 any | Fred Drake | 2001-07-10 | 1 | -9/+26 |
| | | | | | information about them, based on comments from Jack Jansen. | ||||
| * | Fix for SF bug #436525, reported by Greg Kochanski: | Thomas Wouters | 2001-07-09 | 1 | -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 to | Fred Drake | 2001-07-06 | 1 | -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 the | Fred Drake | 2001-07-05 | 1 | -2/+2 |
| | | | | | | | \platform statement. Also fix a minor style consistency nit in an example. | ||||
| * | Marked the parameters to Stats.print_*() as optional. | Fred Drake | 2001-07-02 | 1 | -3/+3 |
| | | | | | This closes SF bug #438032. | ||||
| * | Added another name. | Fred Drake | 2001-07-02 | 1 | -0/+1 |
| | | |||||
