Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge 3.3. | Stefan Krah | 2012-12-21 | 2 | -8/+8 | |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | ||||||
| * | | | Issue #16745: Hide a couple of symbols by making them local. | Stefan Krah | 2012-12-21 | 2 | -8/+8 | |
| | | | | ||||||
* | | | | Merge with 3.3 : Don't DECREF the ctypes error_object without the GIL held. | Kristjan Valur Jonsson | 2012-12-21 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge with 3.2 : Don't DECREF the ctypes error_object without the GIL held. | Kristjan Valur Jonsson | 2012-12-21 | 1 | -1/+1 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Merge with 3.1 : Don't DECREF the ctypes error_object without the GIL held. | Kristjan Valur Jonsson | 2012-12-21 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | | * | | Don't DECREF the ctypes error_object without the GIL held. | Kristjan Valur Jonsson | 2012-12-21 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | merge 3.3 (closes #16687) | Benjamin Peterson | 2012-12-21 | 1 | -2/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | link to GIL as a term | Benjamin Peterson | 2012-12-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Patch from Jeff Knupp. | |||||
| * | | | | fix typo (#16687) | Benjamin Peterson | 2012-12-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Patch from Jeff Knupp. | |||||
* | | | | | merge 3.3 (#16597) | Benjamin Peterson | 2012-12-20 | 1 | -2/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | improve message (#16597) | Benjamin Peterson | 2012-12-20 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | merge 3.3 (#16597) | Benjamin Peterson | 2012-12-20 | 5 | -13/+80 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | call close on the underlying stream even if flush raises (closes #16597) | Benjamin Peterson | 2012-12-20 | 5 | -13/+80 | |
| | | | | | | | | | | | | | | | | | | | | Patch by Serhiy Storchaka. | |||||
* | | | | | merge 3.3 (#16722) | Benjamin Peterson | 2012-12-19 | 3 | -5/+37 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | try to call __bytes__ before __index__ (closes #16722) | Benjamin Peterson | 2012-12-19 | 3 | -5/+37 | |
| | |_|/ | |/| | | ||||||
* | | | | merge heads | Benjamin Peterson | 2012-12-19 | 3 | -3/+3 | |
|\ \ \ \ | ||||||
| * \ \ \ | replace threw with raised (#16714) | Andrew Svetlov | 2012-12-19 | 3 | -3/+3 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | replace threw with raised (#16714) | Andrew Svetlov | 2012-12-19 | 3 | -3/+3 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | replace threw with raised (#16714) | Andrew Svetlov | 2012-12-19 | 2 | -2/+2 | |
| | | | | | ||||||
* | | | | | update importlib.h | Benjamin Peterson | 2012-12-19 | 1 | -2633/+2632 | |
|/ / / / | ||||||
* | | | | 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 | 28 | -87/+79 | |
| | | | | | | | | | | | | | | | | Patch by Serhiy Storchaka. | |||||
* | | | | Add versionchanged tag to faq (useless btw because changed text is commented ↵ | Andrew Svetlov | 2012-12-19 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | out) | |||||
* | | | | 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 | 2 | -0/+3 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Add sanity assertions in some import lock code (issue #15599). | Antoine Pitrou | 2012-12-18 | 2 | -0/+3 | |
| | | | | ||||||
* | | | | Mention OSError instead of IOError in the docs. | Andrew Svetlov | 2012-12-18 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 39 | -167/+169 | |
| | | | | ||||||
* | | | | Issue #16706: get rid of os.error | Andrew Svetlov | 2012-12-18 | 33 | -4100/+4066 | |
| | | | | ||||||
* | | | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 42 | -64/+64 | |
|\ \ \ \ | |/ / / | | | | | | | | | Patch by Serhiy Storchaka. | |||||
| * | | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 42 | -64/+64 | |
| |\ \ \ | | |/ / | | | | | | | | | Patch by Serhiy Storchaka. | |||||
| | * | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 36 | -54/+54 | |
| | | | | | | | | | | | | | | | | Patch by Serhiy Storchaka. | |||||
* | | | | Relax test when WITH_PYMALLOC is false or undefined. | Antoine Pitrou | 2012-12-18 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | Issue #16711: Fix required method names for collections.Iterator | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | | | | | | | | | Thanks to Inada Naoki | |||||
| * | | | Issue #16711: Fix required method names for collections.Iterator | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | | | | | | | | | Thanks to Inada Naoki | |||||
| | * | | Issue #16711: Fix required method names for collections.Iterator | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Thanks to Inada Naoki | |||||
* | | | | Following issue #13390, fix compilation --without-pymalloc, and make ↵ | Antoine Pitrou | 2012-12-17 | 3 | -8/+21 | |
| | | | | | | | | | | | | | | | | sys.getallocatedblocks() return 0 in that situation. | |||||
* | | | | Get rig of EnvironmentError (#16705) | Andrew Svetlov | 2012-12-17 | 16 | -35/+34 | |
| | | | | ||||||
* | | | | 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 | 5 | -8/+8 | |
| | | | | ||||||
* | | | | Issue 16646 (ftplib): deliberately use intermediate variable after catching ↵ | Giampaolo Rodola' | 2012-12-17 | 1 | -1/+2 | |
|\ \ \ \ | |/ / / | | | | | | | | | exception | |||||
| * | | | Issue 16646 (ftplib): deliberately use intermediate variable after catching ↵ | Giampaolo Rodola' | 2012-12-17 | 1 | -1/+2 | |
| |\ \ \ | | |/ / | | | | | | | | | exception | |||||
| | * | | Issue 16646 (ftplib): deliberately use intermediate variable after catching ↵ | Giampaolo Rodola' | 2012-12-17 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | exception | |||||
* | | | | Replace os.error with OSError in tkinter and IDLE | Andrew Svetlov | 2012-12-17 | 6 | -8/+8 | |
| | | | |