Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 3.2 | Benjamin Peterson | 2011-10-30 | 1 | -1/+1 |
|\ | |||||
| * | remove unused variable | Benjamin Peterson | 2011-10-30 | 1 | -1/+1 |
| | | |||||
* | | Issue #10363: Deallocate global locks in Py_Finalize(). | Antoine Pitrou | 2011-10-30 | 3 | -10/+23 |
|\ \ | |/ | |||||
| * | Issue #10363: Deallocate global locks in Py_Finalize(). | Antoine Pitrou | 2011-10-30 | 3 | -10/+23 |
| | | |||||
* | | Fix the return value of set_discard (issue #10519) | Petri Lehtinen | 2011-10-30 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Fix the return value of set_discard (issue #10519) | Petri Lehtinen | 2011-10-30 | 1 | -2/+3 |
| | | |||||
* | | Avoid unnecessary recursive function calls (#closes #10519) | Petri Lehtinen | 2011-10-30 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Avoid unnecessary recursive function calls (closes #10519) | Petri Lehtinen | 2011-10-30 | 1 | -2/+2 |
| | | |||||
* | | Port PyImport_ReloadModule to Unicode API. | Martin v. Löwis | 2011-10-30 | 1 | -34/+26 |
| | | |||||
* | | Merge the button to show/hide the prompts and output from 3.2. | Ezio Melotti | 2011-10-30 | 2 | -0/+57 |
|\ \ | |/ | |||||
| * | Add a button to the code examples in the doc to show/hide the prompts and ↵ | Ezio Melotti | 2011-10-30 | 2 | -0/+57 |
| | | | | | | | | output. | ||||
* | | Issue #5661: on EPIPE/ECONNRESET, OS X returns the FD with the POLLPRI flag... | Charles-François Natali | 2011-10-29 | 1 | -0/+4 |
| | | |||||
* | | Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. Patch | Charles-François Natali | 2011-10-29 | 3 | -0/+32 |
| | | | | | | | | by Xavier de Gaye. | ||||
* | | #13289: merge with 3.2. | Ezio Melotti | 2011-10-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #13289: fix typo. | Ezio Melotti | 2011-10-29 | 1 | -1/+1 |
| | | |||||
* | | PyUnicode_AsUnicodeCopy() uses PyUnicode_AsUnicodeAndSize() to get directly ↵ | Victor Stinner | 2011-10-23 | 1 | -4/+4 |
| | | | | | | | | the length | ||||
* | | Fix PyUnicode_InternImmortal(): PyUnicode_InternInPlace() may changes *p | Victor Stinner | 2011-10-23 | 1 | -3/+1 |
| | | |||||
* | | Cast directly to unsigned char, instead of using Py_CHARMASK | Victor Stinner | 2011-10-23 | 1 | -2/+2 |
| | | | | | | | | We don't need "& 0xff" on an unsigned char. | ||||
* | | Replace PyUnicodeObject* by PyObject* where it was irrevelant | Victor Stinner | 2011-10-23 | 3 | -144/+131 |
| | | | | | | | | | | | | A Unicode string can now be a PyASCIIObject, PyCompactUnicodeObject or PyUnicodeObject. Aliasing a PyASCIIObject* or PyCompactUnicodeObject* to PyUnicodeObject* is wrong | ||||
* | | Fix data variable in _PyUnicode_Dump() for compact ASCII | Victor Stinner | 2011-10-23 | 1 | -2/+10 |
| | | |||||
* | | Remove last references to the removed Unicode free list | Victor Stinner | 2011-10-23 | 1 | -23/+0 |
| | | |||||
* | | merge 3.2 | Benjamin Peterson | 2011-10-28 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | bring is_integer into tested existence | Benjamin Peterson | 2011-10-28 | 1 | -0/+6 |
| | | |||||
* | | - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. | Barry Warsaw | 2011-10-28 | 2 | -2/+6 |
|\ \ | |/ | |||||
| * | - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. | Barry Warsaw | 2011-10-28 | 2 | -2/+6 |
| |\ | |||||
| | * | - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. | Barry Warsaw | 2011-10-28 | 2 | -2/+6 |
| | | | |||||
* | | | Merge 3.2 | Florent Xicluna | 2011-10-28 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Documentation typo | Florent Xicluna | 2011-10-28 | 1 | -2/+2 |
| | | | |||||
* | | | Merge 3.2 | Florent Xicluna | 2011-10-28 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | I should be someone | Florent Xicluna | 2011-10-28 | 1 | -4/+4 |
| |/ | |||||
* | | Remove no-op code from previous commit. | Florent Xicluna | 2011-10-28 | 1 | -4/+1 |
| | | |||||
* | | Simplify and remove few dependencies on 'errno', thanks to PEP 3151. | Florent Xicluna | 2011-10-28 | 5 | -45/+28 |
| | | |||||
* | | Merge 3.2 (linked to issue #1294232) | Florent Xicluna | 2011-10-28 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Remove unused variable. | Florent Xicluna | 2011-10-28 | 1 | -2/+1 |
| | | |||||
* | | Merge 3.2 | Florent Xicluna | 2011-10-28 | 27 | -54/+51 |
|\ \ | |/ | |||||
| * | Closes #13258: Use callable() built-in in the standard library. | Florent Xicluna | 2011-10-28 | 25 | -51/+48 |
| | | |||||
* | | Merge HTMLParser doc changes from 3.2. | Ezio Melotti | 2011-10-28 | 1 | -23/+19 |
|\ \ | |/ | |||||
| * | Improve HTMLParser example in the doc and fix a couple minor things. | Ezio Melotti | 2011-10-28 | 1 | -23/+19 |
| | | |||||
* | | #13273: merge with 3.2. | Ezio Melotti | 2011-10-28 | 3 | -3/+38 |
|\ \ | |/ | |||||
| * | #13273: fix a bug that prevented HTMLParser to properly detect some tags ↵ | Ezio Melotti | 2011-10-28 | 3 | -3/+38 |
| | | | | | | | | when strict=False. | ||||
* | | #13278: merge with 3.2. | Ezio Melotti | 2011-10-28 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge heads. | Ezio Melotti | 2011-10-28 | 2 | -6/+4 |
| |\ | |||||
| * | | #13278: fix typo. | Ezio Melotti | 2011-10-28 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 3.2 | Florent Xicluna | 2011-10-28 | 2 | -6/+4 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fixes #13270: obsolete reference to old-style/new-style classes. | Florent Xicluna | 2011-10-28 | 2 | -6/+4 |
| |/ | |||||
* | | Fix typo | Antoine Pitrou | 2011-10-28 | 1 | -1/+1 |
| | | |||||
* | | Update example of non-blocking SSL code for the new finer-grained exceptions | Antoine Pitrou | 2011-10-27 | 1 | -7/+4 |
| | | |||||
* | | Issue #11183: Add finer-grained exceptions to the ssl module, so that | Antoine Pitrou | 2011-10-27 | 5 | -24/+120 |
| | | | | | | | | you don't have to inspect the exception's attributes in the common case. | ||||
* | | Merged documentation fix from 3.2. | Vinay Sajip | 2011-10-27 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | Added lost documentation cross-reference. | Vinay Sajip | 2011-10-27 | 1 | -3/+4 |
| | |