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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
Patch # 1145 by Thomas Lee:
Guido van Rossum
2007-09-27
1
-2/+5
*
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
1
-1/+1
*
Merged revisions 58211-58220 via svnmerge from
Thomas Wouters
2007-09-20
3
-12/+19
*
Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from
Thomas Wouters
2007-09-19
10
-361/+905
*
issue1172: Documentation of "done" attribute in cgi module.
Sean Reifscheider
2007-09-18
1
-0/+5
*
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
*
Change instances of 'while 1:' in the docs into 'while True:'.
Collin Winter
2007-09-10
4
-5/+5
*
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
2
-0/+6
*
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters
2007-09-08
12
-48/+98
*
Finish the first pass of the language reference update.
Georg Brandl
2007-09-07
1
-0/+1
*
Continue going through the language reference, bringing it up-to-date.
Georg Brandl
2007-09-07
4
-5/+17
*
hashlib operates on bytes, not strings.
Georg Brandl
2007-09-06
1
-26/+33
*
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
3
-36/+20
*
More abc docs.
Georg Brandl
2007-09-04
2
-40/+56
*
Initial documentation for the `abc` module.
Georg Brandl
2007-09-04
2
-0/+143
*
Fix the string formatting docs for now; if the feature is changed again, the ...
Georg Brandl
2007-09-04
1
-2/+1
*
Fix up the types module docs.
Georg Brandl
2007-09-04
1
-57/+17
*
Convert all print statements in the docs.
Georg Brandl
2007-09-04
54
-234/+216
*
Add "print" command to pdb, "print s" previously invoked the print statement.
Georg Brandl
2007-09-04
1
-9/+4
*
Doc update for __xslice__ removal.
Georg Brandl
2007-09-04
2
-10/+8
*
Removed used_args param from string.Formatter.get_field. It was left in by m...
Eric Smith
2007-09-02
1
-1/+1
*
Partial py3k-ification of Doc/library/: convert has_key references into eithe...
Collin Winter
2007-09-01
31
-86/+80
*
Document sets' "<" and ">" operations.
Georg Brandl
2007-09-01
1
-0/+10
*
Get rid of the remaining versionadded/versionchanged directives.
Georg Brandl
2007-09-01
157
-2188/+335
*
Add a warning text about mixing bytes and strings.
Georg Brandl
2007-09-01
1
-0/+6
*
Fix RST link.
Georg Brandl
2007-09-01
1
-1/+1
*
Address a few XXX comments, other fixes.
Georg Brandl
2007-08-31
14
-97/+39
*
- document bytes()
Georg Brandl
2007-08-31
4
-51/+70
*
string.maketrans() now produces translation tables for bytes.translate() -- w...
Georg Brandl
2007-08-31
2
-19/+12
*
Add bytes methods documentation.
Georg Brandl
2007-08-31
2
-60/+242
*
Commit #1068: new docs for PEP 3101. Also document the old string formatting ...
Georg Brandl
2007-08-31
6
-369/+474
*
Thomas removed all the SLICE op codes
Neal Norwitz
2007-08-31
1
-65/+0
*
Merged revisions 57620-57771 via svnmerge from
Thomas Wouters
2007-08-30
7
-70/+155
[next]