5437 Commits (2bc1e8fbf2c5be55e1f186d956121bc26eee40c5)

Author SHA1 Message Date
Victor Stinner 9f915d9c20 Issue #13093: Fix _testcapi.unicode_encodedecimal() 15 years ago
Charles-François Natali 93a1175bac Issue #13415: Test in configure if unsetenv() has a return value or not. 15 years ago
Benjamin Peterson 42d96dc07d no python objects to manage here 15 years ago
Benjamin Peterson fde82169e1 plug refleak 15 years ago
Antoine Pitrou aa1c967f93 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. 15 years ago
Victor Stinner 53853c3fa9 Issue #13415: os.unsetenv() doesn't ignore errors anymore. 15 years ago
Victor Stinner 975134e2a2 Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() 15 years ago
Antoine Pitrou 5aa7df320f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is 15 years ago
Florent Xicluna 0965ee213e Issue #2892: preserve iterparse events in case of SyntaxError 15 years ago
Florent Xicluna 67d5d0ed44 Closes #7334: close source files on ElementTree.parse and iterparse (partial backport of issue #10093 from 3.2). 15 years ago
Antoine Pitrou 5a77fe92bd Issue #1548891: The cStringIO.StringIO() constructor now encodes unicode 15 years ago
Senthil Kumaran d583068e7d Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c 15 years ago
Benjamin Peterson a7b0976c3e PyEval_CallObject requires a tuple of args (closes #13186) 15 years ago
Nadeem Vawda 36248154a9 Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. 15 years ago
Charles-François Natali 1f3ff7bc3f Issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native 15 years ago
Charles-François Natali 9ffcbf71a5 Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle 15 years ago
Antoine Pitrou 44b3b5457a Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. 15 years ago
Antoine Pitrou ace2ccf387 Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. 15 years ago
Antoine Pitrou 561a821e93 Issue #7689: Allow pickling of dynamically created classes when their 15 years ago
Meador Inge ad349a190e Issue #12881: ctypes: Fix segfault with large structure field names. 15 years ago
Antoine Pitrou f06eb46918 Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. 15 years ago
Charles-François Natali 564f89036f Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas 15 years ago
Meador Inge fe15003680 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. 15 years ago
Mark Dickinson a96b0d119d Backport issue #12973 itertools fix from 3.x. 15 years ago
Jesus Cea c23484b21f Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received 15 years ago
Stefan Krah 7711273ce8 Use bitwise instead of logical or for flags. 15 years ago
Amaury Forgeot d'Arc 439c25eb9e Issue #12483: ctypes: Fix a crash when the destruction of a callback 15 years ago
Jesus Cea 79e7c4e395 Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana 15 years ago
Amaury Forgeot d'Arc cf316a171e Issue #12764: Fix a crash in ctypes when the name of a Structure field is not 15 years ago
Amaury Forgeot d'Arc 3d7f236329 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to 15 years ago
Charles-François Natali fda7b379ac Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is 15 years ago
Nadeem Vawda bbabbae114 Issue #12839: Fix crash in zlib module due to version mismatch. 15 years ago
Antoine Pitrou a1a8da8bf5 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. 15 years ago
Antoine Pitrou 808cec536a Issue #12213: Fix a buffering bug with interleaved reads and writes that 15 years ago
Ezio Melotti ca5e908c6e #12725: fix working. Patch by Ben Hayden. 15 years ago
Benjamin Peterson 0f8acebd53 dosmodule is, thankfully, no more 15 years ago
Eli Bendersky eaf312a0a4 Issue #12434: make StringIO.write error message consistent with Python 2.7 nomenclature 15 years ago
Barry Warsaw c56432804a - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper 15 years ago
Victor Stinner 59729ff609 Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and 15 years ago
Antoine Pitrou ff48c0a89b Really fix issue #10898: posixmodule.c redefines FSTAT 15 years ago
Senthil Kumaran 2bd9100b2a Fix closes issue 11568 - update select.epoll.register docstring with mention of correct behavior. 15 years ago
Ross Lagerwall ffa8e2fb56 Issue 12404: Remove C89 incompatible code from mmap module. 15 years ago
Brian Curtin 5446f08c60 Correction to f1509fc75435 - Issue #11583 15 years ago
Brian Curtin caea7e8d23 Merge 15 years ago
Victor Stinner 9a1662c2f0 Issue #12016: Reindent decoders of HK and JP codecs 15 years ago
Benjamin Peterson 4ba009d8dc simply use the Python version for pyexpat.__version__ #12221 15 years ago
Éric Araujo f2f8503b65 Fix error message to use the Python name instead of the C name 15 years ago
Victor Stinner daf17e9bc8 Issue #12175: RawIOBase.readall() now returns None if read() returns None. 15 years ago
Victor Stinner 5100a405dc Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if 15 years ago
Victor Stinner 40b41e1ffd Issue #12100: Don't reset incremental encoders of CJK codecs at each call to 15 years ago