index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
lib
/
libstdtypes.tex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix markup.
Raymond Hettinger
2005-08-18
1
-1/+1
*
Revert patch for 1162912.
Georg Brandl
2005-07-04
1
-3/+0
*
bug [ 1162912 ] typesseq-mutable lacks note on combined key/cmp usage
Georg Brandl
2005-07-03
1
-0/+3
*
Cross reference the set built-ins with the sets module.
Raymond Hettinger
2005-07-01
1
-0/+8
*
SF bug #1215887: String and list methods documentation deeply hidden
Raymond Hettinger
2005-06-14
1
-5/+14
*
SF bug #1209411: divmod documentation shd reference // not /
Raymond Hettinger
2005-05-31
1
-1/+1
*
SF bug #1202395: Description of string.lstrip() needs improvement
Raymond Hettinger
2005-05-31
1
-15/+33
*
SF bug #1209671: dict.popitem documentation should mention empty dict case
Raymond Hettinger
2005-05-27
1
-1/+2
*
Correct swapped descriptions of empty string splits.
Raymond Hettinger
2005-04-19
1
-2/+2
*
SF bug #1179957: Missing def'n of equality for set elements
Raymond Hettinger
2005-04-10
1
-0/+3
*
SF bug #1119700: list extend() accepts args besides lists
Raymond Hettinger
2005-02-09
1
-1/+1
*
SF bug #1108303: fix .split() maxsplit doc
Raymond Hettinger
2005-01-26
1
-1/+1
*
SF bug #1105286: Undocumented implicit strip() in split(None) string method
Raymond Hettinger
2005-01-25
1
-6/+10
*
SF Patch #1093896: miscellaneous doc typos
Raymond Hettinger
2005-01-01
1
-5/+5
*
Fix typo.
Raymond Hettinger
2004-12-02
1
-1/+1
*
Clarify the ordering of dictionary keys.
Raymond Hettinger
2004-11-25
1
-2/+4
*
Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet
Fred Drake
2004-11-11
1
-2/+3
*
Mistakes in the "sequence types" page:
Armin Rigo
2004-11-04
1
-6/+9
*
SF patch #1041364: True/False instead of 1/0 in libstdtypes.tex
Raymond Hettinger
2004-10-08
1
-3/+3
*
Typo fix: 'comparisions' is not a word
Andrew M. Kuchling
2004-09-10
1
-1/+1
*
Add missing close parenthesis.
Raymond Hettinger
2004-09-06
1
-3/+3
*
SF bug #901654: split method documentation can be improved
Raymond Hettinger
2004-09-06
1
-2/+16
*
This is my patch
Michael W. Hudson
2004-08-12
1
-19/+2
*
Point out that the setdefault defaults the value to None. Inspired by
Michael W. Hudson
2004-08-07
1
-1/+1
*
Typo fix; use 'in-place' instead of 'inplace'
Andrew M. Kuchling
2004-08-06
1
-2/+2
*
SF patch #980695: efficient string concatenation
Raymond Hettinger
2004-08-06
1
-1/+11
*
SF #989185: Drop unicode.iswide() and unicode.width() and add
Hye-Shik Chang
2004-08-04
1
-11/+0
*
SF bug #995983 and #995987: Documentation nits.
Raymond Hettinger
2004-07-22
1
-5/+7
*
Document that encode() and decode() raise UnicodeError
Walter Dörwald
2004-07-01
1
-5/+10
*
link to the codecs page from the "".encode() description.
Skip Montanaro
2004-07-01
1
-1/+2
*
Document string methods that are locale-dependent. Fixes #935749.
Martin v. Löwis
2004-06-03
1
-0/+24
*
- SF #962502: Add two more methods for unicode type; width() and
Hye-Shik Chang
2004-06-02
1
-0/+11
*
add note about the __name__ read-only attribute
Fred Drake
2004-05-12
1
-1/+6
*
SF Patch #912462: Relocate \end tag to the right place.
Hye-Shik Chang
2004-03-09
1
-1/+2
*
SF #904720: dict.update should take a 2-tuple sequence like dict.__init_
Raymond Hettinger
2004-03-04
1
-3/+10
*
SF bug #872461: list.extend() described as experimental
Raymond Hettinger
2004-01-08
1
-3/+1
*
Correct misrepresentation of print (it uses str(), not `...` for
Guido van Rossum
2003-12-31
1
-3/+5
*
fix a variety of markup bugs
Fred Drake
2003-12-30
1
-24/+24
*
markup fix
Fred Drake
2003-12-30
1
-2/+3
*
Guido grants a Christmas wish:
Raymond Hettinger
2003-12-17
1
-10/+3
*
Update documentations for str.rsplit() with Alex Martelli's rewrite.
Hye-Shik Chang
2003-12-17
1
-15/+5
*
Add rsplit method for str and unicode builtin types.
Hye-Shik Chang
2003-12-15
1
-0/+18
*
Add version changed doc for addition of fillchar to ljust/rjust/center
Neal Norwitz
2003-11-26
1
-0/+3
*
Add optional fillchar argument to ljust(), rjust(), and center() string methods.
Raymond Hettinger
2003-11-26
1
-6/+8
*
* Checkin remaining documentation
Raymond Hettinger
2003-11-24
1
-0/+120
*
Fix typo.
Raymond Hettinger
2003-10-30
1
-1/+1
*
Add list.sorted() classmethod.
Raymond Hettinger
2003-10-29
1
-4/+11
*
Avoid confusing name for the 3rd argument to str.replace().
Fred Drake
2003-10-22
1
-3/+3
*
markup fixes; this would not format
Fred Drake
2003-10-21
1
-2/+2
*
Patch #825679: Clarify semantics of .isfoo on empty strings.
Martin v. Löwis
2003-10-18
1
-5/+7
[next]