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
*
more extension marshal tests and conversion to unittest - was surprised to
Skip Montanaro
2003-08-02
1
-39/+183
*
As discussed on python-dev, changed builtin.zip() to handle zero arguments
Raymond Hettinger
2003-08-02
2
-2/+6
*
Remove caching of TimeRE (and thus LocaleTime) instance. Error was being
Brett Cannon
2003-07-24
1
-7/+10
*
Restored commented-out line checked in by mistake.
Tim Peters
2003-07-23
1
-1/+1
*
locale-restoration code: Don't leave comparison to None implicit. For
Tim Peters
2003-07-23
2
-2/+2
*
Fred wasn't kidding -- there really are docs for the locale module <wink>.
Tim Peters
2003-07-23
1
-11/+20
*
Fix error in test of not comparing against 0 item of a list
Brett Cannon
2003-07-22
1
-1/+1
*
Patch #775784: YA Cygwin expected regression test skip patch
Jason Tishler
2003-07-22
1
-0/+1
*
Change the zipimport implementation to accept files containing
Thomas Heller
2003-07-22
1
-1/+20
*
Make sure mimetypes is reinitialized before running the tests.
Jeremy Hylton
2003-07-18
1
-0/+1
*
Restore the locale to "C" on exit.
Jeremy Hylton
2003-07-18
1
-2/+5
*
Reflow long line.
Jeremy Hylton
2003-07-17
1
-2/+2
*
Exercise Jim Fulton's new doctest extension for running doctests in a
Raymond Hettinger
2003-07-16
1
-2/+5
*
Extend last change to cover TestSuites as well as TestCases.
Raymond Hettinger
2003-07-16
1
-1/+1
*
Prevent failure on the mac, where "mbcs" is not the file system
Mark Hammond
2003-07-16
1
-2/+3
*
run_unittest() to support TestCase instances as well as classes. Helps with ...
Raymond Hettinger
2003-07-16
1
-1/+4
*
Fixed test and converted to unittest format.
Raymond Hettinger
2003-07-15
1
-1/+0
*
Fixed test and converted to unittest format.
Raymond Hettinger
2003-07-15
1
-6/+25
*
SF patch 763201: handling of SyntaxErrors in symbol table build
Jeremy Hylton
2003-07-15
2
-3/+30
*
Add various test cases from SF patch 543867.
Walter Dörwald
2003-07-15
1
-1/+58
*
stylistic nits:
Fred Drake
2003-07-14
1
-6/+8
*
Make close() identical to __del__() for a dumbdbm database. Make
Tim Peters
2003-07-13
1
-0/+7
*
Reworked test_warnings.py:
Raymond Hettinger
2003-07-13
2
-56/+81
*
This test failed on WindowsME because the full file path did not get
Raymond Hettinger
2003-07-13
2
-6/+6
*
Don't include slash in search string; it's OS-specific.
Jeremy Hylton
2003-07-11
1
-1/+1
*
Change warnings to avoid importing re module during startup.
Jeremy Hylton
2003-07-11
2
-0/+63
*
Added a new randomized test.
Tim Peters
2003-07-11
1
-0/+28
*
Fix SF bug 764095: Don't use network in test_httplib.
Jeremy Hylton
2003-07-08
2
-14/+35
*
New function sys.getcheckinterval(), to complement setcheckinterval().
Tim Peters
2003-07-06
1
-2/+4
*
Fixes bug of timezone value being left as -1 when ``time.tzname[0] ==
Brett Cannon
2003-07-03
1
-3/+3
*
Fix and test for bug #764548:
Just van Rossum
2003-07-02
1
-0/+10
*
fixed typo in comment
Just van Rossum
2003-07-02
1
-1/+1
*
On those systems lacking the AFMT_S16_NE symbol, the test was failing
Andrew MacIntyre
2003-07-02
1
-1/+1
*
- added (c)StringIO tests; cStringIO usage failed in the previous
Just van Rossum
2003-07-01
1
-0/+16
*
Fix SF bug #763023, difflib.py: ratio() zero division not caught
Neal Norwitz
2003-07-01
1
-0/+12
*
connector(): You can't use an empty string as an argument to connect()
Tim Peters
2003-07-01
1
-1/+1
*
Fix SF bug #763770, test_socket_ssl crash
Neal Norwitz
2003-07-01
1
-2/+2
*
Test Brett's addition of __all__ to Queue.
Raymond Hettinger
2003-07-01
1
-0/+1
*
Fix SF #763362, test_posixpath failed
Neal Norwitz
2003-07-01
1
-4/+6
*
Fix typo in error message
Neal Norwitz
2003-06-30
1
-1/+1
*
Don't require that a RuntimeError is raised when playing a second
Walter Dörwald
2003-06-30
1
-5/+9
*
Fix SF 762891: "del p[key]" on proxy object raises SystemError()
Raymond Hettinger
2003-06-30
1
-0/+11
*
Fix SF #754870, SSL crash interpreter when remote side closes during connect
Neal Norwitz
2003-06-30
1
-1/+37
*
More tests
Raymond Hettinger
2003-06-29
1
-3/+59
*
Removed invalid test.
Raymond Hettinger
2003-06-29
1
-3/+0
*
SF bug #762455: Python segfaults when sys.stdout is changed in getattr
Raymond Hettinger
2003-06-29
1
-0/+15
*
Whitespace normalization.
Tim Peters
2003-06-29
3
-6/+6
*
SF patch #760257: add socket.timeout exception
Raymond Hettinger
2003-06-29
1
-2/+57
*
Add take() to examples. Tighten the islice() example
Raymond Hettinger
2003-06-28
1
-1/+7
*
SF patch #756996: Bare except in ZipFile.testzip()
Raymond Hettinger
2003-06-27
1
-0/+21
[next]