summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Issue #18978: Update docs to reflect explicitly the ability to set the ↵Jason R. Coombs2013-09-221-0/+5
| | | | attribute at the class level.
* Close #18626: add a basic CLI for the inspect moduleNick Coghlan2013-09-222-1/+22
|
* Avoid inconsistent use of 'finalizer'Nick Coghlan2013-09-221-2/+2
|
* Close #19047: weakref doc cleanupsNick Coghlan2013-09-222-21/+47
| | | | | | - be clear finalizers survive automatically - update for PEP 442 __del__ changes - mention module cleanup changes and weakref.finalize in What's New
* merge with 3.3Georg Brandl2013-09-221-73/+1
|\
| * Closes #19043: remove detailed listing of versions from license filesGeorg Brandl2013-09-221-71/+1
| | | | | | | | | | | | Since all versions since 2.2 are under the same licensing terms, this saves the release manager from touching the two files for very new minor release.
* | Correcting the mistake in 678e3c0d2d99Senthil Kumaran2013-09-191-2/+2
|\ \ | |/ | | | | | | Merge from 3.3 Addresses Issue #18553: isatty is not Unix only.
| * Correcting the mistake in 14ba90816930Senthil Kumaran2013-09-191-2/+2
| | | | | | | | Addresses Issue #18553: isatty is not Unix only.
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial patch by Bruno Piguet. This is implemented as if a useful .netrc file could exist without passwords, which is possible in the general case; but in fact our netrc implementation does not support it. Fixing that issue will be an enhancement.
* | | | Issue #17003: Unified the size argument names in the io module with commonSerhiy Storchaka2013-09-161-26/+26
| | | | | | | | | | | | | | | | practice.
* | | | One more markup fix.Georg Brandl2013-09-161-1/+1
| | | |
* | | | #1565525: Add traceback.clear_frames() helper function to clear locals ref'd ↵Andrew Kuchling2013-09-152-0/+15
| | | | | | | | | | | | | | | | by a traceback
* | | | Issue 18771: Make it possible to set the number linear probes at compile-time.Raymond Hettinger2013-09-151-2/+9
| | | |
* | | | Close #18989: enum members will no longer overwrite other attributes, nor be ↵Ethan Furman2013-09-151-0/+6
| | | | | | | | | | | | | | | | overwritten by them.
* | | | Expose --bind argument for http.server, enable http.server to bind to a userSenthil Kumaran2013-09-151-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specified network interface. Patch contributed by Malte Swart. Addresses issue #17764. HG :Enter commit message. Lines beginning with 'HG:' are removed.
* | | | Fixup reST syntax errors and streamline docs of PEP 446.Georg Brandl2013-09-152-17/+16
| | | |
* | | | Close #18929: inspect.classify_class_attrs will now search the metaclasses ↵Ethan Furman2013-09-151-2/+3
| | | | | | | | | | | | | | | | (last) to find where an attr was defined.
* | | | Address Terry's commentsAntoine Pitrou2013-09-151-2/+5
| | | |
* | | | Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ↵Antoine Pitrou2013-09-141-0/+41
| | | | | | | | | | | | | | | | ensure that a block of code emits a message using the logging module.
* | | | 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
| | | |
* | | | Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional.Serhiy Storchaka2013-09-131-3/+6
| | | |
* | | | merge from 3.3Senthil Kumaran2013-09-101-2/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | Clarify mmap.close method behavior. Addresses issue #18815 Patch contributed by Anoop Thomas Mathew.
| * | | Clarify mmap.close method behavior. Addresses issue #18815Senthil Kumaran2013-09-101-2/+3
| | | | | | | | | | | | | | | | Patch contributed by Anoop Thomas Mathew.
* | | | merge from 3.3Senthil Kumaran2013-09-101-1/+10
|\ \ \ \ | |/ / / | | | | | | | | | | | | Document Fraction's numerator and denominator properties. Addresses issue #18800
| * | | Document Fraction's numerator and denominator properties.Senthil Kumaran2013-09-101-1/+10
| | | | | | | | | | | | | | | | Addresses issue #18800
| * | | 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 ↵Raymond Hettinger2013-09-091-2/+1
| | | | | | | | | | | | | | | | rough-equivalent example code.
* | | | Issue 18752: Make chain.from_iterable() more visible in the documentation.Raymond Hettinger2013-09-091-0/+1
| | | |
* | | | Close #18957: The PYTHONFAULTHANDLER environment variable now only enables theVictor Stinner2013-09-081-8/+8
| | | | | | | | | | | | | | | | | | | | faulthandler module if the variable is non-empty. Same behaviour than other variables like PYTHONDONTWRITEBYTECODE.
* | | | Merge #18952 fix from 3.3Nick Coghlan2013-09-081-1/+4
|\ \ \ \ | |/ / /
| * | | Close #18952: correctly download test support dataNick Coghlan2013-09-081-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When test.support was converted to a package, it started silently skipping the tests which needed to download support data to run. This change refactors the affected code, and also tidies up test.support.findfile to remove the unused *here* parameter, document the *subdir* parameter and rename the *filename* parameter to avoid shadowing the file builtin and be consistent with the documentation. The unexpected skips were noticed and reported by Zachary Ware
* | | | merge from 3.3Senthil Kumaran2013-09-081-3/+5
|\ \ \ \ | |/ / / | | | | | | | | | | | | Correct Profile class usage example. Addresses issue #18033. Patch contributed by Olivier Hervieu and Dmi Baranov.
| * | | Correct Profile class usage example. Addresses issue #18033.Senthil Kumaran2013-09-081-3/+5
| | | | | | | | | | | | | | | | Patch contributed by Olivier Hervieu and Dmi Baranov.
* | | | merge from 3.3Senthil Kumaran2013-09-071-2/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | Removing the mention of os.isatty mention as Unix only Correct the wrong documentation.
| * | | Removing the mention of os.isatty mention as Unix onlySenthil Kumaran2013-09-071-2/+0
| | | | | | | | | | | | | | | | Correct the wrong documentation.
* | | | #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
|\ \ \ \ | |/ / /