index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 53667
Raymond Hettinger
2007-04-18
1
-7/+7
*
Revert SF #1615701 (rev 53655): dict.update() does *not* call __getitem__() or
Neal Norwitz
2007-04-16
1
-1/+1
*
Revert 54813 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen.
Neal Norwitz
2007-04-16
1
-2/+2
*
Fix a bug when using the __lltrace__ opcode tracer, and a problem sith signed...
Kristján Valur Jónsson
2007-04-13
1
-2/+2
*
Test and fix fromkeys optional argument.
Raymond Hettinger
2007-03-21
1
-2/+2
*
Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() call...
Raymond Hettinger
2007-03-20
2
-2/+36
*
Patch #1462488: prevent a segfault in object_reduce_ex() by splitting
Žiga Seilnacht
2007-03-15
1
-14/+47
*
Patch #1680015: Don't modify __slots__ tuple if it contains an unicode
Žiga Seilnacht
2007-03-14
1
-16/+20
*
Patch #1675981: remove unreachable code from type.__new__() method.
Žiga Seilnacht
2007-03-11
1
-7/+5
*
Fix SF #1676971, Complex OverflowError has a typo
Neal Norwitz
2007-03-09
1
-1/+1
*
Patch #1638879: don't accept strings with embedded NUL bytes in long().
Georg Brandl
2007-03-06
1
-1/+18
*
Backport from Py3k branch: fix refleak in PyString_Format.
Georg Brandl
2007-02-26
1
-1/+5
*
Fixup set/dict interoperability.
Raymond Hettinger
2007-02-19
1
-0/+11
*
Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash().
Raymond Hettinger
2007-02-19
2
-7/+50
*
Bug #1653736: Properly discard third argument to slot_nb_inplace_power.
Martin v. Löwis
2007-02-09
1
-1/+7
*
Bypass set specific optimizations for set and frozenset subclasses.
Raymond Hettinger
2007-02-08
1
-7/+7
*
Do not let overflows in enumerate() and count() pass silently.
Raymond Hettinger
2007-02-07
1
-0/+6
*
Silence compiler warning
Raymond Hettinger
2007-02-07
1
-1/+1
*
Bug #1575169: operator.isSequenceType() now returns False for subclasses of d...
Raymond Hettinger
2007-02-07
1
-0/+2
*
SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses
Raymond Hettinger
2007-02-07
1
-1/+1
*
Bug #1648179: set.update() not recognizing __iter__ overrides in dict subcla...
Raymond Hettinger
2007-02-01
1
-4/+4
*
If you created a weakref in an object's __del__ method to itself it would
Brett Cannon
2007-01-23
2
-0/+14
*
Backport trunk revision 53527:
Thomas Wouters
2007-01-23
1
-0/+2
*
SF #1486663 -- Allow keyword args in subclasses of set() and frozenset().
Raymond Hettinger
2007-01-11
1
-2/+2
*
For sets with cyclical reprs, emit '...' instead of recursing.
Raymond Hettinger
2006-12-29
1
-4/+24
*
Backport fixes to set objects:
Raymond Hettinger
2006-12-08
1
-11/+69
*
Correctly forward exception in instance_contains().
Martin v. Löwis
2006-11-08
1
-4/+6
*
Fix refleak
Neal Norwitz
2006-10-29
1
-0/+1
*
Bug #1576657: when setting a KeyError for a tuple key, make sure that
Georg Brandl
2006-10-29
1
-3/+16
*
Backport 52506:
Neal Norwitz
2006-10-28
1
-1/+2
*
Backport 52505:
Neal Norwitz
2006-10-28
1
-0/+5
*
Backport 52502:
Neal Norwitz
2006-10-28
2
-0/+6
*
WindowsError.str should display the windows error code,
Thomas Heller
2006-10-27
1
-7/+7
*
Bug #1545497: when given an explicit base, int() did ignore NULs
Georg Brandl
2006-10-12
1
-2/+19
*
Forward-port of r52136: a review of overflow-detecting code.
Armin Rigo
2006-10-04
8
-72/+105
*
Fix integer negation and absolute value to not rely
Martin v. Löwis
2006-10-04
1
-4/+3
*
Bug #1566800: make sure that EnvironmentError can be called with any
Georg Brandl
2006-09-30
1
-1/+1
*
Patch #1567691: super() and new.instancemethod() now don't accept
Georg Brandl
2006-09-30
2
-0/+4
*
Backport of fix to allow exception instances to be sliced once again.
Brett Cannon
2006-09-21
1
-1/+8
*
Remove __unicode__ method so that ``unicode(BaseException)`` succeeds.
Brett Cannon
2006-09-09
1
-17/+0
*
Backport rev. 51798 from trunk:
Georg Brandl
2006-09-08
1
-8/+35
*
Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack.
Georg Brandl
2006-09-06
1
-2/+8
*
Backport 51669: Make sure memory is properly cleaned up in file_init (even th...
Neal Norwitz
2006-09-05
1
-1/+1
*
Fix str.rpartition(sep) when sep is not found in str.
Neal Norwitz
2006-09-05
3
-8/+8
*
Fix SF bug #1546288, crash in dict_equal
Neal Norwitz
2006-09-05
1
-0/+3
*
i_divmod(): As discussed on Python-Dev, changed the overflow
Tim Peters
2006-09-05
1
-2/+8
*
- Patch #1541585: fix buffer overrun when performing repr() on
Neal Norwitz
2006-08-21
1
-12/+25
*
Fix a couple of ssize-t issues reported by Alexander Belopolsky on python-dev
Neal Norwitz
2006-08-21
1
-1/+1
*
Move initialization of interned strings to before allocating the
Neal Norwitz
2006-08-19
1
-11/+15
*
Subclasses of int/long are allowed to define an __index__.
Neal Norwitz
2006-08-15
1
-4/+2
[next]