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
...
*
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
*
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters
2007-08-28
11
-118/+629
*
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
1
-7/+0
*
Don't encourage 'from types import *' in the types module's docs.
Collin Winter
2007-08-28
1
-4/+3
*
Merged revisions 57221-57391 via svnmerge from
Guido van Rossum
2007-08-24
7
-74/+95
*
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
2
-6/+6
*
Remove note about compatibility layer, as the compatibility layer was removed.
Jeremy Hylton
2007-08-20
1
-6/+0
*
Remove support for BeOS
Skip Montanaro
2007-08-17
1
-1/+1
*
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
12
-26/+43
*
Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and
Walter Dörwald
2007-08-16
1
-0/+6
*
Remove RISCOS support
Skip Montanaro
2007-08-16
1
-4/+1
*
Move the 3k reST doc tree in place.
Georg Brandl
2007-08-15
286
-0/+78473
[prev]