Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #22077: Improve index error messages for bytearrays, bytes, lists, and | Terry Jan Reedy | 2014-08-02 | 1 | -0/+4 |
| | | | | | tuples by adding 'or slices'. Added ', not <typename' for bytearrays. Original patch by Claudiu Popa. | ||||
* | Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename | Victor Stinner | 2014-08-01 | 2 | -1/+5 |
| | | | | | ``_Py_wchar2char()`` to :c:func:`Py_EncodeLocale`, and document these functions. | ||||
* | Issue #21907: Further improvments to build_pgo.bat. Patch by Ingolf Becker. | Zachary Ware | 2014-08-01 | 1 | -0/+1 |
| | |||||
* | Issue #22111: Assorted cleanups in test_imaplib. Patch by Milan Oberkirch. | Antoine Pitrou | 2014-07-31 | 1 | -0/+2 |
| | |||||
* | Issue #22085: Dropped support of Tk 8.3 in Tkinter. | Serhiy Storchaka | 2014-07-30 | 1 | -0/+2 |
| | |||||
* | Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. | Serhiy Storchaka | 2014-07-30 | 1 | -0/+3 |
|\ | | | | | | | In particular this allows to initialize images from binary data. | ||||
| * | Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. | Serhiy Storchaka | 2014-07-30 | 1 | -0/+3 |
| | | | | | | | | In particular this allows to initialize images from binary data. | ||||
* | | Issue #22003: When initialized from a bytes object, io.BytesIO() now | Antoine Pitrou | 2014-07-29 | 2 | -0/+5 |
| | | | | | | | | | | | | | | defers making a copy until it is mutated, improving performance and memory use on some use cases. Patch by David Wilson. | ||||
* | | Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets. | Victor Stinner | 2014-07-29 | 1 | -0/+3 |
| | | | | | | | | A side effect is that Python depends to the WinSock library. | ||||
* | | Edit NEWS entry | Ned Deily | 2014-07-29 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Edit NEWS entry | Ned Deily | 2014-07-29 | 1 | -3/+3 |
| | | |||||
* | | Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and | Victor Stinner | 2014-07-29 | 1 | -0/+4 |
| | | | | | | | | | | set the blocking mode of a file descriptor (False if the O_NONBLOCK flag is set, True otherwise). These functions are not available on Windows. | ||||
* | | #21704: merge with 3.4. | Ezio Melotti | 2014-07-29 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | #21704: remove duplicate name in Misc/ACKS. | Ezio Melotti | 2014-07-29 | 1 | -1/+0 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-07-29 | 1 | -0/+7 |
|\ \ | |/ | |||||
| * | Issue #17172: add NEWS | Terry Jan Reedy | 2014-07-29 | 1 | -0/+7 |
| | | |||||
* | | Issue #21704: Merge. | Richard Oudkerk | 2014-07-28 | 2 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #21704: Fix build error for _multiprocessing when semaphores | Richard Oudkerk | 2014-07-28 | 2 | -0/+4 |
| | | | | | | | | are not available. Patch by Arfrever Frehtes Taifersar Arahesis. | ||||
* | | Issue #20179: Apply Argument Clinic to bytes and bytearray. | Martin v. Löwis | 2014-07-27 | 1 | -0/+3 |
| | | | | | | | | Patch by Tal Einat. | ||||
* | | Issue #20173: Convert sha1, sha256, sha512 and md5 to ArgumentClinic. | Martin v. Löwis | 2014-07-27 | 1 | -0/+3 |
| | | | | | | | | Patch by Vajrasky Kok. | ||||
* | | Issue #22082: Clear interned strings in slotdefs. | Martin v. Löwis | 2014-07-26 | 1 | -0/+2 |
| | | |||||
* | | (Merge 3.4) Fix repr(_socket.socket) on Windows 64-bit: don't fail with | Victor Stinner | 2014-07-26 | 1 | -0/+3 |
|\ \ | |/ | | | | | OverflowError on closed socket. repr(socket.socket) already works fine. | ||||
| * | Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError | Victor Stinner | 2014-07-26 | 1 | -0/+3 |
| | | | | | | | | on closed socket. repr(socket.socket) already works fine. | ||||
* | | merge | Raymond Hettinger | 2014-07-25 | 2 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #22044: Fixed premature DECREF in call_tzinfo_method. | Raymond Hettinger | 2014-07-25 | 2 | -0/+4 |
| | | |||||
* | | Issue #22033: Reprs of most Python implemened classes now contain actual | Serhiy Storchaka | 2014-07-25 | 1 | -0/+3 |
| | | | | | | | | class name instead of hardcoded one. | ||||
* | | Issue #21958: Merge with 3.4 | Zachary Ware | 2014-07-25 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #21958: Define HAVE_ROUND when building with VS 2013 and above. | Zachary Ware | 2014-07-25 | 1 | -0/+3 |
| | | | | | | | | Patch by Zachary Turner. | ||||
* | | Issue #21947: handle generator-iterator objects in dis | Nick Coghlan | 2014-07-25 | 2 | -0/+4 |
| | | | | | | | | Patch by Clement Rouault. | ||||
* | | Add missing NEWS entry for issue #18093 | Nick Coghlan | 2014-07-25 | 1 | -0/+4 |
| | | |||||
* | | (Merge 3.4) Issue #16133: The asynchat.async_chat.handle_read() method now | Victor Stinner | 2014-07-24 | 1 | -0/+3 |
|\ \ | |/ | | | | | | | | | ignores BlockingIOError exceptions. Initial patch written by Xavier de Gaye. Document also in asyncore documentation that recv() may raise BlockingIOError. | ||||
| * | Issue #16133: The asynchat.async_chat.handle_read() method now ignores | Victor Stinner | 2014-07-24 | 1 | -0/+3 |
| | | | | | | | | | | | | BlockingIOError exceptions. Initial patch written by Xavier de Gaye. Document also in asyncore documentation that recv() may raise BlockingIOError. | ||||
* | | (Merge 3.4) Issue #19884: readline: Disable the meta modifier key if stdout is | Victor Stinner | 2014-07-24 | 1 | -0/+5 |
|\ \ | |/ | | | | | | | | | not a terminal to not write the ANSI sequence "\033[1034h" into stdout. This sequence is used on some terminal (ex: TERM=xterm-256color") to enable support of 8 bit characters. | ||||
| * | Issue #19884: readline: Disable the meta modifier key if stdout is not a | Victor Stinner | 2014-07-24 | 1 | -0/+5 |
| | | | | | | | | | | | | terminal to not write the ANSI sequence "\033[1034h" into stdout. This sequence is used on some terminal (ex: TERM=xterm-256color") to enable support of 8 bit characters. | ||||
* | | Issue #4350: Removed a number of out-of-dated and non-working for a long time | Serhiy Storchaka | 2014-07-23 | 1 | -0/+3 |
| | | | | | | | | Tkinter methods. | ||||
* | | Merge heads | Serhiy Storchaka | 2014-07-23 | 1 | -0/+1 |
|\ \ | |||||
| * \ | Merge with 3.4 | Terry Jan Reedy | 2014-07-23 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #21597: Turtledemo text pane can now be widened to view or copy complete | Terry Jan Reedy | 2014-07-23 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | lines or narrowed for small screens. Issie #19132: Turtledemo buttons no longer disappear when window is shrun. Patch mostly by Lita Cho (21597) using idea from patch by Jan Kanis (18132). | ||||
* | | | Issue #6167: Scrollbar.activate() now returns the name of active element if | Serhiy Storchaka | 2014-07-23 | 1 | -0/+4 |
|/ / | | | | | | | | | the argument is not specified. Scrollbar.set() now always accepts only 2 arguments. Added tests for Scrollbar.activate() and Scrollbar.set(). | ||||
* | | Issue #15275: Clean up and speed up the ntpath module. | Serhiy Storchaka | 2014-07-23 | 1 | -0/+2 |
| | | |||||
* | | Closes #22002: Merge with 3.4 | Zachary Ware | 2014-07-23 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #22002: Make full use of test discovery in test sub-packages. | Zachary Ware | 2014-07-23 | 1 | -0/+4 |
| | | | | | | | | | | | | Adds `load_package_tests` function to test.support, uses it in test_asyncio, test_email, test_json, test_tools, test_importlib and all test_importlib sub-packages to implement test discovery. | ||||
* | | Issue #21888: plistlib's load() and loads() now work if the fmt parameter is | Serhiy Storchaka | 2014-07-23 | 1 | -0/+3 |
|\ \ | |/ | | | | | specified. | ||||
| * | Issue #21888: plistlib's load() and loads() now work if the fmt parameter is | Serhiy Storchaka | 2014-07-23 | 1 | -0/+3 |
| | | | | | | | | specified. | ||||
* | | Correct issue #21044 patch author. | Serhiy Storchaka | 2014-07-23 | 2 | -2/+1 |
|\ \ | |/ | |||||
| * | Correct issue #21044 patch author. | Serhiy Storchaka | 2014-07-23 | 2 | -2/+1 |
| | | |||||
* | | Issue #22032: __qualname__ instead of __name__ is now always used to format | Serhiy Storchaka | 2014-07-22 | 1 | -0/+3 |
| | | | | | | | | fully qualified class names of Python implemented classes. | ||||
* | | Issue #22031: Reprs now always use hexadecimal format with the "0x" prefix | Serhiy Storchaka | 2014-07-22 | 1 | -0/+3 |
| | | | | | | | | when contain an id in form " at 0x...". | ||||
* | | Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/ | Serhiy Storchaka | 2014-07-22 | 1 | -0/+3 |
|\ \ | |/ | | | | | now display special message when and only when there are failures. | ||||
| * | Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/ | Serhiy Storchaka | 2014-07-22 | 1 | -0/+3 |
| | | | | | | | | now display special message when and only when there are failures. |