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
*
This is Richie Hindle's patch
Michael W. Hudson
2002-12-17
1
-1/+259
*
Fixed bug
Gustavo Niemeyer
2002-12-16
1
-3/+30
*
Punctuation fix.
Raymond Hettinger
2002-12-14
1
-2/+2
*
Tighten the tests for assignment to __bases__: disallow empty tuple.
Guido van Rossum
2002-12-13
1
-0/+6
*
Patch #650653: Raise always value error if the table is not 256 bytes long.
Martin v. Löwis
2002-12-12
1
-6/+6
*
Change issubclass() so that recursive tuples (directly or indirectly
Walter Dörwald
2002-12-12
2
-5/+6
*
Enhance issubclass() and PyObject_IsSubclass() so that a tuple is
Walter Dörwald
2002-12-12
2
-28/+49
*
Constify char* API. Fixes #651363. 2.2 candidate.
Martin v. Löwis
2002-12-11
1
-3/+3
*
Patch #650834: Document 'U' in file mode, remove stale variables.
Martin v. Löwis
2002-12-11
1
-5/+1
*
Update comments about the performance of xrange().
Raymond Hettinger
2002-12-11
1
-2/+2
*
SF 548651: Fix the METH_CLASS implementation.
Tim Peters
2002-12-09
3
-4/+75
*
slot_nb_nonzero(): Another leak uncovered by the sandbox datetime
Tim Peters
2002-12-07
1
-28/+27
*
Fix typo in abstract.c which caused __rpow__ to not be invoked.
Raymond Hettinger
2002-12-07
1
-1/+1
*
Remove assumption that cls is a subclass of dict.
Raymond Hettinger
2002-12-07
1
-7/+1
*
slot_tp_hash(): In the normal path, this leaked a reference to the
Tim Peters
2002-12-06
1
-3/+3
*
Patch #614055: Support OpenVMS.
Martin v. Löwis
2002-12-06
1
-1/+5
*
The final tweaks before closing
Michael W. Hudson
2002-12-05
1
-20/+23
*
Replace BadInternalCall with TypeError. Add a test case. Fix whitespace.
Raymond Hettinger
2002-12-04
1
-2/+3
*
Add missing decref
Neal Norwitz
2002-11-27
1
-0/+1
*
Nudge getting __module__ and __name__ for new-style classes so that
Michael W. Hudson
2002-11-27
1
-17/+24
*
I don't know why staring at the email to python-checkins made me
Michael W. Hudson
2002-11-27
1
-9/+14
*
Readjustments to the way we cope with exceptions from subclasses'
Michael W. Hudson
2002-11-27
1
-10/+32
*
I had the inheritance cycle stuff backwards. Oops!
Michael W. Hudson
2002-11-27
1
-4/+6
*
SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class
Raymond Hettinger
2002-11-27
1
-0/+56
*
Initialize a variable. Hope this makes things work for Guido.
Michael W. Hudson
2002-11-26
1
-1/+1
*
This is my patch:
Michael W. Hudson
2002-11-26
1
-34/+277
*
A tweaked version of Jeremy's patch #642489, to produce better error
Guido van Rossum
2002-11-25
1
-4/+138
*
Add unidata_version. Bump generator version number.
Martin v. Löwis
2002-11-25
1
-1/+1
*
Regenerate from Unicode 3.2.0 to include all First/Last ranges.
Martin v. Löwis
2002-11-24
1
-108/+77
*
Simplify use of NB_BINOP and NB_TERNOP by making them do the pointer
Neil Schemenauer
2002-11-24
1
-15/+15
*
Remove special handling of str and unicode in PyNumber_InPlaceRemainder. They
Neil Schemenauer
2002-11-24
1
-9/+2
*
Patch #642500 with slight modifications: allow keyword arguments in
Just van Rossum
2002-11-23
1
-5/+7
*
Remove MALLOC_ZERO_RETURNS_NULL.
Martin v. Löwis
2002-11-23
1
-2/+0
*
Fix --disable-unicode compilation problems.
Martin v. Löwis
2002-11-21
1
-0/+4
*
float_int(): Some systems raise an exception if a double is cast to
Tim Peters
2002-11-21
1
-14/+16
*
Change int() so that passing a string, unicode, float or long argument
Walter Dörwald
2002-11-19
3
-24/+45
*
Add nb_remainder (i.e. __mod__) slot to unicode type. Fixes SF bug #615506.
Neil Schemenauer
2002-11-18
1
-2/+21
*
Add nb_remainder (i.e. __mod__) slot to str type. Fixes SF bug #615506.
Neil Schemenauer
2002-11-18
1
-2/+22
*
Improve exception message raised by PyFloat_AsDouble if the object does not
Neil Schemenauer
2002-11-18
1
-2/+6
*
str and unicode objects now have a __mod__ slot so don't special case them in
Neil Schemenauer
2002-11-18
1
-6/+0
*
Remove _Py_ResetReferences. Fixes bug #529750 "Circular reference makes
Neil Schemenauer
2002-11-17
1
-7/+0
*
Repaired illegal syntax most compilers probably let slide (but MSVC
Tim Peters
2002-11-14
1
-1/+1
*
Use the new C3 MRO algorithm, implemented by Samuele Pedroni (SF patch
Guido van Rossum
2002-11-14
1
-74/+105
*
Fix SF # 635969, No error "not all arguments converted"
Neal Norwitz
2002-11-12
2
-2/+4
*
SF patch 637176: list.sort crasher
Tim Peters
2002-11-12
1
-96/+29
*
Restore attribute access so that the following work again:
Raymond Hettinger
2002-11-07
1
-1/+1
*
Make int("...") return a long if an int would overflow.
Walter Dörwald
2002-11-06
2
-19/+23
*
Handle really big steps in extended slices.
Michael W. Hudson
2002-11-06
1
-5/+2
*
Use PyOS_snprintf() instead of sprintf and wrap the long line
Neal Norwitz
2002-11-05
1
-2/+4
*
Use PyList_CheckExact and PyTuple_CheckExact for checking whether
Michael W. Hudson
2002-11-05
1
-1/+1
[next]