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
*
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
*
Replace "Caveat" paragraphs by .. warning::s.
Georg Brandl
2007-08-15
5
-21/+30
*
Mark deprecated modules as such.
Georg Brandl
2007-08-15
14
-3/+25
*
Fix a wrong path in the Makefile.
Georg Brandl
2007-08-15
1
-1/+1
*
Don't use "?=" which seems to be a GNUism.
Georg Brandl
2007-08-15
1
-3/+3
*
Add the roman.py module which docutils require.
Georg Brandl
2007-08-15
1
-0/+80
*
Fail somewhat more gracefully when using Python < 2.5.
Georg Brandl
2007-08-15
1
-0/+9
*
Move the 2.6 reST doc tree in place.
Georg Brandl
2007-08-15
445
-0/+136056
*
Delete the LaTeX doc tree.
Georg Brandl
2007-08-15
513
-154687/+0
*
Remove test.test_support.guard_warnings_filter.
Brett Cannon
2007-08-14
1
-6/+0
*
Clarify the docs for TransientResource.
Brett Cannon
2007-08-14
1
-4/+5
*
Revert the fix for #1548891, it broke backwards compatibility with arbitrary ...
Georg Brandl
2007-08-08
1
-0/+4
*
Bug #1769002: fix a now-wrong sentence in the tutorial.
Georg Brandl
2007-08-07
1
-7/+6
*
Patch #1765839: add link to https+proxy urllib2 opener.
Georg Brandl
2007-08-06
1
-1/+6
*
- Allow Emacs 22 for building the documentation in info format.
Matthias Klose
2007-08-02
1
-2/+2
*
try-except-finally is new in 2.5.
Georg Brandl
2007-07-29
1
-1/+3
*
Clarify PEP 343 description.
Georg Brandl
2007-07-29
1
-9/+18
*
tabs, newlines and crs are valid XML characters.
Georg Brandl
2007-07-26
1
-1/+2
*
Fix an incompatibility between the -i and -m command line switches as reporte...
Nick Coghlan
2007-07-24
1
-3/+5
*
Add description for wave.setcomptype() values
Georg Brandl
2007-07-18
1
-0/+2
*
Use "Unix" as platform name, not "UNIX".
Georg Brandl
2007-07-18
1
-1/+1
*
Typo fix
Andrew M. Kuchling
2007-07-14
1
-1/+1
*
Clarify webbrowser.open description.
Georg Brandl
2007-07-14
1
-1/+1
*
Bug #1753406: missing \versionadded for subprocess.check_call.
Georg Brandl
2007-07-14
1
-0/+2
*
Correct the docs for takewhile(). Improve the recipe for nth(). Should be b...
Raymond Hettinger
2007-07-13
1
-3/+3
*
Patch #1675424: Added tests for uncovered code in the zipfile module.
Georg Brandl
2007-07-12
1
-14/+32
[next]