Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -1/+1 |
|\ | | | | | | | Original patch by James Edwards. | ||||
| * | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -1/+1 |
| | | | | | | | | Original patch by James Edwards. | ||||
* | | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -1/+1 |
| | | |||||
* | | Merge from 3.5 | Andrew Kuchling | 2015-06-08 | 1 | -7/+24 |
|\ \ | |/ | |||||
| * | Merge from 3.4 | Andrew Kuchling | 2015-06-08 | 1 | -7/+24 |
| |\ | |||||
| | * | #23891: describe a few more modules in the tutorial | Andrew Kuchling | 2015-04-10 | 1 | -7/+24 |
| | | | |||||
| * | | Reverting my previous commit. | Yury Selivanov | 2015-05-30 | 1 | -1/+1 |
|/ / | | | | | | | Something went horribly wrong when I was doing `hg rebase`. | ||||
* | | More version bumping to 3.6. | Ned Deily | 2015-05-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | With the creation of the 3.5 branch earlier in the process, it is necessary to do some of the version bumps now rather than at final release time (for example, the equivalent of the 3.4->3.5 bumps in f2bf12fa22c1). (Some of those changes have already been made, for example in 30f5e7ec6afe.) | ||||
* | | Issue #12955: Change the urlopen() examples to use context managers where ↵ | Berker Peksag | 2015-04-12 | 1 | -4/+5 |
|\ \ | |/ | | | | | | | | | appropriate. Patch by Martin Panter. | ||||
| * | Issue #12955: Change the urlopen() examples to use context managers where ↵ | Berker Peksag | 2015-04-12 | 1 | -4/+5 |
| | | | | | | | | | | | | appropriate. Patch by Martin Panter. | ||||
* | | merge | Raymond Hettinger | 2014-05-22 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue 21554: Repair an out-of-date tutorial example to reflect changes in ↵ | Raymond Hettinger | 2014-05-22 | 1 | -0/+2 |
| | | | | | | | | shutil. | ||||
* | | Version bump to 3.5, step 2. | Larry Hastings | 2014-03-17 | 1 | -1/+1 |
|/ | |||||
* | merge | Raymond Hettinger | 2013-03-22 | 1 | -2/+4 |
|\ | |||||
| * | Modernize unittest example | Raymond Hettinger | 2013-03-22 | 1 | -2/+4 |
| | | |||||
* | | #16317: merge with 3.3. | Ezio Melotti | 2012-10-26 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #16317: mention lzma in the tutorial. Patch by Serhiy Storchaka. | Ezio Melotti | 2012-10-26 | 1 | -1/+1 |
| | | |||||
* | | Bump version to 3.4.0 alpha 0. | Georg Brandl | 2012-09-29 | 1 | -1/+1 |
|/ | |||||
* | #16017: merge with 3.2. | Ezio Melotti | 2012-09-24 | 1 | -1/+1 |
|\ | |||||
| * | #16017: capitalize URLs. | Ezio Melotti | 2012-09-24 | 1 | -1/+1 |
| | | |||||
* | | Bump trunk to 3.3 alpha 0. | Georg Brandl | 2011-02-20 | 1 | -1/+1 |
|/ | |||||
* | Fix input type for zlib. | Georg Brandl | 2010-11-30 | 1 | -2/+2 |
| | |||||
* | Better example for os.system(): do not change the system time. | Georg Brandl | 2010-11-26 | 1 | -3/+3 |
| | |||||
* | Merged revisions 78576 via svnmerge from | Steven Bethard | 2010-03-02 | 1 | -1/+1 |
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78576 | steven.bethard | 2010-03-02 00:38:09 -0800 (Tue, 02 Mar 2010) | 3 lines Initial commit of the argparse library, based on argparse 1.1. Docs still need some updating to make getopt and optparse match the wording promised in the PEP. There are also probably a number of :class:ArgumentParser etc. links that could be added to the argparse documentation. ........ | ||||
* | Fixing Issue7399 - Fixing an example of urllib usage. | Senthil Kumaran | 2010-02-22 | 1 | -0/+1 |
| | |||||
* | Merged revisions 76904 via svnmerge from | Ezio Melotti | 2009-12-19 | 1 | -1/+1 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76904 | ezio.melotti | 2009-12-20 00:41:49 +0200 (Sun, 20 Dec 2009) | 1 line #7388: "python".capitalize() in the Doc ........ | ||||
* | fix highlight in the datetime example | Ezio Melotti | 2009-11-12 | 1 | -2/+2 |
| | |||||
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 1 | -2/+2 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r69846 | mark.dickinson | 2009-02-21 20:27:01 +0000 (Sat, 21 Feb 2009) | 2 lines Issue #5341: Fix a variety of spelling errors. ........ | ||||
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | Prep for Python 3.1! | Barry Warsaw | 2008-12-03 | 1 | -1/+1 |
| | |||||
* | Review the doc changes for the urllib package creation. | Georg Brandl | 2008-06-23 | 1 | -2/+2 |
| | |||||
* | Documentation updates for urllib package. Modified the documentation for the | Senthil Kumaran | 2008-06-23 | 1 | -4/+4 |
| | | | | | | | | | | | | urllib,urllib2 -> urllib.request,urllib.error urlparse -> urllib.parse RobotParser -> urllib.robotparser Updated tutorial references and other module references (http.client.rst, ftplib.rst,contextlib.rst) Updated the examples in the urllib2-howto Addresses Issue3142. | ||||
* | Create xmlrpc package. Issue #2886. | Georg Brandl | 2008-05-26 | 1 | -1/+1 |
| | |||||
* | Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. | Georg Brandl | 2008-02-01 | 1 | -2/+2 |
| | |||||
* | Tutorial update for 3.0 by Paul Dubois. | Guido van Rossum | 2007-08-31 | 1 | -3/+5 |
| | | | | | | I had to fix a few markup issues in controlflow.rst and modules.rst. There's a unicode issue on line 448 in introduction.rst that someone else needs to fix. | ||||
* | Another merge. Only doc stuff was affected (but this aligns the UTF-32 | Guido van Rossum | 2007-08-17 | 1 | -5/+7 |
| | | | | | codec changes in trubk and branch). Hopefully the Py3k glossary wasn't different from the trunk one. | ||||
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+313 |