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
*
Patch 1267 by Christian Heimes.
Guido van Rossum
2007-10-19
2
-0/+15
*
Update what the locale module documents about string operations.
Guido van Rossum
2007-10-15
1
-11/+8
*
remove hotshot profiler from Py3k
Fred Drake
2007-10-11
3
-151/+2
*
#1228: new comparison behavior.
Georg Brandl
2007-10-08
1
-12/+5
*
Remove buffer() from the docs.
Georg Brandl
2007-10-08
1
-28/+0
*
Fix a minor typo.
Brett Cannon
2007-10-07
1
-1/+1
*
Get the doc to build.
Neal Norwitz
2007-10-02
1
-2/+2
*
#1219: py3k cleanup in standard types docs.
Georg Brandl
2007-09-28
1
-129/+103
*
#1211, #1212, #1213: py3k fixes to the tutorial.
Georg Brandl
2007-09-28
4
-48/+43
*
Revert r58075 (incorrect docs patch).
Collin Winter
2007-09-27
1
-2/+2
*
Patch # 1145 by Thomas Lee:
Guido van Rossum
2007-09-27
1
-2/+5
*
Clarify the difference between text and binary files. I'm not sure the
Skip Montanaro
2007-09-26
1
-8/+14
*
#1189: documentation for tp_as_* structs.
Georg Brandl
2007-09-24
1
-15/+166
*
Update the documentation of the open() builtin function a bit. I believe I
Skip Montanaro
2007-09-23
1
-26/+24
*
Reformat the open function text so it fits within 80 columns in preparation
Skip Montanaro
2007-09-23
1
-37/+41
*
Remove more cruft leftover from nb_coerce. Rename nb_coerce to
Neil Schemenauer
2007-09-21
3
-36/+10
*
Merged revisions 58211-58220 via svnmerge from
Thomas Wouters
2007-09-20
4
-13/+20
*
Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from
Thomas Wouters
2007-09-19
15
-411/+1422
*
issue1172: Documentation of "done" attribute in cgi module.
Sean Reifscheider
2007-09-18
1
-0/+5
*
Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.
Sean Reifscheider
2007-09-17
2
-2/+2
*
Oops.
Georg Brandl
2007-09-12
1
-2/+2
*
Document input() function.
Georg Brandl
2007-09-12
1
-0/+16
*
Document inspect.getfullargspec(). Fixes #1121.
Georg Brandl
2007-09-12
1
-4/+25
*
New documentation for the bdb module. Forward-port from rev. 58112, with a fe...
Georg Brandl
2007-09-12
4
-8/+357
*
Merged revisions 58053-58090 via svnmerge from
Thomas Wouters
2007-09-10
1
-1/+1
*
Change instances of 'while 1:' in the docs into 'while True:'.
Collin Winter
2007-09-10
5
-6/+6
*
General clean-up in socket howto.
Collin Winter
2007-09-10
1
-26/+23
*
Fix more raise statments in the docs.
Collin Winter
2007-09-10
2
-2/+3
*
More two-argument raise cleanup in the tutorial.
Collin Winter
2007-09-10
1
-4/+3
*
Fix docs that imply that tuples in except clauses must be parenthesized.
Collin Winter
2007-09-10
1
-2/+2
*
Fix more two-arg raise statements.
Collin Winter
2007-09-10
1
-2/+2
*
Update tutorial/classes.rst to remove references to the old two-argument form...
Collin Winter
2007-09-10
1
-6/+6
*
Remove yet more references to has_key() methods.
Collin Winter
2007-09-10
3
-7/+6
*
Fix a legacy raise statement in pickle's docs.
Collin Winter
2007-09-10
1
-1/+1
*
Remove two lingering references to now-gone has_key() methods from the librar...
Collin Winter
2007-09-10
2
-3/+4
*
merge this from trunk:
Gregory P. Smith
2007-09-09
3
-1/+8
*
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters
2007-09-08
14
-54/+172
*
Finish the first pass of the language reference update.
Georg Brandl
2007-09-07
5
-281/+271
*
Continue going through the language reference, bringing it up-to-date.
Georg Brandl
2007-09-07
7
-280/+296
*
#1116: reference to old filename fixed.
Georg Brandl
2007-09-06
1
-1/+1
*
In response to issue 1101, place vastly more emphasis on the new print()
Guido van Rossum
2007-09-06
1
-17/+42
*
hashlib operates on bytes, not strings.
Georg Brandl
2007-09-06
1
-26/+33
*
New exception catching syntax.
Georg Brandl
2007-09-06
1
-9/+8
*
Bug #1684991: explain __special__ lookup semantics.
Georg Brandl
2007-09-05
1
-0/+14
*
Proof read/editing of abc. Added table of collections.Hashable etc. to
Mark Summerfield
2007-09-05
2
-22/+95
*
Add a dict view usage example.
Georg Brandl
2007-09-04
1
-0/+30
*
Change docs for builtins that now return iterators.
Georg Brandl
2007-09-04
1
-33/+39
*
Docs on dictviews.
Georg Brandl
2007-09-04
1
-44/+91
*
remove/update many of the references to dict.iter*()
Fred Drake
2007-09-04
5
-44/+28
*
Correction an issue reported by Mark Summerfeld.
Guido van Rossum
2007-09-04
1
-2/+2
[next]