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
*
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
*
Fix subitem markup.
Georg Brandl
2007-08-31
1
-7/+7
*
Document new shorthand notation for index entries.
Georg Brandl
2007-08-31
1
-4/+11
*
Warn about possible risks when extracting untrusted archives.
Lars Gustäbel
2007-08-30
1
-0/+11
*
Added more cross-references.
Mark Summerfield
2007-08-30
3
-4/+9
*
Stronger urge to convert filenames to str before using them as argument to Zi...
Georg Brandl
2007-08-30
1
-1/+1
*
This contains a number of things:
Bill Janssen
2007-08-29
1
-64/+133
*
Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for
Walter Dörwald
2007-08-28
1
-1/+1
*
Fix some glitches.
Georg Brandl
2007-08-28
1
-19/+20
*
Adding basic imputil documentation.
Sean Reifscheider
2007-08-28
2
-0/+234
*
Document rev. 57574.
Georg Brandl
2007-08-28
1
-1/+9
*
Patch 10124 by Bill Janssen, docs for the new ssl code.
Guido van Rossum
2007-08-27
4
-92/+322
*
Spell check (also americanify behaviour, it's almost 3 times as common)
Neal Norwitz
2007-08-26
1
-26/+26
*
Server-side SSL and certificate validation, by Bill Janssen.
Guido van Rossum
2007-08-25
1
-3/+12
*
Revert misguided attempt at fixing incompatibility between -m and -i switches...
Nick Coghlan
2007-08-25
1
-5/+3
*
Document new utility functions in test_support.
Georg Brandl
2007-08-24
1
-2/+31
*
Fix #1012: wrong URL to :mod:`site` in install/index.rst.
Georg Brandl
2007-08-24
1
-5/+2
*
Bug #1011: fix rfc822.Message.getheader docs.
Georg Brandl
2007-08-24
1
-2/+4
*
Bug #1758696: more info about descriptors.
Georg Brandl
2007-08-23
1
-3/+10
*
Bug #1625381: clarify match vs search introduction.
Georg Brandl
2007-08-23
1
-5/+5
*
Bug #1734111: document struct.Struct.size.
Georg Brandl
2007-08-23
1
-0/+5
*
Bug #1752332: httplib no longer uses socket.getaddrinfo().
Georg Brandl
2007-08-23
1
-1/+1
*
Clarify wording a bit.
Georg Brandl
2007-08-23
1
-11/+13
*
Bug #1594966: fix misleading usage example
Georg Brandl
2007-08-23
1
-16/+4
*
Bug #1694833: fix imp.find_module() docs wrt. packages.
Georg Brandl
2007-08-23
1
-35/+43
*
Bug #1573854: fix docs for sqlite3 cursor rowcount attr.
Georg Brandl
2007-08-23
1
-3/+3
*
Bug #1697820: document that the old slice protocol is still used by builtin t...
Georg Brandl
2007-08-23
1
-0/+3
*
Bug #1766421: "return code" vs. "status code".
Georg Brandl
2007-08-23
1
-2/+2
*
Bug #1768121: fix wrong/missing opcode docs.
Georg Brandl
2007-08-23
1
-5/+23
*
Bug #1777168: replace operator names "opa"... with "op1"... and mark everythi...
Georg Brandl
2007-08-21
1
-5/+5
*
Bug #1777160: mention explicitly that e.g. -1**2 is -1.
Georg Brandl
2007-08-21
1
-1/+1
*
Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers.
Georg Brandl
2007-08-21
1
-2/+2
*
Fix stray backticks.
Georg Brandl
2007-08-19
2
-4/+3
*
Fix PDB command descriptions.
Georg Brandl
2007-08-18
1
-4/+4
*
Clarify the comment about setting the PYTHON variable for the Doc Makefile.
Brett Cannon
2007-08-17
1
-2/+3
*
Use glossary x-refs, document new ``!`` feature.
Georg Brandl
2007-08-17
2
-13/+18
*
Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.
Walter Dörwald
2007-08-17
2
-0/+79
*
Move the glossary from the tutorial to toplevel.
Georg Brandl
2007-08-17
5
-352/+337
*
Note that smtplib example needs a mailserver.
Georg Brandl
2007-08-17
1
-0/+2
*
Fix problem reported by Andre Roberge.
Georg Brandl
2007-08-17
1
-5/+5
*
- mark the findCaller 2-element tuple/3-element tuple change as new in 2.4
Matthias Klose
2007-08-16
1
-1/+1
*
Added a note in each regarding the fact that unicode strings that look the same
Mark Summerfield
2007-08-16
2
-2/+12
[next]