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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert patch for 1162912.
Georg Brandl
2005-07-04
1
-3/+0
*
backport bug [ 1162912 ] typesseq-mutable lacks note on combined key/cmp usage
Georg Brandl
2005-07-03
1
-0/+3
*
backport doctest for weakref examples
Georg Brandl
2005-07-02
1
-2/+4
*
backport bug [ 1228904 ] weakref example broken
Georg Brandl
2005-07-02
1
-5/+2
*
Cross reference the set built-ins with the sets module.
Raymond Hettinger
2005-07-01
1
-0/+8
*
Provide a comparison to the builtin set types.
Raymond Hettinger
2005-07-01
1
-2/+32
*
More info on rounding modes. Add sections for floating point notes.
Raymond Hettinger
2005-07-01
1
-7/+12
*
add note that os.EX_* constants are subject to availability on the host
Fred Drake
2005-06-27
1
-0/+3
*
backport bug [ 1166582 ] IterableUserDict not in docs
Georg Brandl
2005-06-25
1
-3/+9
*
backport bug [ 1186072 ] tempnam doc doesn't include link to tmpfile
Georg Brandl
2005-06-25
1
-8/+9
*
backport bug [ 1175022 ] property example code error
Georg Brandl
2005-06-25
1
-0/+1
*
backport [ 1190563 ] os.waitpid docs don't specify return value for WNOHANG
Georg Brandl
2005-06-25
1
-2/+3
*
backport bug [ 1202475 ] httplib docs mentioning HTTPConnection.getreply
Georg Brandl
2005-06-25
1
-5/+10
*
backport patch [ 1213031 ] note that os.chown can have -1 as an argument
Georg Brandl
2005-06-25
1
-1/+1
*
backport of bug [ 1225705 ] os.environ documentation should mention unsetenv
Georg Brandl
2005-06-25
1
-3/+21
*
backport Patch #1227442: smtplib.SMTP.sendmail() accepts list or string for t...
Georg Brandl
2005-06-25
1
-7/+8
*
Patch #1180012: add documentation for modulefinder (backport)
Georg Brandl
2005-06-18
1
-0/+1
*
Fix nits.
Raymond Hettinger
2005-06-15
1
-2/+3
*
[Bug #1219862] Document correct argument range for pair_content()
Andrew M. Kuchling
2005-06-14
1
-1/+1
*
SF bug #1215887: String and list methods documentation deeply hidden
Raymond Hettinger
2005-06-14
1
-6/+15
*
Backport 1.26 Decimal FAQ.
Raymond Hettinger
2005-06-12
1
-2/+155
*
Clarify docs about os.popen[234].
Georg Brandl
2005-06-10
1
-2/+2
*
[Bug #1149413] 'psize' argument should be 'pgsize'
Andrew M. Kuchling
2005-06-08
1
-2/+2
*
Bug #1210001: typo in email docs
Georg Brandl
2005-06-04
1
-1/+1
*
[Bug #1209880] Describe only the True/False return values from lock.acquire()
Andrew M. Kuchling
2005-06-02
2
-4/+3
*
[Bug #1105706] Use correct name for constant
Andrew M. Kuchling
2005-06-01
1
-2/+2
*
[Bug #1123268] Fix typo
Andrew M. Kuchling
2005-06-01
1
-1/+1
*
[Bug #1194249] Fix duplicate assignment in example code
Andrew M. Kuchling
2005-06-01
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
*
fix description of the input range of unichr()
Fred Drake
2005-05-25
1
-1/+2
*
backport from head
Skip Montanaro
2005-05-12
1
-1/+82
*
Correct swapped descriptions of empty string splits.
Raymond Hettinger
2005-04-19
1
-2/+2
*
Backport relevant part of checkin:
Walter Dörwald
2005-04-14
1
-2/+2
*
get_method() returns a method name, not take it as an argument
Fred Drake
2005-04-13
1
-2/+2
*
SF bug #1180392: StringIO's docs should mention overwriting of initial value
Raymond Hettinger
2005-04-11
1
-0/+1
*
SF bug #1179957: Missing def'n of equality for set element
Raymond Hettinger
2005-04-10
2
-1/+7
*
SF bug #1178269 Clarify when isMappingType/isSequenceType is True.
Raymond Hettinger
2005-04-07
1
-3/+5
*
SF bug #1178255: 256 should read 255 in operator module docs
Raymond Hettinger
2005-04-07
1
-1/+1
*
Corrected SMTPHandler docs and added info about threadName attribute of LogRe...
Vinay Sajip
2005-03-31
1
-2/+2
*
Mention that DEBUG_LEAK includes DEBUG_SAVEALL. Fixes #1170460.
Martin v. Löwis
2005-03-28
1
-1/+3
*
SF #1169212: fix silly typo in explaining AFMT macros: U16 is unsigned
Greg Ward
2005-03-28
1
-8/+9
*
SF patch #1171417: bug fix for islice() in docs
Raymond Hettinger
2005-03-27
1
-8/+6
*
correct ontosys url - closes 1167329
Skip Montanaro
2005-03-21
1
-1/+1
*
SF #1086675: restore "Extending optparse" section (which was dropped
Greg Ward
2005-03-19
1
-0/+244
*
Regenerate from Optik reST source to ensure CVS Id tags are up-to-date.
Greg Ward
2005-03-19
1
-1/+1
*
List all option attributes (closes SF #993601).
Greg Ward
2005-03-19
1
-0/+81
*
Beef up optparse reference docs -- now much closer to documenting the
Greg Ward
2005-03-19
1
-55/+198
*
Fix test_socket's test for socket.getfqdn() to also accept the result from
Brett Cannon
2005-03-12
1
-2/+2
*
backport
Skip Montanaro
2005-03-09
1
-2/+0
[prev]
[next]