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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Assume a 64-bit start and len if O_LARGEFILE is available.
Martin v. Löwis
2001-10-18
1
-1/+8
*
Whitespace normalization.
Tim Peters
2001-10-18
9
-12/+8
*
The assignment to result.st_rdev can raise AttributeError as well as
Guido van Rossum
2001-10-18
1
-1/+1
*
SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.
Guido van Rossum
2001-10-18
1
-2/+119
*
SF bug [#472347] pydoc and properties.
Tim Peters
2001-10-18
1
-0/+31
*
Do not expect line number events when running under "python -O".
Fred Drake
2001-10-18
1
-0/+3
*
SRE bug #441409:
Fredrik Lundh
2001-10-18
1
-0/+6
*
Add a test for calling a weakref proxy with a dictionary of keyword args.
Fred Drake
2001-10-18
1
-0/+3
*
Fix the frozen bytecode for __hello__ (betcha didn't know that existed
Guido van Rossum
2001-10-18
2
-0/+30
*
Make sure we do not core dump when using proxies with the binary slot
Fred Drake
2001-10-18
1
-0/+8
*
Add test for local assigned to only in a nested list comp
Jeremy Hylton
2001-10-18
2
-0/+19
*
Fix SF bug #472234: type(obj) calls type->tp_init (Roeland Rengelink)
Guido van Rossum
2001-10-18
1
-0/+12
*
Add trivial test cases for RAND_add() and RAND_status().
Jeremy Hylton
2001-10-18
1
-1/+15
*
Two merges from the mimelib project:
Barry Warsaw
2001-10-17
1
-0/+34
*
Make sure the output lists are sorted, even if run with -r.
Jeremy Hylton
2001-10-17
1
-0/+6
*
[ #403753 ] zlib decompress; uncontrollable memory usage
Jeremy Hylton
2001-10-16
2
-0/+33
*
SF bug [#468061] __str__ ignored in str subclass.
Tim Peters
2001-10-16
1
-0/+31
*
Remove obsolete __dynamic__ distinction.
Tim Peters
2001-10-15
1
-126/+8
*
Remove obsolete __dynamic__ distinction.
Tim Peters
2001-10-15
1
-74/+1
*
Remove obsolete __static__/__dynamic__ distinction.
Tim Peters
2001-10-15
1
-11/+3
*
Covert pickle tests to use unittest.
Jeremy Hylton
2001-10-15
5
-193/+294
*
Completely get rid of __dynamic__ and the corresponding
Guido van Rossum
2001-10-15
1
-53/+21
*
test_typed_subpart_iterator_default_type(): Test for when the message
Barry Warsaw
2001-10-15
1
-0/+18
*
Remove some unused imports.
Fred Drake
2001-10-13
1
-4/+17
*
You can't unlink open files on Windows.
Tim Peters
2001-10-13
1
-1/+1
*
A most trivial test for HotShot -- make sure we get reasonable events
Fred Drake
2001-10-12
1
-0/+81
*
SF bug [#470040] ParseTuple t# vs subclasses.
Tim Peters
2001-10-12
1
-1/+32
*
Another step in the right direction: when a new class's attribute
Guido van Rossum
2001-10-11
1
-16/+79
*
Add a test for the HeaderParser class.
Barry Warsaw
2001-10-11
1
-1/+17
*
Add test of hexlify on Unicode strings
Jeremy Hylton
2001-10-11
1
-0/+4
*
SF patch [ #468662 ] Allow jython to complete test_grammar
Jeremy Hylton
2001-10-10
1
-4/+14
*
Add a bunch of tests for a list subclass that would have caught the
Guido van Rossum
2001-10-09
1
-0/+22
*
Halfway checkin. This is still messy, but it's beginning to address
Guido van Rossum
2001-10-09
1
-0/+1
*
Added tests for MIMEAudio class/module
Barry Warsaw
2001-10-09
1
-4/+69
*
Add a test for get_all() returning failobj. msg_20.txt is a sample
Barry Warsaw
2001-10-09
2
-0/+28
*
It turned out not so difficult to support old-style numbers (those
Guido van Rossum
2001-10-09
1
-5/+6
*
Added tests that check getboolean() with the newly allowed values from
Fred Drake
2001-10-08
2
-0/+38
*
Change all occurrences of verify(x == y) into vereq(x, y), since when
Guido van Rossum
2001-10-08
1
-374/+376
*
Enable GC for new-style instances. This touches lots of files, since
Guido van Rossum
2001-10-05
1
-0/+19
*
Non-failing test for SF bug #467059.
Fred Drake
2001-10-04
1
-0/+42
*
run_suite(): If testclass is not available, provide an even more general
Fred Drake
2001-10-04
1
-4/+8
*
TestIterators: Tim Peters suggests a more succinct spelling of
Barry Warsaw
2001-10-04
1
-12/+4
*
More test data for test_email.py
Barry Warsaw
2001-10-04
2
-0/+49
*
test_header_splitter(), test_body_line_iterator(): Move the test data
Barry Warsaw
2001-10-04
1
-70/+32
*
Updated to reflect the rationalized profiler event reporting.
Fred Drake
2001-10-04
1
-46/+27
*
This test relied on hard tab characters, so failed after whitespace
Tim Peters
2001-10-04
1
-5/+5
*
class_docstrings(): The new-style class tests should use new-style
Tim Peters
2001-10-04
1
-4/+4
*
Whitespace normalization.
Tim Peters
2001-10-04
4
-36/+36
*
SF bug [#467331] ClassType.__doc__ always None.
Tim Peters
2001-10-04
2
-6/+35
*
Hopefully fix the profiler right. Add a test suite that checks that
Guido van Rossum
2001-10-04
2
-0/+103
[next]