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
*
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
*
Bug #1637365: add subsection about "__name__ == __main__" to the
Georg Brandl
2007-07-12
1
-0/+38
*
Patch #1731659: improve time.strptime docs.
Georg Brandl
2007-07-12
1
-9/+17
*
Remove duplicate sentence from alarm() doc.
Georg Brandl
2007-07-02
1
-2/+1
*
Document smtp.SMTPAuthenticationError.
Georg Brandl
2007-06-30
1
-0/+4
*
Fix a variable name in winreg docs.
Georg Brandl
2007-06-27
1
-1/+1
*
Bug #1742901: document None behavior of shlex.split.
Georg Brandl
2007-06-25
1
-0/+3
*
Bug #1739115: make shutil.rmtree docs clear wrt. file deletion.
Georg Brandl
2007-06-19
1
-5/+6
*
Added missing \versionchanged tag for the new exclude
Lars Gustäbel
2007-06-18
1
-0/+1
*
Added exclude keyword argument to the TarFile.add() method.
Lars Gustäbel
2007-06-18
1
-3/+6
*
Revert last change for SF #1738754, there's no print in there.
Neal Norwitz
2007-06-18
1
-1/+1
*
SF #1738754, remove extra backslash in string
Neal Norwitz
2007-06-18
1
-1/+1
*
SF #1738670, make example in doc work
Neal Norwitz
2007-06-17
1
-0/+6
*
Add missing \versionadded.
Georg Brandl
2007-06-16
1
-0/+1
*
Add a word
Andrew M. Kuchling
2007-06-15
1
-1/+1
*
Added versionchanged flag to all the methods which received
Facundo Batista
2007-06-11
7
-0/+17
*
SF #1734732, lower case the module names per PEP 8.
Neal Norwitz
2007-06-11
1
-26/+26
*
Fix wrong documentation, and correct the punktuation.
Thomas Heller
2007-06-08
1
-2/+2
*
Added an optional timeout parameter to function urllib2.urlopen,
Facundo Batista
2007-06-06
1
-3/+13
*
Patch #1731049: make threading.py use a proper "raise" when checking internal...
Collin Winter
2007-06-06
1
-26/+38
*
Update expected birthday of 2.6
Neal Norwitz
2007-06-02
1
-1/+1
[next]