summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* standardize Enum docs by referring to 'special methods' instead of __dunder__...Ethan Furman2014-11-011-5/+5
* issue22780: update NotImplemented descriptionEthan Furman2014-10-311-3/+3
* merge with 3.4Georg Brandl2014-10-311-1/+1
|\
| * Closes #22771: "verbose" is unused; deprecate it.Georg Brandl2014-10-311-1/+1
* | merge with 3.4Georg Brandl2014-10-3116-63/+96
|\ \ | |/
| * #22613: minor other fixes in library docs (thanks Jacques Ducasse)Georg Brandl2014-10-319-30/+35
| * #22613: document Cmd.cmdqueue (thanks Jacques Ducasse)Georg Brandl2014-10-311-1/+8
| * #22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse)Georg Brandl2014-10-311-14/+14
| * #22613: elaborate on arguments of shutil archival functions (thanks Jacques D...Georg Brandl2014-10-311-3/+13
| * #22613: explain what "buffer" is in the struct documentation (thanks Jacques ...Georg Brandl2014-10-311-1/+9
| * #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)Georg Brandl2014-10-313-14/+17
| * unittest.mock docs: fix use of default roleGeorg Brandl2014-10-312-360/+360
* | unittest.mock docs: fix use of default roleGeorg Brandl2014-10-312-402/+403
* | merge with 3.4Georg Brandl2014-10-301-1/+1
|\ \ | |/
| * minor markup fix: no inline markup is allowed in a module synopsisGeorg Brandl2014-10-301-1/+1
| * Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-307-13/+13
* | Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-308-14/+14
* | Close #7559: ImportError when loading a test now shown as ImportError.Robert Collins2014-10-291-0/+6
* | merge with 3.4Georg Brandl2014-10-2912-16/+15
|\ \ | |/
| * Fixing broken links in doc, part 4: some more breaks and redirectsGeorg Brandl2014-10-2912-16/+15
* | merge with 3.4Georg Brandl2014-10-2915-51/+48
|\ \ | |/
| * Fixing broken links in doc, part 3: the restGeorg Brandl2014-10-2915-51/+48
* | merge with 3.4Georg Brandl2014-10-291-8/+5
|\ \ | |/
| * Fix external links to docs.python.org to use internal links instead.Georg Brandl2014-10-291-8/+5
* | Merge with 3.4Georg Brandl2014-10-2910-14/+14
|\ \ | |/
| * Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-2910-14/+14
* | merge with 3.4Georg Brandl2014-10-281-0/+2
|\ \ | |/
| * Fix module name.Georg Brandl2014-10-281-0/+2
* | merge with 3.4Georg Brandl2014-10-281-2/+2
|\ \ | |/
| * Using "-m module" is easier to read and understand than "-mmodule".Georg Brandl2014-10-281-2/+2
* | merge with 3.4Georg Brandl2014-10-281-1/+1
|\ \ | |/
| * Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getad...Georg Brandl2014-10-281-1/+1
* | merge with 3.4Georg Brandl2014-10-281-3/+0
|\ \ | |/
| * Remove duplicate bullet point.Georg Brandl2014-10-281-3/+0
* | merge with 3.4Georg Brandl2014-10-281-7/+8
|\ \ | |/
| * Closes #22736: move seealso to the bottom of the section about RE syntax.Georg Brandl2014-10-281-7/+8
* | merge with 3.4Georg Brandl2014-10-281-2/+1
|\ \ | |/
| * Closes #22749: remove outdated advice to use clock() for accurate timing.Georg Brandl2014-10-281-2/+1
| * #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra.Ezio Melotti2014-10-281-3/+4
* | Issue #18216: gettext now raises an error when a .mo file has an unsupported ...Antoine Pitrou2014-10-281-3/+3
* | #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra.Ezio Melotti2014-10-281-3/+4
* | #22237: merge with 3.4.Ezio Melotti2014-10-282-1/+8
|\ \ | |/
| * #22237: document that sorted() is guaranteed to be stable. Initial patch by ...Ezio Melotti2014-10-282-1/+8
* | Merge issue #22711 from 3.4Nick Coghlan2014-10-251-3/+19
|\ \ | |/
| * Issue #22711: improve links in new distribution docsNick Coghlan2014-10-251-3/+19
* | Fix markup and spacing.Antoine Pitrou2014-10-231-1/+1
* | Issue #13918: Provide a locale.delocalize() function which can removeAntoine Pitrou2014-10-231-0/+8
* | Merge 3.4 (asyncio doc)Victor Stinner2014-10-231-4/+6
|\ \ | |/
| * asyncio doc: fix typo in an exampleVictor Stinner2014-10-231-4/+6
* | Merge 3.4 (open doc)Victor Stinner2014-10-221-0/+1
|\ \ | |/