| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rm trailing ws | Benjamin Peterson | 2015-11-14 | 1 | -1/+1 |
| | | |||||
| * | fix possible memory lea k in _get_aia_uri (closes #25578) | Benjamin Peterson | 2015-11-14 | 1 | -1/+4 |
| | | |||||
| * | fix build with older openssl (#25569) | Benjamin Peterson | 2015-11-14 | 1 | -1/+1 |
| | | |||||
| * | Second instance of deque needing "len" instead of "Py_SIZE" in Py2.7 | Raymond Hettinger | 2015-11-13 | 1 | -1/+1 |
| | | |||||
| * | Deque uses "len" instead of varhead in Py2.7 | Raymond Hettinger | 2015-11-12 | 1 | -1/+1 |
| | | |||||
| * | always set OP_NO_SSLv3 by default (closes #25530) | Benjamin Peterson | 2015-11-12 | 1 | -0/+2 |
| | | |||||
| * | fix memory leak in _get_crl_dp (closes #25569) | Benjamin Peterson | 2015-11-12 | 1 | -28/+24 |
| | | | | | Patch started by Stéphane Wirtel. | ||||
| * | Issue #892902: Fixed pickling recursive objects. | Serhiy Storchaka | 2015-11-07 | 1 | -0/+21 |
| | | |||||
| * | Issue #25523: Backported a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 2 | -2/+2 |
| | | |||||
| * | Issue #22413: Document newline effect on StringIO initializer and getvalue | Martin Panter | 2015-10-10 | 1 | -1/+6 |
| | | | | | Also add to comment in the C code. | ||||
| * | Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6 | Raymond Hettinger | 2015-10-07 | 1 | -1/+5 |
| | | |||||
| * | Issue #25290: Fix typo in csv.reader() docstring | Berker Peksag | 2015-10-02 | 1 | -1/+1 |
| | | | | | Patch by Johannes Niediek. | ||||
| * | Issue #25203: Failed readline.set_completer_delims() no longer left the | Serhiy Storchaka | 2015-09-27 | 1 | -4/+5 |
| | | | | | module in inconsistent state. | ||||
| * | fix spacing | Benjamin Peterson | 2015-09-27 | 1 | -2/+2 |
| | | |||||
| * | Issue #25135: Avoid possible reentrancy issues in deque_clear. | Raymond Hettinger | 2015-09-26 | 1 | -3/+57 |
| | | |||||
| * | Issue #24684: socket.socket.getaddrinfo() now calls | Victor Stinner | 2015-09-11 | 1 | -1/+1 |
| | | | | | | | | PyUnicode_AsEncodedString() instead of calling the encode() method of the host, to handle correctly custom unicode string with an encode() method which doesn't return a byte string. The encoder of the IDNA codec is now called directly instead of calling the encode() method of the string. | ||||
| * | Issue #25030: Do not document seek() as if it accepts keyword arguments | Martin Panter | 2015-09-11 | 1 | -1/+1 |
| | | | | | Patch from Shiyao Ma. | ||||
| * | Don't left shift negative values. Use an unsigned value instead to avoid | Gregory P. Smith | 2015-08-04 | 1 | -1/+1 |
| | | | | | undefined behavior. | ||||
| * | include fcntl.h on all *nix platforms (closes #24217) | Benjamin Peterson | 2015-08-02 | 1 | -2/+2 |
| | | | | | Patch by Jeffrey Armstrong. | ||||
| * | Issue #23652: Make the select module compile against LSB headers. | Zachary Ware | 2015-08-02 | 1 | -0/+10 |
| | | | | | Initial patch by Matt Frank. | ||||
| * | Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch | Victor Stinner | 2015-07-29 | 1 | -0/+1 |
| | | | | | written by Matthieu Gautier. | ||||
| * | Issue #24683: Fixed a crash in _json.make_encoder() called with non-dict 1st ↵ | Serhiy Storchaka | 2015-07-26 | 1 | -0/+7 |
| | | | | | argument. | ||||
| * | Issue #24613: Calling array.fromstring() with self is no longer allowed | Serhiy Storchaka | 2015-07-26 | 1 | -0/+5 |
| | | | | | to prevent the use-after-free error. Patch by John Leitch. | ||||
| * | possible memory leak in error case (closes #24719) | Benjamin Peterson | 2015-07-25 | 1 | -1/+1 |
| | | | | | Patch by Pankaj Sharma. | ||||
| * | proper overflow checks for mymemreplace (closes #24708) | Benjamin Peterson | 2015-07-25 | 1 | -2/+9 |
| | | |||||
| * | Issue #24704: Fixed possible NULL pointer dereferencing in the _json module | Serhiy Storchaka | 2015-07-24 | 1 | -0/+2 |
| | | | | | initialization. Patch by Pankaj Sharma. | ||||
| * | Issue #24620: Random.setstate() now validates the value of state last element. | Serhiy Storchaka | 2015-07-24 | 1 | -0/+4 |
| | | |||||
| * | Issue #24703: Fixed resource leak on error in bsddb.verify(). | Serhiy Storchaka | 2015-07-24 | 1 | -2/+4 |
| | | | | | Original patch by Pankaj Sharma. | ||||
| * | Initialize buf.outobj in multibyte encoder (closes issue #24702). | Serhiy Storchaka | 2015-07-24 | 1 | -0/+1 |
| | | | | | Patch by pankaj.s01. | ||||
| * | Issue #19663: Improve error message for defaultdict. | Raymond Hettinger | 2015-07-20 | 1 | -1/+1 |
| | | |||||
| * | improve style of the convert macro (#24655) | Benjamin Peterson | 2015-07-18 | 1 | -7/+7 |
| | | | | | Patch by Brian Cain. | ||||
| * | Issue #24611: Fixed compiling the posix module on non-Windows platforms | Serhiy Storchaka | 2015-07-12 | 1 | -2/+2 |
| | | | | | without mknod() or makedev() (e.g. on Unixware). | ||||
| * | Issue #18684: Fixed reading out of the buffer in the re module. | Serhiy Storchaka | 2015-07-06 | 1 | -14/+41 |
| | | |||||
| * | Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() | Serhiy Storchaka | 2015-06-28 | 1 | -8/+30 |
| | | | | | | functions of the audioop module. Fixed SystemError when the state is not a tuple. Fixed possible memory leak. | ||||
| * | ensure internal buffer is large enough for string after flushing (closes #24481) | Benjamin Peterson | 2015-06-27 | 1 | -0/+4 |
| | | |||||
| * | Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). | Antoine Pitrou | 2015-06-23 | 2 | -1/+14 |
| | | |||||
| * | Fixed indentation of Python examples in C comments. | Serhiy Storchaka | 2015-06-10 | 1 | -11/+11 |
| | | |||||
| * | Issue #19543: Emit deprecation warning for known non-text encodings. | Serhiy Storchaka | 2015-05-31 | 1 | -12/+22 |
| | | | | | | | | | | | Backported issues #19619: encode() and decode() methods and constructors of str, unicode and bytearray classes now emit deprecation warning for known non-text encodings when Python is ran with the -3 option. Backported issues #20404: io.TextIOWrapper (and hence io.open()) now uses the internal codec marking system added to emit deprecation warning for known non-text encodings at stream construction time when Python is ran with the -3 option. | ||||
| * | Fixed the array module in unicode disabled build (regression of issue20014). | Serhiy Storchaka | 2015-05-31 | 1 | -0/+2 |
| | | |||||
| * | Issue #24264: Fixed buffer overflow in the imageop module. | Serhiy Storchaka | 2015-05-31 | 1 | -2/+5 |
| | | |||||
| * | Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), | Serhiy Storchaka | 2015-05-30 | 2 | -15/+38 |
| | | | | | | PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains() to check for and handle errors correctly. | ||||
| * | Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. | Serhiy Storchaka | 2015-05-29 | 1 | -1/+1 |
| | | | | | Original patch by David Moore. | ||||
| * | Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with faked | Serhiy Storchaka | 2015-05-22 | 1 | -1/+1 |
| | | | | | cursor type. | ||||
| * | Issue #24091: Fixed various crashes in corner cases in cElementTree. | Serhiy Storchaka | 2015-05-18 | 1 | -20/+45 |
| | | |||||
| * | Issue #20014: array.array() now accepts unicode typecodes. Based on patch by | Serhiy Storchaka | 2015-05-16 | 1 | -3/+15 |
| | | | | | Vajrasky Kok. | ||||
| * | merge 2.7.10 release branch | Benjamin Peterson | 2015-05-15 | 1 | -1/+1 |
| |\ | |||||
| | * | deque is not varsized, so using Py_SIZE is nonsensical (closes #24162) | Benjamin Peterson | 2015-05-15 | 1 | -1/+1 |
| | | | |||||
| * | | Defend against a mutation during comparison | Raymond Hettinger | 2015-05-12 | 1 | -0/+5 |
| |/ | |||||
| * | ensure .keywords is always a dict | Benjamin Peterson | 2015-05-09 | 1 | -9/+5 |
| | | |||||
| * | fix libffi compilation on FreeBSD (#23042) | Benjamin Peterson | 2015-05-09 | 1 | -18/+30 |
| | | | | | Patch from Marc-Andre Lemburg. | ||||
