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
*
Add :term:s for iterator.
Georg Brandl
2007-10-21
17
-42/+43
*
Add :term: for generators.
Georg Brandl
2007-10-21
15
-38/+39
*
Unify "file-descriptor" to "file descriptor".
Georg Brandl
2007-10-21
2
-2/+2
*
Add :term:s for descriptors.
Georg Brandl
2007-10-21
4
-14/+13
*
Add markup to new function descriptions.
Georg Brandl
2007-10-21
1
-18/+19
*
Unify "byte code" to "bytecode". Also sprinkle :term: markup for it.
Georg Brandl
2007-10-21
5
-28/+28
*
Fix protocol name
Andrew M. Kuchling
2007-10-20
1
-1/+1
*
Fix code being interpreted as a target.
Georg Brandl
2007-10-20
1
-3/+5
*
#1284: "S" means "seen", not unread.
Georg Brandl
2007-10-19
1
-1/+1
*
Added a cross-ref to each other.
Mark Summerfield
2007-10-19
2
-1/+6
*
Clarify wording for apply().
Georg Brandl
2007-10-19
1
-4/+3
*
Issue 1289, just a typo.
Facundo Batista
2007-10-18
1
-1/+1
*
Remove ``:const:`` notation on None in parameter list. Since the markup is not
Brett Cannon
2007-10-16
1
-1/+1
*
More docs, error messages, and tests
Raymond Hettinger
2007-10-16
1
-3/+7
*
Accept Jim Jewett's api suggestion to use None instead of -1 to indicate unbo...
Raymond Hettinger
2007-10-10
1
-1/+1
*
Eliminate camelcase function name
Raymond Hettinger
2007-10-08
1
-18/+26
*
Missed a line in the docs
Raymond Hettinger
2007-10-08
1
-1/+1
*
Add comments to NamedTuple code.
Raymond Hettinger
2007-10-08
1
-3/+5
*
#1123: fix the docs for the str.split(None, sep) case.
Georg Brandl
2007-10-08
1
-23/+32
*
move descriptions of ac_(in|out)_buffer_size to the right place
Fred Drake
2007-10-05
2
-13/+13
*
Add __asdict__() to NamedTuple and refine the docs.
Raymond Hettinger
2007-10-05
1
-45/+48
*
wrap lines to <80 characters before fixing errors
Fred Drake
2007-10-05
2
-178/+190
*
itertools.count() no longer limited to sys.maxint.
Raymond Hettinger
2007-10-04
1
-7/+3
*
#1208: document match object's boolean value.
Georg Brandl
2007-09-27
1
-17/+20
*
Typo fix
Andrew M. Kuchling
2007-09-24
1
-1/+1
*
Remove stray odd character; grammar fix
Andrew M. Kuchling
2007-09-24
1
-2/+2
*
#1196: document default radix for int().
Georg Brandl
2007-09-24
1
-11/+12
*
Fix typo and double word.
Georg Brandl
2007-09-24
1
-2/+2
*
Patch #1181: add os.environ.clear() method.
Georg Brandl
2007-09-20
1
-2/+6
*
#1176: document that string methods don't take keyword args.
Georg Brandl
2007-09-20
1
-1/+3
*
alternate -> alternative.
Georg Brandl
2007-09-20
1
-1/+1
*
Fit nits
Raymond Hettinger
2007-09-20
1
-7/+11
*
issue1172: Documentation of "done" attribute in cgi module.
Sean Reifscheider
2007-09-18
1
-0/+5
*
Cleanup docs for NamedTuple.
Raymond Hettinger
2007-09-18
1
-72/+71
*
Handle corner cased on 0-tuples and 1-tuples. Add verbose option so people c...
Raymond Hettinger
2007-09-18
1
-1/+18
*
Sync-up named tuples with the latest version of the ASPN recipe.
Raymond Hettinger
2007-09-17
1
-3/+35
*
Add support for asyncore server-side SSL support. This requires
Bill Janssen
2007-09-16
1
-9/+30
*
Remove bdb from the "undocumented modules" list.
Georg Brandl
2007-09-15
1
-3/+0
*
Some additions (examples and a bit on the tutorial).
Facundo Batista
2007-09-14
1
-20/+45
*
Included the new functions, and new descriptions.
Facundo Batista
2007-09-14
1
-121/+437
*
Replaced variable o with obj in operator.rst because o is easy to
Mark Summerfield
2007-09-13
4
-41/+50
*
Bug #1152: use non-deprecated name in example.
Georg Brandl
2007-09-12
1
-1/+1
*
New documentation page for the bdb module.
Georg Brandl
2007-09-12
4
-8/+357
*
Fix some documentation bugs.
Bill Janssen
2007-09-11
1
-34/+54
*
More work on SSL support.
Bill Janssen
2007-09-10
2
-145/+253
*
Change socket.error to inherit from IOError rather than being a stand
Gregory P. Smith
2007-09-09
2
-0/+6
*
Add a 'c_longdouble' type to the ctypes module.
Thomas Heller
2007-09-07
1
-0/+9
*
Fix typo: c_float represents to C float type.
Thomas Heller
2007-09-06
1
-1/+1
*
SSL certificate distinguished names should be represented by tuples
Bill Janssen
2007-09-05
1
-36/+45
*
Patch #1388440: Add set_completion_display_matches_hook and
Martin v. Löwis
2007-09-04
1
-0/+16
[next]