summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Close #18957: The PYTHONFAULTHANDLER environment variable now only enables theVictor Stinner2013-09-081-8/+8
* Merge #18952 fix from 3.3Nick Coghlan2013-09-081-1/+4
|\
| * Close #18952: correctly download test support dataNick Coghlan2013-09-081-1/+4
* | merge from 3.3Senthil Kumaran2013-09-081-3/+5
|\ \ | |/
| * Correct Profile class usage example. Addresses issue #18033.Senthil Kumaran2013-09-081-3/+5
* | merge from 3.3Senthil Kumaran2013-09-071-2/+0
|\ \ | |/
| * Removing the mention of os.isatty mention as Unix onlySenthil Kumaran2013-09-071-2/+0
* | #18895: merge with 3.3.Ezio Melotti2013-09-071-1/+1
|\ \ | |/
| * #18895: split a sentence in unittest docs.Ezio Melotti2013-09-071-1/+1
* | #18894: merge with 3.3.Ezio Melotti2013-09-071-2/+1
|\ \ | |/
| * #18894: remove mention of deprecated fail* methods.Ezio Melotti2013-09-071-2/+1
* | Close #18908: Keep Enum docs in their own section. Patch by Elazar Gershuni.Ethan Furman2013-09-071-58/+67
* | Update whatsnew/3.4 wrt. --version going to stdout. #18338, #18920, #18922Eli Bendersky2013-09-061-0/+7
* | Closes #18939: Merged documentation update from 3.3.Vinay Sajip2013-09-061-0/+14
|\ \ | |/
| * Issue #18939: Updated venv documentation with some clarifications.Vinay Sajip2013-09-061-0/+14
* | Closes #18933: Merged update from 3.3.Vinay Sajip2013-09-053-0/+12
|\ \ | |/
| * Issue #18933: Added links to source code.Vinay Sajip2013-09-053-0/+12
* | Issue #18878: sunau.open now supports the context manager protocol. Based onSerhiy Storchaka2013-09-051-0/+2
* | Issue #16853: Mention the new selectors module in the select moduleVictor Stinner2013-09-041-0/+8
* | Issue #16853: Mention the new selectors module in What's New in Python 3.4Victor Stinner2013-09-041-0/+2
* | Issue #16853: Add new selectors module.Charles-François Natali2013-09-043-3/+236
* | Issue #18882: Add threading.main_thread() function.Andrew Svetlov2013-09-041-0/+9
* | Issue #18901: The sunau getparams method now returns a namedtuple rather thanSerhiy Storchaka2013-09-032-2/+10
* | Close #18738: Route __format__ calls to mixed-in type for mixed Enums (such ...Ethan Furman2013-09-011-0/+6
* | Update whatsnew/3.4.rst wrt. the socket constants switch to IntEnumEli Bendersky2013-08-311-0/+3
* | 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-302-93/+107
* | 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-276-15/+186
* | 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
* | Close #11619: The parser and the import machinery do not encode UnicodeVictor Stinner2013-08-262-16/+36
* | 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
* | Typo fixAndrew Kuchling2013-08-191-1/+1
* | Issue 18774: Update news and whatsnew for the set optimizationsRaymond Hettinger2013-08-191-0/+6
* | 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