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
*
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
*
Unwrap too-smart loop: we can't use `src` for both hard and symbolic links.
Johannes Gijsbers
2004-08-14
1
-8/+16
*
Raise an exception when src and dst refer to the same file via a hard link or a
Johannes Gijsbers
2004-08-14
1
-0/+21
*
Reset old locale after running tests. Not doing so broke
Johannes Gijsbers
2004-08-14
1
-19/+23
*
Whitespace normalization.
Tim Peters
2004-08-13
2
-6/+6
*
SF patch #1005778, Fix seg fault if list object is modified during list.index()
Neal Norwitz
2004-08-13
1
-0/+12
*
include at least one example of an exception passing through pyexpat
Fred Drake
2004-08-13
1
-0/+15
*
Report refleaks to stderr as the tests run as well as logging them
Michael W. Hudson
2004-08-12
1
-0/+2
*
This is my patch
Michael W. Hudson
2004-08-12
1
-2/+9
*
Fix bug
Michael W. Hudson
2004-08-12
1
-6/+62
*
- Changed output of DocTestParser.get_program() to make it easier to
Edward Loper
2004-08-12
1
-8/+8
*
- Added __docformat__
Edward Loper
2004-08-12
1
-4/+6
*
- Changed option directives to be example-specific. (i.e., they now
Edward Loper
2004-08-12
1
-29/+153
*
Whitespace normalization.
Tim Peters
2004-08-09
1
-1/+1
*
Edward's latest checkins somehow managed to wipe out my previous latest
Tim Peters
2004-08-09
1
-1/+0
*
- DocTest is now a simple container class; its constructor is no longer
Edward Loper
2004-08-09
1
-7/+10
*
This started as a spelling and whitespace cleanup. The comment for
Tim Peters
2004-08-09
1
-6/+5
*
Added support for pdb.set_trace.
Jim Fulton
2004-08-09
1
-0/+87
*
Patch #1003700: Add socketpair function to socket module.
Dave Cole
2004-08-09
1
-0/+43
*
Drop the excruciating newline requirements on arguments to
Tim Peters
2004-08-09
1
-17/+27
*
Rewrote Parser, using regular expressions instead of walking though
Edward Loper
2004-08-09
1
-2/+11
*
Fixed doctest error (wrong prompts)
Edward Loper
2004-08-09
1
-3/+3
*
Add a test for Context.copy().
Raymond Hettinger
2004-08-08
1
-0/+8
*
Tell unittest that source files with "badsyntax" in their names should
Tim Peters
2004-08-08
1
-1/+5
*
Renamed locals to better reflect their meanings.
Tim Peters
2004-08-08
1
-6/+6
*
In verbose mode, display the name of each file before trying to compile
Tim Peters
2004-08-08
1
-1/+4
*
Bug 1003935: xrange overflows
Tim Peters
2004-08-08
1
-1/+6
*
Get rid of the ignore_imports argument to DocTestFinder.find().
Tim Peters
2004-08-08
2
-16/+22
[next]