| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge | Raymond Hettinger | 2013-10-06 | 4 | -1/+14 |
| |\ | |||||
| | * | Issue #19087: Improve bytearray allocation in order to allow cheap popping ↵ | Antoine Pitrou | 2013-10-05 | 2 | -1/+10 |
| | | | | | | | | | of data at the front (slice deletion). | ||||
| | * | [issue 19152] Ensure we have actually registered ExtensionFileLoader as an ↵ | Eric Snow | 2013-10-05 | 1 | -0/+1 |
| | | | | | | | | | ExecutionLoader. | ||||
| | * | #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 |
| | | | | |||||
| * | | | Strengthen one of the collections.Counter() tests | Raymond Hettinger | 2013-10-06 | 1 | -0/+2 |
| |/ / | |||||
| * | | merge | Raymond Hettinger | 2013-10-04 | 1 | -0/+24 |
| |\ \ | |/ | |||||
| | * | Issue #18594: Make the C code more closely match the pure python code. | Raymond Hettinger | 2013-10-04 | 1 | -0/+24 |
| | | | |||||
| * | | Issue #16803: Run test.test_importlib.test_abc under both | Brett Cannon | 2013-10-04 | 2 | -120/+308 |
| | | | | | | | | | _frozen_importlib and source. | ||||
| * | | Issue #19014: memoryview.cast() is now allowed on zero-length views. | Antoine Pitrou | 2013-10-03 | 1 | -3/+10 |
| |\ \ | |/ | |||||
| | * | Issue #19014: memoryview.cast() is now allowed on zero-length views. | Antoine Pitrou | 2013-10-03 | 1 | -3/+10 |
| | | | |||||
| * | | Close #17839: support bytes-like objects in base64 module | Nick Coghlan | 2013-10-02 | 2 | -23/+105 |
| | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | 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 | 1 | -0/+2 |
| | | | |||||
| * | | Close #19078: memoryview now supports reversed | Nick Coghlan | 2013-10-02 | 1 | -0/+9 |
| | | | | | | | | | Patch by Claudiu Popa | ||||
| * | | Issue #19132: The pprint module now supports compact mode. | Serhiy Storchaka | 2013-10-02 | 1 | -0/+12 |
| | | | |||||
| * | | Issue #19137: The pprint module now correctly formats instances of set and | Serhiy Storchaka | 2013-10-02 | 1 | -12/+67 |
| |\ \ | |/ | | | | | frozenset subclasses. | ||||
| | * | Issue #19137: The pprint module now correctly formats instances of set and | Serhiy Storchaka | 2013-10-02 | 1 | -12/+67 |
| | | | | | | | | | frozenset subclasses. | ||||
| * | | Close #10042: functools.total_ordering now handles NotImplemented | Nick Coghlan | 2013-10-01 | 1 | -7/+101 |
| | | | | | | | | | (Patch by Katie Miller) | ||||
| * | | Merge #19092 from 3.3 | Nick Coghlan | 2013-10-01 | 1 | -0/+37 |
| |\ \ | |/ | |||||
| | * | Close #19092: ExitStack now reraises exceptions from __exit__ | Nick Coghlan | 2013-10-01 | 1 | -0/+37 |
| | | | | | | | | | Report and patch by Hrvoje Nikšić | ||||
| * | | 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. | ||||
| * | | rename some more tests to avoid duplicate names (#19123) | Benjamin Peterson | 2013-09-29 | 1 | -3/+3 |
| | | | |||||
| * | | Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL ↵ | Antoine Pitrou | 2013-09-29 | 1 | -1/+7 |
| | | | | | | | | | handshake hasn't been done. | ||||
| * | | Merge. | Richard Oudkerk | 2013-09-29 | 1 | -8/+9 |
| |\ \ | |/ | |||||
| | * | Issue #19112: avoid using function defined in method. | Richard Oudkerk | 2013-09-29 | 1 | -8/+9 |
| | | | |||||
| * | | merge 3.3 (#19112) | Benjamin Peterson | 2013-09-29 | 1 | -7/+6 |
| |\ \ | |/ | |||||
| | * | move helper function into its test method (closes #19112) | Benjamin Peterson | 2013-09-29 | 1 | -7/+6 |
| | | | |||||
| * | | merge 3.3 (#19117) | Benjamin Peterson | 2013-09-29 | 1 | -4/+0 |
| |\ \ | |/ | |||||
| | * | fix duplicate test names in test_dis (closes #19117) | Benjamin Peterson | 2013-09-29 | 1 | -4/+0 |
| | | | |||||
| * | | merge 3.3 (#19118) | Benjamin Peterson | 2013-09-29 | 1 | -4/+0 |
| |\ \ | |/ | |||||
| | * | remove duplicate test_mkd (closes #19118) | Benjamin Peterson | 2013-09-29 | 1 | -4/+0 |
| | | | |||||
| * | | merge 3.3 (#19116) | Benjamin Peterson | 2013-09-29 | 1 | -1/+0 |
| |\ \ | |/ | |||||
| | * | combine two tests to avoid duplicate names (closes #19116) | Benjamin Peterson | 2013-09-29 | 1 | -1/+0 |
| | | | |||||
| * | | merge 3.3 (#19126) | Benjamin Peterson | 2013-09-29 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | fix duplicate test name (closes #19126) | Benjamin Peterson | 2013-09-29 | 1 | -1/+1 |
| | | | |||||
| * | | merge 3.3 (#19125) | Benjamin Peterson | 2013-09-29 | 1 | -3/+3 |
| |\ \ | |/ | |||||
| | * | fix test to run and test that smtpd does support ELHO (closes #19125) | Benjamin Peterson | 2013-09-29 | 1 | -3/+3 |
| | | | |||||
| * | | delete duplicate test (closes #19123) | Benjamin Peterson | 2013-09-29 | 1 | -6/+0 |
| | | | |||||
| * | | merge 3.3 (#19122) | Benjamin Peterson | 2013-09-29 | 1 | -11/+0 |
| |\ \ | |/ | |||||
| | * | remove duplicate test from test_import (closes #19122) | Benjamin Peterson | 2013-09-29 | 1 | -11/+0 |
| | | | |||||
| * | | Close #18990: remove root attribute from XMLPullParser | Nick Coghlan | 2013-09-28 | 1 | -14/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) | ||||
| * | | Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty | Serhiy Storchaka | 2013-09-27 | 1 | -0/+39 |
| |\ \ | |/ | | | | | bytes until end of data. | ||||
| | * | Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty | Serhiy Storchaka | 2013-09-27 | 1 | -0/+39 |
| | | | | | | | | | bytes until end of data. | ||||
| | * | Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments. | Serhiy Storchaka | 2013-09-23 | 1 | -0/+31 |
| | | | |||||
| * | | Updated test_logging so that errors don't occur in the absence of threading. | Vinay Sajip | 2013-09-27 | 1 | -10/+15 |
| | | | |||||
| * | | Streamlined logging tests by moving common code to a helper function. | Vinay Sajip | 2013-09-27 | 1 | -16/+10 |
| | | | |||||
| * | | logging: added support for Unix domain sockets to SocketHandler and ↵ | Vinay Sajip | 2013-09-27 | 1 | -16/+102 |
| | | | | | | | | | DatagramHandler. | ||||
| * | | Close #19030: improvements to inspect and Enum. | Ethan Furman | 2013-09-25 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | | | | | | | inspect.getmembers and inspect.classify_class_attrs now search the metaclass mro for types.DynamicClassAttributes (what use to be called enum._RouteClassAttributeToGetattr); in part this means that these two functions no longer rely solely on dir(). Besides now returning more accurate information, these improvements also allow a more helpful help() on Enum classes. | ||||
