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
*
_PyMalloc_DebugRealloc(): simplify decl of "fresh".
Tim Peters
2002-03-24
1
-5/+15
*
Minor code cleanup -- no semantic changes.
Tim Peters
2002-03-23
1
-22/+28
*
Grow the string buffer at a mildly exponential rate for the getc version
Neil Schemenauer
2002-03-23
1
-13/+16
*
Give Python a debug-mode pymalloc, much as sketched on Python-Dev.
Tim Peters
2002-03-23
2
-25/+320
*
Check in (hopefully) corrected version of last change.
Neil Schemenauer
2002-03-23
1
-0/+29
*
Just whitespace fiddling.
Tim Peters
2002-03-23
1
-10/+10
*
Build obmalloc.c directly instead of #include'ing from object.c.
Tim Peters
2002-03-23
2
-43/+50
*
Undo last commit. It's causing the tests to file.
Neil Schemenauer
2002-03-22
1
-28/+0
*
Remove malloc hooks.
Neil Schemenauer
2002-03-22
1
-69/+0
*
Disallow open()ing of directories. Closes SF bug 487277.
Neil Schemenauer
2002-03-22
1
-0/+28
*
Use pymalloc if it's enabled.
Neil Schemenauer
2002-03-22
6
-20/+20
*
Add pymalloc object memory management functions. These must be
Neil Schemenauer
2002-03-22
1
-0/+24
*
SF bug 533198: Complex power underflow raises exception.
Tim Peters
2002-03-22
1
-3/+9
*
Do not insert characters for unicode-escape decoders if the error mode
Martin v. Löwis
2002-03-21
1
-14/+24
*
Drop the PyCore_* memory API.
Neil Schemenauer
2002-03-18
2
-22/+37
*
Re-enable GC of method objects.
Neil Schemenauer
2002-03-18
1
-7/+6
*
Re-enable GC of iter objects.
Neil Schemenauer
2002-03-18
1
-14/+12
*
Simpilify PyCore_* macros by assuming the function prototypes for
Neil Schemenauer
2002-03-18
1
-57/+21
*
Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfault
Guido van Rossum
2002-03-18
1
-0/+2
*
SF patch 530070: pydoc regression, from Martin and Guido.
Tim Peters
2002-03-17
1
-3/+19
*
Patch #530105: Allow file object may to be subtyped
Martin v. Löwis
2002-03-15
1
-11/+0
*
Patch #517521: Consider byte strings before Unicode strings
Martin v. Löwis
2002-03-15
1
-52/+60
*
"Fix" for SF bug #520644: __slots__ are not pickled.
Guido van Rossum
2002-03-14
1
-1/+37
*
Fix for SF bug #529050 - ModuleType.__new__ crash.
Guido van Rossum
2002-03-12
1
-7/+19
*
Change Windows file.truncate() to (a) restore the original file position,
Tim Peters
2002-03-12
1
-27/+40
*
file_truncate(): provide full "large file" support on Windows, by
Tim Peters
2002-03-11
1
-20/+55
*
Bugfix candidate.
Guido van Rossum
2002-03-10
1
-1/+1
*
Patch #494047: removes 64-bit ?: to cope on plan9.
Martin v. Löwis
2002-03-09
1
-2/+10
*
SF bug 525705: [2.2] underflow raise OverflowException.
Tim Peters
2002-03-09
1
-2/+2
*
Fix leak of NotImplemented in previous checkin to PyNumber_Add().
Jeremy Hylton
2002-03-08
1
-4/+6
*
Fix for SF bug 516727: MyInt(2) + "3" -> NotImplemented
Jeremy Hylton
2002-03-08
1
-4/+3
*
Guido pointed out that I was missing a couple decrefs.
Michael W. Hudson
2002-03-07
1
-1/+7
*
Apply (my) patch:
Michael W. Hudson
2002-03-06
1
-23/+76
*
A fix & test for
Michael W. Hudson
2002-03-05
1
-1/+30
*
Whether platform malloc(0) returns NULL has nothing to do with whether
Tim Peters
2002-03-02
1
-5/+2
*
_PyLong_Copy(): was creating a copy of the absolute value, but should
Tim Peters
2002-03-02
1
-1/+1
*
Revert the last odd change to PyNumber_Long: the problem it was trying
Tim Peters
2002-03-02
1
-10/+2
*
SF patch 514641 (Naofumi Honda) - Negative ob_size of LongObjects
Guido van Rossum
2002-03-01
2
-4/+18
*
%#x/%#X format conversion cleanup (see patch #450267):
Andrew MacIntyre
2002-02-28
2
-63/+74
*
OS/2 EMX port changes (Objects part of patch #450267):
Andrew MacIntyre
2002-02-26
3
-0/+23
*
Allow __doc__ to be of arbitrary type. Patch by James Henstridge,
Martin v. Löwis
2002-02-18
1
-4/+16
*
Patch #508038: Do not use a type as a variable name.
Martin v. Löwis
2002-02-16
1
-3/+3
*
Declare real and imag as read-only attributes.
Guido van Rossum
2002-02-08
1
-2/+2
*
Fix to the UTF-8 encoder: it failed on 0-length input strings.
Marc-André Lemburg
2002-02-07
1
-6/+17
*
Cosmetics.
Marc-André Lemburg
2002-02-06
1
-6/+6
*
Whitespace fixes.
Marc-André Lemburg
2002-02-06
1
-11/+11
*
Fix for the UTF-8 memory allocation bug and the UTF-8 encoding
Marc-André Lemburg
2002-02-06
1
-23/+27
*
Bugfix candidate.
Guido van Rossum
2002-02-01
1
-1/+1
*
Fix spelling mistakes. Bugfix candidates.
Neal Norwitz
2002-01-29
1
-1/+1
*
Updated patch #487906: Revise inline docs.
Martin v. Löwis
2002-01-16
1
-28/+25
[next]