summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libfuncs.tex
Commit message (Expand)AuthorAgeFilesLines
* SF patch 1094011: Docs for file() vs open().Raymond Hettinger2005-01-071-3/+6
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-011-1/+1
* Hyphenate 'one-argument'Andrew M. Kuchling2004-12-031-2/+2
* SF patch #1077353: add key= argument to min and maxRaymond Hettinger2004-12-031-1/+13
* SF bug #1035279: hex() and oct() documentation is incorrectRaymond Hettinger2004-09-301-13/+5
* Patch #1015021: Stop claiming that coerce can return None.Martin v. Löwis2004-08-251-1/+1
* SF bug #805304: super instances don't support item assignmentRaymond Hettinger2004-08-171-0/+6
* [Patch #1005465] Markup tweaksAndrew M. Kuchling2004-08-091-1/+2
* Bug 1003935: xrange overflowsTim Peters2004-08-081-9/+15
* Doc/lib/libfuncs.tex: correct items in itemizeMatthias Klose2004-08-041-8/+8
* Document general mappings for the locals argument for exec and execfile().Raymond Hettinger2004-08-031-7/+8
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-021-2/+11
* SF bug #997533: "disjunct" should be "disjoint"Raymond Hettinger2004-07-291-3/+3
* SF Bug #215126: Over restricted type checking on eval() functionRaymond Hettinger2004-07-021-2/+6
* Fix small grammatical mistake.Brett Cannon2004-05-051-1/+1
* concrete example of why retaining old objects is goodSkip Montanaro2004-03-211-1/+9
* SF bug #918371: hasattr()'s return typeRaymond Hettinger2004-03-201-2/+2
* Expand on the semantics of reload(). Closes #919099.Skip Montanaro2004-03-191-2/+24
* fix reference to File Object documentationFred Drake2004-01-011-1/+3
* fix markup errorsFred Drake2003-12-301-3/+2
* [Bug #857821] Remove mention of deprecated string.{atol,atof} functions. (Pa...Andrew M. Kuchling2003-12-231-4/+2
* Guido grants a Christmas wish:Raymond Hettinger2003-12-171-0/+9
* Put str() in alphabetical order.Raymond Hettinger2003-12-071-10/+10
* - fix markup in the bool() descriptionFred Drake2003-12-051-10/+9
* Nits from a review of the documentation update.Raymond Hettinger2003-11-261-1/+1
* As discussed on python-dev, banish apply(), buffer(), coerce(), andRaymond Hettinger2003-11-251-51/+68
* Patch #843088: Fix typos. Backported to 2.3.Martin v. Löwis2003-11-181-1/+1
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-161-0/+19
* Implement and apply PEP 322, reverse iterationRaymond Hettinger2003-11-061-0/+8
* SF bug #821701: reduce docs neglect a very important piece of information.Raymond Hettinger2003-10-131-1/+3
* SF 810242. Fix doubled word errors.Raymond Hettinger2003-09-221-1/+1
* SF bug #560286: Add docs for 'basestring'Raymond Hettinger2003-09-091-0/+9
* SF bug 799191: fix markupRaymond Hettinger2003-09-061-1/+1
* Fix double word typos.Raymond Hettinger2003-08-251-1/+1
* SF patch#786531 'the the' typo. Contributed by George YoshidaRaymond Hettinger2003-08-121-1/+1
* As discussed on python-dev, changed builtin.zip() to handle zero argumentsRaymond Hettinger2003-08-021-4/+8
* Fix SF bug #766288, property() example gives syntax errorNeal Norwitz2003-07-051-1/+1
* SF bug #764616: execfile(filename,...) not execfile(file,...)Raymond Hettinger2003-07-021-1/+1
* Fix a variety of small markup nits.Fred Drake2003-07-021-7/+8
* - note that super() only applies to new-style classes;Fred Drake2003-07-011-2/+4
* markup consistency nitsFred Drake2003-06-261-9/+10
* Removed useless intra-section references which jump to the top of theRaymond Hettinger2003-06-251-4/+2
* Fix some markup nitsNeal Norwitz2003-06-171-4/+4
* * Added missing documentation for object().Raymond Hettinger2003-06-111-2/+15
* SF bug #660022: parameters for int(), str(), etc.Raymond Hettinger2003-06-111-19/+28
* SF bug: 751941 Invisible HTML tagRaymond Hettinger2003-06-101-0/+2
* Patch #744877: Explain filter in terms of list comprehension. RemoveMartin v. Löwis2003-05-311-3/+8
* - object is a class type, not a functionFred Drake2003-05-101-3/+4
* Missing parenthesis found by texcheck.pyRaymond Hettinger2003-05-101-1/+1
* - explain the start argument to sum()Fred Drake2003-04-221-5/+6