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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the date.
Guido van Rossum
1997-05-09
2
-2/+2
*
Added docs for dumbdbm (AMK), and misc small fixes.
Guido van Rossum
1997-05-09
2
-14/+22
*
Document return value of wait[pid]() more carefully.
Guido van Rossum
1997-05-09
2
-14/+24
*
Document "" and "<broadcast>".
Guido van Rossum
1997-05-09
2
-0/+8
*
??? maybe window size
Guido van Rossum
1997-05-08
1
-0/+0
*
Added assert statement.
Guido van Rossum
1997-05-08
1
-0/+0
*
Added assert resword.
Guido van Rossum
1997-05-08
1
-0/+0
*
Tiny utility prints the latest set of reserved words.
Guido van Rossum
1997-05-08
1
-0/+32
*
Checking in old changes -- no idea why (probably window size).
Guido van Rossum
1997-05-08
4
-0/+0
*
Some updates (AMK at work, added resource.c).
Guido van Rossum
1997-04-30
2
-22/+8
*
Add zlib
Guido van Rossum
1997-04-30
5
-1/+17
*
Updated web ref and version#. Folded some long lines.
Guido van Rossum
1997-04-30
2
-36/+20
*
zlib by AMK
Guido van Rossum
1997-04-30
2
-0/+214
*
Note that passing a filename to uu.{en,de}code() is deprecated.
Guido van Rossum
1997-04-27
2
-18/+16
*
Added fnmatch, base64 and quopri, received from Andrew Kuchling.
Guido van Rossum
1997-04-27
13
-1/+250
*
Various status updates.
Guido van Rossum
1997-04-03
2
-42/+12
*
Added site
Guido van Rossum
1997-04-03
2
-0/+6
*
New stuff by AMK.
Guido van Rossum
1997-04-03
19
-41/+401
*
Small grammatical touchups:
Fred Drake
1997-04-02
2
-6/+6
*
Spell Unix, not UNIX.
Guido van Rossum
1997-04-02
2
-2/+2
*
Horrible hack to split up code '--' to prevent
Guido van Rossum
1997-04-02
2
-4/+8
*
Add complex().
Guido van Rossum
1997-04-02
2
-10/+60
*
Add cross-refs for int() to atoi() etc.
Guido van Rossum
1997-04-02
2
-30/+28
*
Added a list of the main undocumented extension modules.
Guido van Rossum
1997-03-27
2
-4/+54
*
Added docs for UserDict,UserList
Guido van Rossum
1997-03-27
7
-1/+64
*
Added docs for glob and mailcap
Guido van Rossum
1997-03-25
2
-0/+4
*
Added docs for glob
Guido van Rossum
1997-03-25
7
-5/+77
*
Added docs for mailcap
Guido van Rossum
1997-03-25
7
-5/+157
*
Added docs for replace() and replace1().
Guido van Rossum
1997-03-25
2
-0/+26
*
Remove untrue statement about . and .. being included in list of names
Guido van Rossum
1997-03-25
2
-4/+4
*
Add optional 4th argument to [r]find and [r]index (end of slice).
Guido van Rossum
1997-03-14
2
-14/+20
*
Add a rough list of undocumented stuff at the end.
Guido van Rossum
1997-03-14
5
-1/+445
*
Hint about [\] trick to avoid quad backslashes.
Guido van Rossum
1997-03-14
2
-4/+6
*
Added intern()
Guido van Rossum
1997-03-03
2
-0/+26
*
Added ref to StringIO docs.
Guido van Rossum
1997-03-03
2
-0/+6
*
Correct two typos
Guido van Rossum
1997-03-03
2
-2/+2
*
Fix name of PyObject_GetAttrString
Guido van Rossum
1997-03-03
1
-1/+1
*
Added (minimal) StringIO docs.
Guido van Rossum
1997-03-03
5
-1/+31
*
Fix up indentation of examples to use 4 spaces instead of tabs.
Guido van Rossum
1997-02-28
2
-118/+118
*
Document the new join() semantics.
Barry Warsaw
1997-02-18
2
-32/+12
*
Added a paragraph to describe clear_cache(), and why it's necessary.
Barry Warsaw
1997-02-18
2
-0/+14
*
Document the new get_syntax() function.
Barry Warsaw
1997-02-18
2
-0/+8
*
Added doco for ratecv.
Guido van Rossum
1997-02-14
2
-0/+22
*
Correct typo in PyArg_ParseTuple example.
Guido van Rossum
1997-02-10
2
-10/+18
*
(libparser.tex): Fix typo found by Mark Hammond.
Fred Drake
1997-01-22
2
-2/+2
*
Describe new ("unsigned") behavior of hex() and oct().
Guido van Rossum
1997-01-14
2
-4/+24
*
Added warning that gethostname() doesn't always return fqdn, and show
Guido van Rossum
1997-01-11
2
-0/+10
*
Document that sys.builtin_module_names is now a tuple.
Guido van Rossum
1997-01-06
2
-2/+2
*
very minor typo
Barry Warsaw
1997-01-03
2
-2/+2
*
'I' and 'L' now always return a Python long.
Guido van Rossum
1997-01-03
2
-6/+2
[next]