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
*
Backport r54712: document that calling file.next() on a file open for writing
Brett Cannon
2007-04-27
1
-8/+9
*
fix some markup errors
Fred Drake
2007-04-26
1
-2/+2
*
SF: 1397711 Set docs conflated immutable and hashable
Raymond Hettinger
2007-02-07
1
-1/+1
*
Mention the os.SEEK_* constants
Andrew M. Kuchling
2006-12-21
1
-3/+6
*
RFE #1592899: mention string.maketrans() in docs for str.translate,
Georg Brandl
2006-12-07
1
-0/+3
*
Bug #1594758: wording improvement for dict.update() docs.
Georg Brandl
2006-11-11
1
-1/+2
*
Bug #1594742: wrong word in stringobject doc.
Georg Brandl
2006-11-11
1
-1/+1
*
Bug #1552618: change docs of dict.has_key() to reflect recommendation
Georg Brandl
2006-09-05
1
-5/+5
*
Fix str.rpartition(sep) when sep is not found in str.
Neal Norwitz
2006-09-05
1
-2/+2
*
[Bug #1514540] Instead of putting the standard types in a section, put them i...
Andrew M. Kuchling
2006-07-31
1
-28/+28
*
Remove reference to notation
Andrew M. Kuchling
2006-07-31
1
-2/+2
*
Typo fix
Andrew M. Kuchling
2006-07-31
1
-1/+1
*
[Bug #1515932] Clarify description of slice assignment
Andrew M. Kuchling
2006-07-03
1
-1/+2
*
add string methods to index
Skip Montanaro
2006-06-29
1
-0/+1
*
RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first...
Georg Brandl
2006-06-09
1
-2/+8
*
needspeed: rpartition documentation, tests, and a bug fixes.
Fredrik Lundh
2006-05-26
1
-0/+9
*
Typo fixes
Andrew M. Kuchling
2006-05-26
1
-1/+1
*
Clarify docs for str.partition().
Georg Brandl
2006-05-26
1
-4/+5
*
needforspeed: partition implementation, part two.
Fredrik Lundh
2006-05-26
1
-0/+8
*
Bug #1490688: properly document %e, %f, %g format subtleties.
Georg Brandl
2006-05-18
1
-11/+30
*
Remove misleading comment about type-class unification.
Georg Brandl
2006-05-17
1
-6/+5
*
Get rid of a couple more context object references, fix some markup and clari...
Nick Coghlan
2006-05-03
1
-2/+2
*
Finish bringing SVN into line with latest version of PEP 343 by getting rid o...
Nick Coghlan
2006-05-03
1
-53/+35
*
add missing word
Fred Drake
2006-04-27
1
-1/+1
*
Move the PEP 343 documentation and implementation closer to the
Nick Coghlan
2006-04-25
1
-42/+41
*
Change PEP 343 related documentation to use the term context specifier instea...
Nick Coghlan
2006-04-24
1
-29/+33
*
Add a Context Types section to parallel the Iterator Types section (uses the ...
Nick Coghlan
2006-04-23
1
-0/+96
*
document sys.maxint in std objects
Georg Brandl
2006-03-28
1
-4/+6
*
Document objects that can be used with the ``with`` statement.
Phillip J. Eby
2006-03-28
1
-0/+32
*
SF bug # 1457358 and patch # 1458419, floor division not documented. Patch b...
Neal Norwitz
2006-03-25
1
-0/+4
*
More \exception fixes.
Georg Brandl
2006-03-17
1
-3/+4
*
- 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
[next]