summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Closes #29105: Updated RotatingFileHandler documentation.Vinay Sajip2016-12-311-7/+8
* Issue #29112: Merge 3.5.Xiang Zhang2016-12-301-1/+1
|\
| * Issue #29112: Fix a questionable wording in sequence doc.Xiang Zhang2016-12-301-1/+1
* | Merge 3.5Victor Stinner2016-12-301-13/+13
|\ \ | |/
| * Issue #29109: Enhance tracemalloc documentationVictor Stinner2016-12-301-13/+13
* | Merge from 3.5Berker Peksag2016-12-271-2/+2
|\ \ | |/
| * Move versionadded inside of the get_terminal_size() blockBerker Peksag2016-12-271-2/+2
* | Issue #29078: Merge 3.5.Xiang Zhang2016-12-271-1/+1
|\ \ | |/
| * Issue #29078: Add the missing import in datetime.time doc example.Xiang Zhang2016-12-271-1/+1
* | Issue #1446619: Merge slicing description from 3.5Martin Panter2016-12-241-2/+4
|\ \ | |/
| * Issue #1446619: Account for negative slice direction in descriptionMartin Panter2016-12-241-2/+4
* | Issue #29004: Merge crc_hqx() doc from 3.5Martin Panter2016-12-241-2/+4
|\ \ | |/
| * Issue #29004: Document binascii.crc_hqx() implements CRC-CCITTMartin Panter2016-12-241-2/+4
* | Issue #28960: Merge Thread.join() doc from 3.5Martin Panter2016-12-241-1/+1
|\ \ | |/
| * Issue #28960: Drop comma attached to dash in Thread.join() descriptionMartin Panter2016-12-241-1/+1
* | Merge spelling and grammar from 3.5Martin Panter2016-12-181-1/+1
|\ \ | |/
| * Fix spelling and grammar in code comments and documentationMartin Panter2016-12-181-1/+1
* | Issue #14061: Misc fixes and cleanups in archiving code in shutil.Serhiy Storchaka2016-12-161-20/+24
|\ \ | |/
| * Issue #14061: Misc fixes and cleanups in archiving code in shutil.Serhiy Storchaka2016-12-161-20/+24
* | docs: asyncio is no longer provisionalYury Selivanov2016-12-151-7/+0
* | Issue #28091: Document PEP 525 & PEP 530.Yury Selivanov2016-12-154-0/+83
* | Issue #28944: Merge from 3.5Berker Peksag2016-12-151-3/+2
|\ \ | |/
| * Issue #28944: Fix footnote numberingBerker Peksag2016-12-151-3/+2
* | Issue #28089: Document TCP_NODELAY in asyncioYury Selivanov2016-12-121-0/+3
* | Issues #28916, #26483: Merge stdtypes.rst from 3.5Martin Panter2016-12-111-18/+14
|\ \ | |/
| * Issue #26483: Clarify str.isdecimal() and isdigit()Martin Panter2016-12-111-6/+8
| * Issue #28916: Correct description of %o and %x alternative formsMartin Panter2016-12-111-12/+6
* | Merge for issue #28424Brett Cannon2016-12-101-1/+3
|\ \ | |/
| * Issue #28424: Document pkgutil.get_data() doesn't work with namespace packages.Brett Cannon2016-12-101-1/+3
* | Fix typos in comment and documentationMartin Panter2016-12-101-1/+1
* | Issue #28896: Deprecate WindowsRegistryFinderSteve Dower2016-12-071-0/+4
* | Issue #27030: Unknown escapes in re.sub() replacement template are allowedSerhiy Storchaka2016-12-061-1/+6
* | Neaten-up and extend the examples in the random module docs.Raymond Hettinger2016-12-041-10/+14
* | Fixed double hyphens that are rendered to literal en-dashes in the documenation.Serhiy Storchaka2016-12-047-11/+11
|\ \ | |/
| * Fixed double hyphens that are rendered to literal en-dashes in the documenation.Serhiy Storchaka2016-12-046-10/+10
* | Issue #21818: Fixed references to classes that have names matching with moduleSerhiy Storchaka2016-12-025-14/+14
|\ \ | |/
| * Issue #21818: Fixed references to classes that have names matching with moduleSerhiy Storchaka2016-12-025-14/+14
* | Issue #27172: Undeprecate inspect.getfullargspec()Nick Coghlan2016-12-021-17/+37
* | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-2610-14/+14
|\ \ | |/
| * Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-2611-15/+15
* | Merge from 3.5Berker Peksag2016-11-251-1/+1
|\ \ | |/
| * Add missing square bracket in typing.get_type_hints()Berker Peksag2016-11-251-1/+1
* | Issue #28738: Merge from 3.6Berker Peksag2016-11-251-2/+3
|\ \ | |/
| * Issue #28738: Document SIGBREAK as an acceptable value on WindowsBerker Peksag2016-11-251-2/+3
* | Issue #28793: Fix c/p error in AsyncGenerator documentationBerker Peksag2016-11-251-1/+1
* | Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) (3.5->3.6)Guido van Rossum2016-11-241-0/+4
|\ \ | |/
| * Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber)Guido van Rossum2016-11-241-0/+4
* | Issue #27825: Improve for statistics data arguments. (Contributed by Mariatta...Raymond Hettinger2016-11-221-5/+5
* | Fix grammarRaymond Hettinger2016-11-211-2/+2
* | Add analysis section to motivate the single server queue exampleRaymond Hettinger2016-11-211-3/+10