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
*
Use floor division operator.
Raymond Hettinger
2004-09-27
5
-5/+5
*
Checkin Tim's fix to an error discussed on python-dev.
Raymond Hettinger
2004-09-26
1
-0/+5
*
Whitespace normalization.
Tim Peters
2004-09-24
1
-1/+1
*
Port test_unpack to doctest (patch #736962).
Johannes Gijsbers
2004-09-24
1
-144/+131
*
Add yet more tests for buffer().
Neil Schemenauer
2004-09-24
1
-0/+11
*
Add a few more tests for the buffer() object.
Neil Schemenauer
2004-09-24
1
-0/+8
*
Whitespace normalization.
Tim Peters
2004-09-24
1
-1/+1
*
SF bug #513866: Float/long comparison anomaly.
Tim Peters
2004-09-23
1
-2/+102
*
Improve three recipes in the itertools docs.
Raymond Hettinger
2004-09-23
1
-3/+9
*
Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders.
Phillip J. Eby
2004-09-23
1
-2/+16
*
SF patch #1031667: Fold tuples of constants into a single constant
Raymond Hettinger
2004-09-22
1
-3/+13
*
Bug #1030125: rfc822 __iter__ problem
Raymond Hettinger
2004-09-22
1
-0/+11
*
- Changed SampleClass docstrings to test docstring parsing a little
Edward Loper
2004-09-21
1
-7/+18
*
- Added "testfile" function, a simple function for running & verifying
Edward Loper
2004-09-19
1
-3/+132
*
In DocFileTest:
Edward Loper
2004-09-18
1
-3/+26
*
SF bug #1028306: date-datetime comparison
Tim Peters
2004-09-16
1
-0/+43
*
Whitespace normalization.
Tim Peters
2004-09-16
1
-1/+1
*
Remove tabs.
Brett Cannon
2004-09-15
1
-4/+4
*
Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems.
Martin v. Löwis
2004-09-15
1
-0/+2
*
Strip square brackets from IPv6 address.
Martin v. Löwis
2004-09-14
1
-3/+8
*
missed the obvious test case and corresponding fix
Skip Montanaro
2004-09-14
1
-1/+1
*
Search from the end of the host/port combination to find the colon which
Skip Montanaro
2004-09-14
1
-0/+7
*
Fix small bugs in Template code.
Raymond Hettinger
2004-09-14
1
-8/+18
*
SF #1027105: HardwareRandom should be renamed OSRandom
Raymond Hettinger
2004-09-13
1
-4/+4
*
The 4th group is now 'invalid' instead of 'bogus'.
Barry Warsaw
2004-09-13
1
-1/+1
*
Added a test for # positional arguments > 1.
Barry Warsaw
2004-09-13
1
-0/+4
*
exclude_empty: make the default True for DocTestFinder, and introduce it
Tim Peters
2004-09-13
1
-7/+20
*
Add tests for keyword arguments and combining mapping and keyword arguments.
Barry Warsaw
2004-09-13
1
-0/+28
*
Added new parameter exclude_empty to DocTestFinder.__init__, which
Edward Loper
2004-09-13
1
-4/+20
*
DocTestFinder._find(): for tests derived from a module __test__ global,
Tim Peters
2004-09-13
2
-8/+8
*
Whitespace normalization.
Tim Peters
2004-09-12
2
-5/+5
*
Document not-completely-obvious behavior in a test.
Johannes Gijsbers
2004-09-11
1
-0/+7
*
Recover from inspect.getmodule() changes. It returns a module for
Tim Peters
2004-09-11
1
-25/+42
*
Many updates to PEP 292 templates. Summary:
Barry Warsaw
2004-09-10
1
-32/+82
*
add tests that make sure buffer boundaries are handled properly for SGML comm...
Fred Drake
2004-09-08
2
-0/+26
*
Remove usage of locale.getlocale in favor or setlocale(LC_NUMERIC, None) .
Brett Cannon
2004-09-08
1
-3/+9
*
SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support
Walter Dörwald
2004-09-07
1
-1/+117
*
compiler.transformer: correct lineno attribute when possible
Jeremy Hylton
2004-09-07
2
-3/+60
*
Ported test__locale to unittest.
Brett Cannon
2004-09-06
1
-26/+34
*
SF #1022953: binascii.a2b_hqx("") raises SystemError
Raymond Hettinger
2004-09-06
1
-0/+10
*
Fulfill Martin's request to use try/except rather than a "look before
Raymond Hettinger
2004-09-05
1
-1/+5
*
Teach a test about the different kinds of functions.
Raymond Hettinger
2004-09-04
1
-2/+2
*
SF bug #1022010: Import random fails
Raymond Hettinger
2004-09-04
1
-3/+6
*
Change the strategy for coping with time intensive tests from
Raymond Hettinger
2004-09-04
2
-8/+17
*
Added IGNORE_EXCEPTION_DETAIL comparison option. The need is explained
Tim Peters
2004-09-04
1
-0/+37
*
Fixing bug #817234, which made SRE get into an infinite loop on
Gustavo Niemeyer
2004-09-03
1
-0/+16
*
Applying modified version of patch #1018386, which fixes
Gustavo Niemeyer
2004-09-03
1
-0/+53
*
Whitespace normalization.
Tim Peters
2004-09-01
1
-3/+3
*
Missed some occurrences of test_mpz
Andrew M. Kuchling
2004-08-31
1
-3/+0
*
Remove test output for rotor, xreadline
Andrew M. Kuchling
2004-08-31
2
-9/+0
[next]