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
*
Backport fix for SF bug 734869 and sundry compiler cleanups.
Jeremy Hylton
2003-05-22
1
-0/+1
*
Backport Guido's checkins which disabled the bastion tests
Neal Norwitz
2003-01-13
1
-10/+0
*
Use \n as line separator in stead of \r\n, which causes problems in MacPython...
Jack Jansen
2002-10-10
1
-3/+3
*
Fix some code that was added to the r22-maint branch to allow it to work with
Fred Drake
2002-10-08
1
-1/+4
*
Remove unused output file.
Fred Drake
2002-09-26
1
-217/+0
*
Backport:
Neal Norwitz
2002-09-25
1
-0/+1
*
Regenerate test_unicodedata output after the change to the UTF-8 codec.
Marc-André Lemburg
2002-09-24
1
-1/+1
*
Backport of SF bug # 585792, Invalid mmap crashes Python interpreter
Neal Norwitz
2002-09-05
1
-0/+1
*
A trip down memory lane. Barry checked in this test with 2.3-style
Tim Peters
2002-08-19
1
-8/+0
*
Backport of fix for SF bug #595671 from Python 2.3cvs:
Barry Warsaw
2002-08-15
1
-0/+8
*
The atexit module effectively turned itself off if sys.exitfunc already
Tim Peters
2002-07-16
1
-4/+0
*
Update output for new tests.
Jeremy Hylton
2002-07-12
1
-0/+5
*
Backport buffer() tests trunk to avoid regression failures.
Fred Drake
2002-05-02
1
-0/+1
*
backport fix for SF buf #505315 from trunk
Jeremy Hylton
2002-04-20
1
-0/+1
*
amk's fix attached to
Michael W. Hudson
2002-03-18
1
-0/+5
*
backport akuchling's checkin of
Michael W. Hudson
2002-03-15
1
-0/+1
*
backport gvanrossum's checkin of
Michael W. Hudson
2002-02-28
1
-0/+1
*
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
[next]