6213 Commits (261ccdce4825535d4f6ea4bf09e9394bb751df20)

Author SHA1 Message Date
Victor Stinner 3d7acb08c4 Issue #12342: Fix compilation on Mac OS X 14 years ago
Ross Lagerwall dcfde5aac9 Issue #13339: Fix compile error in posixmodule.c due to missing semicolon. 14 years ago
Victor Stinner 7ab4192e82 Issue #12342: Improve _tkinter error message on unencodable character 14 years ago
Victor Stinner b3bc7e764d Issue #10570: curses.putp() is now expecting a byte string, instead of a 14 years ago
Victor Stinner 2662133a05 Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a 14 years ago
Charles-François Natali 23e1ecbd66 Issue #13324: fcntlmodule: Add the F_NOCACHE flag. Patch by Alex Stewart. 14 years ago
Martin v. Löwis 23e275b3ad Port UCS1 and charmap codecs to new API. 14 years ago
Florent Xicluna 91d5193b3a Closes #2892: preserve iterparse events in case of SyntaxError. 14 years ago
Martin v. Löwis 5f4f4c5960 Replace Py_UNICODE_strchr with PyUnicode_FindChar. 14 years ago
Florent Xicluna c45fb25fba Issue #13255: wrong docstrings in array module. 15 years ago
Senthil Kumaran 202a3c422b 3.2 - Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c 15 years ago
Victor Stinner 8d91d454d5 Issue #10653: Fix time.strftime() on Windows, check for invalid format strings 15 years ago
Martin v. Löwis 767046aab1 Replace {Get,Set,Has}AttrString with *AttrId. 15 years ago
Ross Lagerwall 59142db6d3 Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). 14 years ago
Martin v. Löwis 5156f2ca9a Drop unused variable. 14 years ago
Martin v. Löwis cfa6129276 Fix typo. 14 years ago
Martin v. Löwis a72e78b3b1 Replace Py_UCS4_ API with Unicode API. 14 years ago
Antoine Pitrou 41032a69c1 Issue #11183: Add finer-grained exceptions to the ssl module, so that 15 years ago
Victor Stinner cb98bed299 Issue #12619: Expose socket.SO_BINDTODEVICE constant 15 years ago
Victor Stinner 8b905bd9d4 Issue #13226: Add RTLD_xxx constants to the os module. These constants can by 15 years ago
Victor Stinner e0be423297 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to 15 years ago
Ezio Melotti 90bf5f1171 Remove mention of narrow/wide builds and update array doc, add a test. 15 years ago
Antoine Pitrou a0e0e23299 Add a docstring to SSLError 15 years ago
Antoine Pitrou b7705b7792 Use PyExc_OSError directly instead of grabbing it from the socket module API 15 years ago
Ezio Melotti 4837e39b08 #12753: fix compilation on Windows. 15 years ago
Ezio Melotti 931b8aac80 #12753: Add support for Unicode name aliases and named sequences. 15 years ago
Victor Stinner 3a50e7056e Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore 15 years ago
Victor Stinner 5a3ff79fd6 Issue #10653: Fix time.strftime() on Windows, check for invalid format strings 15 years ago
Martin v. Löwis 1c67dd9b15 Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. 15 years ago
Martin v. Löwis bd928fef42 Rename _Py_identifier to _Py_IDENTIFIER. 15 years ago
Victor Stinner c1f32ca0ad Issue #10653: On Windows, use strftime() instead of wcsftime() because 15 years ago
Victor Stinner f5cff56a1b Issue #13088: Add shared Py_hexdigits constant to format a number into base 16 15 years ago
Nadeem Vawda d41a98bdd9 Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. 15 years ago
Antoine Pitrou 6b4883dec0 PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. 15 years ago
Victor Stinner c5af7730e3 Fix FileIO.readall() (new_buffersize()) for large files 15 years ago
Victor Stinner a2a6477ba0 Fix io.FileIO.readall() on Windows 64 bits 15 years ago
Victor Stinner 2c5d3cbfb8 Fix a compiler warning in _locale 15 years ago
Victor Stinner 3f528f0c1b Fix a compiler warning in zipimport 15 years ago
Victor Stinner d9c0631d77 Strip trailing spaces in _json.c 15 years ago
Victor Stinner c4f281eba3 Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead 15 years ago
Victor Stinner beac78bb24 Use PyUnicode_AsUnicodeAndSize() instead of PyUnicode_GET_SIZE() 15 years ago
Antoine Pitrou 699cd9f7f1 Remove unused variable 15 years ago
Martin v. Löwis 1ee1b6fe0d Use identifier API for PyObject_GetAttrString. 15 years ago
Martin v. Löwis afe55bba33 Add API for static strings, primarily good for identifiers. 15 years ago
Charles-François Natali 30589c9041 Issue #10141: fix socketmodule compilation on Linux systems with <linux/can.h> 15 years ago
Martin v. Löwis c47adb04b3 Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE. 15 years ago
Antoine Pitrou 72ca65dce4 Fix a Py_UCS4 / Py_UNICODE mixup. 15 years ago
Antoine Pitrou 77ea6409ef Migrate the _csv module to the new unicode APIs 15 years ago
Benjamin Peterson 17a332ac1b fix compiler warnings 15 years ago
Charles-François Natali 47413c1171 Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias 15 years ago