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
*
Backport SF #1297059, doc incorrect return type for search() method. (There ...
Neal Norwitz
2005-09-23
1
-4/+3
*
Misc. backported changes
Vinay Sajip
2005-09-16
1
-1/+4
*
backport patch [ 1277677 ] tkinter hello world example bug
Georg Brandl
2005-09-15
1
-1/+3
*
backport bug [ 1274828 ] splitunc not documented
Georg Brandl
2005-09-14
1
-0/+9
*
backport notes about basicConfig() changes to 2.4 branch
Skip Montanaro
2005-09-14
1
-1/+23
*
Add FAQ entry regarding non-expoential representation.
Raymond Hettinger
2005-09-11
1
-2/+11
*
Backport checkin:
Walter Dörwald
2005-08-31
1
-3/+3
*
patch [ 1274550 ] libtarfile.tex: external URL changed
Georg Brandl
2005-08-27
1
-2/+2
*
patch [ 1274630 ] documentation fixes
Georg Brandl
2005-08-27
1
-6/+6
*
backport bug [ 1248199 ] shelve .sync operation not documented
Georg Brandl
2005-08-25
1
-0/+8
*
Return complete lines from codec stream readers
Martin v. Löwis
2005-08-24
1
-1/+5
*
backport bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows
Georg Brandl
2005-08-24
1
-2/+2
*
backport bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME
Georg Brandl
2005-08-24
1
-8/+16
*
backport bug [ 728515 ] mmap's resize method resizes the file in win32 but no...
Georg Brandl
2005-08-24
1
-0/+1
*
SF bug #1100368: Wrong "type()" syntax in docs
Raymond Hettinger
2005-08-24
1
-17/+21
*
ord() documentation update; this is what remains applicable from
Fred Drake
2005-08-23
1
-4/+9
*
backport bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation
Georg Brandl
2005-08-22
1
-1/+1
*
SF bug #1121416: zip incorrectly and incompletely documented
Raymond Hettinger
2005-08-21
1
-4/+4
*
Typo fix
Andrew M. Kuchling
2005-08-18
1
-1/+1
*
Backport checkin:
Walter Dörwald
2005-08-18
1
-1/+1
*
Document 'istext' parameter
Andrew M. Kuchling
2005-08-12
1
-2/+5
*
backport patch [ 1252706 ] poplib list() docstring fix (and docs too)
Georg Brandl
2005-08-05
1
-2/+2
*
backport bug [ 1250306 ] incorrect description of range function
Georg Brandl
2005-08-03
1
-1/+1
*
backport [ 1243192 ] Incorrect documentation of re.UNICODE
Georg Brandl
2005-08-02
1
-12/+29
*
[ 1243081 ] repair typos
Georg Brandl
2005-07-22
2
-2/+2
*
SF #1204347: typo fix.
Greg Ward
2005-07-22
1
-2/+2
*
backport bug [ 755617 ] os module: Need a better description of "mode"
Georg Brandl
2005-07-18
1
-0/+5
*
backport bug [ 957505 ] SocketServer module documentation misleading
Georg Brandl
2005-07-18
1
-5/+3
*
bug [ 872769 ] os.access() documentation should stress race conditions
Georg Brandl
2005-07-17
1
-0/+5
*
backport [ 912943 ] 7.5.6 Thread Objects is too vague
Georg Brandl
2005-07-17
1
-1/+6
*
backport Bug #1015140: disambiguated the term "article id" in nntplib docs and
Georg Brandl
2005-07-17
1
-4/+6
*
use macro
Skip Montanaro
2005-07-17
1
-1/+1
*
backport
Skip Montanaro
2005-07-17
1
-1/+2
*
backport bug [ 1235266 ] debug info file descriptor of tarfile is inconsistent
Georg Brandl
2005-07-12
1
-1/+1
*
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
[next]