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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Nit in _IS_BLANK_OR_COMMENT comment -- it doesn't matter how this is
Tim Peters
2004-08-13
1
-2/+2
*
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
*
Patch #808719: Ignore the locale's encoding if it is an empty string.
Martin v. Löwis
2004-08-12
1
-2/+2
*
In output_difference(), replace blank lines in `want` with <BLANKLINE>
Edward Loper
2004-08-12
1
-3/+3
*
- Changed output of DocTestParser.get_program() to make it easier to
Edward Loper
2004-08-12
2
-23/+37
*
- Added __docformat__
Edward Loper
2004-08-12
2
-17/+33
*
- Changed option directives to be example-specific. (i.e., they now
Edward Loper
2004-08-12
2
-79/+254
*
- Added a register_optionflag function (so users can add their own
Edward Loper
2004-08-12
1
-22/+18
*
Start rewriting doctest's LaTeX docs. Damn, this is slow going!
Tim Peters
2004-08-10
1
-1/+1
*
Fix typo in getquotaroot parameter reported by Thierry FLORAC. Also amplify d...
Piers Lauder
2004-08-10
1
-3/+5
*
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
2
-15/+17
*
- DocTest is now a simple container class; its constructor is no longer
Edward Loper
2004-08-09
2
-105/+111
*
This started as a spelling and whitespace cleanup. The comment for
Tim Peters
2004-08-09
2
-20/+22
*
Added support for pdb.set_trace.
Jim Fulton
2004-08-09
2
-1/+103
*
Patch #1003700: Add socketpair function to socket module.
Dave Cole
2004-08-09
2
-0/+44
*
Removed lots of stuff from the module docstring. My intent for 2.4 is
Tim Peters
2004-08-09
1
-137/+18
*
Repair some out-of-date comments.
Tim Peters
2004-08-09
1
-8/+2
*
Drop the excruciating newline requirements on arguments to
Tim Peters
2004-08-09
2
-32/+42
*
Give return stmts their own lines.
Tim Peters
2004-08-09
1
-2/+4
*
Indent body of _EXAMPLE_RE for readability. _IS_BLANK_OR_COMMENT makes
Tim Peters
2004-08-09
1
-13/+13
*
Changed Parser.get_examples() to return a list of Example objects,
Edward Loper
2004-08-09
1
-21/+13
*
- Split DocTestRunner's check_output and output_difference methods off
Edward Loper
2004-08-09
1
-127/+139
*
Rewrote Parser, using regular expressions instead of walking though
Edward Loper
2004-08-09
2
-221/+227
*
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
3
-41/+50
*
* Context.copy() now makes a deepcopy.
Raymond Hettinger
2004-08-08
1
-12/+21
*
Type in docstring.
Tim Peters
2004-08-08
1
-1/+1
*
Also deprecated the old Tester class, which is no longer used by anything
Tim Peters
2004-08-08
1
-2/+13
*
Deprecate the doctest.is_private() function.
Tim Peters
2004-08-08
1
-0/+6
*
Deprecated testmod's useless & confusing isprivate gimmick.
Tim Peters
2004-08-08
2
-61/+32
*
Whitespace normalization.
Tim Peters
2004-08-08
2
-6/+3
*
Purged Berkeley code of references to the long-obsolete whrandom.
Tim Peters
2004-08-08
3
-5/+4
*
Trigger DeprecationWarning
Andrew M. Kuchling
2004-08-07
1
-0/+4
*
Let's not use string exceptions any more.
Armin Rigo
2004-08-07
1
-1/+2
*
Removing tests that fail because of changes in PyString_InternInPlace(),
Armin Rigo
2004-08-07
1
-16/+0
*
Add a trivial test for the compiler package, guarded by compiler resource.
Jeremy Hylton
2004-08-07
2
-1/+39
*
SF patch 836879.
Jeremy Hylton
2004-08-07
1
-21/+19
*
Subclasses of string can no longer be interned. The semantics of
Jeremy Hylton
2004-08-07
1
-0/+17
*
[Bug #866222] Update docstrings.
Andrew M. Kuchling
2004-08-07
1
-4/+3
*
[Bug #990792] Mention that repl can be a callable
Andrew M. Kuchling
2004-08-07
1
-2/+6
*
Fix urllib2.urlopen() handling of chunked content encoding.
Jeremy Hylton
2004-08-07
3
-2/+108
*
Add argument to docstring
Andrew M. Kuchling
2004-08-07
1
-1/+1
[next]