Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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ć | ||||
* | | merge | Raymond Hettinger | 2013-10-01 | 4 | -5/+20 |
|\ \ | |/ | |||||
| * | Issue #18594: Fix the fast path for collections.Counter(). | Raymond Hettinger | 2013-10-01 | 4 | -5/+20 |
| | | | | | | | | The path wasn't being taken due to an over-restrictive type check. | ||||
* | | 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 #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except ↵ | Antoine Pitrou | 2013-09-30 | 3 | -7/+21 |
|\ \ | |/ | | | | | | | | | when necessary. Patch by Oscar Benjamin. | ||||
| * | Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except ↵ | Antoine Pitrou | 2013-09-30 | 3 | -8/+22 |
| | | | | | | | | | | | | when necessary. Patch by Oscar Benjamin. | ||||
* | | Add a "skull and crossbones" to Py_AddPendingCall. | Antoine Pitrou | 2013-09-30 | 1 | -25/+30 |
|\ \ | |/ | |||||
| * | Add a "skull and crossbones" to Py_AddPendingCall. | Antoine Pitrou | 2013-09-30 | 1 | -25/+30 |
| | | |||||
* | | Issue #19134: Make a test in inspect conditional on multiprocessing | Brett Cannon | 2013-09-30 | 1 | -0/+3 |
| | | | | | | | | | | | | being available. Thanks to Remi Pointel for the bug report. | ||||
* | | Merge 3.3 | Martin v. Löwis | 2013-09-30 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #19106: Add buildbottouch target. | Martin v. Löwis | 2013-09-30 | 1 | -0/+3 |
| | | |||||
* | | Merge 3.3 | Martin v. Löwis | 2013-09-30 | 1 | -11/+26 |
|\ \ | |/ | |||||
| * | Issue #19106: Touch generated files to be 1s newer than their youngest source. | Martin v. Löwis | 2013-09-30 | 1 | -11/+26 |
| | | |||||
* | | merge from 3.3 | Senthil Kumaran | 2013-09-30 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Minor code improvement. Review comment by Eric V. Smith | Senthil Kumaran | 2013-09-30 | 1 | -1/+1 |
| | | |||||
* | | Merge 3.4.0a3 release changes. | Larry Hastings | 2013-09-30 | 26 | -986/+84 |
|\ \ | |||||
| * | | Issue #5845: In site.py, only load readline history from ~/.python_history ↵ | Antoine Pitrou | 2013-09-29 | 2 | -6/+17 |
| | | | | | | | | | | | | if no history has been read already. This avoids double writes to the history file at shutdown. | ||||
| * | | rename some more tests to avoid duplicate names (#19123) | Benjamin Peterson | 2013-09-29 | 1 | -3/+3 |
| | | | |||||
| * | | merge heads | Benjamin Peterson | 2013-09-29 | 0 | -0/+0 |
| |\ \ | |||||
| | * \ | merge 3.3 | Benjamin Peterson | 2013-09-29 | 1 | -7/+0 |
| | |\ \ | |||||
| * | \ \ | merge 3.3 | Benjamin Peterson | 2013-09-29 | 1 | -7/+0 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | merge heads | Benjamin Peterson | 2013-09-29 | 1 | -7/+0 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | remove unused imports | Benjamin Peterson | 2013-09-29 | 1 | -7/+0 |
| | | | | | |||||
| * | | | | Issue #19128: Remove nonfunctional, unused Mac help indexing tool from repo. | Ned Deily | 2013-09-29 | 8 | -909/+0 |
| | | | | | |||||
| * | | | | Properly initialize all fields of a SSL object after allocation. | Antoine Pitrou | 2013-09-29 | 2 | -0/+3 |
| |\ \ \ \ | | |/ / / |