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
/
output
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update output generated by test_scope
Jeremy Hylton
2001-12-13
1
-1/+1
*
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Guido van Rossum
2001-12-08
1
-1/+1
*
Attribute nodes did not always get their ownerDocument and ownerElement
Fred Drake
2001-12-06
1
-0/+8
*
Fix appendChild() and insertBefore() (and replaceChild() indirectly) when
Fred Drake
2001-12-06
1
-0/+10
*
Fix for bug #480188: printing unicode objects
Marc-André Lemburg
2001-11-20
1
-0/+13
*
CVS patch #477161: New "access" keyword for mmap, from Jay T Miller.
Tim Peters
2001-11-13
1
-0/+13
*
Fix SF buf #480096: Assign to __debug__ still allowed
Jeremy Hylton
2001-11-09
1
-1/+0
*
Additional test and documentation for the unicode() changes.
Marc-André Lemburg
2001-10-19
1
-0/+1
*
Fix the frozen bytecode for __hello__ (betcha didn't know that existed
Guido van Rossum
2001-10-18
1
-0/+4
*
Add test for local assigned to only in a nested list comp
Jeremy Hylton
2001-10-18
1
-0/+1
*
[ #403753 ] zlib decompress; uncontrollable memory usage
Jeremy Hylton
2001-10-16
1
-0/+3
*
Covert pickle tests to use unittest.
Jeremy Hylton
2001-10-15
2
-26/+0
*
Added tests that check getboolean() with the newly allowed values from
Fred Drake
2001-10-08
1
-0/+1
*
Hopefully fix the profiler right. Add a test suite that checks that
Guido van Rossum
2001-10-04
1
-0/+17
*
Update the xml.dom.minidom tests to cover the DOM-compliant parts of the
Fred Drake
2001-09-28
1
-0/+3
*
Test case for SF bugs #463359 and #462937, added to test_grammar for lack of
Thomas Wouters
2001-09-26
1
-0/+1
*
Converted test_StringIO.py to use unittest, so
Barry Warsaw
2001-09-22
1
-21/+0
*
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
*
New restriction on pow(x, y, z): If z is not None, x and y must be of
Tim Peters
2001-09-03
1
-4/+0
*
Add tests for augmented floor division
Jeremy Hylton
2001-08-29
1
-0/+3
*
Undo previous checkin -- Barry fixed it better.
Guido van Rossum
2001-08-24
1
-2/+0
*
Update test output to match new (more informative) error message about
Guido van Rossum
2001-08-24
1
-2/+2
*
Looks like someone forgot the change the expected output file.
Tim Peters
2001-08-24
1
-14/+14
*
Remove test_long's expected-output file.
Tim Peters
2001-08-23
1
-5/+0
*
Fix SF bug [ #450245 ] Error in parsing future stmts
Jeremy Hylton
2001-08-20
1
-0/+1
*
The change of type(None).__name__ from 'None' to 'NoneType' broke this
Guido van Rossum
2001-08-16
1
-2/+2
*
Added tests for rich comparison operator functions.
Fred Drake
2001-08-11
1
-41/+0
*
Added tests for operator.floordiv() and operator.truediv().
Fred Drake
2001-08-09
1
-0/+2
*
Add a test that xml.sax.saxutils.XMLGenerator does the right thing
Fred Drake
2001-08-07
1
-1/+2
*
test_codeup should not have had an expected-output file; removing it.
Tim Peters
2001-07-30
1
-10/+0
*
Fix for SF bug [ #443866 ] Evaluating func_code causing core dump
Jeremy Hylton
2001-07-30
1
-0/+1
*
Patch #442866: Tests for codeop.py.
Martin v. Löwis
2001-07-30
1
-0/+10
*
Cosmetic: break the long lines in test_ntpath.py, and get rid of its
Tim Peters
2001-07-19
1
-2/+0
*
Added function xml.sax.saxutils.quoteattr().
Fred Drake
2001-07-19
1
-1/+5
*
Convert the parser module test to use PyUnit.
Fred Drake
2001-06-04
1
-92/+0
*
Implement testGetElementsByTagNameNS.
Martin v. Löwis
2001-06-03
1
-0/+1
*
The one-line output files are no longer needed, so do not keep them.
Fred Drake
2001-05-29
1
-1/+0
*
Variety of test cases for call to builtin functions
Jeremy Hylton
2001-05-29
1
-0/+1
*
Remove test_doctest's expected-output file.
Tim Peters
2001-05-23
1
-301/+0
*
Remove test_difflib's output file and change test_difflib to stop
Tim Peters
2001-05-23
1
-280/+0
*
Remove output files that are no longer needed since the corresponding
Fred Drake
2001-05-22
2
-11/+0
*
Move the sha tests to PyUnit.
Fred Drake
2001-05-22
1
-4/+0
*
Migrate the strop test to PyUnit.
Fred Drake
2001-05-22
1
-3/+0
*
Remove all files of expected output that contain only the name of the
Fred Drake
2001-05-21
65
-65/+0
*
Re-write the mailbox test suite to use PyUnit. Cover a lot more ground
Fred Drake
2001-05-21
1
-1/+0
*
Added test suite for the new HTMLParser module, originally from the
Fred Drake
2001-05-18
1
-0/+1
*
SF bug[ #423781: pprint.isrecursive() broken.
Tim Peters
2001-05-14
1
-0/+1
*
Add support for Windows using "mbcs" as the default Unicode encoding when dea...
Mark Hammond
2001-05-13
1
-0/+2
*
Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".
Tim Peters
2001-05-13
2
-13/+13
[next]