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
*
- Provisional support for pickling new-style objects. (*)
Guido van Rossum
2001-09-25
4
-12/+142
*
Set sys.save_stdout (to sys.stdout), so doctest-using tests can be run
Guido van Rossum
2001-09-25
1
-0/+2
*
Added documentation for the SSL interface, contributed by Gerhard Häring.
Fred Drake
2001-09-25
1
-0/+23
*
Fix a URL (closing SF patch #462195).
Fred Drake
2001-09-25
1
-25/+43
*
SF patch #459385 (Norman Vine): time.timezone fix for Cygwin.
Guido van Rossum
2001-09-25
1
-19/+19
*
+ Display property functions in the same order they're specified to
Tim Peters
2001-09-25
1
-7/+7
*
Note a few tasks that are done now.
Guido van Rossum
2001-09-25
1
-10/+14
*
Separate out the type/class-related news and reword some items.
Guido van Rossum
2001-09-25
1
-39/+63
*
Change repr() of a new-style class to say <class 'ClassName'> rather
Guido van Rossum
2001-09-25
3
-8/+15
*
Make __class__ assignment possible, when the object structures are the
Guido van Rossum
2001-09-25
2
-4/+111
*
+ Got rid of all instances of <small>. Under IE5, GUI-mode pydoc has
Tim Peters
2001-09-25
1
-22/+19
*
GUI mode now displays useful stuff for properties. This is usually better
Tim Peters
2001-09-25
1
-4/+14
*
+ 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
[next]