summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/stdlib.rst
Commit message (Collapse)AuthorAgeFilesLines
* gh-141412: Use reliable target URL for urllib example (GH-141428)Bob Kline2025-11-121-3/+3
| | | | | The endpoint used for demonstrating reading URLs is no longer stable. This change substitutes a target over which we have more control.
* gh-139434: Update selected RFC 2822 references to RFC 5322 (#139435)Filip Łajszczak2025-11-041-1/+1
| | | | | | | | | | | | | | | | Update selected RFC 2822 references to RFC 5322 RFC 2822 was obsoleted by RFC 5322 in 2008. This updates references to use the current standard in documentation, docstrings, and comments. It preserves RFC 2822 references in legacy API components to maintain their historical context. RFC 822 → RFC 2822 → RFC 5322 progression is explained where relevant. In some places specific sections of RFC are referenced where it seems helpful. Scout rule was applied in some places and RFC mentions format was normalized in doc strings and comments.
* Python 3.15.0a0Hugo van Kemenade2025-05-071-1/+1
|
* gh-121905: Consistently use "floating-point" instead of "floating point" ↵Serhiy Storchaka2024-07-191-1/+1
| | | | (GH-121907)
* Python 3.14.0a0Thomas Wouters2024-05-081-1/+1
|
* Docs: Use substitutions instead of manual version updates (#115416)Hugo van Kemenade2024-02-141-1/+1
|
* Add detail to comment on range of random.random() (gh-111868)zipperer2023-11-091-1/+1
| | | | | --------- Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
* GH-97950: Use new-style index directive ('builtin') (#104164)Adam Turner2023-05-061-1/+1
| | | | | | | | | | | | | * Uncomment builtin removal in pairindextypes * Use new-style index directive ('builtin') - C API * Use new-style index directive ('builtin') - Extending * Use new-style index directive ('builtin') - Library * Use new-style index directive ('builtin') - Reference * Use new-style index directive ('builtin') - Tutorial
* Tutorial sys.argv example should not have interactive prompt (GH-94880)Marco Buttu2022-07-161-4/+8
|
* Python 3.12.0a0Pablo Galindo2022-05-081-1/+1
|
* gh-92368: Fix missing possessive apostrophe (#92397)gophra2022-05-061-1/+1
| | | * Fix missing possessive apostrophe
* Follow PEP-8 guidelines in tutorial for standard library (GH-26127)Bob Kline2022-04-031-2/+3
|
* bpo-46079: Replace external link that is down for maintenance. (GH-30315)Raymond Hettinger2022-01-011-6/+6
|
* Python 3.11.0a0Pablo Galindo2021-05-031-1/+1
|
* Python 3.10.0a0 (GH-20198)Pablo Galindo2020-05-191-1/+1
|
* bpo-38678: Improve argparse example in tutorial (GH-17207)Raymond Hettinger2019-11-181-15/+17
|
* bpo-37726: Prefer argparse over getopt in stdlib tutorial (#15052)mental2019-08-011-4/+15
|
* Bump to 3.9.0a0Łukasz Langa2019-06-041-1/+1
|
* bpo-33641: Convert RFC references into links. (GH-7103)Serhiy Storchaka2018-05-311-1/+1
| | | | 85% of them are already links.
* Start of 3.8.0a0Ned Deily2018-01-311-1/+1
|
* Bump to 3.7.0a0Ned Deily2016-09-121-1/+1
|
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+1
|\ | | | | | | Original patch by James Edwards.
| * Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+1
| | | | | | | | Original patch by James Edwards.
* | Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
|\ \ | |/
| * Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
| |
* | Merge from 3.5Andrew Kuchling2015-06-081-7/+24
|\ \ | |/
| * Merge from 3.4Andrew Kuchling2015-06-081-7/+24
| |\
| | * #23891: describe a few more modules in the tutorialAndrew Kuchling2015-04-101-7/+24
| | |
| * | Reverting my previous commit.Yury Selivanov2015-05-301-1/+1
|/ / | | | | | | Something went horribly wrong when I was doing `hg rebase`.
* | More version bumping to 3.6.Ned Deily2015-05-281-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 Peksag2015-04-121-4/+5
|\ \ | |/ | | | | | | | | appropriate. Patch by Martin Panter.
| * Issue #12955: Change the urlopen() examples to use context managers where ↵Berker Peksag2015-04-121-4/+5
| | | | | | | | | | | | appropriate. Patch by Martin Panter.
* | mergeRaymond Hettinger2014-05-221-0/+2
|\ \ | |/
| * Issue 21554: Repair an out-of-date tutorial example to reflect changes in ↵Raymond Hettinger2014-05-221-0/+2
| | | | | | | | shutil.
* | Version bump to 3.5, step 2.Larry Hastings2014-03-171-1/+1
|/
* mergeRaymond Hettinger2013-03-221-2/+4
|\
| * Modernize unittest exampleRaymond Hettinger2013-03-221-2/+4
| |
* | #16317: merge with 3.3.Ezio Melotti2012-10-261-1/+1
|\ \ | |/
| * #16317: mention lzma in the tutorial. Patch by Serhiy Storchaka.Ezio Melotti2012-10-261-1/+1
| |
* | Bump version to 3.4.0 alpha 0.Georg Brandl2012-09-291-1/+1
|/
* #16017: merge with 3.2.Ezio Melotti2012-09-241-1/+1
|\
| * #16017: capitalize URLs.Ezio Melotti2012-09-241-1/+1
| |
* | Bump trunk to 3.3 alpha 0.Georg Brandl2011-02-201-1/+1
|/
* Fix input type for zlib.Georg Brandl2010-11-301-2/+2
|
* Better example for os.system(): do not change the system time.Georg Brandl2010-11-261-3/+3
|
* Merged revisions 78576 via svnmerge fromSteven Bethard2010-03-021-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 Kumaran2010-02-221-0/+1
|
* Merged revisions 76904 via svnmerge fromEzio Melotti2009-12-191-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 exampleEzio Melotti2009-11-121-2/+2
|
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-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. ........