| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Talk about uncoordinated dance partners! | Fred Drake | 2002-04-08 | 1 | -1/+1 |
| | | | | | Fixed the release date to match the source release. | ||||
| * | Begin the Release Dance. | Fred Drake | 2002-04-08 | 2 | -3/+3 |
| | | |||||
| * | Do not call "knee" a standard module. | Fred Drake | 2002-04-08 | 1 | -3/+1 |
| | | | | | This addresses the issue in SF bug #515745. | ||||
| * | Mark the notice about the new development version of the docs as not needing | Fred Drake | 2002-04-04 | 1 | -0/+1 |
| | | | | | to be archived. Most of these are pretty bland. ;-) | ||||
| * | Back-port Neal Norwitz's patch: | Fred Drake | 2002-04-04 | 1 | -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 been | Fred Drake | 2002-04-04 | 1 | -0/+37 |
| | | | | | corrected and I'm dealing with them anyway. | ||||
| * | Update the PEP URL format to point to python.org. | Fred Drake | 2002-04-03 | 1 | -1/+1 |
| | | | | | (This affects exactly one link on the release21-maint branch.) | ||||
| * | There is no PyArg_ConvertTuple(); call it by the right name. | Fred Drake | 2002-04-01 | 1 | -1/+1 |
| | | | | | This closes SF bug #537511. | ||||
| * | Update to push the docs to python.org instead of python.sf.net. | Fred Drake | 2002-04-01 | 2 | -9/+12 |
| | | |||||
| * | Fix stupid typo in example. | Fred Drake | 2002-03-16 | 1 | -1/+1 |
| | | |||||
| * | Clarify the descriptions of the positive and negative lookbehind assertions. | Fred Drake | 2002-03-16 | 1 | -9/+30 |
| | | | | | | Added examples of positive lookbehind assertions. This closes SF bug #529708. | ||||
| * | Change the way \textasciitilde is implemented so it works more consistently | Fred Drake | 2002-03-13 | 1 | -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 any | Fred Drake | 2002-03-12 | 1 | -1/+2 |
| | | | | | | other PyObject *. This closes SF bug #494007. | ||||
| * | "level" keyword argument in example should be "stacklevel". | Fred Drake | 2002-03-12 | 1 | -1/+1 |
| | | | | | This closes SF bug #517684. | ||||
| * | Add more explanation of how data_files is used (esp. where the files end up | Fred Drake | 2002-03-08 | 1 | -2/+13 |
| | | | | | in the installation and how that location is determined). | ||||
| * | "Shortcut" should be "short-circuit". | Fred Drake | 2002-03-08 | 1 | -6/+7 |
| | | | | | This closes SF bug #526277. | ||||
| * | Typo: thsi -> this. Closes SF bug #521450. | Fred Drake | 2002-02-22 | 1 | -1/+1 |
| | | |||||
| * | Add an availability statement for alarm(). | Fred Drake | 2002-02-15 | 1 | -0/+1 |
| | | |||||
| * | Consistently use \textasciicircum to produce a ^ character. | Fred Drake | 2002-02-14 | 1 | -17/+23 |
| | | | | | LaTeX really falls flat on this one! | ||||
| * | Update the instructions on reporting bugs to reflect that anonymous reports | Fred Drake | 2002-02-04 | 1 | -10/+6 |
| | | | | | are no longer accepted. | ||||
| * | Add keyword.kwlist to the public API. | Fred Drake | 2002-01-24 | 1 | -1/+8 |
| | | |||||
| * | libkeyword.tex was missing from the list of dependencies for the | Fred Drake | 2002-01-24 | 1 | -0/+1 |
| | | | | | Library Reference. | ||||
| * | Fix typos reported by François Pinard. | Fred Drake | 2002-01-21 | 1 | -2/+2 |
| | | |||||
| * | Updated GNU info dir segment from Milan Zamazal. | Fred Drake | 2002-01-17 | 1 | -1/+2 |
| | | |||||
| * | Update email address. | Fred Drake | 2002-01-17 | 1 | -1/+1 |
| | | |||||
| * | Fix Michael Hudson's email address. | Fred Drake | 2002-01-17 | 1 | -1/+1 |
| | | |||||
| * | 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. | ||||
