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
...
*
Add missing iteritems() call to the for loop in mailbox.MH.get_message().
R. David Murray
2009-04-02
1
-0/+6
*
Store the functions in the _type_equality_funcs as wrapped objects that are d...
Michael Foord
2009-04-02
1
-0/+12
*
Add custom initializer argument to multiprocess.Manager*, courtesy of lekma
Jesse Noller
2009-04-02
1
-1/+31
*
Better exception messages for unittest assert methods.
Michael Foord
2009-04-02
1
-1/+171
*
Fixing the issue4860. Escaping embedded '"' character in js_output() method o...
Senthil Kumaran
2009-04-02
1
-4/+4
*
handle SEEK_ constants in test_io
Benjamin Peterson
2009-04-02
1
-4/+4
*
Add tests checking the CSV module's ability to handle
R. David Murray
2009-04-01
1
-0/+18
*
Fix for issue5040. Adding test for Content-Length
Senthil Kumaran
2009-04-01
1
-0/+28
*
bounds check arguments to mmap.move(). All of them. Really.
Jack Diederich
2009-04-01
1
-7/+14
*
test_warnings ironically had a single test that was not protecting the warnings
Brett Cannon
2009-04-01
1
-8/+8
*
test_logging was blindly clearing the warnings filter. This caused
Brett Cannon
2009-04-01
1
-22/+24
*
Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.
Raymond Hettinger
2009-04-01
1
-0/+25
*
_warnings was importing itself to get an attribute. That's bad if warnings gets
Brett Cannon
2009-04-01
1
-0/+35
*
Fix test_xmlrpc and make the CGI handler work with no CONTENT_LENGTH.
Georg Brandl
2009-04-01
1
-1/+5
*
Fix multiprocessing.event to match the new threading.Event API
Jesse Noller
2009-04-01
1
-7/+9
*
Fix issue 2522. locale.format now checks that it is passed
R. David Murray
2009-04-01
1
-0/+14
*
Fix for failing asyncore tests.
Josiah Carlson
2009-04-01
1
-1/+2
*
Issue #5635: Fix running test_sys with tracing enabled.
Georg Brandl
2009-04-01
1
-0/+5
*
#5228: add pickle support to functools.partial
Jack Diederich
2009-03-31
1
-1/+14
*
Fix Windows test skip error revealed by buildbot. Also a comment spelling
R. David Murray
2009-03-31
2
-10/+5
*
#1651995: fix _convert_ref for non-ASCII characters.
Georg Brandl
2009-03-31
1
-0/+9
*
fix Thread.ident when it is the main thread or a dummy thread #5632
Benjamin Peterson
2009-03-31
1
-0/+13
*
#1674032: return value of flag from Event.wait(). OKed by Guido.
Georg Brandl
2009-03-31
1
-1/+2
*
Issue #5387: Fixed mmap.move crash by integer overflow. (take2)
Hirokazu Yamamoto
2009-03-31
1
-4/+16
*
Remove the regrtest check that turns any ImportError into a skipped test.
R. David Murray
2009-03-31
1
-1/+1
*
Improve test_support.import_module docstring, remove
R. David Murray
2009-03-31
1
-16/+14
*
Delete out-of-date and little-known README from the test
R. David Murray
2009-03-31
1
-413/+0
*
Rename the actual method definitions to the official assertFoo names.
Gregory P. Smith
2009-03-31
1
-1/+27
*
A few more test skips via import_module, and change import_module to
R. David Murray
2009-03-31
10
-15/+37
*
The unittest.TestCase.assertEqual() now displays the differences in lists,
Gregory P. Smith
2009-03-31
3
-48/+419
*
Global statements from one function leaked into parallel functions.
Jeremy Hylton
2009-03-31
1
-0/+24
*
Add is_declared_global() which distinguishes between implicit and
Jeremy Hylton
2009-03-31
1
-0/+2
*
Issue #5387: Fixed mmap.move crash by integer overflow.
Hirokazu Yamamoto
2009-03-31
1
-0/+17
*
merge in patch from tim golden to fix contextmanager support for mp.Lock()
Jesse Noller
2009-03-30
1
-0/+4
*
Actually suppress warnings in test_at_least_import_untested_modules
R. David Murray
2009-03-30
1
-0/+1
*
Change more tests to use import_module for the modules that
R. David Murray
2009-03-30
17
-43/+53
*
finalize the queue prior to shutdown
Jesse Noller
2009-03-30
1
-0/+2
*
Fix for bugs: Issue4675 and Issue4962.
Senthil Kumaran
2009-03-30
2
-0/+20
*
Remove references to test_socket_ssl which was deleted in trunk
R. David Murray
2009-03-30
1
-12/+0
*
Add import_function method to test.test_support, and modify a number of
R. David Murray
2009-03-30
20
-41/+78
*
Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets
Jesse Noller
2009-03-30
1
-0/+24
*
Revert incorrect change.
R. David Murray
2009-03-30
1
-3/+6
*
don't rely on the order dict repr #5605
Benjamin Peterson
2009-03-30
1
-2/+2
*
Convert import try/except to use test_support.import_module().
R. David Murray
2009-03-30
1
-6/+3
*
add missing import
Benjamin Peterson
2009-03-30
1
-0/+1
*
add missing import
Benjamin Peterson
2009-03-29
1
-0/+1
*
thanks to guido's bytecode verifier, this is fixed
Benjamin Peterson
2009-03-29
1
-47/+0
*
this has been fixed since 2.6 (I love removing these)
Benjamin Peterson
2009-03-29
1
-14/+0
*
Add the ability to control the random seed used by regrtest.py -r.
Collin Winter
2009-03-29
1
-3/+15
*
fix another name
Benjamin Peterson
2009-03-26
1
-1/+1
[prev]
[next]