summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* | merge from 3.3. Minor urllib.parse.rst docs fix.Senthil Kumaran2013-10-011-1/+1
|\ \ | |/
| * Minor doc fix in urllib.parse.rstSenthil Kumaran2013-10-011-1/+1
* | Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL hand...Antoine Pitrou2013-09-291-1/+5
* | Close #18990: remove root attribute from XMLPullParserNick Coghlan2013-09-281-3/+10
* | Close #19011: Add documentation on some of the non-standard Enum behavior.Ethan Furman2013-09-281-0/+73
* | logging: added support for Unix domain sockets to SocketHandler and DatagramH...Vinay Sajip2013-09-271-0/+6
* | Issue #18978: Update docs to reflect explicitly the ability to set the attrib...Jason R. Coombs2013-09-221-0/+5
* | Close #18626: add a basic CLI for the inspect moduleNick Coghlan2013-09-221-0/+17
* | Avoid inconsistent use of 'finalizer'Nick Coghlan2013-09-221-2/+2
* | Close #19047: weakref doc cleanupsNick Coghlan2013-09-221-19/+38
* | Correcting the mistake in 678e3c0d2d99Senthil Kumaran2013-09-191-2/+2
|\ \ | |/
| * Correcting the mistake in 14ba90816930Senthil Kumaran2013-09-191-2/+2
* | Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-181-0/+8
|\ \ | |/
| * Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-181-0/+8
| |\
| | * Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-181-0/+8
| | |\
| | | * #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-181-0/+8
| | * | Fix XML vulnerability link references.Georg Brandl2013-03-281-2/+2
| | * | Update suspicious ignore file.Ezio Melotti2013-03-281-1/+1
* | | | Issue #17003: Unified the size argument names in the io module with commonSerhiy Storchaka2013-09-161-26/+26
* | | | #1565525: Add traceback.clear_frames() helper function to clear locals ref'd ...Andrew Kuchling2013-09-151-0/+7
* | | | Close #18989: enum members will no longer overwrite other attributes, nor be ...Ethan Furman2013-09-151-0/+6
* | | | Expose --bind argument for http.server, enable http.server to bind to a userSenthil Kumaran2013-09-151-0/+9
* | | | Fixup reST syntax errors and streamline docs of PEP 446.Georg Brandl2013-09-151-13/+12
* | | | Close #18929: inspect.classify_class_attrs will now search the metaclasses (l...Ethan Furman2013-09-151-2/+3
* | | | Address Terry's commentsAntoine Pitrou2013-09-151-2/+5
* | | | Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ens...Antoine Pitrou2013-09-141-0/+41
* | | | Issue #18955: clarify what is removed by importlib.util.module_for_loader.Brett Cannon2013-09-131-3/+3
* | | | #18951: merge with 3.3.Ezio Melotti2013-09-131-6/+6
|\ \ \ \ | |/ / /
| * | | #18951: use consistent names in unittest docs.Ezio Melotti2013-09-131-6/+6
* | | | merge from 3.3Senthil Kumaran2013-09-101-2/+3
|\ \ \ \ | |/ / /
| * | | Clarify mmap.close method behavior. Addresses issue #18815Senthil Kumaran2013-09-101-2/+3
* | | | merge from 3.3Senthil Kumaran2013-09-101-1/+10
|\ \ \ \ | |/ / /
| * | | Document Fraction's numerator and denominator properties.Senthil Kumaran2013-09-101-1/+10
| * | | Issue 18752: Make chain.from_iterable() more visible in the documentation.Raymond Hettinger2013-09-091-0/+1
* | | | mergeRaymond Hettinger2013-09-091-2/+3
|\ \ \ \
| * | | | Close #18980: Enum doc fixes. Patch from Elazar Gershuni.Ethan Furman2013-09-091-2/+3
* | | | | mergeRaymond Hettinger2013-09-091-2/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Issue 18301: The classmethod decorator didn't fit well with the rough-equiva...Raymond Hettinger2013-09-091-2/+1
* | | | Issue 18752: Make chain.from_iterable() more visible in the documentation.Raymond Hettinger2013-09-091-0/+1
* | | | 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