| Commit message (Expand) | Author | Age | Files | Lines |
* | Apparently some compiler gives a warning on | Michael W. Hudson | 2005-06-30 | 1 | -1/+1 |
|
|
* | SF bug #1224347: int/long unification and hex() | Raymond Hettinger | 2005-06-29 | 2 | -13/+7 |
|
|
* | Insert missing flag. | Raymond Hettinger | 2005-06-19 | 1 | -1/+1 |
|
|
* | SF patch #1200018: Restore GC support to set objects | Raymond Hettinger | 2005-06-18 | 1 | -7/+24 |
|
|
* | fix object.__divmod__.__doc__ | Anthony Baxter | 2005-06-03 | 1 | -2/+8 |
|
|
* | This is my patch: | Michael W. Hudson | 2005-05-27 | 1 | -239/+509 |
|
|
* | Disallow opening files with modes 'aU' or 'wU' as specified by PEP | Skip Montanaro | 2005-05-20 | 1 | -0/+51 |
|
|
* | Fixed a quite misleading comment: a "not" should not have been there. | Armin Rigo | 2005-05-15 | 1 | -1/+1 |
|
|
* | SF patch #1200051: Small optimization for PyDict_Merge() | Raymond Hettinger | 2005-05-14 | 1 | -0/+6 |
|
|
* | Make subclasses of int, long, complex, float, and unicode perform type | Brett Cannon | 2005-04-26 | 5 | -75/+73 |
|
|
* | As per discussion on python-dev, descriptors defined in C with a NULL setter | Barry Warsaw | 2005-04-19 | 1 | -2/+2 |
|
|
* | SF bug #1183742: PyDict_Copy() can return non-NULL value on error | Raymond Hettinger | 2005-04-15 | 1 | -1/+1 |
|
|
* | Fix for rather inaccurately titled bug | Michael W. Hudson | 2005-03-30 | 1 | -0/+6 |
|
|
* | SF bug #1770766: weakref proxy has incorrect __nonzero__ behavior. | Raymond Hettinger | 2005-03-27 | 1 | -5/+1 |
|
|
* | 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 |
|
|
* | * Beef-up tests for str.count(). | Raymond Hettinger | 2005-02-20 | 1 | -2/+7 |
|
|
* | * Beef-up testing of str.__contains__() and str.find(). | Raymond Hettinger | 2005-02-20 | 1 | -13/+26 |
|
|
* | Fix | Michael W. Hudson | 2005-02-17 | 1 | -2/+0 |
|
|
* | Code simplification -- eliminate lookup when value is known in advance. | Raymond Hettinger | 2005-02-05 | 1 | -2/+4 |
|
|
* | More bug #1077106 stuff, sorry -- modem induced impatiece! | Michael W. Hudson | 2005-01-31 | 1 | -0/+1 |
|
|
* | Dima Dorfman's patch for coercion/comparison of C types (patch #995939), with | Armin Rigo | 2004-12-23 | 1 | -16/+11 |
|
|
* | Bug #1079011: Incorrect error message (somewhat) | Raymond Hettinger | 2004-12-19 | 1 | -1/+1 |
|
|
* | Small boost to PySequence_Fast(). Lists build faster than tuples for | Raymond Hettinger | 2004-12-18 | 1 | -1/+1 |
|
|
* | Add missing decref. | Raymond Hettinger | 2004-12-16 | 1 | -0/+1 |
|
|
* | SF bug #1085744: Performance issues with PySequence_Tuple() | Raymond Hettinger | 2004-12-16 | 1 | -4/+14 |
|
|
* | Remove PyRange_New(). | Raymond Hettinger | 2004-12-03 | 1 | -45/+0 |
|
|
* | 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 |
|
|
* | SF bug #1030557: PyMapping_Check crashes when argument is NULL | Raymond Hettinger | 2004-09-19 | 1 | -2/+2 |
|
|
* | Initialize sep and seplen to suppress warning from gcc. | Skip Montanaro | 2004-09-16 | 1 | -3/+3 |
|
|
* | Add a missing line continuation character. | Thomas Heller | 2004-09-15 | 1 | -1/+1 |
|
|
* | Make the word "module" appear in the error string for calling the | Michael W. Hudson | 2004-09-14 | 1 | -1/+1 |
|
|
* | Move a comment back to its rightful location. | Michael W. Hudson | 2004-09-14 | 1 | -2/+2 |
|
|
* | Make the hint about the None default less ambiguous. | Walter Dörwald | 2004-09-14 | 1 | -1/+1 |
|
|