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 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
*
Three's a charm: yet another fix for SF bug 551412. Thinking again
Guido van Rossum
2002-06-10
1
-19/+17
*
Close SF bug 563740. complex() now finds __complex__() in new style classes.
Raymond Hettinger
2002-06-06
2
-28/+25
*
Pyrangeiter_Type && range_iter should be static
Neal Norwitz
2002-06-06
1
-5/+5
*
Skip Montanaro's patch, SF 559833, exposing xrange type in builtins.
Raymond Hettinger
2002-06-05
1
-2/+84
*
SF 564601 adding rangeiterobject to make xrange() iterate like range().
Raymond Hettinger
2002-06-05
1
-46/+91
*
Better isinstance error message.
Thomas Heller
2002-06-05
1
-1/+2
*
Address SF bug 519621: slots weren't traversed by GC.
Guido van Rossum
2002-06-04
1
-49/+137
*
Inverted test for small speedup
Raymond Hettinger
2002-06-04
1
-5/+4
*
Add a docstring to the module type.
Guido van Rossum
2002-06-04
1
-1/+7
*
Surprising fix for SF bug 563060: module can be used as base class.
Guido van Rossum
2002-06-04
1
-3/+16
*
Address the residual issue with the fix for SF 551412 in
Guido van Rossum
2002-06-03
1
-1/+11
*
A bogus assert in the new listiter code prevented starting Python in a
Tim Peters
2002-06-01
1
-10/+12
*
SF 560736. Optimize list iteration by filling the tp_iter slot.
Raymond Hettinger
2002-05-31
2
-18/+125
*
Fix typo
Neal Norwitz
2002-05-31
1
-1/+1
*
Implement the intention of SF patch 472523 (but coded differently).
Guido van Rossum
2002-05-31
1
-15/+67
*
Change name from string to basestring
Neal Norwitz
2002-05-31
1
-3/+3
*
Fix a possible segfault. Found be Neal Norvitz.
Marc-André Lemburg
2002-05-29
1
-1/+1
*
Fix for bug [ 561796 ] string.find causes lazy error
Marc-André Lemburg
2002-05-29
1
-2/+2
*
Fix for SF bug 551412. When _PyType_Lookup() is called on a type
Guido van Rossum
2002-05-24
1
-0/+6
[next]