summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libfuncs.tex
Commit message (Expand)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-1125/+0
* Remove docs for builtin file.Neal Norwitz2007-08-121-103/+54
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-29/+2
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-6/+17
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-76/+0
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-9/+0
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-26/+8
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-10/+16
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-9/+13
* Patch #1591665: implement the __dir__() special function lookup in PyObject_Dir.Georg Brandl2007-03-101-20/+39
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-37/+37
* Patch #1601678: move intern() to sys.intern().Georg Brandl2006-12-191-14/+0
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+1
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-6/+40
* Get rid of more coerce cruft (really check in this time :-)Neal Norwitz2006-08-291-6/+0
* Part of SF patch #1513870 (the still relevant part) -- add reduce() toGuido van Rossum2006-08-261-15/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-73/+121
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-8/+12
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-6/+18
* Remove apply()Neal Norwitz2006-03-171-20/+0
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-35/+0
* Patch #1434038: property() now uses the getter's docstring if there isGeorg Brandl2006-03-081-0/+5
* Patch #1410783: add documentation links for static/classmethodGeorg Brandl2006-01-201-1/+9
* Remove dots in \version{changed,added} argument andGeorg Brandl2006-01-151-3/+3
* SF bug #1100368: Wrong "type()" syntax in docsRaymond Hettinger2005-08-241-17/+21
* ord() documentation update; this is what remains applicable fromFred Drake2005-08-231-4/+9
* SF bug #1121416: zip incorrectly and incompletely documentedRaymond Hettinger2005-08-211-4/+4
* bug [ 1250306 ] incorrect description of range functionGeorg Brandl2005-08-031-1/+1
* [ 1243081 ] repair typosGeorg Brandl2005-07-221-1/+1
* bug [ 1175022 ] property example code errorGeorg Brandl2005-06-251-0/+1
* SF bug #1209411: divmod documentation shd reference // not /Raymond Hettinger2005-05-311-1/+1
* fix description of the input range of unichr()Fred Drake2005-05-251-1/+2
* Fill-in missing argspec.Raymond Hettinger2005-03-191-1/+1
* Add two new functions, any() and all().Raymond Hettinger2005-03-111-0/+26
* 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