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
Commit message (
Expand
)
Author
Age
Files
Lines
*
minor fixes, removed obsolete warning
Just van Rossum
2002-07-12
1
-10/+3
*
Well, Fred never did explain why the code to determine whether the
Michael W. Hudson
2002-07-12
1
-7/+3
*
HAVE_LIMITS_H -- raise #error if not defined; limits.h is std C
Tim Peters
2002-07-12
2
-12/+2
*
remove decl of unused variable
Jeremy Hylton
2002-07-11
1
-1/+1
*
Do more robust test of whether global objects are accessible.
Jeremy Hylton
2002-07-11
1
-4/+3
*
docompare(): Use PyTuple_New instead of Py_BuildValue to build compare's
Tim Peters
2002-07-11
1
-2/+7
*
move make_eiffel_method() out of base metaclass
Jeremy Hylton
2002-07-11
1
-7/+7
*
Remove list prenpost. It's not used any longer.
Jeremy Hylton
2002-07-11
1
-3/+0
*
Add a call to a Sub() method that actually works.
Jeremy Hylton
2002-07-11
1
-0/+1
*
Add Enum and Eiffel examples using new-style classes.
Jeremy Hylton
2002-07-11
2
-0/+323
*
Make another pass through Misc/NEWS and add stuff.
Andrew M. Kuchling
2002-07-11
1
-15/+64
*
_structure(): Don't get the whole Content-Type: header, just get the
Barry Warsaw
2002-07-11
1
-1/+1
*
Repair example code in doc string.
Jeremy Hylton
2002-07-11
1
-1/+1
*
Add some items
Andrew M. Kuchling
2002-07-11
1
-113/+159
*
[Bug #567607] Suggest METH_NOARGS to replace PyArg_NoArgs
Andrew M. Kuchling
2002-07-11
1
-5/+9
*
test_trashcan() and supporting class Ouch(): Jeremy noted that this test
Tim Peters
2002-07-11
1
-3/+9
*
_dispatch(): Comment improvements.
Barry Warsaw
2002-07-11
1
-3/+3
*
subtype_resurrection(): Removed unused import.
Tim Peters
2002-07-11
1
-1/+0
*
Extend function() to support an optional closure argument.
Jeremy Hylton
2002-07-11
2
-12/+89
*
subtype_resurrection(): The test suite with -l properly reported the
Tim Peters
2002-07-11
1
-2/+13
*
Don't stomp on an exception set by PyCell_Get()
Jeremy Hylton
2002-07-11
1
-1/+4
*
I trust the parser accelators are getting added :-).
Jeremy Hylton
2002-07-11
1
-6/+0
*
Repaired optimistic comment in new test.
Tim Peters
2002-07-11
1
-4/+3
*
Added a test that provokes the hypothesized (in my last checkin comment)
Tim Peters
2002-07-11
1
-0/+20
*
object.h special-build macro minefield: renamed all the new lexical
Tim Peters
2002-07-11
6
-157/+112
*
1. Prevent Undo before IOmark in PyShell.PyShell
Kurt B. Kaiser
2002-07-11
2
-13/+22
*
Replace rare tabs with 4 spaces, assuming that's what was intended.
Guido van Rossum
2002-07-11
1
-7/+7
*
Note the existence of SpecialBuilds.txt.
Guido van Rossum
2002-07-11
1
-0/+1
*
Noted the releases in which COUNT_ALLOCS can blow up.
Tim Peters
2002-07-11
1
-0/+1
*
Recorded the introduction release for each gimmick, as best I was able to
Tim Peters
2002-07-11
1
-10/+18
*
Some clarifications.
Tim Peters
2002-07-11
1
-3/+9
*
Documented PYMALLOC_DEBUG. This completes primary coverage of all the
Tim Peters
2002-07-10
2
-1/+53
*
Document gc.get_objects().
Fred Drake
2002-07-10
1
-0/+6
*
Clarified sys.getobjects() pragmatics.
Tim Peters
2002-07-10
1
-6/+11
*
Removed no-longer-relevant explanation of "alpha" builds.
Tim Peters
2002-07-10
1
-8/+0
*
Uglified the new Py_REF_DEBUG (etc) lexical helper macro definitions so
Tim Peters
2002-07-10
1
-21/+25
*
Remove the unused, and therefore distracting, "Alpha" build configurations.
Mark Hammond
2002-07-10
8
-1962/+45
*
assertHasattr(): Made failure msg better than useless.
Tim Peters
2002-07-10
1
-1/+4
*
Fix for SF bug 579107.
Jeremy Hylton
2002-07-09
1
-36/+88
*
Typo repair.
Tim Peters
2002-07-09
1
-1/+1
*
Moved COUNT_ALLOCS down and finished writing its description.
Tim Peters
2002-07-09
1
-6/+45
*
Checkin comment.
Tim Peters
2002-07-09
1
-1/+2
*
Actualized descrintro.html URL.
Guido van Rossum
2002-07-09
1
-1/+1
*
New file to try to document the "special build" preprocessor symbols.
Tim Peters
2002-07-09
1
-0/+76
*
_Py_AskYesNo(): Removed this function. It was defined only in a
Tim Peters
2002-07-09
1
-20/+0
*
ndiffAssertEqual(): Stringify the arguments before running
Barry Warsaw
2002-07-09
1
-4/+16
*
make_header(): New function to take the output of decode_header() and
Barry Warsaw
2002-07-09
1
-6/+45
*
Fix SF Bug 564931: compile() traceback must include filename.
Thomas Heller
2002-07-09
5
-4/+55
*
Note that unicode() can raise LookupError for unknown codecs.
Fred Drake
2002-07-09
1
-1/+2
*
Remove unused variable.
Fred Drake
2002-07-09
1
-1/+0
[next]