Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #13312: skip the single failing value for now. | Florent Xicluna | 2011-11-02 | 1 | -1/+3 |
| | |||||
* | Replace Py_UNICODE_strchr with PyUnicode_FindChar. | Martin v. Löwis | 2011-11-01 | 1 | -6/+3 |
| | |||||
* | Additional tests for negative years. | Florent Xicluna | 2011-11-01 | 1 | -0/+2 |
| | |||||
* | Merge 3.2: issue #2892 | Florent Xicluna | 2011-11-01 | 4 | -30/+49 |
|\ | |||||
| * | Closes #2892: preserve iterparse events in case of SyntaxError. | Florent Xicluna | 2011-11-01 | 4 | -30/+49 |
| | | |||||
* | | Merge test improvements from 3.2. | Ezio Melotti | 2011-11-01 | 1 | -17/+19 |
|\ \ | |/ | |||||
| * | Make sure that the tolerant parser still parses valid HTML correctly. | Ezio Melotti | 2011-11-01 | 1 | -17/+19 |
| | | |||||
* | | Lowercase the test name, to run last. | Florent Xicluna | 2011-11-01 | 1 | -4/+3 |
| | | |||||
* | | Replace temporary tests with the real test case for issue #13309 on Gentoo. | Florent Xicluna | 2011-11-01 | 1 | -7/+9 |
| | | |||||
* | | 'HTTPSHandler' and not the type. | Senthil Kumaran | 2011-11-01 | 1 | -1/+1 |
| | | |||||
* | | Append HTTPSHandler to __all__ when it is available. | Senthil Kumaran | 2011-11-01 | 1 | -0/+2 |
| | | |||||
* | | issue13287 - Define __all__ for urllib.request and urllib.error and expose only | Senthil Kumaran | 2011-11-01 | 4 | -18/+40 |
| | | | | | | | | the relevant module. Other cleanup improvements. Patch by flox. | ||||
* | | Troubleshoot issue #13309 on Gentoo buildbot. | Florent Xicluna | 2011-11-01 | 1 | -2/+4 |
| | | |||||
* | | Add temporary tests to troubleshoot issue #13309 on Gentoo buildbot. | Florent Xicluna | 2011-11-01 | 1 | -0/+4 |
| | | |||||
* | | Test the year range supported by time.strftime() and time.asctime(). | Florent Xicluna | 2011-11-01 | 1 | -37/+59 |
| | | |||||
* | | Merge test fixes from 3.2. | Ezio Melotti | 2011-11-01 | 1 | -10/+11 |
|\ \ | |/ | |||||
| * | Avoid reusing the same collector in the tests. | Ezio Melotti | 2011-11-01 | 1 | -10/+11 |
| | | |||||
* | | #12008: merge with 3.2. | Ezio Melotti | 2011-11-01 | 1 | -0/+24 |
|\ \ | |/ | |||||
| * | #12008: add a test. | Ezio Melotti | 2011-11-01 | 1 | -0/+24 |
| | | |||||
* | | Replace {Get,Set,Has}AttrString with *AttrId. | Martin v. Löwis | 2011-10-14 | 5 | -14/+25 |
| | | |||||
* | | #670664: merge with 3.2. | Ezio Melotti | 2011-11-01 | 4 | -19/+55 |
|\ \ | |/ | |||||
| * | #670664: Fix HTMLParser to correctly handle the content of ↵ | Ezio Melotti | 2011-11-01 | 4 | -19/+55 |
| | | | | | | | | ``<script>...</script>`` and ``<style>...</style>``. | ||||
* | | Strengthen the tests for format '%Y', in relation with issue #13305. | Florent Xicluna | 2011-11-01 | 2 | -16/+62 |
| | | |||||
* | | merge with 3.2 | Sandro Tosi | 2011-11-01 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from ↵ | Sandro Tosi | 2011-11-01 | 1 | -2/+2 |
| | | | | | | | | docs@ | ||||
* | | Issue #13304: Skip test case if user site-packages disabled (-s or | Ned Deily | 2011-10-31 | 2 | -1/+6 |
|\ \ | |/ | | | | | PYTHONNOUSERSITE). (Patch by Carl Meyer) | ||||
| * | Issue #13304: Skip test case if user site-packages disabled (-s or | Ned Deily | 2011-10-31 | 3 | -1/+7 |
| | | | | | | | | PYTHONNOUSERSITE). (Patch by Carl Meyer) | ||||
* | | Fix regression due to changeset 2096158376e5 (issue #13305). | Florent Xicluna | 2011-10-31 | 1 | -6/+21 |
| | | |||||
* | | Issue #13303: Fix a race condition in the bytecode file creation. | Charles-François Natali | 2011-10-31 | 2 | -45/+12 |
| | | |||||
* | | Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). | Ross Lagerwall | 2011-10-31 | 7 | -22/+89 |
| | | |||||
* | | merge from 3.2 - Fix issue 10817 - Fix urlretrieve function to raise ↵ | Senthil Kumaran | 2011-10-31 | 3 | -29/+87 |
|\ \ | |/ | | | | | | | | | ContentTooShortError even when reporthook is None. Patch by Jyrki Pulliainen. | ||||
| * | Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError | Senthil Kumaran | 2011-10-31 | 3 | -29/+87 |
| | | | | | | | | even when reporthook is None. Patch by Jyrki Pulliainen. | ||||
* | | merge with 3.2 | Sandro Tosi | 2011-10-31 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang ↵ | Sandro Tosi | 2011-10-31 | 1 | -2/+2 |
| | | | | | | | | from docs@ | ||||
* | | merge with 3.2 | Sandro Tosi | 2011-10-31 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@ | Sandro Tosi | 2011-10-31 | 1 | -2/+1 |
| | | |||||
* | | MERGE: Closes #13283: removal of two unused variable in locale.py | Jesus Cea | 2011-10-31 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Closes #13283: removal of two unused variable in locale.py | Jesus Cea | 2011-10-31 | 1 | -2/+0 |
| | | |||||
* | | Issue #13226: Update sys.setdlopenflags() docstring | Victor Stinner | 2011-10-31 | 1 | -3/+1 |
| | | | | | | | | Refer to os.RTLD_xxx constants instead of ctypes and DLFCN modules. | ||||
* | | test_asyncore: Enable tests of Unix domain sockets with poll(). | Charles-François Natali | 2011-10-31 | 1 | -2/+9 |
| | | |||||
* | | merge with 3.2 | Sandro Tosi | 2011-10-31 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | document turtle done() function; thanks to Csaba Szepesvari from docs@ | Sandro Tosi | 2011-10-31 | 1 | -1/+2 |
| | | |||||
* | | Drop unused variable. | Martin v. Löwis | 2011-10-31 | 1 | -1/+0 |
| | | |||||
* | | Fix typo. | Martin v. Löwis | 2011-10-31 | 1 | -3/+2 |
| | | |||||
* | | Drop Py_UCS4_ functions. Closes #13246. | Martin v. Löwis | 2011-10-31 | 3 | -138/+90 |
| | | |||||
* | | Replace Py_UCS4_ API with Unicode API. | Martin v. Löwis | 2011-10-31 | 1 | -130/+90 |
| | | |||||
* | | Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. | Ned Deily | 2011-10-31 | 2 | -0/+5 |
|\ \ | |/ | | | | | (Patch by Roger Serwy) | ||||
| * | Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. | Ned Deily | 2011-10-31 | 2 | -0/+5 |
| | | | | | | | | (Patch by Roger Serwy) | ||||
* | | merge with 3.2 | Sandro Tosi | 2011-10-31 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | caught is the right pp of catch; thanks to Don Bennett from docs@ | Sandro Tosi | 2011-10-31 | 1 | -1/+1 |
| | |