summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* Backported from r41842.Armin Rigo2006-02-202-22/+60
* Fix SF #1412837, compile failed with Watcom compilerNeal Norwitz2006-01-241-5/+5
* Backport:Neal Norwitz2006-01-101-16/+21
* Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\'Hye-Shik Chang2005-12-171-3/+3
* Backport checkin:Walter Dörwald2005-11-281-0/+1
* Backport: SF bug #1331563 ] string_subscript doesn't check for failed PyMem_M...Neal Norwitz2005-10-201-0/+2
* - On 64-bit platforms, when __len__() returns a value that cannot beGuido van Rossum2005-09-202-2/+22
* backport patch [ 1118729 ] Error in representation of complex numbers(again)Georg Brandl2005-09-161-6/+3
* Backport checkin:Walter Dörwald2005-08-301-0/+75
* Disallow keyword arguments for type constructors that don't use themGeorg Brandl2005-08-264-1/+16
* SF bug #1242657: list(obj) can swallow KeyboardInterruptRaymond Hettinger2005-08-212-0/+10
* Teach set modules to correctly compute s-=s and s^=s as the empty set.Raymond Hettinger2005-08-131-10/+13
* * SF bug #1257731: Fix logic in set.__contains__(), set.remove(),Raymond Hettinger2005-08-121-36/+41
* backporting fix by tim_one:Georg Brandl2005-07-181-5/+8
* Backport:Georg Brandl2005-07-111-27/+23
* SF patch #1200018: Restore GC support to set objectsRaymond Hettinger2005-06-191-7/+24
* fix int.__divmod__.__doc__Anthony Baxter2005-06-031-2/+8
* SF bug #1183742: PyDict_Copy() can return non-NULL value on errorRaymond Hettinger2005-04-151-1/+1
* Backport:Michael W. Hudson2005-03-311-0/+6
* SF bug #1770766: weakref proxy has incorrect __nonzero__ behavior.Raymond Hettinger2005-03-311-5/+1
* Convert "__init__ should return None" from an exception to a warning.Raymond Hettinger2005-03-041-4/+5
* SF bug #1155938: Missing None check for __init__().Raymond Hettinger2005-03-031-0/+6
* Revert previous checkin on getargs 'L' code. Try to convert allMartin v. Löwis2005-03-031-1/+22
* Backport: FixMichael W. Hudson2005-02-171-2/+0
* Bug #1079011: Incorrect error message (somewhat)Raymond Hettinger2004-12-191-1/+1
* Backport fixes for bugs #1086555 and #1085744.Raymond Hettinger2004-12-171-4/+9
* Correct the handling of 0-termination of PyUnicode_AsWideChar()Marc-André Lemburg2004-11-221-1/+7
* SF 1062353: set pickling problemsRaymond Hettinger2004-11-091-2/+9
* If close() fails in file_dealloc, then print an error message toPeter Astrand2004-11-071-1/+8
* SF 1055820: weakref callback vs gc vs threadsTim Peters2004-10-301-1/+3
* Wrote down the invariants of some common objects whose structure isArmin Rigo2004-10-281-0/+12
* SF bug #1054139: serious string hashing error in 2.4b1Raymond Hettinger2004-10-261-0/+1
* Applied patch for [ 1047269 ] Buffer overwrite in PyUnicode_AsWideChar.Marc-André Lemburg2004-10-151-2/+2
* Finalize the freelist of list objects.Raymond Hettinger2004-10-071-0/+13
* Use Py_CLEAR(). Add unrelated test.Raymond Hettinger2004-09-281-1/+1
* Checkin Tim's fix to an error discussed on python-dev.Raymond Hettinger2004-09-261-10/+20
* Remove 'extern' declaration for _Py_SwappedOp.Brett Cannon2004-09-251-1/+1
* Ensure negative offsets cannot be passed to buffer(). When composingNeil Schemenauer2004-09-241-2/+15
* Fix buffer offset calculation (need to compute it before changingNeil Schemenauer2004-09-241-11/+7
* float_richcompare(): Use the new Py_IS_NAN macro to ensure that, onTim Peters2004-09-231-11/+9
* SF bug #513866: Float/long comparison anomaly.Tim Peters2004-09-231-8/+206
* A static swapped_op[] array was defined in 3 different C files, & I thinkTim Peters2004-09-233-12/+6
* Patch #1024670: Support int objects in PyLong_AsUnsignedLong[Mask].Martin v. Löwis2004-09-201-0/+11
* SF bug #1030557: PyMapping_Check crashes when argument is NULLRaymond Hettinger2004-09-191-2/+2
* Initialize sep and seplen to suppress warning from gcc.Skip Montanaro2004-09-161-3/+3
* Add a missing line continuation character.Thomas Heller2004-09-151-1/+1
* Make the word "module" appear in the error string for calling theMichael W. Hudson2004-09-141-1/+1
* Move a comment back to its rightful location.Michael W. Hudson2004-09-141-2/+2
* Make the hint about the None default less ambiguous.Walter Dörwald2004-09-141-1/+1
* Enhance the docstrings for unicode.split() and string.split()Walter Dörwald2004-09-141-2/+2