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
*
itertools.count() no longer limited to sys.maxint.
Raymond Hettinger
2007-10-04
1
-7/+3
*
Added note in footnote about string comparisons about
Mark Summerfield
2007-10-03
1
-2/+3
*
#1208: document match object's boolean value.
Georg Brandl
2007-09-27
1
-17/+20
*
Add various items
Andrew M. Kuchling
2007-09-25
1
-18/+105
*
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
2
-2/+2
*
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
*
A bit of reordering, also show more subheadings in the lang ref index.
Georg Brandl
2007-09-18
2
-43/+43
*
Handle corner cased on 0-tuples and 1-tuples. Add verbose option so people c...
Raymond Hettinger
2007-09-18
1
-1/+18
*
Add item; sort properly
Andrew M. Kuchling
2007-09-18
1
-15/+53
*
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
*
Make target unique
Andrew M. Kuchling
2007-09-13
1
-1/+1
*
Add various items
Andrew M. Kuchling
2007-09-13
1
-0/+428
*
Replaced variable o with obj in operator.rst because o is easy to
Mark Summerfield
2007-09-13
4
-41/+50
*
Fix #1139: PyFile_Encoding really is PyFile_SetEncoding.
Georg Brandl
2007-09-12
1
-1/+1
*
Fix #1122: wrong return type documented for various _Size() functions.
Georg Brandl
2007-09-12
1
-4/+4
*
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
*
Allow making update with no prior checkout.
Martin v. Löwis
2007-09-10
1
-1/+1
*
Change socket.error to inherit from IOError rather than being a stand
Gregory P. Smith
2007-09-09
3
-1/+8
*
Fix a wrong indentation for sublists.
Georg Brandl
2007-09-07
1
-2/+2
*
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
*
Backport from 3k: #1116: fix reference to old filename.
Georg Brandl
2007-09-06
1
-1/+1
*
Backport from Py3k: Bug #1684991: explain lookup semantics for __special__ me...
Georg Brandl
2007-09-05
1
-0/+15
*
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
*
Added cross-references plus a note about dict & list shallow copying.
Mark Summerfield
2007-09-04
5
-6/+15
*
Add more items
Andrew M. Kuchling
2007-09-01
1
-3/+32
*
Wording change
Andrew M. Kuchling
2007-09-01
1
-1/+1
*
Add various items
Andrew M. Kuchling
2007-09-01
1
-3/+35
*
Markup fix
Andrew M. Kuchling
2007-09-01
1
-1/+1
*
Fix typo.
Walter Dörwald
2007-09-01
1
-1/+1
*
Fix wrong function names.
Walter Dörwald
2007-09-01
1
-2/+2
*
Added a note and examples to explain that re.split does not split on an
Skip Montanaro
2007-09-01
1
-0/+7
*
Document sets' ">" and "<" operations (backport from py3k).
Georg Brandl
2007-09-01
1
-0/+10
*
Fix RST link (backport from Py3k).
Georg Brandl
2007-09-01
1
-1/+1
[next]