summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Talk about uncoordinated dance partners!Fred Drake2002-04-081-1/+1
| | | | Fixed the release date to match the source release.
* Begin the Release Dance.Fred Drake2002-04-082-3/+3
|
* Do not call "knee" a standard module.Fred Drake2002-04-081-3/+1
| | | | This addresses the issue in SF bug #515745.
* Mark the notice about the new development version of the docs as not needingFred Drake2002-04-041-0/+1
| | | | to be archived. Most of these are pretty bland. ;-)
* Back-port Neal Norwitz's patch:Fred Drake2002-04-041-1/+1
| | | | | | libarray.tex 1.31.8.2 SF 539024, Fix broken link to numpy
* Add the PyObject_As*Buffer() functions that apply, now that the docs have beenFred Drake2002-04-041-0/+37
| | | | corrected and I'm dealing with them anyway.
* Update the PEP URL format to point to python.org.Fred Drake2002-04-031-1/+1
| | | | (This affects exactly one link on the release21-maint branch.)
* There is no PyArg_ConvertTuple(); call it by the right name.Fred Drake2002-04-011-1/+1
| | | | This closes SF bug #537511.
* Update to push the docs to python.org instead of python.sf.net.Fred Drake2002-04-012-9/+12
|
* Fix stupid typo in example.Fred Drake2002-03-161-1/+1
|
* Clarify the descriptions of the positive and negative lookbehind assertions.Fred Drake2002-03-161-9/+30
| | | | | Added examples of positive lookbehind assertions. This closes SF bug #529708.
* Change the way \textasciitilde is implemented so it works more consistentlyFred Drake2002-03-131-1/+1
| | | | | (dropping tildes into data that still goes through LaTeX-like processing is a bad idea).
* Add a note that Py_None needs the same reference count treatment as anyFred Drake2002-03-121-1/+2
| | | | | other PyObject *. This closes SF bug #494007.
* "level" keyword argument in example should be "stacklevel".Fred Drake2002-03-121-1/+1
| | | | This closes SF bug #517684.
* Add more explanation of how data_files is used (esp. where the files end upFred Drake2002-03-081-2/+13
| | | | in the installation and how that location is determined).
* "Shortcut" should be "short-circuit".Fred Drake2002-03-081-6/+7
| | | | This closes SF bug #526277.
* Typo: thsi -> this. Closes SF bug #521450.Fred Drake2002-02-221-1/+1
|
* Add an availability statement for alarm().Fred Drake2002-02-151-0/+1
|
* Consistently use \textasciicircum to produce a ^ character.Fred Drake2002-02-141-17/+23
| | | | LaTeX really falls flat on this one!
* Update the instructions on reporting bugs to reflect that anonymous reportsFred Drake2002-02-041-10/+6
| | | | are no longer accepted.
* Add keyword.kwlist to the public API.Fred Drake2002-01-241-1/+8
|
* libkeyword.tex was missing from the list of dependencies for theFred Drake2002-01-241-0/+1
| | | | Library Reference.
* Fix typos reported by François Pinard.Fred Drake2002-01-211-2/+2
|
* Updated GNU info dir segment from Milan Zamazal.Fred Drake2002-01-171-1/+2
|
* Update email address.Fred Drake2002-01-171-1/+1
|
* Fix Michael Hudson's email address.Fred Drake2002-01-171-1/+1
|
* 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.