| Commit message (Expand) | Author | Age | Files | Lines |
* | SF bug #775836: change 0,1 to False,True in dict.has_key doc | Raymond Hettinger | 2003-08-08 | 1 | -1/+1 |
|
|
* | Discussion of signatures for unicode.translate() and str.translate() | Raymond Hettinger | 2003-07-16 | 1 | -0/+10 |
|
|
* | SF bug #696777: How to make a class iterable using a member generator. | Raymond Hettinger | 2003-06-25 | 1 | -0/+6 |
|
|
* | Updated documentation for the new slice arguments for list.index(). | Walter Dörwald | 2003-06-17 | 1 | -3/+8 |
|
|
* | Patch #744238: Explain that different string types also may compare equal. | Martin v. Löwis | 2003-05-31 | 1 | -1/+1 |
|
|
* | Missing parenthesis found by texcheck.py | Raymond Hettinger | 2003-05-10 | 1 | -2/+2 |
|
|
* | Patch #612627: Add encoding attribute to file objects, and determine | Martin v. Löwis | 2003-05-10 | 1 | -0/+14 |
|
|
* | At the site of an indexed reference to print, point to the relevant | Fred Drake | 2003-04-30 | 1 | -1/+5 |
|
|
* | - list.insert(i, x) now interprets negative i as it would be | Guido van Rossum | 2003-04-14 | 1 | -4/+5 |
|
|
* | - added example of using a comparison function with list.sort(), and | Fred Drake | 2003-03-20 | 1 | -3/+25 |
|
|
* | SF patch #693753: fix for bug 639806: default for dict.pop | Raymond Hettinger | 2003-03-06 | 1 | -3/+7 |
|
|
* | Back in June in revision 1.98 Steve (accidentally, presumably) wiped | Michael W. Hudson | 2003-03-05 | 1 | -29/+74 |
|
|
* | Fix SF bug #687655, String formatting conversions misleading | Neal Norwitz | 2003-02-17 | 1 | -1/+1 |
|
|
* | SF patch 664183 and SF bug 664044: Note that both u'%s' % 'x' and | Raymond Hettinger | 2003-01-13 | 1 | -1/+4 |
|
|
* | Allow list sort's comparison function to explicitly be None. See SF patch | Skip Montanaro | 2003-01-02 | 1 | -5/+6 |
|
|
* | SF Bug 645777: list.extend() works with any iterable and is no longer | Raymond Hettinger | 2002-12-29 | 1 | -3/+1 |
|
|
* | Fixed bug | Gustavo Niemeyer | 2002-12-16 | 1 | -1/+3 |
|
|
* | Update comments about the performance of xrange(). | Raymond Hettinger | 2002-12-11 | 1 | -2/+2 |
|
|
* | Patch #646824: Remove extra \end. | Martin v. Löwis | 2002-12-03 | 1 | -1/+0 |
|
|
* | SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class | Raymond Hettinger | 2002-11-27 | 1 | -1/+8 |
|
|
* | Better note that str.zfill() was added in 2.2.2 as well. ;-( | Fred Drake | 2002-11-16 | 1 | -0/+1 |
|
|
* | Document that a minor feature was added in 2.2.2. ;-( | Fred Drake | 2002-11-16 | 1 | -0/+3 |
|
|
* | SF patch 637176: list.sort crasher | Tim Peters | 2002-11-12 | 1 | -1/+7 |
|
|
* | - The "-" format flag overrides the "0" flag, not the "-" flag. | Fred Drake | 2002-10-25 | 1 | -28/+43 |
|
|
* | Remove spurious period. | Fred Drake | 2002-09-24 | 1 | -1/+1 |
|
|
* | Extend some comments on the order of values in the returns from | Fred Drake | 2002-08-19 | 1 | -8/+14 |
|
|
* | Clarify that the bool instances are acceptable return values from | Fred Drake | 2002-08-07 | 1 | -4/+5 |
|
|
* | Document file.next(). Mark xreadlines obsolete (both method and | Guido van Rossum | 2002-08-06 | 1 | -9/+25 |
|
|
* | Committing patch #591250 which provides "str1 in str2" when str1 is a | Barry Warsaw | 2002-08-06 | 1 | -8/+13 |
|
|
* | Added new footnote about list.sort() stability. Repaired footnote about | Tim Peters | 2002-08-01 | 1 | -4/+12 |
|
|
* | Record the decision that StopIteration is a sink state (see recent | Guido van Rossum | 2002-07-16 | 1 | -0/+7 |
|
|
* | Clarify the return value of __nonzero__(): It *must* be an integer. | Fred Drake | 2002-07-12 | 1 | -3/+3 |
|
|
* | Make a start at describing the results of class/type unification | Steve Holden | 2002-06-14 | 1 | -121/+86 |
|
|
* | Use \code{True} (or False) instead of true/false. | Neal Norwitz | 2002-06-14 | 1 | -4/+4 |
|
|
* | This is my nearly two year old patch | Michael W. Hudson | 2002-06-11 | 1 | -15/+34 |
|
|
* | Jack's documentation for the U mode character on the file() | Barry Warsaw | 2002-05-22 | 1 | -0/+12 |
|
|
* | Patch 543387. Document deprecation of complex %, //,and divmod(). | Raymond Hettinger | 2002-05-21 | 1 | -4/+10 |
|
|
* | Added missing index entries for mapping methods. Closes patch #548693. | Raymond Hettinger | 2002-05-15 | 1 | -1/+7 |
|
|
* | Update the xrange object description to reflect the removal of deprecated | Fred Drake | 2002-05-02 | 1 | -3/+3 |
|
|
* | Remove extra period produced by previous change. | Fred Drake | 2002-05-02 | 1 | -3/+3 |
|
|
* | Correct information on support for repietition & concatenation for buffer | Fred Drake | 2002-05-02 | 1 | -6/+8 |
|
|
* | Add a note about when the "%r" formatting code was added. | Fred Drake | 2002-04-30 | 1 | -0/+1 |
|
|
* | Apply the second version of SF patch http://www.python.org/sf/536241 | Walter Dörwald | 2002-04-15 | 1 | -0/+6 |
|
|
* | Document the optional argument to the .strip(), .rstrip(), .strip() string | Fred Drake | 2002-04-13 | 1 | -8/+20 |
|
|
* | Add Raymond Hettinger's d.pop(). See SF patch 539949. | Guido van Rossum | 2002-04-12 | 1 | -0/+3 |
|
|
* | Update docs for bool changes by Guido around April 6 | Neal Norwitz | 2002-04-09 | 1 | -3/+3 |
|
|
* | Add the 'bool' type and its values 'False' and 'True', as described in | Guido van Rossum | 2002-04-03 | 1 | -10/+31 |
|
|
* | Change Windows file.truncate() to (a) restore the original file position, | Tim Peters | 2002-03-12 | 1 | -13/+18 |
|
|
* | file_truncate(): provide full "large file" support on Windows, by | Tim Peters | 2002-03-11 | 1 | -3/+2 |
|
|
* | Added index entries similar to some recommended by Skip, and used the word | Fred Drake | 2001-12-26 | 1 | -8/+12 |
|
|