Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|\ | |||||
| * | Fix small copy-paste typo in ossaudiodev setparameters() example (found by ↵ | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| | | | | | | | | Ken Housley on docs@). | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Clarify docs for os.path.getctime on Unix: it is the inode (metadata) change ↵ | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| | | | | | | | | time | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix prefix_chars not being applied in help text example (reported by John ↵ | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
| | | | | | | | | Kooker on docs@) | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix markup to not add parens to the "hashlib.md5" constructor when the ↵ | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| | | | | | | | | object is meant, not the call. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -3/+0 |
|\ \ | |/ | |||||
| * | Remove dead link to effbot Tkinter introduction material (reported by Ralf ↵ | Georg Brandl | 2013-10-06 | 1 | -3/+0 |
| | | | | | | | | Ganswindt from docs@) | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix: Element.text is an attribute, not a method (report by Cameron Laird on ↵ | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| | | | | | | | | docs@) | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@) | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
| | | |||||
* | | [issue 19152] Add versionadded for ExtensionFileLoader.get_filename(). | Eric Snow | 2013-10-05 | 1 | -0/+2 |
| | | |||||
* | | Add missing comma. | Ezio Melotti | 2013-10-05 | 1 | -1/+1 |
| | | |||||
* | | #19148: fix markup errors and wording in enum docs. Patch by Esa Peuha. | Ezio Melotti | 2013-10-05 | 1 | -7/+7 |
| | | |||||
* | | Issue #18716: Deprecate the formatter module | Brett Cannon | 2013-10-04 | 1 | -0/+4 |
| | | |||||
* | | MERGE: Close #19160: Inconsistent size for GIL release in hashlib | Jesus Cea | 2013-10-04 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Close #19160: Inconsistent size for GIL release in hashlib | Jesus Cea | 2013-10-04 | 1 | -2/+2 |
| | | |||||
* | | MERGE: Close #19160: Inconsistent size for GIL release in hashlib | Jesus Cea | 2013-10-04 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Close #19160: Inconsistent size for GIL release in hashlib | Jesus Cea | 2013-10-04 | 1 | -1/+1 |
| | | |||||
| * | [issue19152] Revert 832579dbafd6. | Eric Snow | 2013-10-03 | 1 | -5/+1 |
| | | |||||
| * | [issue19152] Add ExtensionFileLoader.get_filename(). | Eric Snow | 2013-10-03 | 1 | -1/+5 |
| | | |||||
* | | [issue19152] Add ExtensionFileLoader.get_filename(). | Eric Snow | 2013-10-03 | 1 | -1/+5 |
| | | |||||
* | | Issue #19132: Add versionchanged tags. | Serhiy Storchaka | 2013-10-02 | 1 | -0/+9 |
| | | |||||
* | | Close #17839: support bytes-like objects in base64 module | Nick Coghlan | 2013-10-02 | 2 | -30/+39 |
| | | | | | | | | | | | | | | | | | | This mostly affected the encodebytes and decodebytes function (which are used by base64_codec) Also added a test to ensure all bytes-bytes codecs can handle memoryview input and tests for handling of multidimensional and non-bytes format input in the modern base64 API. | ||||
* | | Close #18690: register memoryview with Sequence ABC | Nick Coghlan | 2013-10-02 | 1 | -0/+4 |
| | | |||||
* | | Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__. | Vinay Sajip | 2013-10-02 | 1 | -0/+3 |
| | | |||||
* | | Issue #19132: The pprint module now supports compact mode. | Serhiy Storchaka | 2013-10-02 | 1 | -11/+20 |
| | | |||||
* | | Close #10042: functools.total_ordering now handles NotImplemented | Nick Coghlan | 2013-10-01 | 1 | -0/+19 |
| | | | | | | | | (Patch by Katie Miller) | ||||
* | | merge from 3.3. Minor urllib.parse.rst docs fix. | Senthil Kumaran | 2013-10-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Minor doc fix in urllib.parse.rst | Senthil Kumaran | 2013-10-01 | 1 | -1/+1 |
| | | |||||
* | | Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL ↵ | Antoine Pitrou | 2013-09-29 | 1 | -1/+5 |
| | | | | | | | | handshake hasn't been done. | ||||
* | | Close #18990: remove root attribute from XMLPullParser | Nick Coghlan | 2013-09-28 | 1 | -3/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - this was an internal implementation detail for iterparse - this has been changed to use a new private method instead - XMLPullParser.close docs are now more explicit about not returning a root element and instead direct users towards read_events - also added missing docstrings and clarified some details related to exactly *when* events are consumed from the internal queue (Initial patch by Stefan Behnel) | ||||
* | | Close #19011: Add documentation on some of the non-standard Enum behavior. | Ethan Furman | 2013-09-28 | 1 | -0/+73 |
| | | | | | | | | | | | | Issues such as iterating and containment on Enum classes, why Enum member instances do not show up on other Enum members, and how __new__ should be used. | ||||
* | | logging: added support for Unix domain sockets to SocketHandler and ↵ | Vinay Sajip | 2013-09-27 | 1 | -0/+6 |
| | | | | | | | | DatagramHandler. | ||||
* | | Issue #18978: Update docs to reflect explicitly the ability to set the ↵ | Jason R. Coombs | 2013-09-22 | 1 | -0/+5 |
| | | | | | | | | attribute at the class level. | ||||
* | | Close #18626: add a basic CLI for the inspect module | Nick Coghlan | 2013-09-22 | 1 | -0/+17 |
| | | |||||
* | | Avoid inconsistent use of 'finalizer' | Nick Coghlan | 2013-09-22 | 1 | -2/+2 |
| | | |||||
* | | Close #19047: weakref doc cleanups | Nick Coghlan | 2013-09-22 | 1 | -19/+38 |
| | | | | | | | | | | | | - be clear finalizers survive automatically - update for PEP 442 __del__ changes - mention module cleanup changes and weakref.finalize in What's New | ||||
* | | Correcting the mistake in 678e3c0d2d99 | Senthil Kumaran | 2013-09-19 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | Merge from 3.3 Addresses Issue #18553: isatty is not Unix only. | ||||
| * | Correcting the mistake in 14ba90816930 | Senthil Kumaran | 2013-09-19 | 1 | -2/+2 |
| | | | | | | | | Addresses Issue #18553: isatty is not Unix only. | ||||
* | | Merge #14984: On POSIX, enforce permissions when reading default .netrc. | R David Murray | 2013-09-18 | 1 | -0/+8 |
|\ \ | |/ | |||||
| * | Merge #14984: On POSIX, enforce permissions when reading default .netrc. | R David Murray | 2013-09-18 | 1 | -0/+8 |
| |\ | |||||
| | * | Merge #14984: On POSIX, enforce permissions when reading default .netrc. | R David Murray | 2013-09-18 | 1 | -0/+8 |
| | |\ | |||||
| | | * | #14984: On POSIX, enforce permissions when reading default .netrc. | R David Murray | 2013-09-18 | 1 | -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. | ||||
| | * | | Fix XML vulnerability link references. | Georg Brandl | 2013-03-28 | 1 | -2/+2 |
| | | | | |||||
| | * | | Update suspicious ignore file. | Ezio Melotti | 2013-03-28 | 1 | -1/+1 |
| | | | | |||||
* | | | | Issue #17003: Unified the size argument names in the io module with common | Serhiy Storchaka | 2013-09-16 | 1 | -26/+26 |
| | | | | | | | | | | | | | | | | practice. |