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
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-9/+9
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-45/+53
*
fix some markup errors
Fred Drake
2007-04-26
1
-2/+2
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-15/+14
*
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz
2007-02-25
1
-2/+2
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-1/+1
*
Excise the sets module. SF #1500611 by Collin Winter.
Guido van Rossum
2007-01-10
1
-10/+0
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
1
-3/+6
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-9/+14
*
- patch #1600346 submitted by Tomer Filiba
Jack Diederich
2006-11-28
1
-1/+1
*
Patch #1550786: ellipsis literal.
Georg Brandl
2006-09-06
1
-2/+2
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-3/+3
*
Fix latex2html compile error
George Yoshida
2006-08-30
1
-1/+1
*
Get rid of most of the remaining uses of <>. There's still Tools/* thogh.
Neal Norwitz
2006-08-29
1
-13/+1
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-34/+42
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-18/+135
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-7/+46
*
Get rid of xreadlines() (methods).
Neal Norwitz
2006-03-17
1
-6/+0
*
- Patch 1433928:
Guido van Rossum
2006-02-25
1
-1/+12
*
Bug #801349: document that start/stop/step slice arguments can be None
Georg Brandl
2006-02-19
1
-5/+6
*
Bug #1396471: Document that Windows' ftell() can return invalid
Georg Brandl
2006-01-20
1
-1/+5
*
Bug #1394868: doc typos
Georg Brandl
2006-01-01
1
-3/+3
*
Bug #1389673: document correct return value of set methods
Georg Brandl
2005-12-26
1
-5/+5
*
Remove reference to the "t" open() mode as it is platform dependent.
Georg Brandl
2005-12-15
1
-1/+1
*
SF patch #1364946: Add a reference link from the dcoumentation of the encode
Walter Dörwald
2005-11-25
1
-2/+3
*
fix link to subsection (SF bug #1311674)
Fred Drake
2005-10-03
1
-2/+4
*
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
[next]