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
*
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
*
Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and
Walter Dörwald
2007-08-16
2
-0/+74
*
Complete truncated sentence.
Walter Dörwald
2007-08-16
1
-1/+1
*
Remove RISCOS support
Skip Montanaro
2007-08-16
1
-4/+1
*
Remove license of the md5 module which is no longer part of Python.
Georg Brandl
2007-08-16
1
-50/+0
*
Move the 3k reST doc tree in place.
Georg Brandl
2007-08-15
423
-0/+131199
*
Delete the LaTeX doc tree.
Georg Brandl
2007-08-15
490
-150234/+0
*
Fix doc compilation problem.
George Yoshida
2007-08-15
1
-1/+1
*
Implement PEP 3131. Add isidentifier to str.
Martin v. Löwis
2007-08-15
1
-0/+5
*
Remove string.{letters,lowercase,uppercase}.
Martin v. Löwis
2007-08-14
1
-30/+3
*
PyErr_Warn is deprecated in 2.5 - goes away for 3.0
Skip Montanaro
2007-08-12
1
-10/+0
*
Remove docs for builtin file.
Neal Norwitz
2007-08-12
1
-103/+54
*
Kill execfile(), use exec() instead
Neal Norwitz
2007-08-12
9
-51/+22
*
Remove support for __members__ and __methods__. There still might be
Neal Norwitz
2007-08-11
1
-10/+0
*
Fix some doc problems.
Neal Norwitz
2007-08-10
2
-3/+3
*
Merged revisions 56782-56847 via svnmerge from
Guido van Rossum
2007-08-09
3
-8/+16
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
2
-4/+4
*
Kill references to tp_print.
Guido van Rossum
2007-08-07
1
-13/+6
*
Run 2to3 over Doc/lib/sqlite3/.
Collin Winter
2007-08-07
22
-43/+43
*
Merged revisions 56753-56781 via svnmerge from
Guido van Rossum
2007-08-06
5
-16/+30
*
Change PyUnicode_FromString[AndSize] to expect UTF-8.
Martin v. Löwis
2007-08-05
1
-3/+10
*
Make bsddb use bytes as keys and values. Add StringKeys
Martin v. Löwis
2007-08-05
1
-0/+11
*
Merged revisions 56492-56752 via svnmerge from
Guido van Rossum
2007-08-05
6
-176/+2
*
Remove useless \withsubitem.
Georg Brandl
2007-08-02
1
-1/+0
*
SF patch# 1759016 by Joe Gregorio, who writes:
Guido van Rossum
2007-07-23
1
-14/+3
*
Merged revisions 56443-56466 via svnmerge from
Guido van Rossum
2007-07-20
1
-0/+2
*
Merged revisions 56301-56442 via svnmerge from
Guido van Rossum
2007-07-18
8
-29/+95
*
Merged revisions 56154-56264 via svnmerge from
Guido van Rossum
2007-07-11
3
-6/+9
*
Merged revisions 56020-56124 via svnmerge from
Guido van Rossum
2007-06-30
4
-9/+17
*
Merged revisions 55962-56019 via svnmerge from
Guido van Rossum
2007-06-18
3
-1/+8
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
17
-112/+146
[next]