| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | | * | Merged revisions 66809-66810,66835,66862-66863 via svnmerge from | Hirokazu Yamamoto | 2008-10-09 | 1 | -1/+6 |
|
|
| | | * | Merged revisions 66766-66767,66771-66772,66774,66776,66783-66787,66790,66793,... | Benjamin Peterson | 2008-10-04 | 2 | -2/+2 |
|
|
| | | * | Merged revisions 66748 via svnmerge from | Christian Heimes | 2008-10-02 | 3 | -4/+4 |
|
|
| | * | | Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. | Nadeem Vawda | 2012-01-18 | 1 | -0/+2 |
|
|
| | * | | Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo | Jesus Cea | 2012-01-16 | 2 | -2/+2 |
|
|
| | * | | Issue #13774: json: Fix a SystemError when a bogus encoding is passed to | Amaury Forgeot d'Arc | 2012-01-13 | 1 | -1/+8 |
|
|
| | * | | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by | Charles-François Natali | 2012-01-02 | 1 | -8/+21 |
|
|
| | * | | Issue #4028: Make multiprocessing build on SunOS. | Charles-François Natali | 2011-12-14 | 1 | -1/+1 |
|
|
| | * | | Issue #13573: The csv.writer now uses the repr() for floats rather than str(). | Raymond Hettinger | 2011-12-12 | 1 | -1/+5 |
|
|
| | * | | Fix docstring typo. | Florent Xicluna | 2011-12-09 | 1 | -1/+1 |
|
|
| | * | | Issue #13093: Fix _testcapi.unicode_encodedecimal() | Victor Stinner | 2011-11-28 | 1 | -1/+1 |
|
|
| | * | | Issue #13415: Test in configure if unsetenv() has a return value or not. | Charles-François Natali | 2011-11-27 | 1 | -0/+6 |
|
|
| | * | | no python objects to manage here | Benjamin Peterson | 2011-11-23 | 1 | -3/+1 |
|
|
| | * | | plug refleak | Benjamin Peterson | 2011-11-23 | 1 | -1/+3 |
|
|
| | * | | Issue #13458: Fix a memory leak in the ssl module when decoding a certificate... | Antoine Pitrou | 2011-11-23 | 1 | -0/+1 |
|
|
| | * | | Issue #13415: os.unsetenv() doesn't ignore errors anymore. | Victor Stinner | 2011-11-22 | 1 | -1/+12 |
|
|
| | * | | Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() | Victor Stinner | 2011-11-22 | 1 | -0/+36 |
|
|
| | * | | Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is | Antoine Pitrou | 2011-11-21 | 1 | -32/+46 |
|
|
| | * | | Issue #2892: preserve iterparse events in case of SyntaxError | Florent Xicluna | 2011-11-01 | 1 | -15/+23 |
|
|
| | * | | Closes #7334: close source files on ElementTree.parse and iterparse (partial ... | Florent Xicluna | 2011-10-29 | 1 | -11/+21 |
|
|
| | * | | Issue #1548891: The cStringIO.StringIO() constructor now encodes unicode | Antoine Pitrou | 2011-10-22 | 1 | -1/+5 |
|
|
| | * | | Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c | Senthil Kumaran | 2011-10-19 | 1 | -1/+1 |
|
|
| | * | | PyEval_CallObject requires a tuple of args (closes #13186) | Benjamin Peterson | 2011-10-15 | 1 | -0/+14 |
|
|
| | * | | Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a ... | Nadeem Vawda | 2011-10-13 | 2 | -30/+8 |
|
|
| | * | | Merge. | Charles-François Natali | 2011-10-12 | 1 | -1/+0 |
| | |\ \ |
|
| | | * | | Issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native | Charles-François Natali | 2011-10-12 | 1 | -1/+0 |
|
|
| | * | | | Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle | Charles-François Natali | 2011-10-06 | 1 | -0/+5 |
|
|
| | * | | | Remove all other uses of the C tolower()/toupper() which could break with a T... | Antoine Pitrou | 2011-10-04 | 3 | -6/+6 |
|
|
| | * | | | Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. | Antoine Pitrou | 2011-10-04 | 1 | -2/+2 |
|
|
| | * | | | Issue #7689: Allow pickling of dynamically created classes when their | Antoine Pitrou | 2011-10-04 | 1 | -5/+5 |
|
|
| | * | | | Issue #12881: ctypes: Fix segfault with large structure field names. | Meador Inge | 2011-10-04 | 1 | -1/+7 |
|
|
| | * | | | Issue #13034: When decoding some SSL certificates, the subjectAltName extensi... | Antoine Pitrou | 2011-10-01 | 1 | -1/+1 |
|
|
| | * | | | Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas | Charles-François Natali | 2011-09-29 | 1 | -0/+1 |
|
|
| | * | | | Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. | Meador Inge | 2011-09-28 | 1 | -0/+1 |
|
|
| | * | | | Backport issue #12973 itertools fix from 3.x. | Mark Dickinson | 2011-09-24 | 1 | -1/+3 |
|
|
| | * | | | Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa... | Jesus Cea | 2011-09-21 | 1 | -0/+11 |
|
|
| | * | | | Use bitwise instead of logical or for flags. | Stefan Krah | 2011-09-15 | 1 | -1/+1 |
|
|
| | * | | | Issue #12483: ctypes: Fix a crash when the destruction of a callback | Amaury Forgeot d'Arc | 2011-09-12 | 1 | -0/+1 |
|
|
| | * | | | Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana | Jesus Cea | 2011-09-10 | 1 | -11/+23 |
|
|
| | * | | | Issue #12764: Fix a crash in ctypes when the name of a Structure field is not | Amaury Forgeot d'Arc | 2011-09-02 | 1 | -2/+15 |
|
|
| | * | | | Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to | Amaury Forgeot d'Arc | 2011-08-30 | 1 | -2/+4 |
|
|
| | * | | | Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is | Charles-François Natali | 2011-08-28 | 4 | -19/+11 |
|
|
| | * | | | Issue #12839: Fix crash in zlib module due to version mismatch. | Nadeem Vawda | 2011-08-28 | 1 | -1/+7 |
|
|
| | * | | | Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. | Antoine Pitrou | 2011-08-23 | 1 | -2/+2 |
|
|
| | * | | | Issue #12213: Fix a buffering bug with interleaved reads and writes that | Antoine Pitrou | 2011-08-20 | 1 | -59/+58 |
|
|
| | * | | | #12725: fix working. Patch by Ben Hayden. | Ezio Melotti | 2011-08-14 | 1 | -3/+3 |
|
|
| | * | | | dosmodule is, thankfully, no more | Benjamin Peterson | 2011-08-04 | 1 | -2/+0 |
|
|
| | * | | | Issue #12434: make StringIO.write error message consistent with Python 2.7 no... | Eli Bendersky | 2011-07-22 | 1 | -1/+1 |
|
|
| | * | | | - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper | Barry Warsaw | 2011-07-19 | 1 | -0/+5 |
|
|
| | * | | | Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and | Victor Stinner | 2011-07-05 | 2 | -7/+36 |
|
|