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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generalize file.writelines() to allow iterable objects.
Tim Peters
2001-09-23
1
-0/+53
*
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
*
New function classify_class_attrs(). As a number of SF bug reports
Tim Peters
2001-09-23
2
-0/+286
*
Make difflib.ndiff() and difflib.Differ.compare() generators. This
Tim Peters
2001-09-22
1
-53/+47
*
Add a function to compute a class's method resolution order. This is
Tim Peters
2001-09-22
2
-0/+38
*
Since the most likely failure mode for an expected-output test is a change
Tim Peters
2001-09-22
1
-15/+22
*
__iter__(): New method so that StringIO's can participate in the
Barry Warsaw
2001-09-22
1
-0/+3
*
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
1
-5/+4
*
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
*
Change the way unexpected output is reported: rather than stopping at
Guido van Rossum
2001-09-21
2
-94/+52
*
Change the name of the __getattr__ special method for new-style
Guido van Rossum
2001-09-21
2
-7/+7
*
Make these modules work when Python is compiled without Unicode support.
Guido van Rossum
2001-09-21
3
-5/+18
*
Add tests for repr() of strings containing string quotes as well.
Guido van Rossum
2001-09-21
1
-0/+4
*
Test basic functioning of unicode repr(). (If this breaks Jython,
Guido van Rossum
2001-09-21
1
-0/+11
*
Add a small test to verify that member and getset descriptors now have
Guido van Rossum
2001-09-20
1
-0/+8
*
Change testdescr.py to use the test_main() approach.
Guido van Rossum
2001-09-20
1
-4/+4
*
Change the PyUnit-based tests to use the test_main() approach. This
Fred Drake
2001-09-20
34
-39/+229
*
Fix Unicode .join() method to raise a TypeError for sequence
Marc-André Lemburg
2001-09-20
1
-1/+0
*
Update test output after the unicode() change.
Marc-André Lemburg
2001-09-20
1
-0/+1
*
Python part of the UTF-7 codec by Brian Quinlan.
Marc-André Lemburg
2001-09-20
1
-0/+27
*
Implement the changes proposed in patch #413333. unicode(obj) now
Marc-André Lemburg
2001-09-20
1
-0/+5
*
Patch #435971: UTF-7 codec by Brian Quinlan.
Marc-André Lemburg
2001-09-20
2
-1/+32
*
Patch #462635 by Andrew Kuchling correcting bugs in the new
Marc-André Lemburg
2001-09-20
5
-11/+21
*
run_suite(): Oops, update a docstring.
Barry Warsaw
2001-09-20
1
-1/+1
*
run_suite(): Factor this out of run_unittest() for tests that build
Barry Warsaw
2001-09-20
1
-2/+7
*
Since inspect.isfunction(obj) is a precondition for calling
Tim Peters
2001-09-20
1
-6/+6
*
Ensure that isfunction(obj) and (the new) ismethoddescriptor(obj) never
Tim Peters
2001-09-20
1
-5/+8
*
After much thrashing, I believe this is a truly minimal patch to teach
Tim Peters
2001-09-20
2
-4/+27
*
Patch #461321: Support None as a timeout in poll2 and poll3.
Martin v. Löwis
2001-09-19
1
-4/+6
*
Keep tabnanny happy.
Guido van Rossum
2001-09-19
1
-1/+1
*
Fixed search function error reporting in the encodings package
Marc-André Lemburg
2001-09-19
1
-7/+11
*
Added new helpers for easy access to codecs. Docs will follow.
Marc-André Lemburg
2001-09-19
1
-0/+42
*
Patch to bug #461754: CDATA should not undergo entity subst.
Martin v. Löwis
2001-09-19
1
-1/+1
*
Add additional coercion support for "self subtypes" to int, long,
Guido van Rossum
2001-09-19
1
-0/+28
*
Enable two checks for comparing a complex to a complex subtype
Guido van Rossum
2001-09-19
1
-3/+4
*
Enable some comparison tests that failed before. Still having problems
Tim Peters
2001-09-18
1
-3/+3
*
Add a similar test for rich comparisons.
Guido van Rossum
2001-09-18
1
-1/+67
*
fixed #449964: sre.sub raises an exception if the template contains a
Fredrik Lundh
2001-09-18
3
-9/+14
*
Hopefully fix 3-way comparisons. This unfortunately adds yet another
Guido van Rossum
2001-09-18
1
-0/+28
*
Get rid of a superfluous space after "--" in the message printed for a
Guido van Rossum
2001-09-18
1
-2/+1
*
Fix typo in comment
Andrew M. Kuchling
2001-09-18
1
-1/+1
*
Test for the safety check in wrap_cmpfunc().
Guido van Rossum
2001-09-18
1
-0/+15
*
an SRE bugfix a day keeps Guido away...
Fredrik Lundh
2001-09-18
2
-4/+11
*
SF bug #417176 (Martijn Pieters): MultiFile.read() includes CRLF
Guido van Rossum
2001-09-18
1
-1/+13
*
softspace(): be prepared to catch AttributeError as well as TypeError
Guido van Rossum
2001-09-18
1
-1/+2
[next]