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
*
Add a type.__init__() method that enforces the same signature as
Guido van Rossum
2007-03-23
1
-1/+34
*
- Bug #1683368: The object.__init__() and object.__new__() methods are
Guido van Rossum
2007-03-23
1
-12/+88
*
Add test and fix for fromkeys() optional argument.
Raymond Hettinger
2007-03-21
1
-2/+2
*
Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() call...
Raymond Hettinger
2007-03-20
2
-2/+36
*
Patch #1675423: PyComplex_AsCComplex() now tries to convert an object
Georg Brandl
2007-03-17
1
-1/+48
*
Remove warning: funcion declaration isn't a prototype
Jeremy Hylton
2007-03-16
1
-2/+1
*
Patch #1623563: allow __class__ assignment for classes with __slots__.
Žiga Seilnacht
2007-03-16
1
-4/+27
*
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 #1642844: comments to clarify the complexobject constructor.
Georg Brandl
2007-03-13
1
-4/+25
*
Typo and grammar fixes.
Georg Brandl
2007-03-13
1
-3/+3
*
Backport from Py3k branch:
Georg Brandl
2007-03-12
1
-96/+169
*
Patch #1675981: remove unreachable code from type.__new__() method.
Žiga Seilnacht
2007-03-11
1
-7/+5
*
Patch #1491866: change the complex() constructor to allow parthensized forms....
Collin Winter
2007-03-09
1
-5/+25
*
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
*
Add checking for a number of metaclass error conditions.
Jeremy Hylton
2007-02-27
1
-32/+94
*
whitespace normalization
Jeremy Hylton
2007-02-27
1
-82/+82
*
tabify
Jeremy Hylton
2007-02-27
1
-97/+97
*
Fix assertion.
Jeremy Hylton
2007-02-26
1
-2/+2
*
Do not copy free variables to locals in class namespaces.
Jeremy Hylton
2007-02-26
1
-19/+75
*
Backport from Py3k branch: fix refleak in PyString_Format.
Georg Brandl
2007-02-26
1
-1/+5
*
Variation of patch # 1624059 to speed up checking if an object is a subclass
Neal Norwitz
2007-02-25
9
-9/+30
*
Whitespace only changes
Neal Norwitz
2007-02-25
1
-3/+2
*
Add more details when releasing interned strings
Neal Norwitz
2007-02-25
1
-1/+8
*
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
*
Patch #1397848: add the reasoning behind no-resize-on-shrinkage.
Martin v. Löwis
2007-02-15
1
-0/+20
*
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-08
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
*
Fix crasher for when an object's __del__ creates a new weakref to itself.
Brett Cannon
2007-01-23
2
-0/+14
*
SF patch #1630975: Fix crash when replacing sys.stdout in sitecustomize
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
*
Minor change in int() docstring for proper spacing.
Gustavo Niemeyer
2007-01-10
1
-1/+1
*
Mention in the int() docstring that a base zero has meaning, as
Gustavo Niemeyer
2007-01-10
1
-2/+3
*
For sets with cyclical reprs, emit an ellipsis instead of infinitely recursing.
Raymond Hettinger
2006-12-30
1
-4/+24
*
Typo fix
Andrew M. Kuchling
2006-12-22
1
-1/+1
*
Port Georg's dictobject.c fix keys that were tuples got unpacked on the way t...
Raymond Hettinger
2006-12-08
1
-1/+15
*
Port Armin's fix for a dict resize vulnerability (svn revision 46589, sf bug ...
Raymond Hettinger
2006-12-08
1
-6/+31
*
Eliminate two redundant calls to PyObject_Hash().
Raymond Hettinger
2006-12-08
1
-4/+23
*
Patch [ 1586791 ] better error msgs for some TypeErrors
Georg Brandl
2006-11-19
3
-14/+22
*
Bug #1067760: Deprecate passing floats to file.seek.
Martin v. Löwis
2006-11-12
1
-4/+17
*
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
[next]