Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test coverage for os.removedirs (#16775) | Andrew Svetlov | 2012-12-25 | 1 | -0/+46 |
|\ | |||||
| * | Add test coverage for os.removedirs (#16775) | Andrew Svetlov | 2012-12-25 | 1 | -0/+46 |
| |\ | |||||
| | * | Add test coverage for os.removedirs (#16775) | Andrew Svetlov | 2012-12-25 | 1 | -0/+46 |
| | | | |||||
* | | | Fix issue16713 - tel url parsing with params | Senthil Kumaran | 2012-12-24 | 1 | -0/+29 |
|\ \ \ | |/ / | |||||
| * | | Fix issue16713 - tel url parsing with params | Senthil Kumaran | 2012-12-24 | 1 | -0/+29 |
| |\ \ | | |/ | |||||
| | * | Fix issue16713 - tel url parsing with params | Senthil Kumaran | 2012-12-24 | 1 | -0/+29 |
| | | | |||||
| * | | merge from 3.2 | Senthil Kumaran | 2012-12-23 | 1 | -12/+28 |
| |\ \ | | |/ | | | | | | | Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly | ||||
| | * | Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that ↵ | Senthil Kumaran | 2012-12-23 | 1 | -10/+26 |
| | | | | | | | | | | | | to return headers correctly | ||||
| * | | merge heads | Andrew Svetlov | 2012-12-23 | 2 | -2/+44 |
| |\ \ | |||||
* | | | | Use OESeeror instead of os.error (#16720) | Andrew Svetlov | 2012-12-24 | 3 | -8/+8 |
| | | | | | | | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | | | Issue #9856: Replace deprecation warinigs to raising TypeError in ↵ | Andrew Svetlov | 2012-12-23 | 2 | -15/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | object.__format__ Patch by Florent Xicluna. | ||||
* | | | | Issue #16045: add more unit tests for built-in int() | Andrew Svetlov | 2012-12-23 | 2 | -2/+44 |
|\ \ \ \ | | |/ / | |/| | | | | | | Patch by Chris Jerdonek. | ||||
| * | | | Issue #16045: add more unit tests for built-in int() | Andrew Svetlov | 2012-12-23 | 2 | -2/+44 |
| | | | | | | | | | | | | | | | | Patch by Chris Jerdonek. | ||||
* | | | | merge with 3.3 | Brett Cannon | 2012-12-23 | 1 | -0/+15 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Issue #16752: Add a missing import to modulefinder. | Brett Cannon | 2012-12-23 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix Misc/ACKS to put part of it back in alphabetical order and remove some duplicate names. Patch by Berker Peksag. | ||||
* | | | | merge 3.3 (#16597) | Benjamin Peterson | 2012-12-20 | 1 | -0/+28 |
|\ \ \ \ | |/ / / | |||||
| * | | | call close on the underlying stream even if flush raises (closes #16597) | Benjamin Peterson | 2012-12-20 | 1 | -0/+28 |
| | | | | | | | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | | | merge 3.3 (#16722) | Benjamin Peterson | 2012-12-19 | 1 | -0/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | try to call __bytes__ before __index__ (closes #16722) | Benjamin Peterson | 2012-12-19 | 1 | -0/+6 |
| |/ / | |||||
* | | | replace threw with raised (#16714) | Andrew Svetlov | 2012-12-19 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | replace threw with raised (#16714) | Andrew Svetlov | 2012-12-19 | 2 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | replace threw with raised (#16714) | Andrew Svetlov | 2012-12-19 | 2 | -2/+2 |
| | | | |||||
* | | | Small cleanup in test_ftplib | Antoine Pitrou | 2012-12-19 | 1 | -13/+14 |
|\ \ \ | |/ / | |||||
| * | | Small cleanup in test_ftplib | Antoine Pitrou | 2012-12-19 | 1 | -13/+14 |
| | | | |||||
* | | | Issue #16719: Get rid of WindowsError. Use OSError instead | Andrew Svetlov | 2012-12-19 | 5 | -21/+21 |
| | | | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | | Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue ↵ | Antoine Pitrou | 2012-12-18 | 1 | -1/+8 |
|\ \ \ | |/ / | | | | | | | #13876) - probably not Python-related. | ||||
| * | | Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue ↵ | Antoine Pitrou | 2012-12-18 | 1 | -1/+8 |
| | | | | | | | | | | | | #13876) - probably not Python-related. | ||||
* | | | Call importlib.invalidate_caches() after creating module files in ↵ | Antoine Pitrou | 2012-12-18 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | test_threaded_import. | ||||
| * | | Call importlib.invalidate_caches() after creating module files in ↵ | Antoine Pitrou | 2012-12-18 | 1 | -0/+3 |
| | | | | | | | | | | | | test_threaded_import. | ||||
* | | | Try to make test_threaded_import faster and safer (issue #15599). | Antoine Pitrou | 2012-12-18 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Try to make test_threaded_import faster and safer (issue #15599). | Antoine Pitrou | 2012-12-18 | 1 | -2/+2 |
| | | | |||||
* | | | Add sanity assertions in some import lock code (issue #15599). | Antoine Pitrou | 2012-12-18 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Add sanity assertions in some import lock code (issue #15599). | Antoine Pitrou | 2012-12-18 | 1 | -0/+1 |
| | | | |||||
* | | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 16 | -109/+109 |
| | | | |||||
* | | | Issue #16706: get rid of os.error | Andrew Svetlov | 2012-12-18 | 4 | -5/+5 |
| | | | |||||
* | | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 15 | -27/+27 |
|\ \ \ | |/ / | | | | | | | Patch by Serhiy Storchaka. | ||||
| * | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 15 | -27/+27 |
| |\ \ | | |/ | | | | | | | Patch by Serhiy Storchaka. | ||||
| | * | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 14 | -25/+25 |
| | | | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
| | * | Fix ResourceWarnings in test_pty | Antoine Pitrou | 2012-12-16 | 1 | -3/+5 |
| | | | |||||
* | | | Relax test when WITH_PYMALLOC is false or undefined. | Antoine Pitrou | 2012-12-18 | 1 | -1/+4 |
| | | | |||||
* | | | Following issue #13390, fix compilation --without-pymalloc, and make ↵ | Antoine Pitrou | 2012-12-17 | 1 | -1/+6 |
| | | | | | | | | | | | | sys.getallocatedblocks() return 0 in that situation. | ||||
* | | | Get rig of EnvironmentError (#16705) | Andrew Svetlov | 2012-12-17 | 9 | -19/+18 |
| | | | |||||
* | | | Replace mmap.error with OSError, #16705 | Andrew Svetlov | 2012-12-17 | 1 | -2/+2 |
| | | | |||||
* | | | Issue #16704: Get rid of select.error in stdlib. Use OSError instead. | Andrew Svetlov | 2012-12-17 | 3 | -4/+4 |
| | | | |||||
* | | | Cleanup: remove not needed mocks. | Andrew Svetlov | 2012-12-17 | 1 | -6/+0 |
| | | | |||||
* | | | Issue #16647: save socket error details in LMTP.connect() | Andrew Svetlov | 2012-12-17 | 2 | -8/+4 |
|\ \ \ | |/ / | | | | | | | Initial patch by Serhiy Storchaka. | ||||
* | | | Merge 3.3. | Stefan Krah | 2012-12-16 | 1 | -0/+21 |
|\ \ \ | |/ / | |||||
| * | | Issue #15783: Support None default values in the Context() constructor. | Stefan Krah | 2012-12-16 | 1 | -0/+21 |
| | | | |||||
* | | | Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue ↵ | Antoine Pitrou | 2012-12-16 | 1 | -1/+8 |
|\ \ \ | |/ / | | | | | | | #13876) - probably not Python-related. | ||||
| * | | Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue ↵ | Antoine Pitrou | 2012-12-16 | 1 | -1/+8 |
| | | | | | | | | | | | | #13876) - probably not Python-related. |