Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [issue 19152] Add versionadded for ExtensionFileLoader.get_filename(). | Eric Snow | 2013-10-05 | 1 | -0/+2 |
| | |||||
* | [issue 19152] Ensure we have actually registered ExtensionFileLoader as an ↵ | Eric Snow | 2013-10-05 | 2 | -2/+3 |
| | | | | ExecutionLoader. | ||||
* | 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 | 2 | -7/+8 |
| | |||||
* | #19166: merge with 3.3. | Ezio Melotti | 2013-10-05 | 1 | -0/+3 |
|\ | |||||
| * | #19166: use an unused var in a test. Patch by Vajrasky Kok. | Ezio Melotti | 2013-10-05 | 1 | -0/+3 |
| | | |||||
* | | merge | Raymond Hettinger | 2013-10-04 | 2 | -14/+39 |
|\ \ | |/ | |||||
| * | Issue #18594: Make the C code more closely match the pure python code. | Raymond Hettinger | 2013-10-04 | 2 | -14/+39 |
| | | |||||
* | | Issue #16803: Run test.test_importlib.test_abc under both | Brett Cannon | 2013-10-04 | 2 | -120/+308 |
| | | | | | | | | _frozen_importlib and source. | ||||
* | | Issue #18716: Deprecate the formatter module | Brett Cannon | 2013-10-04 | 5 | -8/+19 |
| | | |||||
* | | 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 |
| | | |||||
* | | Null merge with 3.3. | Eric Snow | 2013-10-03 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | [issue19152] Revert 832579dbafd6. | Eric Snow | 2013-10-03 | 5 | -224/+193 |
| | | |||||
* | | Fix typo. | Eric Snow | 2013-10-03 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix typo. | Eric Snow | 2013-10-03 | 1 | -1/+1 |
| | | |||||
* | | Merge | Eric Snow | 2013-10-03 | 1 | -28/+22 |
|\ \ | |||||
| * | | Remove builtin "caching" in pprint | Antoine Pitrou | 2013-10-03 | 1 | -28/+22 |
| | | | |||||
* | | | Null merge with 3.3. | Eric Snow | 2013-10-03 | 0 | -0/+0 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | [issue19152] Add ExtensionFileLoader.get_filename(). | Eric Snow | 2013-10-03 | 5 | -193/+224 |
| | | |||||
| * | [issue19151] Fix docstring and use of _get_suppported_file_loaders() to ↵ | Eric Snow | 2013-10-03 | 3 | -2615/+2616 |
| | | | | | | | | reflect 2-tuples. | ||||
* | | [issue19151] Fix issue number in Misc/NEWS entry. | Eric Snow | 2013-10-03 | 1 | -1/+1 |
| | | |||||
* | | [issue19152] Add ExtensionFileLoader.get_filename(). | Eric Snow | 2013-10-03 | 5 | -1349/+1376 |
| | | |||||
* | | [issue19951] Fix docstring and use of _get_suppported_file_loaders() to ↵ | Eric Snow | 2013-10-03 | 3 | -1933/+1934 |
| | | | | | | | | reflect 2-tuples. | ||||
* | | Issue #19014: memoryview.cast() is now allowed on zero-length views. | Antoine Pitrou | 2013-10-03 | 3 | -5/+13 |
|\ \ | |/ | |||||
| * | Issue #19014: memoryview.cast() is now allowed on zero-length views. | Antoine Pitrou | 2013-10-03 | 3 | -4/+13 |
| | | |||||
* | | Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. | Serhiy Storchaka | 2013-10-03 | 3 | -7/+64 |
|\ \ | |/ | |||||
| * | Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. | Serhiy Storchaka | 2013-10-03 | 3 | -7/+64 |
| | | |||||
* | | Issue #19147: merge from 3.3 | Ned Deily | 2013-10-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #19147: Fix docstring for fcntl.flock to refer to correct man section. | Ned Deily | 2013-10-02 | 1 | -1/+1 |
| | | |||||
* | | Issue #19132: Add versionchanged tags. | Serhiy Storchaka | 2013-10-02 | 1 | -0/+9 |
| | | |||||
* | | Use cached builtins. | Serhiy Storchaka | 2013-10-02 | 1 | -6/+6 |
| | | |||||
* | | Close #17839: support bytes-like objects in base64 module | Nick Coghlan | 2013-10-02 | 6 | -69/+172 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Merge 3.3 | Martin v. Löwis | 2013-10-02 | 1 | -3/+0 |
|\ \ | |/ | |||||
| * | Drop buildbottouch again; the master is using "make touch" now. | Martin v. Löwis | 2013-10-02 | 1 | -3/+0 |
| | | |||||
* | | Tweak skipIf message | Brett Cannon | 2013-10-02 | 1 | -1/+1 |
| | | |||||
* | | Try to fix issue #19134 again | Brett Cannon | 2013-10-02 | 1 | -5/+6 |
| | | |||||
* | | Close #18690: register memoryview with Sequence ABC | Nick Coghlan | 2013-10-02 | 4 | -0/+10 |
| | | |||||
* | | Close #19078: memoryview now supports reversed | Nick Coghlan | 2013-10-02 | 3 | -1/+14 |
| | | | | | | | | Patch by Claudiu Popa | ||||
* | | Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__. | Vinay Sajip | 2013-10-02 | 6 | -7/+11 |
| | | |||||
* | | Issue #19132: The pprint module now supports compact mode. | Serhiy Storchaka | 2013-10-02 | 5 | -25/+80 |
| | | |||||
* | | Issue #19137: The pprint module now correctly formats instances of set and | Serhiy Storchaka | 2013-10-02 | 3 | -27/+83 |
|\ \ | |/ | | | | | frozenset subclasses. | ||||
| * | Issue #19137: The pprint module now correctly formats instances of set and | Serhiy Storchaka | 2013-10-02 | 3 | -27/+83 |
| | | | | | | | | frozenset subclasses. | ||||
* | | merge | Raymond Hettinger | 2013-10-02 | 1 | -18/+23 |
|\ \ | |/ | |||||
| * | Issue #18594: Fix the fallback path in collections.Counter(). | Raymond Hettinger | 2013-10-02 | 2 | -19/+25 |
| | | |||||
* | | Close #10042: functools.total_ordering now handles NotImplemented | Nick Coghlan | 2013-10-01 | 5 | -19/+207 |
| | | | | | | | | (Patch by Katie Miller) | ||||
* | | Merge #19092 from 3.3 | Nick Coghlan | 2013-10-01 | 4 | -4/+57 |
|\ \ | |/ | |||||
| * | Close #19092: ExitStack now reraises exceptions from __exit__ | Nick Coghlan | 2013-10-01 | 4 | -4/+57 |
| | | | | | | | | Report and patch by Hrvoje Nikšić |