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
*
test_bug1001011(): Verify that
Tim Peters
2004-08-27
1
-5/+33
*
- Removed redundant call to expandtabs in DocTestParesr.
Edward Loper
2004-08-27
1
-51/+114
*
- Added DocTestParser.parse(), which parses a docstring into Examples
Edward Loper
2004-08-26
1
-2/+57
*
Move test_bug1001011() to string_tests.MixinStrUnicodeTest so that
Walter Dörwald
2004-08-26
4
-24/+23
*
output_difference(): In fancy-diff cases, the way this split expected &
Tim Peters
2004-08-26
1
-7/+3
*
Whitespace normalization.
Tim Peters
2004-08-26
2
-6/+5
*
Remove unnecessary line.
Raymond Hettinger
2004-08-26
1
-1/+0
*
Added REPORT_ONLY_FIRST_FAILURE flag, which supresses output after the
Edward Loper
2004-08-26
1
-0/+81
*
Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; and
Edward Loper
2004-08-26
1
-7/+7
*
Shortened diff output for unified & context diffs
Edward Loper
2004-08-26
1
-6/+2
*
- Changed the output of report_start() and report_unexpected_exception()
Edward Loper
2004-08-26
1
-22/+40
*
Patch #1014930. Expose current parse location to XMLParser.
Dave Cole
2004-08-26
1
-0/+39
*
Added an "exc_msg" attribute to Example (containing the expected
Edward Loper
2004-08-26
1
-16/+77
*
Only recognize the expected output as an exception if it *starts* with
Edward Loper
2004-08-25
1
-3/+13
*
PEP 292 classes Template and SafeTemplate are added to the string module.
Barry Warsaw
2004-08-25
1
-0/+84
*
Stop producing or using OverflowWarning. PEP 237 thought this would
Tim Peters
2004-08-25
2
-7/+9
*
Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(),
Mark Hammond
2004-08-24
1
-0/+4
*
SF Patch #1013667: Cleanup Peepholer Output
Raymond Hettinger
2004-08-23
2
-2/+104
*
SF Patch #1007087: Return new string for single subclass joins (Bug #1001011)
Raymond Hettinger
2004-08-23
1
-0/+23
*
test_DocTestFinder(): This test failed when test_doctest was run
Tim Peters
2004-08-23
1
-2/+5
*
Moved some test cases from doctest to test_doctest.
Tim Peters
2004-08-23
1
-2/+126
*
Flush bz2 data even if nothing had been written so far. Fixes #1013882.
Martin v. Löwis
2004-08-22
1
-1/+7
*
Fix repr for negative imaginary part. Fixes #1013908.
Martin v. Löwis
2004-08-22
1
-0/+1
*
Added NDIFF_DIFF option.
Tim Peters
2004-08-22
1
-3/+29
*
Bugs fixed:
Jim Fulton
2004-08-22
1
-56/+115
*
_ellipsis_match(): Removed special-casing of "...\n". The semantics
Tim Peters
2004-08-22
1
-28/+5
*
Patch 1012740: cStringIO's truncate doesn't
Tim Peters
2004-08-21
1
-1/+2
*
Whitespace normalization.
Tim Peters
2004-08-20
3
-5/+5
*
Stab at SF 1010777: test_queue fails occasionally
Tim Peters
2004-08-20
1
-14/+53
*
Semantic-neutral format and comment changes.
Tim Peters
2004-08-20
1
-14/+16
*
Now that they've settled down, document doctest directives.
Tim Peters
2004-08-19
1
-3/+17
*
Port test_zipfile to unittest (patch #736962).
Johannes Gijsbers
2004-08-19
1
-98/+98
*
Replaced the ELLIPSIS implementation with a worst-case linear-time one.
Tim Peters
2004-08-19
1
-8/+20
*
ELLIPSIS implementation: an ellipsis couldn't match nothing if it
Tim Peters
2004-08-19
1
-0/+23
*
Rewrite test_order so as to be more "proper". Originally relied on an
Brett Cannon
2004-08-19
1
-7/+13
*
Add support for FreeBSD 6.
Hye-Shik Chang
2004-08-18
3
-2/+7
*
Patch #1006219: let inspect.getsource show '@' decorators and add tests for
Johannes Gijsbers
2004-08-18
1
-0/+41
*
This is Mark Russell's patch:
Michael W. Hudson
2004-08-17
1
-22/+80
*
Fixed bug in line-number finding for examples (DocTestParser wasn't
Edward Loper
2004-08-17
1
-2/+25
*
There are no longer any special case test skips.
Raymond Hettinger
2004-08-17
1
-3/+0
*
Remove test of obsolete trim() operation which was supplanted by
Raymond Hettinger
2004-08-17
1
-152/+0
*
This file is no longer used in version 2.39.
Raymond Hettinger
2004-08-17
1
-151/+0
*
Add two new files and update remaining tests from the latest update of the
Raymond Hettinger
2004-08-17
31
-191/+1190
*
* Dynamically build a list of files to be tested (necessary because
Raymond Hettinger
2004-08-17
1
-81/+14
*
Being bsd-based, darwin/macosx has the same limitation w.r.t. the "echo"
Skip Montanaro
2004-08-16
1
-1/+1
*
Minor formatting cleanup.
Raymond Hettinger
2004-08-16
1
-5/+6
*
* Uncomment the SyntaxError doctest after Tim demonstrated how.
Raymond Hettinger
2004-08-16
1
-11/+6
*
- Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).
Matthias Klose
2004-08-15
1
-0/+8
*
Correct the order of application for decorators. Meant to be bottom-up and not
Brett Cannon
2004-08-15
1
-7/+16
*
bug #990669: os.path.realpath() will resolve symlinks before normalizing the
Johannes Gijsbers
2004-08-14
1
-2/+95
[next]