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
*
#8230: make Lib/test/sortperf.py run on Python 3.
Georg Brandl
2010-08-01
1
-4/+4
*
#8768: name test method properly so that it gets executed.
Georg Brandl
2010-08-01
1
-1/+1
*
#8620: Cmd no longer truncates last character if stdin ends without newline
R. David Murray
2010-08-01
1
-1/+26
*
#7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try ...
Georg Brandl
2010-07-31
1
-0/+3
*
There always is a False and True now.
Georg Brandl
2010-07-31
1
-4/+2
*
#8910: add a file explaining why Lib/test/data is there.
Georg Brandl
2010-07-31
1
-0/+2
*
#3788: more tests for http.cookies, now at 95% coverage. Also bring coding s...
Georg Brandl
2010-07-31
1
-17/+98
*
Clarify comment in comments test case explaining comment semantics.
Georg Brandl
2010-07-31
1
-1/+1
*
#1286: allow using fileinput.FileInput as context manager.
Georg Brandl
2010-07-31
1
-0/+24
*
Fix bad merge: test_support -> support.
Georg Brandl
2010-07-31
1
-1/+1
*
#9440: Remove borderline test case that fails based on unpredictable conditio...
Georg Brandl
2010-07-31
1
-4/+0
*
Re-commit r83327 now that the release is done.
Georg Brandl
2010-07-31
1
-1/+47
*
Import test_pdb with its full name, so that running python -m test.test_pdb s...
Georg Brandl
2010-07-31
1
-8/+8
*
Revert r83327. This will have to wait until after the alpha1 release.
Georg Brandl
2010-07-31
1
-47/+1
*
Add functools.lfu_cache() and functools.lru_cache().
Raymond Hettinger
2010-07-31
1
-1/+47
*
Avoid triggering DeprecationWarnings in test_smtpd and smtpd.
Georg Brandl
2010-07-31
1
-26/+27
*
Fix an oversight in r83294. unquote() should reject bytes. Issue #9301.
Florent Xicluna
2010-07-31
1
-0/+1
*
Make urllib tests pass for now. Will figure out what the correct semantics s...
Georg Brandl
2010-07-31
1
-4/+4
*
Fix pdb test failures on the buildbots.
Georg Brandl
2010-07-31
1
-3/+3
*
Fix issue9301 - handle unquote({}) kind of case.
Senthil Kumaran
2010-07-30
1
-1/+3
*
Show the traceback line numbers as well as the current line numbers if an exc...
Georg Brandl
2010-07-30
1
-0/+62
*
Test that "source" with nonexisting things works as expected.
Georg Brandl
2010-07-30
1
-0/+3
*
Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni.
Georg Brandl
2010-07-30
1
-0/+99
*
Several enhancements to pdb and its test suite.
Georg Brandl
2010-07-30
2
-79/+204
*
pdb now has its own tests.
Georg Brandl
2010-07-30
1
-1/+0
*
#7964 followup: add test case to ensure issue remains fixed.
Georg Brandl
2010-07-30
1
-0/+24
*
#809887: improve pdb feedback for breakpoint-related actions. Also add a fun...
Georg Brandl
2010-07-30
1
-2/+80
*
#5294: Fix the behavior of pdb "continue" command when called in the top-leve...
Georg Brandl
2010-07-30
1
-0/+42
*
Issue #8048: Prevent doctests from failing when sys.displayhook has
Georg Brandl
2010-07-30
1
-0/+29
*
#1472251: remove addition of "\n" to code given to pdb.run[eval](), the bug i...
Georg Brandl
2010-07-30
1
-2/+45
*
#4108: the first default entry (User-agent: *) wins.
Georg Brandl
2010-07-29
1
-0/+14
*
Fix #9412: make list of messages an instance attribute instead of class attri...
Georg Brandl
2010-07-29
1
-1/+3
*
#9411: allow selecting an encoding for configparser files. Also adds a new t...
Georg Brandl
2010-07-29
2
-1/+114
*
Update test_os.py according to my last changes on _Environ.__repr__()
Victor Stinner
2010-07-29
1
-1/+3
*
Add missing file.
Georg Brandl
2010-07-28
1
-0/+537
*
Syntax cleanup.
Florent Xicluna
2010-07-28
4
-8/+6
*
Fix Issue6325 - robotparse to honor urls with query strings.
Senthil Kumaran
2010-07-28
1
-0/+11
*
#1682942: add some ConfigParser features: alternate delimiters, alternate com...
Georg Brandl
2010-07-28
1
-95/+185
*
#9354: Provide getsockopt() in asyncore file_wrapper(). Patch by Lukas Langa.
Georg Brandl
2010-07-28
1
-0/+13
*
With skipUnless there is no need to add test classes conditionally.
Ezio Melotti
2010-07-27
1
-6/+3
*
Use proper skips and assert* methods in test_asyncore.
Ezio Melotti
2010-07-27
1
-96/+97
*
Issue #4770: Restrict binascii module to accept only bytes (as specified).
Florent Xicluna
2010-07-27
2
-13/+14
*
The default size of the re module's compiled regular expression cache has
Gregory P. Smith
2010-07-27
1
-0/+63
*
Make python version of fromtimestamp behave more like C.
Alexander Belopolsky
2010-07-26
1
-1/+7
*
Fix #7113. Patch by Ćukasz Langa.
Brian Curtin
2010-07-26
1
-7/+37
*
#777884: make .normalize() do nothing for childless nodes, instead of raising...
Andrew M. Kuchling
2010-07-25
1
-0/+8
*
Issue #4686 - add .args to exceptions in the configparsermodule
Michael Foord
2010-07-25
1
-15/+35
*
Corrected comments on where settrace and setprofile are tested.
Alexander Belopolsky
2010-07-25
1
-2/+2
*
Issue #9315: Renamed test_trace to test_sys_settrace and
Alexander Belopolsky
2010-07-25
2
-0/+0
*
Issue #9315: Revert r83005 before renaming test_trace to
Alexander Belopolsky
2010-07-25
1
-0/+0
[next]