summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstdtypes.tex
Commit message (Expand)AuthorAgeFilesLines
* Fix SF bug #1061770: Manual typesets bit-shift operators as guillemetFred Drake2004-11-111-2/+3
* SF bug #901654: split method documentation can be improvedRaymond Hettinger2004-09-061-2/+16
* Document which string methods are locale-dependent. Fixes #935749.Martin v. Löwis2004-06-031-0/+24
* add note about the __name__ read-only attributeFred Drake2004-05-121-1/+6
* SF bug #872461: list.extend() described as experimentalRaymond Hettinger2004-01-081-3/+1
* Avoid confusing name for the 3rd argument to str.replace().Fred Drake2003-10-221-3/+3
* Patch #825679: Clarify semantics of .isfoo on empty strings.Martin v. Löwis2003-10-181-5/+7
* Patch #809535: Mention behaviour of seek on text files.Martin v. Löwis2003-10-181-1/+6
* SF bug #804280: fromkeys is not listed in indexRaymond Hettinger2003-09-121-4/+5
* Fix spacing markup and other sundries.Raymond Hettinger2003-09-081-3/+3
* SF patch #797180: Bug 792656: slicing explainedRaymond Hettinger2003-08-301-2/+3
* SF bug #775836: change 0,1 to False,True in dict.has_key docRaymond Hettinger2003-08-081-1/+1
* Discussion of signatures for unicode.translate() and str.translate()Raymond Hettinger2003-07-161-0/+10
* SF bug #696777: How to make a class iterable using a member generator.Raymond Hettinger2003-06-251-0/+6
* Updated documentation for the new slice arguments for list.index().Walter Dörwald2003-06-171-3/+8
* Patch #744238: Explain that different string types also may compare equal.Martin v. Löwis2003-05-311-1/+1
* Missing parenthesis found by texcheck.pyRaymond Hettinger2003-05-101-2/+2
* Patch #612627: Add encoding attribute to file objects, and determineMartin v. Löwis2003-05-101-0/+14
* At the site of an indexed reference to print, point to the relevantFred Drake2003-04-301-1/+5
* - list.insert(i, x) now interprets negative i as it would beGuido van Rossum2003-04-141-4/+5
* - added example of using a comparison function with list.sort(), andFred Drake2003-03-201-3/+25
* SF patch #693753: fix for bug 639806: default for dict.popRaymond Hettinger2003-03-061-3/+7
* Back in June in revision 1.98 Steve (accidentally, presumably) wipedMichael W. Hudson2003-03-051-29/+74
* Fix SF bug #687655, String formatting conversions misleadingNeal Norwitz2003-02-171-1/+1
* SF patch 664183 and SF bug 664044: Note that both u'%s' % 'x' andRaymond Hettinger2003-01-131-1/+4
* Allow list sort's comparison function to explicitly be None. See SF patchSkip Montanaro2003-01-021-5/+6
* SF Bug 645777: list.extend() works with any iterable and is no longerRaymond Hettinger2002-12-291-3/+1
* Fixed bugGustavo Niemeyer2002-12-161-1/+3
* Update comments about the performance of xrange().Raymond Hettinger2002-12-111-2/+2
* Patch #646824: Remove extra \end.Martin v. Löwis2002-12-031-1/+0
* SF Patch 643443. Added dict.fromkeys(iterable, value=None), a classRaymond Hettinger2002-11-271-1/+8
* Better note that str.zfill() was added in 2.2.2 as well. ;-(Fred Drake2002-11-161-0/+1
* Document that a minor feature was added in 2.2.2. ;-(Fred Drake2002-11-161-0/+3
* SF patch 637176: list.sort crasherTim Peters2002-11-121-1/+7
* - The "-" format flag overrides the "0" flag, not the "-" flag.Fred Drake2002-10-251-28/+43
* Remove spurious period.Fred Drake2002-09-241-1/+1
* Extend some comments on the order of values in the returns fromFred Drake2002-08-191-8/+14
* Clarify that the bool instances are acceptable return values fromFred Drake2002-08-071-4/+5
* Document file.next(). Mark xreadlines obsolete (both method andGuido van Rossum2002-08-061-9/+25
* Committing patch #591250 which provides "str1 in str2" when str1 is aBarry Warsaw2002-08-061-8/+13
* Added new footnote about list.sort() stability. Repaired footnote aboutTim Peters2002-08-011-4/+12
* Record the decision that StopIteration is a sink state (see recentGuido van Rossum2002-07-161-0/+7
* Clarify the return value of __nonzero__(): It *must* be an integer.Fred Drake2002-07-121-3/+3
* Make a start at describing the results of class/type unificationSteve Holden2002-06-141-121/+86
* Use \code{True} (or False) instead of true/false.Neal Norwitz2002-06-141-4/+4
* This is my nearly two year old patchMichael W. Hudson2002-06-111-15/+34
* Jack's documentation for the U mode character on the file()Barry Warsaw2002-05-221-0/+12
* Patch 543387. Document deprecation of complex %, //,and divmod().Raymond Hettinger2002-05-211-4/+10
* Added missing index entries for mapping methods. Closes patch #548693.Raymond Hettinger2002-05-151-1/+7
* Update the xrange object description to reflect the removal of deprecatedFred Drake2002-05-021-3/+3