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
...
*
+ Text-mode (but not yet GUI mode) pydoc now produces useful stuff for
Tim Peters
2001-09-24
1
-9/+35
*
Make properties discoverable from Python:
Tim Peters
2001-09-24
3
-27/+90
*
Added several new tests to check the behavior with respect to doctype
Fred Drake
2001-09-24
1
-6/+77
*
Adapt to use the test_main() approach.
Fred Drake
2001-09-24
1
-1/+6
*
Re-factor the SGMLParser class to use the new markupbase.ParserBase class.
Fred Drake
2001-09-24
1
-75/+34
*
Re-factor the HTMLParser class to use the new markupbase.ParserBase class.
Fred Drake
2001-09-24
1
-305/+19
*
Be consistent about the string module.
Fred Drake
2001-09-24
1
-1/+1
*
New base class for the SGMLParser and HTMLParser classes from the sgmllib
Fred Drake
2001-09-24
1
-0/+306
*
Don't swap the arguments to PyFrame_BlockSetup when recreating the recently
Thomas Wouters
2001-09-24
1
-2/+2
*
Another comparison patch-up: comparing a type with a dynamic metatype
Guido van Rossum
2001-09-24
2
-1/+9
*
Add more tests showing the relationship between exceptions raised & caught
Fred Drake
2001-09-24
1
-9/+64
*
Do the same thing to complex that I did to str: the rich comparison
Guido van Rossum
2001-09-24
2
-7/+25
*
StringIO patch #462596: let's [c]StringIO accept read buffers on
Marc-André Lemburg
2001-09-24
3
-18/+32
*
Fixed old bug (caused by careless Carbonizing) that noone noticed until
Just van Rossum
2001-09-24
1
-1/+1
*
Patch #463421: speed up md5 module with real memcpy/set.
Martin v. Löwis
2001-09-24
1
-28/+4
*
Change string comparison so that it applies even when one (or both)
Guido van Rossum
2001-09-24
2
-9/+10
*
Fix the baffler that Tim reported: sometimes the repr() of an object
Guido van Rossum
2001-09-24
2
-4/+4
*
Add more signature information and some descriptions for the new APIs
Fred Drake
2001-09-24
1
-1/+89
*
Add more reference count information.
Fred Drake
2001-09-24
1
-0/+28
*
Add link to Unix Review's 2.2 article
Andrew M. Kuchling
2001-09-24
1
-2/+11
*
start of new config handling stuff
Steven M. Gava
2001-09-24
6
-48/+468
*
More work on class display:
Tim Peters
2001-09-24
1
-43/+61
*
Try to do for pydoc's GUI mode what the earlier checkin did for text
Tim Peters
2001-09-24
1
-9/+92
*
Added a note about the new email package.
Barry Warsaw
2001-09-24
1
-0/+4
*
Part of a partial solution to SF bugs 463378, 463381, 463383, 463384.
Tim Peters
2001-09-23
1
-8/+87
*
Reactivate participation of expat parsers in GC. Fixes bug #462710.
Martin v. Löwis
2001-09-23
1
-2/+33
*
Install the new Lib/email pkg.
Tim Peters
2001-09-23
1
-0/+16
*
Generalize file.writelines() to allow iterable objects.
Tim Peters
2001-09-23
5
-35/+91
*
The test data (mostly example messages) for the email package test
Barry Warsaw
2001-09-23
16
-0/+643
*
An extensive test suite for the email package.
Barry Warsaw
2001-09-23
1
-0/+797
*
The email package version 1.0, prototyped as mimelib
Barry Warsaw
2001-09-23
12
-0/+1302
*
Added API information for the PyCallIter_*() and PySeqIter_*() functions.
Fred Drake
2001-09-23
2
-1/+66
*
New function classify_class_attrs(). As a number of SF bug reports
Tim Peters
2001-09-23
2
-0/+286
*
Fix restore (difflib.restore() became a generator too).
Tim Peters
2001-09-22
1
-1/+2
*
Make difflib.ndiff() and difflib.Differ.compare() generators. This
Tim Peters
2001-09-22
4
-70/+84
*
Add note about __getattribute__.
Guido van Rossum
2001-09-22
1
-0/+9
*
Add a function to compute a class's method resolution order. This is
Tim Peters
2001-09-22
3
-1/+47
*
Since the most likely failure mode for an expected-output test is a change
Tim Peters
2001-09-22
1
-15/+22
*
{String,cString}IO.StringIO's support iteration.
Barry Warsaw
2001-09-22
1
-0/+4
*
I_getiter(): Function for the tp_iter slot of Itype so that
Barry Warsaw
2001-09-22
1
-20/+45
*
__iter__(): New method so that StringIO's can participate in the
Barry Warsaw
2001-09-22
1
-0/+3
*
Note that files are iterable; describe what the iterator returns.
Fred Drake
2001-09-22
1
-0/+5
*
Converted test_StringIO.py to use unittest, so
Barry Warsaw
2001-09-22
2
-62/+71
*
Start of a test to make sure the profiler/tracer support in the core
Fred Drake
2001-09-22
1
-0/+110
*
Add the __getattr__ hook back. The rules are now:
Guido van Rossum
2001-09-21
2
-5/+43
*
Bump version number.
Fred Drake
2001-09-21
2
-2/+2
*
Added reference to Tutorial section on user-defined exceptions for
Fred Drake
2001-09-21
1
-9/+15
*
Exceptions in interactive examlpes did not always include the indication of
Fred Drake
2001-09-21
1
-19/+85
*
reportdiff(): print a "plain diff" style diff.
Guido van Rossum
2001-09-21
1
-4/+30
*
Oops. I didn't expect that some tests (test_cookie) have expected
Guido van Rossum
2001-09-21
2
-9/+3
[prev]
[next]