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
*
SF patch 703666: Several objects don't decref tmp on failure in subtype_new
Raymond Hettinger
2003-06-28
4
-4/+13
*
Require that __nonzero__() return a bool or exactly an int.
Jeremy Hylton
2003-06-27
1
-6/+2
*
Check return type of __nonzero__() method.
Jeremy Hylton
2003-06-27
1
-1/+13
*
Whitespace normalization.
Walter Dörwald
2003-06-25
1
-3/+3
*
Fix whitespace.
Walter Dörwald
2003-06-18
1
-1/+1
*
SF bug #753451: classmethod abuse --> SystemError
Raymond Hettinger
2003-06-18
1
-0/+6
*
Fix typo in comment.
Walter Dörwald
2003-06-17
1
-1/+1
*
Use _PyEval_SliceIndex to handle list.index() calls with
Walter Dörwald
2003-06-17
1
-1/+3
*
Whitespace normalization.
Walter Dörwald
2003-06-17
1
-6/+6
*
Fix sloppy index() implementation:
Guido van Rossum
2003-06-17
1
-2/+12
*
SF #754014: list.index() should accept optional start, end arguments
Raymond Hettinger
2003-06-17
1
-5/+10
*
- SF patch 751998 fixes an unwanted side effect of the previous fix
Guido van Rossum
2003-06-13
1
-5/+13
*
Fixed a comment.
Brett Cannon
2003-06-11
1
-1/+1
*
Warn about creating global variables by __setattr__ that shadow builtin
Neil Schemenauer
2003-06-09
1
-1/+66
*
Fix SF #749831, copy raises SystemError when getstate raises exception
Neal Norwitz
2003-06-08
1
-0/+2
*
Fix for SF 742911. We now clear the weakrefs *before* calling __del__
Guido van Rossum
2003-05-29
1
-11/+12
*
Add notes on use cases with paired accesses to the same key.
Raymond Hettinger
2003-05-28
1
-5/+30
*
* Beefed-up tests
Raymond Hettinger
2003-05-28
1
-13/+42
*
SF bug 705231: Assertion failed, python aborts.
Tim Peters
2003-05-24
1
-6/+38
*
PyType_Ready(): Complain if the type is a base type, and gc'able, and
Tim Peters
2003-05-21
1
-1/+31
*
SF bug #604716: faster [None]*n or []*n
Raymond Hettinger
2003-05-21
1
-0/+12
*
Fixing the previous patch to have the changes be to the proper docstrings.
Brett Cannon
2003-05-20
1
-8/+8
*
Fix docstrings for __(get|set|del)slice__ to mention that negative indices ar...
Brett Cannon
2003-05-20
1
-3/+9
*
Only encode Unicode objects when printing them raw.
Martin v. Löwis
2003-05-18
1
-1/+2
*
Consider \U-escapes in raw-unicode-escape. Fixes #444514.
Martin v. Löwis
2003-05-18
1
-3/+42
*
Removed the out of date and no-longer-referenced xxobject.c example
Jim Fulton
2003-05-16
1
-108/+0
*
Patch #734231: Update RiscOS support. In particular, correct
Martin v. Löwis
2003-05-10
1
-1/+1
*
Patch #612627: Add encoding attribute to file objects, and determine
Martin v. Löwis
2003-05-10
1
-1/+41
*
SF bug #730296: Unexpected Changes in list Iterator
Raymond Hettinger
2003-05-07
2
-4/+0
*
SF patch #729395: Dictionary tuning
Raymond Hettinger
2003-05-07
1
-2/+2
*
SF bug #692959: new.function ignores keyword arguments
Raymond Hettinger
2003-05-06
1
-1/+4
*
SF patch #729395: Dictionary tuning
Raymond Hettinger
2003-05-05
1
-10/+16
*
Add notes from python-dev about readonly dictionaries.
Raymond Hettinger
2003-05-05
1
-0/+21
*
SF patch 730594: assert from longobject.c, line 1215.
Tim Peters
2003-05-05
1
-4/+4
*
* Note how dummy entry re-use benefits use cases with interspersed deletes
Raymond Hettinger
2003-05-04
1
-1/+11
*
Somewhere along the way, the softspace attr of file objects became read-
Tim Peters
2003-05-04
1
-1/+2
*
Patch #708604: Check more function results. Will backport to 2.2.
Martin v. Löwis
2003-05-03
1
-1/+8
*
Add a reference to dictnotes.txt. It does no good if you don't know it's
Raymond Hettinger
2003-05-03
1
-0/+6
*
Research notes and explorations for optimizing Python dictionaries.
Raymond Hettinger
2003-05-02
1
-0/+189
*
Silence compiler warnings in VC 7.
Jeremy Hylton
2003-05-01
1
-2/+2
*
Squashed new compiler wngs about trying to compare pointers to
Tim Peters
2003-04-24
2
-2/+2
*
SF bug 665835: filter() treatment of str and tuple inconsistent
Raymond Hettinger
2003-04-24
2
-0/+4
*
Improve the message about metatype/metaclass conflicts.
Guido van Rossum
2003-04-23
1
-1/+4
*
Add a useful docstring to enumerate.
Jeremy Hylton
2003-04-21
1
-1/+6
*
- bool() called without arguments now returns False rather than
Guido van Rossum
2003-04-19
1
-2/+2
*
_Py_PrintReferenceAddresses(): also print the type name. In real use
Tim Peters
2003-04-18
1
-1/+2
*
_Py_PrintReferences(): Changed to print object address at start of each
Tim Peters
2003-04-17
1
-1/+16
*
SF # 595026: support for masks in getargs.c.
Thomas Heller
2003-04-17
2
-0/+146
*
- The repr() of a weakref object now shows the __name__ attribute of
Guido van Rossum
2003-04-16
1
-6/+15
*
Sigh. The crucial change was still missing from the previous
Guido van Rossum
2003-04-16
1
-1/+1
[next]