index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
More abc docs.
Georg Brandl
2007-09-04
2
-40
/
+56
*
Update ref docs on slicing.
Thomas Wouters
2007-09-04
1
-30
/
+13
*
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
71
-388
/
+351
*
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
4
-147
/
+57
*
CVS -> Subversion
Skip Montanaro
2007-09-04
1
-1
/
+1
*
I always think of the language when I see "ABC". Emphasize the meaning of
Skip Montanaro
2007-09-04
1
-1
/
+1
*
Fix sinple typo.
Guido van Rossum
2007-09-04
1
-1
/
+1
*
Tutorial formatting patch by Robin Stocker.
Georg Brandl
2007-09-03
7
-19
/
+20
*
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
*
I'm not actually an author
Andrew M. Kuchling
2007-09-01
1
-1
/
+1
*
Document PyCFunctionWithKeywords, add comment for PEP 3123.
Georg Brandl
2007-09-01
1
-1
/
+10
*
Document sets' "<" and ">" operations.
Georg Brandl
2007-09-01
1
-0
/
+10
*
Get rid of METH_OLDARGS.
Georg Brandl
2007-09-01
1
-10
/
+0
*
Get rid of the remaining versionadded/versionchanged directives.
Georg Brandl
2007-09-01
161
-2197
/
+335
*
Remove versionadded/versionchanged in the reference.
Georg Brandl
2007-09-01
3
-57
/
+5
*
Remove versionadded and versionchanged directives, fold information into text...
Georg Brandl
2007-09-01
7
-442
/
+41
*
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
20
-124
/
+43
*
Add bytes/remove unicode from the data model.
Georg Brandl
2007-08-31
1
-64
/
+36
*
- document bytes()
Georg Brandl
2007-08-31
10
-321
/
+182
*
Neal sent real performance numbers. :-(
Guido van Rossum
2007-08-31
1
-2
/
+3
*
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
3
-61
/
+243
*
Commit #1068: new docs for PEP 3101. Also document the old string formatting ...
Georg Brandl
2007-08-31
9
-389
/
+513
*
Update the first two parts of the reference manual for Py3k,
Georg Brandl
2007-08-31
3
-234
/
+175
*
Fix unicode issue in tutorial.
Georg Brandl
2007-08-31
1
-4
/
+2
*
Fix sphinx-build so that it runs with 2.x and 3.x but refuses to start with 3.x.
Georg Brandl
2007-08-31
1
-7
/
+6
*
Correct a few typos.
Georg Brandl
2007-08-31
1
-76
/
+75
*
Thomas removed all the SLICE op codes
Neal Norwitz
2007-08-31
1
-65
/
+0
*
A few more fixes to the tutorial
Neal Norwitz
2007-08-31
2
-7
/
+6
[next]