summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fix markup and punctuationRaymond Hettinger2002-08-231-4/+4
* s/_as_Temporarily_Immutable/_as_temporarily_immutable/g, because theTim Peters2002-08-231-2/+2
* pop(): An arbitrary element is removed, not a random element.Tim Peters2002-08-231-1/+2
* Adjust the markup in a few places so this will actually format.Fred Drake2002-08-231-92/+89
* Add an entry for the sets module documentation.Fred Drake2002-08-231-1/+2
* Load docs for sets.pyRaymond Hettinger2002-08-232-0/+220
* Fix peculiar (and ungrammatical) wording in an example program.Greg Ward2002-08-221-2/+2
* Give the section on PEP 263 a more meaningful title, so readers willFred Drake2002-08-221-1/+1
* Add a note that apply() is needed since the extended call syntax isFred Drake2002-08-221-0/+2
* Added a main() function and support to run this module as a script.Fred Drake2002-08-211-2/+14
* Clarify that even though some of the relevant specifications define theFred Drake2002-08-211-8/+10
* Replace all cases of "while 1" with "while True".Raymond Hettinger2002-08-211-7/+7
* Clarify the endpos argument to the rx.match() method.Fred Drake2002-08-201-2/+6
* Cover the sets module.Andrew M. Kuchling2002-08-201-0/+95
* Create two subsections of the "Core Language Changes" section, becauseAndrew M. Kuchling2002-08-201-67/+104
* Add versionadded for operator.powNeal Norwitz2002-08-191-0/+1
* Extend some comments on the order of values in the returns fromFred Drake2002-08-191-8/+14
* SF patch 576101, by Oren Tirosh: alternative implementation ofGuido van Rossum2002-08-191-2/+4
* Added __pow__(a,b) to the operator module. Completes the pattern ofRaymond Hettinger2002-08-191-0/+7
* This is my patchMichael W. Hudson2002-08-154-24/+52
* Add 'in' changeAndrew M. Kuchling2002-08-151-3/+29
* Py_InitModule() and friends now accept NULL for the 'methods'Fred Drake2002-08-141-0/+9
* More updates describing FutureWarnings.Barry Warsaw2002-08-143-1/+13
* mkstemp's last argument changed from binary=True to text=False.Tim Peters2002-08-141-2/+2
* Document PyExc_FutureWarningBarry Warsaw2002-08-141-4/+4
* Remove a broken example of extreme backward compatibility; it isFred Drake2002-08-141-21/+0
* The auto-reply text for the python-docs address. This is not automaticallyFred Drake2002-08-121-0/+171
* Accomodate the packaging changes when we unpack into the dev/doc/ areaFred Drake2002-08-091-1/+2
* Lots of changes to the packaging of the documentation, all to keepFred Drake2002-08-092-42/+72
* Doc portion of SF 589982 (tempfile.py rewrite, by Zack Weinberg).Guido van Rossum2002-08-091-42/+160
* GvR pointed out that only enclosing function bodies are part of nested scopes.Raymond Hettinger2002-08-071-5/+5
* Document that heappop() and heapreplace() raise IndexError if the heapGuido van Rossum2002-08-071-1/+2
* Apply character{} markup.Raymond Hettinger2002-08-071-16/+17
* Described responsibilty of weakly referenced extension types to initializeRaymond Hettinger2002-08-071-2/+23
* Describe nested scopes in the tutorial. Closes SF bug 500704.Raymond Hettinger2002-08-071-6/+11
* Documented os.fsync and os.fdatasync. Closes SF bug 584695.Raymond Hettinger2002-08-071-0/+11
* Clarify that the bool instances are acceptable return values fromFred Drake2002-08-071-4/+5
* Fix up some more markup problems.Fred Drake2002-08-071-8/+9
* Change the markup a bit more; the parameter was not marked as \var in theFred Drake2002-08-071-4/+8
* Fix markup errors.Steve Holden2002-08-071-3/+3
* Document handling of raw-unicode-escapes. Closes SF bug 587087.Raymond Hettinger2002-08-061-0/+8
* Added a note about the inability to specify a pathname to a non-existingJack Jansen2002-08-061-1/+7
* Changed a sentence that confused some people.Jack Jansen2002-08-061-2/+2
* Fix the markup so it doesn't break formatting.Fred Drake2002-08-061-4/+4
* Added references to the email package.Fred Drake2002-08-063-2/+11
* Add some fine points: METH_KEYWORDS implies METH_VARARGS, and ob_sizeGuido van Rossum2002-08-061-6/+10
* Remove mention of deprecated xreadlines method.Guido van Rossum2002-08-061-2/+2
* Document file.next(). Mark xreadlines obsolete (both method andGuido van Rossum2002-08-062-9/+26
* Committing patch #591250 which provides "str1 in str2" when str1 is aBarry Warsaw2002-08-061-8/+13
* Add comment about os.path.walk()'s behavior with symbolic links.Steve Holden2002-08-061-0/+5