| Commit message (Expand) | Author | Age | Files | Lines |
| * | after discussions with perky, reverted fix for Bug #1379994: Builtin | Anthony Baxter | 2006-03-28 | 1 | -3/+3 |
|
|
| * | Fix the refleak from test_unicode. | Neal Norwitz | 2006-03-28 | 1 | -13/+16 |
|
|
| * | update - still some old .cvsignore files lying around | Anthony Baxter | 2006-03-23 | 1 | -2/+0 |
|
|
| * | Backport: Fix missing NULL checks after PyTuple_New, PyList_New, PyDict_New | Georg Brandl | 2006-03-17 | 2 | -1/+5 |
|
|
| * | Backport 43022: | Neal Norwitz | 2006-03-14 | 1 | -5/+7 |
|
|
| * | Fix bug found by Coverity: don't allow NULL argument to PyUnicode_CheckExact | Georg Brandl | 2006-03-13 | 1 | -2/+2 |
|
|
| * | Backport r42894: SF #1444030 Fix several potential defects found | Hye-Shik Chang | 2006-03-07 | 4 | -11/+30 |
|
|
| * | Backported from r41842. | Armin Rigo | 2006-02-20 | 2 | -22/+60 |
|
|
| * | Fix SF #1412837, compile failed with Watcom compiler | Neal Norwitz | 2006-01-24 | 1 | -5/+5 |
|
|
| * | Backport: | Neal Norwitz | 2006-01-10 | 1 | -16/+21 |
|
|
| * | Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\' | Hye-Shik Chang | 2005-12-17 | 1 | -3/+3 |
|
|
| * | Backport checkin: | Walter Dörwald | 2005-11-28 | 1 | -0/+1 |
|
|
| * | Backport: SF bug #1331563 ] string_subscript doesn't check for failed PyMem_M... | Neal Norwitz | 2005-10-20 | 1 | -0/+2 |
|
|
| * | - On 64-bit platforms, when __len__() returns a value that cannot be | Guido van Rossum | 2005-09-20 | 2 | -2/+22 |
|
|
| * | backport patch [ 1118729 ] Error in representation of complex numbers(again) | Georg Brandl | 2005-09-16 | 1 | -6/+3 |
|
|
| * | Backport checkin: | Walter Dörwald | 2005-08-30 | 1 | -0/+75 |
|
|
| * | Disallow keyword arguments for type constructors that don't use them | Georg Brandl | 2005-08-26 | 4 | -1/+16 |
|
|
| * | SF bug #1242657: list(obj) can swallow KeyboardInterrupt | Raymond Hettinger | 2005-08-21 | 2 | -0/+10 |
|
|
| * | Teach set modules to correctly compute s-=s and s^=s as the empty set. | Raymond Hettinger | 2005-08-13 | 1 | -10/+13 |
|
|
| * | * SF bug #1257731: Fix logic in set.__contains__(), set.remove(), | Raymond Hettinger | 2005-08-12 | 1 | -36/+41 |
|
|
| * | backporting fix by tim_one: | Georg Brandl | 2005-07-18 | 1 | -5/+8 |
|
|
| * | Backport: | Georg Brandl | 2005-07-11 | 1 | -27/+23 |
|
|
| * | SF patch #1200018: Restore GC support to set objects | Raymond Hettinger | 2005-06-19 | 1 | -7/+24 |
|
|
| * | fix int.__divmod__.__doc__ | Anthony Baxter | 2005-06-03 | 1 | -2/+8 |
|
|
| * | SF bug #1183742: PyDict_Copy() can return non-NULL value on error | Raymond Hettinger | 2005-04-15 | 1 | -1/+1 |
|
|
| * | Backport: | Michael W. Hudson | 2005-03-31 | 1 | -0/+6 |
|
|
| * | SF bug #1770766: weakref proxy has incorrect __nonzero__ behavior. | Raymond Hettinger | 2005-03-31 | 1 | -5/+1 |
|
|
| * | Convert "__init__ should return None" from an exception to a warning. | Raymond Hettinger | 2005-03-04 | 1 | -4/+5 |
|
|
| * | SF bug #1155938: Missing None check for __init__(). | Raymond Hettinger | 2005-03-03 | 1 | -0/+6 |
|
|
| * | Revert previous checkin on getargs 'L' code. Try to convert all | Martin v. Löwis | 2005-03-03 | 1 | -1/+22 |
|
|
| * | Backport: Fix | Michael W. Hudson | 2005-02-17 | 1 | -2/+0 |
|
|
| * | Bug #1079011: Incorrect error message (somewhat) | Raymond Hettinger | 2004-12-19 | 1 | -1/+1 |
|
|
| * | Backport fixes for bugs #1086555 and #1085744. | Raymond Hettinger | 2004-12-17 | 1 | -4/+9 |
|
|
| * | Correct the handling of 0-termination of PyUnicode_AsWideChar() | Marc-André Lemburg | 2004-11-22 | 1 | -1/+7 |
|
|
| * | SF 1062353: set pickling problems | Raymond Hettinger | 2004-11-09 | 1 | -2/+9 |
|
|
| * | If close() fails in file_dealloc, then print an error message to | Peter Astrand | 2004-11-07 | 1 | -1/+8 |
|
|
| * | SF 1055820: weakref callback vs gc vs threads | Tim Peters | 2004-10-30 | 1 | -1/+3 |
|
|
| * | Wrote down the invariants of some common objects whose structure is | Armin Rigo | 2004-10-28 | 1 | -0/+12 |
|
|
| * | SF bug #1054139: serious string hashing error in 2.4b1 | Raymond Hettinger | 2004-10-26 | 1 | -0/+1 |
|
|
| * | Applied patch for [ 1047269 ] Buffer overwrite in PyUnicode_AsWideChar. | Marc-André Lemburg | 2004-10-15 | 1 | -2/+2 |
|
|
| * | Finalize the freelist of list objects. | Raymond Hettinger | 2004-10-07 | 1 | -0/+13 |
|
|
| * | Use Py_CLEAR(). Add unrelated test. | Raymond Hettinger | 2004-09-28 | 1 | -1/+1 |
|
|
| * | Checkin Tim's fix to an error discussed on python-dev. | Raymond Hettinger | 2004-09-26 | 1 | -10/+20 |
|
|
| * | Remove 'extern' declaration for _Py_SwappedOp. | Brett Cannon | 2004-09-25 | 1 | -1/+1 |
|
|
| * | Ensure negative offsets cannot be passed to buffer(). When composing | Neil Schemenauer | 2004-09-24 | 1 | -2/+15 |
|
|
| * | Fix buffer offset calculation (need to compute it before changing | Neil Schemenauer | 2004-09-24 | 1 | -11/+7 |
|
|
| * | float_richcompare(): Use the new Py_IS_NAN macro to ensure that, on | Tim Peters | 2004-09-23 | 1 | -11/+9 |
|
|
| * | SF bug #513866: Float/long comparison anomaly. | Tim Peters | 2004-09-23 | 1 | -8/+206 |
|
|
| * | A static swapped_op[] array was defined in 3 different C files, & I think | Tim Peters | 2004-09-23 | 3 | -12/+6 |
|
|
| * | Patch #1024670: Support int objects in PyLong_AsUnsignedLong[Mask]. | Martin v. Löwis | 2004-09-20 | 1 | -0/+11 |
|
|