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
*
backout 214d8909513d for regressions (#1159051)
Benjamin Peterson
2013-05-11
2
-35/+0
*
Issue #16601: Restarting iteration over tarfile no more continues from where
Serhiy Storchaka
2013-05-09
1
-0/+8
*
Issue #17656: Skip test_extract_unicode_filenames if the FS encoding
Serhiy Storchaka
2013-05-08
1
-1/+9
*
#17833: add debug output to investigate buildbot failure.
Ezio Melotti
2013-05-07
1
-4/+14
*
Issue17883: Update to assertIn to see why test fails on one buildbot.
Terry Jan Reedy
2013-05-06
1
-1/+1
*
#7855: Add tests for ctypes/winreg for issues found in IronPython. Initial p...
Ezio Melotti
2013-05-04
1
-0/+5
*
Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.
Serhiy Storchaka
2013-05-04
1
-0/+2
*
Issue #15535: Fix regression in pickling of named tuples.
Raymond Hettinger
2013-05-03
1
-1/+1
*
Issue #17712: Fix test_gdb failures on Ubuntu 13.04.
Antoine Pitrou
2013-04-30
1
-22/+24
*
Issue #17843: Remove bz2 test data that triggers antivirus warnings.
Nadeem Vawda
2013-04-28
2
-7/+6
*
Issue #17842. Added base64 module tests with bytearray arguments.
Serhiy Storchaka
2013-04-28
1
-0/+26
*
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than...
Antoine Pitrou
2013-04-24
2
-2/+11
*
Ensure that plistlib doesn't corrupt deeply nested datastructures
Ronald Oussoren
2013-04-23
1
-0/+12
*
#17065: Use process-unique key for winreg test.
R David Murray
2013-04-21
1
-2/+5
*
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
Richard Oudkerk
2013-04-17
1
-1/+31
*
Issue #17710: Fix cPickle raising a SystemError on bogus input.
Antoine Pitrou
2013-04-15
1
-0/+2
*
#17341: Include name in re error message about invalid group name.
R David Murray
2013-04-14
1
-0/+11
*
Revert changes for #13355 by request from Raymond Hettinger
Andrew Svetlov
2013-04-13
1
-28/+1
*
Issue #16447: Fix potential segfault when setting __name__ on a class.
Mark Dickinson
2013-04-13
1
-0/+14
*
Issue #17656: Fix extraction of zip files with unicode member paths.
Serhiy Storchaka
2013-04-13
1
-1/+20
*
Issue #13355: Raise ValueError on random.triangular call with invalid params.
Andrew Svetlov
2013-04-12
1
-1/+28
*
Close #17666: Fix reading gzip files with an extra field.
Serhiy Storchaka
2013-04-08
1
-0/+7
*
Revert a premature patch for issue #14010 (changeset d17d10c84d27).
Serhiy Storchaka
2013-04-06
1
-134/+1
*
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
Serhiy Storchaka
2013-04-06
1
-1/+134
*
Issue #6419: Fix a test_kqueue failure on some BSD flavors.
Charles-Francois Natali
2013-03-31
1
-22/+13
*
merge 2.7.4 release branch
Benjamin Peterson
2013-03-30
1
-1/+1
|
\
|
*
G -> M (closes #17533)
Benjamin Peterson
2013-03-30
1
-1/+1
*
|
merge 2.7.4 release branch
Benjamin Peterson
2013-03-30
1
-2/+8
|
\
\
|
|
/
|
*
fall back when an old test_support doesn't have various data and functions (c...
Benjamin Peterson
2013-03-30
1
-2/+8
*
|
#17526: fix an IndexError raised while passing code without filename to inspe...
Ezio Melotti
2013-03-30
1
-0/+6
*
|
#17564: skip test_bad_address unless the tests are run with -unetwork/-uall.
Ezio Melotti
2013-03-29
1
-0/+5
*
|
merge 2.7.4 release branch
Benjamin Peterson
2013-03-24
1
-0/+4
|
\
\
|
|
/
|
*
allow any type with __getitem__ to be a mapping for the purposes of % (#15801)
Benjamin Peterson
2013-03-24
1
-0/+4
*
|
Clean up references to threads in test_queue.
Ezio Melotti
2013-03-23
1
-1/+4
|
/
*
group ids and user ids can be longs now (#17531)
Benjamin Peterson
2013-03-23
2
-3/+3
*
Issue #17521: Corrected non-enabling of logger following two calls to fileCon...
Vinay Sajip
2013-03-23
1
-2/+32
*
Issue #17508: Handled out-of-order handler configuration correctly.
Vinay Sajip
2013-03-22
1
-2/+36
*
fix issue reference
Benjamin Peterson
2013-03-20
1
-1/+1
*
this obviously is not going to raise any -3 warnings
Benjamin Peterson
2013-03-20
1
-9/+6
*
site.py is needed to set up paths
Benjamin Peterson
2013-03-20
1
-1/+1
*
Use a larger amount of data for the interrupted_write tests so that
Gregory P. Smith
2013-03-20
1
-1/+1
*
Issue #10212: Support new buffer interface for struct.unpack and
Kristján Valur Jónsson
2013-03-20
2
-1/+15
*
Issue #10211 : Buffer object should support the new buffer interface.
Kristján Valur Jónsson
2013-03-19
1
-0/+8
*
Issue #12098 : Fix a missing import in the unittests.
Kristján Valur Jónsson
2013-03-20
1
-0/+1
*
Issue #12098: multiprocessing on Windows now starts child processes
Kristján Valur Jónsson
2013-03-19
2
-17/+34
*
open file in binary mode
Benjamin Peterson
2013-03-18
1
-2/+2
*
#11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by...
Ezio Melotti
2013-03-16
2
-20/+30
*
Issue #17299: Add test coverage for cPickle with file objects and general IO
Serhiy Storchaka
2013-03-14
1
-25/+110
*
Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
Terry Jan Reedy
2013-03-11
2
-2/+2
*
#11963: fix Windows buildbots.
Ezio Melotti
2013-03-11
1
-4/+4
[next]