| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Back-port the \ulink macro to the documentation package for Python 2.1.x | Fred Drake | 2002-08-27 | 2 | -0/+22 |
| | | | | | | | | since a documentation patch included \ulink. Adding this here makes back-porting further documentation patches easier than having to remove \ulink from the patches. Closes SF bug #598996. | ||||
| * | Correct some return value information. | Fred Drake | 2002-08-27 | 1 | -2/+2 |
| | | |||||
| * | Add strong security warning about the rexec module. | Fred Drake | 2002-08-27 | 1 | -1/+10 |
| | | | | | Closes SF patch #600861. | ||||
| * | SF # 572928 One word change for lib/libgettext.tex | Neal Norwitz | 2002-06-24 | 1 | -1/+1 |
| | | | | | Fix typo. | ||||
| * | Make the docs for string.capitalize() match those of str.capitalize() | Fred Drake | 2002-06-20 | 1 | -1/+1 |
| | | | | | | (which makes it more clear). Closes SF bug #571767. | ||||
| * | Typo: bites --> bytes | Fred Drake | 2002-06-18 | 1 | -1/+1 |
| | | |||||
| * | Add description of the deadlock problem with child processes and pipes, and | Fred Drake | 2002-06-18 | 2 | -0/+67 |
| | | | | | | hints about how to work around it. Closes SF bug #530637. | ||||
| * | Add a note about "as" not being a keyword, though it has special meaning | Fred Drake | 2002-06-18 | 1 | -0/+7 |
| | | | | | | | | | when used as part of the import statement. Note that both "as" and "None" becoming keywords in the future. Closes SF bug #553262. | ||||
| * | Note the limitation that mime_decode_header() only works for Latin-1. | Fred Drake | 2002-06-18 | 1 | -0/+1 |
| | | | | | Closes SF bug #551912. | ||||
| * | Clarified documentation for os.access(). | Fred Drake | 2002-06-18 | 1 | -5/+7 |
| | | | | | | Based on patch contributed by Sean Reifschneider. Closes SF patch #570618. | ||||
| * | Clarified description of error handling for shutil.rmtree(). | Fred Drake | 2002-06-18 | 1 | -2/+3 |
| | | | | | This closes SF patch #569832. | ||||
| * | Do not claim that getlocale() returns a tulpe; that is not always true. | Fred Drake | 2002-06-13 | 1 | -3/+3 |
| | | | | | Closes SF bug #568577. | ||||
| * | Add documentation for PyObject_RichCompare() and PyObject_RichCompareBool(), | Fred Drake | 2002-06-13 | 1 | -0/+42 |
| | | | | | | constributed by David Abrahams. This closes SF patch #568081. | ||||
| * | Add version annotations for some older changes to the calendar module. | Fred Drake | 2002-06-13 | 1 | -2/+10 |
| | | | | | | | | Closes SF patch #567867. Added a couple of minor clarifications present in the 2.2.x and 2.3 version of the documentation which also apply to 2.1.x. | ||||
| * | Completely revise markup for the list of list methods; the new markup matches | Fred Drake | 2002-06-11 | 1 | -26/+35 |
| | | | | | | | | the semantics and presentation used in the library reference. Added an explanation of the use of [...] to denote optional arguments, since this is the only use of this in a signature line. Closes SF bug #567127. | ||||
| * | Backport to 2.1.x: | Guido van Rossum | 2002-05-31 | 1 | -0/+12 |
| | | | | | | | | | | | SF bug 533625 (Armin Rigo). rexec: potential security hole If a rexec instance allows writing in the current directory (a common thing to do), there's a way to execute bogus bytecode. Fix this by not allowing imports from .pyc files (in a way that allows a site to configure things so that .pyc files *are* allowed, if writing is not allowed). | ||||
| * | Add availability information for a couple of the types. | Fred Drake | 2002-05-21 | 1 | -2/+4 |
| | | |||||
| * | Add a note explaining the interaction between unbuffered input and | Fred Drake | 2002-05-06 | 1 | -1/+4 |
| | | | | | | xreadlines.xreadlines(). This closes SF patch #552804. | ||||
| * | Add information on support for repietition & concatenation for buffer | Fred Drake | 2002-05-02 | 1 | -7/+15 |
| | | | | | | | and xrange objects, and generally present these in the same way that more recent documentation releases present them (for ease of maintenance). This closes SF bug #550555. | ||||
| * | Revise version/date information since we're not about to hit a release. | Fred Drake | 2002-05-02 | 2 | -3/+3 |
| | | |||||
| * | Explain what os.read() returns at end of file. | Fred Drake | 2002-05-01 | 1 | -1/+3 |
| | | | | | This closes SF bug #550409. | ||||
| * | Add missing right-parenthesis. | Fred Drake | 2002-05-01 | 1 | -1/+1 |
| | | |||||
| * | Add a note about when the "%r" formatting code was added. | Fred Drake | 2002-04-30 | 1 | -0/+1 |
| | | |||||
| * | Be more consistent, both internally and with recommended practice (within | Fred Drake | 2002-04-26 | 1 | -7/+8 |
| | | | | | | the limits of Python 2.1). This closes SF bug #547953. | ||||
| * | Add text about circular references caused by storing frames in local | Fred Drake | 2002-04-23 | 1 | -0/+15 |
| | | | | | variables. This closes SF bug #543148. | ||||
| * | Adjust markup to worm around tool limitations; the "m" in "model" was being | Fred Drake | 2002-04-17 | 1 | -1/+1 |
| | | | | | | dropped in the HTML formatted version. Reported by Mike Coleman. | ||||
| * | Update the text of the README distributed with the PostScript files to | Fred Drake | 2002-04-17 | 1 | -8/+2 |
| | | | | | reflect the changes in the user organizations in the Python community. | ||||
| * | Changed last two remaining uses of "./" to "index.html" when referring to the | Fred Drake | 2002-04-17 | 1 | -2/+2 |
| | | | | | | | index file for the top-level directory. This makes it easier to use an unpacked version of the documentation via file: URLs. This closes SF bug #541257. | ||||
| * | Remove repeated index entry; adds nothing different. | Fred Drake | 2002-04-16 | 1 | -2/+1 |
| | | | | | Closes SF bug #518985. | ||||
| * | Document PyType_IS_GC(). | Fred Drake | 2002-04-10 | 1 | -1/+9 |
| | | | | | Update description of PyType_Check(). | ||||
| * | 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. | ||||
