Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Let's assume that the datetime module is always available. | Florent Xicluna | 2011-10-30 | 1 | -23/+10 |
| | | |||||
* | | Port import_module_level to Unicode API. | Martin v. Löwis | 2011-10-30 | 1 | -103/+61 |
| | | |||||
* | | Merge | Raymond Hettinger | 2011-10-30 | 2 | -10/+19 |
|\ \ | |/ | |||||
| * | Improve itertools docs with clearer examples of pure python equivalent code. | Raymond Hettinger | 2011-10-30 | 2 | -10/+19 |
| | | |||||
* | | Merge | Raymond Hettinger | 2011-10-30 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue 13274: Make the pure python code for heapq more closely match the C ↵ | Raymond Hettinger | 2011-10-30 | 1 | -0/+4 |
| | | | | | | | | implementation for an undefined corner case. | ||||
| * | Merge heads | Florent Xicluna | 2011-10-30 | 4 | -43/+71 |
| |\ | |||||
* | | | Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the ↵ | Florent Xicluna | 2011-10-30 | 3 | -5/+14 |
| | | | | | | | | | | | | standalone xmlrpc.server. | ||||
* | | | Merge heads | Florent Xicluna | 2011-10-30 | 1 | -0/+3 |
|\ \ \ | |||||
| * \ \ | Add Misc/NEWS entry for issue #10519 | Petri Lehtinen | 2011-10-30 | 1 | -0/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | Add Misc/NEWS entry for issue #10519 | Petri Lehtinen | 2011-10-30 | 1 | -0/+3 |
| | | | | |||||
* | | | | Merge 3.2 | Florent Xicluna | 2011-10-30 | 4 | -43/+72 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | Issue #13293: Better error message when trying to marshal bytes using ↵ | Florent Xicluna | 2011-10-30 | 2 | -9/+4 |
| | | | | | | | | | | | | xmlrpc.client. | ||||
| * | | Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes ↵ | Florent Xicluna | 2011-10-30 | 3 | -21/+11 |
| | | | | | | | | | | | | marshalling. | ||||
| * | | Closes #13291: NameError in xmlrpc package. | Florent Xicluna | 2011-10-30 | 4 | -13/+56 |
| |/ | |||||
* | | 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 |
| | |