Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. ↵ | Miss Islington (bot) | 2019-04-30 | 1 | -1/+1 |
| | | | | | | | (GH-13008) (cherry picked from commit ee0309f3d83ab9ffa02542bcf45ece84f4fb265e) Co-authored-by: Utkarsh Gupta <guptautkarsh2102@gmail.com> | ||||
* | [2.7] bpo-33297: Mention Pillow to work with more image formats. (GH-6505) ↵ | Andrés Delfino | 2018-04-21 | 1 | -1/+1 |
| | | | | | | | | (GH-6562) Also update PIL doc references to Pillow. (cherry picked from commit 'b81ca28b378c8b29204a37f8bd433a3379f53f7d') Co-authored-by: 'Andrés Delfino.34587441+andresdelfino@users.noreply.github.com' | ||||
* | bpo-31454: Include information about "import X as Y" in Modules tutorial ↵ | Miss Islington (bot) | 2018-02-25 | 1 | -0/+19 |
| | | | | | | | (GH-4041) (cherry picked from commit fbee88244e8921afdb29fde51a9a010a8ae18277) Co-authored-by: Mario Corchero <mariocj89@gmail.com> | ||||
* | Issue #28820: Fix spelling of “practice” as a noun | Martin Panter | 2016-11-30 | 1 | -1/+1 |
| | |||||
* | Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 1 | -1/+3 |
| | | | | Patch by Julien Palard. | ||||
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -1/+1 |
| | | | | Original patch by James Edwards. | ||||
* | Fix typo in example file name. Found by John Bokma on docs@. | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| | |||||
* | Fix wrong Python highlighting in directory hierarchy code block. | Georg Brandl | 2013-10-06 | 1 | -1/+3 |
| | |||||
* | #15575: Clarify tutorial description of when modules are executed. | R David Murray | 2013-04-21 | 1 | -1/+2 |
| | |||||
* | Clarify that the function *definition* creates the function and the binding ↵ | Georg Brandl | 2013-04-14 | 1 | -2/+2 |
| | | | | in the module globals. | ||||
* | Update section about dir() in the tutorial. | Ezio Melotti | 2012-11-17 | 1 | -26/+33 |
| | |||||
* | add missing period; thanks to Gaston Fiore from docs@ | Sandro Tosi | 2012-08-04 | 1 | -1/+1 |
| | |||||
* | Issue #11948: clarify modules search path | Sandro Tosi | 2012-01-19 | 1 | -18/+16 |
| | |||||
* | merge 3.2 - Fix closes Issue12359 - Removing a confusing sentence from the ↵ | Senthil Kumaran | 2011-06-20 | 1 | -7/+7 |
| | | | | previous change. | ||||
* | Fix issue12359. Minor doc update on import module description. | Senthil Kumaran | 2011-06-20 | 1 | -7/+8 |
| | |||||
* | Tutorial tweaks. Issue 6849. | Michael Foord | 2009-09-13 | 1 | -12/+10 |
| | |||||
* | Fix some markup and small factual glitches found by M. Markert. | Georg Brandl | 2009-07-29 | 1 | -8/+9 |
| | |||||
* | Issue #2396: backport the memoryview object. | Antoine Pitrou | 2009-04-02 | 1 | -2/+2 |
| | |||||
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -2/+2 |
| | |||||
* | reload() takes the module itself. | Georg Brandl | 2008-05-11 | 1 | -1/+1 |
| | |||||
* | Add a note about using reload(). | Georg Brandl | 2008-05-09 | 1 | -0/+7 |
| | |||||
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 1 | -9/+1 |
| | |||||
* | Add :term:s for descriptors. | Georg Brandl | 2007-10-21 | 1 | -2/+2 |
| | |||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+551 |