summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Issue #18761: Improved cross-references in email documentation.Serhiy Storchaka2013-08-1910-157/+210
|\
| * Issue #18761: Improved cross-references in email documentation.Serhiy Storchaka2013-08-1910-156/+208
* | Issue #18759: Merged updates from 3.3.Vinay Sajip2013-08-162-12/+16
|\ \ | |/
| * Issue #18759: Improved cross-references in logging documentation.Vinay Sajip2013-08-162-12/+16
* | Issue #18743: Fix references to non-existant "StringIO" module.Serhiy Storchaka2013-08-165-7/+7
|\ \ | |/
| * Issue #18743: Fix references to non-existant "StringIO" module.Serhiy Storchaka2013-08-165-7/+7
* | Fix the default placeholder in textwrap.shorten() to be " [...]".Antoine Pitrou2013-08-161-3/+3
* | Issue #16190: fix random module recommendation to use ssl.RAND_bytes().Antoine Pitrou2013-08-161-3/+3
|\ \ | |/
| * Issue #16190: fix random module recommendation to use ssl.RAND_bytes().Antoine Pitrou2013-08-161-3/+3
| * Remove errant fourth '.' from ellipsis in datetime documentation.David Wolever2013-08-141-2/+2
* | Issue #18673: Add versionchanged to docsChristian Heimes2013-08-161-0/+4
* | Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernelChristian Heimes2013-08-161-0/+1
* | Remove errant fourth '.' from ellipsis in datetime documentation.David Wolever2013-08-141-1/+1
* | Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-141-84/+156
* | Issue 18724: Fix typo noticed by Susan Tan.Ned Deily2013-08-131-1/+1
|\ \ | |/
| * Issue 18724: Fix typo noticed by Susan Tan.Ned Deily2013-08-131-1/+1
| * Documenting that json.load may raise a ValueError.Felix Crux2013-08-121-0/+2
* | Documenting that json.load may raise a ValueError.Felix Crux2013-08-121-0/+2
* | Documenting that json.load may raise a ValueError.Felix Crux2013-08-121-0/+2
* | Documenting that json.load may raise a ValueError.Felix Crux2013-08-121-0/+2
* | Merge issue #17701: Improving strftime documentation.David Wolever2013-08-121-138/+166
|\ \ | |/
| * Issue #17701: Improving strftime documentation.David Wolever2013-08-121-138/+166
* | Issue #18585: Add :func:`textwrap.shorten` to collapse and truncate a piece o...Antoine Pitrou2013-08-121-17/+43
* | Close #12645: Clarify and reformat the documentation of import_fresh_moduleEli Bendersky2013-08-111-7/+7
|\ \ | |/
| * Issue #12645: Clarify and reformat the documentation of import_fresh_moduleEli Bendersky2013-08-111-7/+7
* | #18663: merge with 3.3.Ezio Melotti2013-08-111-1/+1
|\ \ | |/
| * #18663: document that assertAlmostEqual also works when the values are equal ...Ezio Melotti2013-08-111-1/+1
| * #18600: In 3.3, as_string does not accept a policy keyword.R David Murray2013-08-092-12/+8
* | Close #18264: int- and float-derived enums now converted to int or float.Ethan Furman2013-08-101-17/+20
* | #18600: add policy to add_string, and as_bytes and __bytes__ methods.R David Murray2013-08-092-10/+71
* | #18267: merge with 3.3.Ezio Melotti2013-08-081-9/+9
|\ \ | |/
| * #18267: make whitespace consistent and fix an operator.Ezio Melotti2013-08-081-9/+9
* | Issue #17934: Add a clear() method to frame objects, to help clean up expensi...Antoine Pitrou2013-08-051-0/+4
* | Issue 18532: Added tests and documentation to formally specify the .name attr...Jason R. Coombs2013-08-031-0/+12
* | Fixes #8860: Round half-microseconds to even in the timedelta constructor.Alexander Belopolsky2013-08-041-4/+6
* | Issue #17902: Clarify doc of ElementTree.iterparse and IncrementalParserEli Bendersky2013-08-041-2/+3
|\ \ | |/
| * Issue #17902: Clarify doc of ElementTree.iterparseEli Bendersky2013-08-041-1/+2
* | Fix minor documentation markup error.Larry Hastings2013-08-031-1/+1
* | Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-012-5/+5
|\ \ | |/
| * Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-012-5/+5
* | #17616: Improve context manager tests, fix bugs in close method and mode docs.R David Murray2013-08-011-8/+7
* | #17616: wave.open now supports the 'with' statement.R David Murray2013-07-312-1/+7
* | Merge with 3.3Terry Jan Reedy2013-07-311-3/+3
|\ \ | |/
| * Issue #18573: More copy-paste fixes to assertWarns entry.Terry Jan Reedy2013-07-311-3/+3
* | Merge: #18601: fix error made when difflib example was converted to use 'with'.R David Murray2013-07-301-1/+1
|\ \ | |/
| * #18601: fix error made when difflib example was converted to use 'with'.R David Murray2013-07-301-1/+1
* | fixed examples to work with changed attribute namesEthan Furman2013-07-301-5/+5
* | Merge #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1.R David Murray2013-07-302-2/+2
|\ \ | |/
| * #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1.R David Murray2013-07-302-2/+2
* | Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-302-34/+18