summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Fix XMLPullParser documentation to say "non-blocking" instead of "asynchronous".Eli Bendersky2013-08-311-17/+17
* Issue #17741: Rename IncrementalParser and its methods.Eli Bendersky2013-08-301-90/+105
* Issue #18760: Improved cross-references in the xml package.Serhiy Storchaka2013-08-297-44/+67
|\
| * Issue #18760: Improved cross-references in the xml package.Serhiy Storchaka2013-08-297-44/+67
* | Issue #11798: TestSuite now drops references to own tests after execution.Andrew Svetlov2013-08-281-3/+12
* | Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-275-15/+153
* | Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-2/+1
|\ \ | |/
| * Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-2/+1
* | Clarify pyexpat documentation in StartElementHandlerEli Bendersky2013-08-261-2/+4
|\ \ | |/
| * Clarify pyexpat documentation in StartElementHandlerEli Bendersky2013-08-261-2/+4
* | Merge doc fix from 3.3Eli Bendersky2013-08-251-8/+8
|\ \ | |/
| * Update XMLParser.close documentation and fix formatting.Eli Bendersky2013-08-251-7/+9
* | Fix markup in elementtree docs.Ezio Melotti2013-08-251-2/+2
* | Clarify the documentation of XMLParser.closeEli Bendersky2013-08-241-1/+3
* | Issue #18757: Improved cross-references in the concurrent package.Serhiy Storchaka2013-08-236-77/+91
|\ \ | |/
| * Issue #18757: Improved cross-references in the concurrent package.Serhiy Storchaka2013-08-236-77/+91
* | #18796: improve documentation of the file argument of dis.show_code. Initial...Ezio Melotti2013-08-231-1/+2
* | merge emphasized discouragement of overriding __import__Brett Cannon2013-08-231-4/+5
|\ \ | |/
| * Emphasize that people should not override __import__.Brett Cannon2013-08-231-4/+5
* | Close #18794: Add a fileno() method and a closed attribute to select.devpollVictor Stinner2013-08-211-0/+31
* | 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