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
*
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
*
Tutorial update for 3.0 by Paul Dubois.
Guido van Rossum
2007-08-31
12
-352/+378
*
First draft of a what's new document.
Guido van Rossum
2007-08-31
1
-26/+248
*
Merged revisions 57620-57771 via svnmerge from
Thomas Wouters
2007-08-30
7
-70/+155
*
Fix more lingering print statements.
Collin Winter
2007-08-30
2
-10/+10
*
Add 3.0 to the silly list in license.rst too, and update the Doc README.
Georg Brandl
2007-08-30
2
-63/+72
*
Three patches from issue #1047, by Amaury Forgeot d'Arc:
Guido van Rossum
2007-08-29
1
-0/+7
*
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters
2007-08-28
12
-123/+631
*
Idiom adjustment in the docs for the parser module.
Collin Winter
2007-08-28
1
-8/+6
*
Kill lingering docs references to UnicodeType.
Collin Winter
2007-08-28
2
-8/+1
*
Don't encourage 'from types import *' in the types module's docs.
Collin Winter
2007-08-28
1
-4/+3
*
Cosmetic fixes to make this work with Py3k (as well as with 2.5 still).
Guido van Rossum
2007-08-25
1
-5/+5
*
Merged revisions 57221-57391 via svnmerge from
Guido van Rossum
2007-08-24
10
-85/+116
*
Correction to the xmlrpc docs by John Reese and Jacques Frechet.
Guido van Rossum
2007-08-23
1
-1/+1
*
Fall back to 'ascii' encoding if sys.getfilesystemencoding() returns
Lars Gustäbel
2007-08-21
1
-33/+28
*
Merged revisions 57152-57220 via svnmerge from
Guido van Rossum
2007-08-20
3
-8/+9
*
Remove note about compatibility layer, as the compatibility layer was removed.
Jeremy Hylton
2007-08-20
1
-6/+0
*
Remove _PyObject_Del
Neal Norwitz
2007-08-19
2
-7/+1
*
Force PYTHON = python2.5.
Guido van Rossum
2007-08-18
1
-1/+1
*
Another merge. Only doc stuff was affected (but this aligns the UTF-32
Guido van Rossum
2007-08-17
6
-335/+349
*
Fix stupid typo in Lib/encodings/utf_32.py which led to failing tests
Walter Dörwald
2007-08-17
1
-2/+7
*
Remove support for BeOS
Skip Montanaro
2007-08-17
1
-1/+1
*
No need to define raw_input(), input() does the same.
Georg Brandl
2007-08-17
2
-21/+3
*
some RiscOS stuff I missed before (was only looking for "RISCOS")
Skip Montanaro
2007-08-17
1
-3/+0
*
Manually patched a few things that didn't get merged in, but should.
Guido van Rossum
2007-08-17
16
-31/+73
*
First merge from the trunk straight into the py3k branch. I'm not
Guido van Rossum
2007-08-16
1
-0/+80
[next]