summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* | #8040: enable the versionswitcher for the autobuild-dev target.Ezio Melotti2012-10-271-1/+1
* | #8040: add a version switcher to the documentation. Patch by Yury Selivanov.Ezio Melotti2012-10-272-2/+71
* | #16332: use "except OSError as e" in subprocess docs. Patch by Berker Peksag.Ezio Melotti2012-10-261-1/+1
* | #16206: Improve examples about dict construction.Ezio Melotti2012-10-261-6/+6
* | Backport from 3.2: fix formatting of syntax description of function definition.Chris Jerdonek2012-10-261-1/+1
* | #16210: combine the two type() docs. Patch by Pete Sevander.Ezio Melotti2012-10-241-17/+12
* | Closes #16294: 8 space indent in tutorialJesus Cea2012-10-221-2/+2
* | Issue #10405: Document IDLE context menus in Standard Library documentNed Deily2012-10-201-10/+39
* | Issue #9583: Document startup option/environment interaction.Andrew Svetlov2012-10-171-2/+4
* | Issue #15936: Reformat text for os.random to follow Larry Hastings suggestionAndrew Svetlov2012-10-161-2/+2
* | Issue #15936: Add link from os.urandom to random.SystemRandomAndrew Svetlov2012-10-161-1/+3
* | Issue #16225: Backport from 3.2: Add additional note to tutorial about looping.Chris Jerdonek2012-10-162-11/+24
* | Issue #16227: Add to 2.x Unicode HOWTO a link to the Python 3 version.Chris Jerdonek2012-10-161-2/+2
* | Issue #16206: Backport dict documentation improvements from 3.2.Chris Jerdonek2012-10-132-31/+43
* | String exceptions aren't just deprecated, they are gone.Raymond Hettinger2012-10-131-4/+1
* | Issue #16199: Backport 2to3 typo fix from 3.2.Chris Jerdonek2012-10-111-1/+1
* | Backport from 3.2: Fix placement of shell=True warning in subprocess.Popen() ...Chris Jerdonek2012-10-111-11/+8
* | Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2.Chris Jerdonek2012-10-111-17/+24
* | Issue #12947: Backport doctest documentation change from 3.3.Chris Jerdonek2012-10-101-3/+3
* | Missed one instance of code-block:: text highlighting to revert.Georg Brandl2012-10-101-3/+1
* | Issue #12947: revert earlier workaround and use a monkey-patch to enable show...Georg Brandl2012-10-102-23/+37
* | Issue #12947: Backport doctest documentation improvements from 3.3.Chris Jerdonek2012-10-101-35/+50
* | Fix Issue 15922: make howto/urllib2.rst doctests pass.Senthil Kumaran2012-10-091-15/+15
* | Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2.Chris Jerdonek2012-10-091-29/+35
* | Issue #14783: Backport changes from 3.2.Chris Jerdonek2012-10-081-3/+5
* | #9957: document that SpooledTemporaryFile.truncate does not take size argR David Murray2012-10-061-1/+2
* | Issue #16025: Minor corrections to the zipfile documentation.Andrew Svetlov2012-10-061-9/+9
* | Issue #12947: Better workaround for the problem with doctest directives being...Nick Coghlan2012-10-031-11/+21
* | Issue #12947: Add a note to doctest until the example rendering is fixedNick Coghlan2012-10-031-0/+8
* | #15979: improve timeit documentation.Ezio Melotti2012-10-021-108/+172
* | Close #16036: Backport 3.x documentation improvement.Chris Jerdonek2012-10-011-14/+20
* | Fix sqlite3 class markup.R David Murray2012-10-011-213/+213
* | Commit current version of the doc "dailybuild" script.Georg Brandl2012-09-301-4/+4
* | Doc sidebar: point to 3.4 as dev.Georg Brandl2012-09-301-3/+2
* | Close issue #16077: fix code example in documentation of reduce() built-in (f...Chris Jerdonek2012-09-291-1/+1
* | #16085: Don't promote shadowing builtins in the configparser example.R David Murray2012-09-291-7/+7
* | #16071: fix email.message links in the mailbox docs.R David Murray2012-09-281-8/+10
* | Closes #15953: Incorrect some fields declaration in the PyTypeObject document...Jesus Cea2012-09-281-3/+3
* | Update docs for string.zfillAndrew Svetlov2012-09-281-2/+3
* | Update documentation for string.replace. Thanks to docs@Andrew Svetlov2012-09-281-2/+2
* | Show how to close a connectionRaymond Hettinger2012-09-251-2/+3
* | - Issue #15935: Clarification of argparse docs, re: add_argument() type andBarry Warsaw2012-09-251-0/+14
* | Issue #16015: Fix NameError doctest example in tutorial introduction.Chris Jerdonek2012-09-251-2/+1
* | Issue #14167: restore statement about breaks in finally clauses; remove state...Mark Dickinson2012-09-241-10/+8
* | #16019, #16020: fix syntax highlight.Ezio Melotti2012-09-241-2/+6
* | #16017: capitalize URLs.Ezio Melotti2012-09-241-1/+1
* | #16014: fix broken link.Ezio Melotti2012-09-241-3/+3
* | Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek.Mark Dickinson2012-09-201-7/+8
* | Fix a few quotes/backslashes.Ezio Melotti2012-09-203-7/+7
* | Fix rst markup in timeit docs.Ezio Melotti2012-09-201-15/+15