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
*
staticforward bites the dust.
Jeremy Hylton
2002-07-17
11
-22/+23
*
Remove the next() method -- one is supplied automatically by
Guido van Rossum
2002-07-16
1
-16/+11
*
Remove the next() method -- one is supplied automatically by
Guido van Rossum
2002-07-16
1
-10/+1
*
Make StopIteration a sink state. This is done by clearing out the
Guido van Rossum
2002-07-16
1
-28/+11
*
Make StopIteration a sink state. This is done by clearing out the
Guido van Rossum
2002-07-16
1
-62/+47
*
Whitespace normalization.
Guido van Rossum
2002-07-16
1
-66/+66
*
Make StopIteration a sink state. This is done by clearing out the
Guido van Rossum
2002-07-16
1
-11/+10
*
The object returned by tp_new() may not have a tp_init.
Jeremy Hylton
2002-07-16
1
-1/+2
*
Make list_iter() really static.
Guido van Rossum
2002-07-16
1
-1/+1
*
valid_identifier(): use an unsigned char* so that isalpha() will do
Guido van Rossum
2002-07-16
1
-2/+2
*
docompare(): Another reasonable optimization from Jonathan Hogg for the
Tim Peters
2002-07-15
1
-1/+1
*
WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very few
Tim Peters
2002-07-14
1
-1/+1
*
Undef MIN and MAX before defining them, to avoid warnings on certain
Guido van Rossum
2002-07-13
1
-0/+2
*
Don't declare a function with staticforward.
Jeremy Hylton
2002-07-13
1
-2/+2
*
docompare(): Use PyTuple_New instead of Py_BuildValue to build compare's
Tim Peters
2002-07-11
1
-2/+7
*
Extend function() to support an optional closure argument.
Jeremy Hylton
2002-07-11
1
-12/+65
*
object.h special-build macro minefield: renamed all the new lexical
Tim Peters
2002-07-11
5
-97/+72
*
Documented PYMALLOC_DEBUG. This completes primary coverage of all the
Tim Peters
2002-07-10
1
-1/+1
*
The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added
Tim Peters
2002-07-09
1
-0/+15
*
SF bug 578752: COUNT_ALLOCS vs heap types
Tim Peters
2002-07-08
1
-0/+9
*
Rearranged and added comments to object.h, to clarify many things
Tim Peters
2002-07-07
1
-6/+2
*
Removed 3 unlikely #includes that were only needed for the non-gc flavor
Tim Peters
2002-07-07
1
-5/+0
*
Trashcan cleanup: Now that cyclic gc is always there, the trashcan
Tim Peters
2002-07-07
1
-50/+40
*
Removed WITH_CYCLE_GC #ifdef-ery. Holes:
Tim Peters
2002-07-07
2
-46/+0
*
Patch #569753: Remove support for WIN16.
Martin v. Löwis
2002-06-30
2
-6/+6
*
Fix SF bug 546434 -- buffer slice type inconsistent.
Raymond Hettinger
2002-06-25
1
-13/+0
*
Fix SF bug 572567: Memory leak in object comparison.
Raymond Hettinger
2002-06-24
1
-0/+1
*
Fix for SF bug 571885
Jeremy Hylton
2002-06-20
1
-2/+2
*
SF 569257 -- Name mangle double underscored variable names in __slots__.
Raymond Hettinger
2002-06-20
1
-1/+21
*
Fix the bug described in
Michael W. Hudson
2002-06-19
1
-5/+9
*
Patch from SF bug 570483 (Tim Northover).
Guido van Rossum
2002-06-18
1
-0/+5
*
About the new but unreferenced new_class, Guido sez:
Michael W. Hudson
2002-06-18
1
-15/+0
*
SF patch 568629 by Oren Tirosh: types made callable.
Guido van Rossum
2002-06-14
5
-9/+214
*
Inexplicably, recurse_down_subclasses() was comparing the object
Guido van Rossum
2002-06-14
1
-1/+2
*
Missed one use of new PyDoc_STRVAR macro
Neal Norwitz
2002-06-14
1
-2/+2
*
SF bug # 493951 string.{starts,ends}with vs slices
Neal Norwitz
2002-06-14
1
-45/+36
*
SF # 533070 Silence AIX C Compiler Warnings
Neal Norwitz
2002-06-13
1
-1/+1
*
Major cleanup operation: whenever there's a call that looks for an
Guido van Rossum
2002-06-13
1
-10/+59
*
Fix for SF bug 532646. This is a little simpler than what Neal
Guido van Rossum
2002-06-13
1
-1/+17
*
SF # 561244 Micro optimizations
Neal Norwitz
2002-06-13
1
-5/+3
*
Fix typo in exception message
Neal Norwitz
2002-06-13
1
-1/+1
*
SF #561244 Micro optimizations
Neal Norwitz
2002-06-13
2
-10/+6
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
18
-254/+260
*
Hopefully this addresses the remaining issues of SF bugs 459235 and
Guido van Rossum
2002-06-13
1
-24/+39
*
Rearrange the #ifndef WITHOUT_COMPLEX so it can be picked up from
Guido van Rossum
2002-06-13
1
-2/+2
*
Fix for problem reported by Neal Norwitz. Tighten up calculation of
Michael W. Hudson
2002-06-11
1
-3/+5
*
Fold remaining long lines.
Guido van Rossum
2002-06-11
1
-2/+6
*
This is my nearly two year old patch
Michael W. Hudson
2002-06-11
5
-6/+414
*
Undo the last chunk of the previous patch, putting back a useful
Guido van Rossum
2002-06-10
1
-1/+3
*
In the recent python-dev thread "Bizarre new test failure", we
Guido van Rossum
2002-06-10
1
-32/+48
[next]