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
...
*
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
*
Resolution of bug #997368, "strftime() backward compatibility".
Barry Warsaw
2004-08-07
4
-5/+5
*
SF bug 874842 and patch 997626: httplib bugs
Jeremy Hylton
2004-08-07
2
-11/+64
*
Make 'bin' argument trigger DeprecationWarning
Andrew M. Kuchling
2004-08-07
1
-1/+1
*
Resolution of SF bug #1002475 and patch #1003693; Header lines that end in
Barry Warsaw
2004-08-07
2
-3/+33
*
This is more-or-less:
Michael W. Hudson
2004-08-07
1
-3/+4
*
Somehow (no idea how!) I missed half of patch #1005008. Sorry about that.
Michael W. Hudson
2004-08-07
1
-1/+1
*
This is patch
Michael W. Hudson
2004-08-07
1
-17/+4
*
Exercise DocTestSuite's search for __test__.
Raymond Hettinger
2004-08-07
1
-2/+2
*
Whitespace normalization.
Tim Peters
2004-08-07
5
-139/+139
*
Bug 772091: doctest.DocTestSuite does not support __test__
Tim Peters
2004-08-07
2
-16/+29
*
SF bug #1004669: Type returned from .keys() is not checked
Raymond Hettinger
2004-08-07
1
-0/+9
*
SF bug #1002530: test_decimal fails if repeated
Raymond Hettinger
2004-08-06
1
-6/+8
*
Merging from tim-doctest-branch, which is now closed.
Tim Peters
2004-08-06
5
-182/+919
*
Changes the remote address used for tests in TimeoutTestCase from google.com to
Brett Cannon
2004-08-06
1
-1/+1
*
Added new codecs and aliases for ISO_8859-11, ISO_8859-16 and
Marc-André Lemburg
2004-08-05
4
-1/+285
*
release date
Anthony Baxter
2004-08-05
1
-1/+1
*
Example.__init__: this cannot use assert, because that fails to trigger
Tim Peters
2004-08-04
2
-5/+8
*
Edward Loper's cool and massive refactoring of doctest.py, merged from
Tim Peters
2004-08-04
2
-945/+2375
*
To ever run this test "you must import TestSkipped" from the right
Michael W. Hudson
2004-08-04
1
-6/+9
*
Updated Logger.log() docstring to clarify that lvl parameter should be an int...
Vinay Sajip
2004-08-04
1
-1/+1
*
Close handlers and tidy up loggers by removing closed handlers - to avoid pro...
Vinay Sajip
2004-08-04
1
-5/+11
*
Remove .width() and .iswide() from UserString as well.
Hye-Shik Chang
2004-08-04
1
-4/+0
*
SF #989185: Drop unicode.iswide() and unicode.width() and add
Hye-Shik Chang
2004-08-04
4
-29/+13
*
Add a workaround for a problem that UTF-8 strings can be corrupted
Hye-Shik Chang
2004-08-04
1
-0/+35
*
Whitespace normalization.
Tim Peters
2004-08-04
8
-52/+52
*
test_threadsignals is an expected skip on win32.
Tim Peters
2004-08-04
1
-0/+1
[prev]
[next]