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
*
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
*
The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added
Tim Peters
2002-07-09
7
-31/+58
*
Anthony Baxter's patch for non-strict parsing. This adds a `strict'
Barry Warsaw
2002-07-09
1
-24/+71
*
Add the concept of a "default type". Normally the default type is
Barry Warsaw
2002-07-09
1
-0/+22
*
__init__(): Don't attach the subparts if its an empty tuple. If the
Barry Warsaw
2002-07-09
1
-2/+5
*
clone(): A new method for creating a clone of this generator (for
Barry Warsaw
2002-07-09
1
-27/+24
*
__init__(): Be sure to set the default type to message/rfc822.
Barry Warsaw
2002-07-09
1
-0/+2
*
_structure(): A handy little debugging aid that I don't (yet) intend
Barry Warsaw
2002-07-09
1
-0/+10
[next]