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
*
fix possible integer overflows in _hashopenssl #3886
Benjamin Peterson
2008-09-18
1
-2/+16
*
Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te...
Nick Coghlan
2008-09-11
7
-64/+185
*
Read unidata_version from unicodedata module.
Martin v. Löwis
2008-09-10
1
-2/+9
*
Update to test Unicode 5.1.
Martin v. Löwis
2008-09-10
1
-1/+1
*
- Issue #3629: Fix sre "bytecode" validator for an end case.
Guido van Rossum
2008-09-10
1
-0/+4
*
Issue #3811: The Unicode database was updated to 5.1.
Martin v. Löwis
2008-09-10
1
-2/+12
*
Fix #3634 invalid return value from _weakref.ref(Exception).__init__
Benjamin Peterson
2008-09-09
1
-0/+8
*
Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging.
Vinay Sajip
2008-09-09
1
-2/+2
*
#3777: long(4.2) returned an int, and broke backward compatibility.
Amaury Forgeot d'Arc
2008-09-09
1
-0/+4
*
warnings.catch_warnings() now returns a list or None instead of the custom
Brett Cannon
2008-09-09
18
-176/+166
*
Issue #3806: LockTests in test_imp should be skipped when thread is not avail...
Hirokazu Yamamoto
2008-09-08
1
-4/+10
*
Issue #3804: Added test for Issue #2222.
Hirokazu Yamamoto
2008-09-08
1
-0/+7
*
incorporate fixes from issue 3162; SSL doc patch
Bill Janssen
2008-09-08
1
-0/+121
*
Issue 3801. Fixing a dumb error in the deprecated parse_qsl()
Facundo Batista
2008-09-08
1
-0/+11
*
fix missing module
Benjamin Peterson
2008-09-06
1
-1/+1
*
#3796: A test class was not run in test_float.
Amaury Forgeot d'Arc
2008-09-06
1
-1/+3
*
#3601: test_unicode.test_raiseMemError fails in UCS4
Antoine Pitrou
2008-09-05
1
-1/+4
*
Deprecate bsddb for removal in Python 3.0.
Brett Cannon
2008-09-05
2
-1/+2
*
Issue #3772: Fixed regression problem in StreamHandler.emit().
Vinay Sajip
2008-09-04
1
-1/+27
*
test_py3kwarn had been overlooked when test.test_support.catch_warning() was
Brett Cannon
2008-09-03
1
-10/+10
*
Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
Facundo Batista
2008-09-03
2
-22/+22
*
Issue #3726: Allowed spaces in separators in logging configuration files.
Vinay Sajip
2008-09-03
1
-0/+45
*
Issue #3759: test_asyncore.py leaked handle.
Hirokazu Yamamoto
2008-09-02
1
-0/+2
*
Issue #3708: os.urandom no longer goes into an infinite loop when passed a
Gregory P. Smith
2008-09-02
1
-0/+4
*
Move test.test_support.catch_warning() to the warnings module, rename it
Brett Cannon
2008-09-02
2
-99/+42
*
remove py3k warnings about the threading api; update docs
Benjamin Peterson
2008-09-01
1
-35/+0
*
Issue #3751: str.rpartition would perform a left-partition when called with
Amaury Forgeot d'Arc
2008-09-01
1
-0/+5
*
#3703 unhelpful _fileio.FileIO error message when trying to open a directory
Benjamin Peterson
2008-09-01
1
-0/+11
*
A collection of crashers, all variants of the idea
Armin Rigo
2008-08-29
1
-0/+53
*
Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to
Antoine Pitrou
2008-08-26
3
-6/+62
*
Try to reduce the flakiness of this test
Neal Norwitz
2008-08-25
1
-0/+4
*
Use bytes as return type from recv_bytes() methods. Not sure why this only
Neal Norwitz
2008-08-25
1
-3/+3
*
Fix problem reported by pychecker where AuthenticationError wasn't imported.
Neal Norwitz
2008-08-25
1
-1/+33
*
#3662: Fix segfault introduced when fixing memory leaks.
Neal Norwitz
2008-08-24
1
-0/+4
*
#3654: fix duplicate test method name. Review by Benjamin P.
Georg Brandl
2008-08-24
1
-4/+2
*
generate py3k warnings on __getslice__, __delslice__, and __setslice__
Benjamin Peterson
2008-08-24
1
-0/+22
*
Fix bug 3625: test issues on 64bit windows. r=pitrou
Mark Hammond
2008-08-23
3
-3/+3
*
Fix float.fromhex test to give additional information on failure. This
Mark Dickinson
2008-08-21
1
-1/+7
*
Reverted r65900. See http://mail.python.org/pipermail/python-checkins/2008-Au...
Hirokazu Yamamoto
2008-08-20
1
-7/+3
*
fixed get_file_system in test_os.py ('path' is unicode on py3k and ansi on tr...
Hirokazu Yamamoto
2008-08-20
1
-5/+8
*
deprecate some useless, noop methods in symtable
Benjamin Peterson
2008-08-20
1
-0/+16
*
follow-up of issue3473: update the compiler package to recognize the new syntax.
Amaury Forgeot d'Arc
2008-08-20
1
-0/+9
*
check that the parser module can handle the new keyword syntax
Benjamin Peterson
2008-08-19
1
-0/+1
*
allow keyword args to be passed in after *args #3473
Benjamin Peterson
2008-08-19
1
-0/+8
*
issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...
Jesse Noller
2008-08-19
1
-32/+26
*
add py3k warnings for old threading APIs
Benjamin Peterson
2008-08-18
1
-0/+34
*
fix old API names in test_ssl
Benjamin Peterson
2008-08-18
1
-4/+4
*
patch up multiprocessing until it's API can be changed too
Benjamin Peterson
2008-08-18
1
-2/+8
*
change a few uses of the threading APIs
Benjamin Peterson
2008-08-18
3
-6/+6
*
backport threading property changes
Benjamin Peterson
2008-08-18
1
-6/+6
[next]