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
*
Issue 24773: Make zoneinfo tests more robust. (reapply)
Alexander Belopolsky
2016-07-25
1
-2/+5
*
Reindented Lib/test/datetimetester.py.
Alexander Belopolsky
2016-07-24
1
-2/+2
*
Issue #24773: Made ZoneInfoCompleteTest a TestSuit.
Alexander Belopolsky
2016-07-24
2
-20/+29
*
Issue 24773: Make zoneinfo tests more robust.
Alexander Belopolsky
2016-07-23
1
-2/+5
*
Issue #13849: Merge from 3.5
Berker Peksag
2016-07-23
1
-1/+1
|
\
|
*
Issue #13849: Fix test_null_bytes under Windows
Berker Peksag
2016-07-23
1
-1/+1
*
|
Issue #13849: Merge from 3.5
Berker Peksag
2016-07-23
1
-0/+9
|
\
\
|
|
/
|
*
Issue #13849: Add tests for null byte checking in test_genericpath
Berker Peksag
2016-07-23
1
-0/+9
*
|
Issue #27493: Fix test_path_objects under Windows
Berker Peksag
2016-07-23
1
-1/+1
*
|
Issue #27130: Merge zlib 64-bit fixes from 3.5
Martin Panter
2016-07-23
1
-16/+48
|
\
\
|
|
/
|
*
Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module
Martin Panter
2016-07-23
1
-16/+48
*
|
Closes issue #24773: Implement PEP 495 (Local Time Disambiguation).
Alexander Belopolsky
2016-07-22
2
-8/+803
*
|
Closes #27493: accepted Path objects in file handlers for logging.
Vinay Sajip
2016-07-22
1
-0/+24
*
|
Closes #26559: Allow configuring flush-on-close behaviour of MemoryHandler.
Vinay Sajip
2016-07-22
1
-1/+31
*
|
Issue #27472: Add test.support.unix_shell as the path to the default shell.
Xavier de Gaye
2016-07-22
3
-8/+16
*
|
Issue #27528: Merge warning doc and test from 3.5
Martin Panter
2016-07-19
1
-0/+12
|
\
\
|
|
/
|
*
Issue #27528: Document and test warning messages must match at beginning
Martin Panter
2016-07-19
1
-0/+12
*
|
Merge 3.5.
Stefan Krah
2016-07-17
1
-0/+28
|
\
\
|
|
/
|
*
Issue #26974: Fix segfault in the presence of absurd subclassing. Proactively
Stefan Krah
2016-07-17
1
-0/+28
*
|
Issue #17711: Fixed unpickling by the persistent ID with protocol 0.
Serhiy Storchaka
2016-07-17
2
-8/+54
|
\
\
|
|
/
|
*
Issue #17711: Fixed unpickling by the persistent ID with protocol 0.
Serhiy Storchaka
2016-07-17
2
-8/+54
*
|
Merge for #27083
Brett Cannon
2016-07-16
3
-18/+18
|
\
\
|
|
/
|
*
Fix regressions introduced by fixes for issue #27083.
Brett Cannon
2016-07-16
3
-18/+18
*
|
Merge for #27083
Brett Cannon
2016-07-15
1
-6/+9
|
\
\
|
|
/
|
*
Issue #27083: Respect the PYTHONCASEOK environment variable under
Brett Cannon
2016-07-15
1
-6/+9
*
|
Fix a failing test introduced as part of issue #27512
Brett Cannon
2016-07-15
1
-2/+1
*
|
Issue #27512: Don't segfault when os.fspath() calls an object whose
Brett Cannon
2016-07-15
1
-7/+17
*
|
merge 3.5 (#27514)
Benjamin Peterson
2016-07-15
1
-2/+4
|
\
\
|
|
/
|
*
make too many nested blocks be a SyntaxError instead of a SystemError (closes...
Benjamin Peterson
2016-07-15
1
-2/+4
*
|
Backed out changeset af29d89083b3 (closes #25548) (closes #27498)
Benjamin Peterson
2016-07-14
16
-91/+80
*
|
Issue #27369: Merge test_pyexpat from 3.5
Martin Panter
2016-07-14
1
-4/+2
|
\
\
|
|
/
|
*
Issue #27369: Merge test_pyexpat from 3.4 into 3.5
Martin Panter
2016-07-14
1
-4/+2
|
|
\
|
|
*
Issue #27369: Merge test_pyexpat from 3.3 into 3.4
Martin Panter
2016-07-14
1
-4/+2
|
|
|
\
|
|
|
*
Issue #27369: Merge test_pyexpat from 3.2 into 3.3
Martin Panter
2016-07-14
1
-4/+2
|
|
|
|
\
|
|
|
|
*
Issue #27369: Don’t test error message detail that changed in Expat 2.2.0
3.2
Martin Panter
2016-07-14
1
-4/+2
|
|
|
|
*
#22758: fix regression in handling of secure cookies.
R David Murray
2016-07-10
1
-1/+39
|
|
|
*
|
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
Serhiy Storchaka
2015-12-02
1
-0/+17
|
|
*
|
|
Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.
Matthias Klose
2016-06-13
1
-1/+2
*
|
|
|
|
Merge 3.5 (issue #27392)
Yury Selivanov
2016-07-12
1
-0/+79
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #27392: Add loop.connect_accepted_socket().
Yury Selivanov
2016-07-12
1
-0/+79
*
|
|
|
|
Issue #23804: Merge spelling and NEWS fixes from 3.5
Martin Panter
2016-07-11
1
-2/+2
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
English spelling and grammar fixes
Martin Panter
2016-07-11
1
-2/+2
*
|
|
|
|
Issue #23804: Merge SSL recv() fix from 3.5
Martin Panter
2016-07-11
1
-8/+21
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF
Martin Panter
2016-07-11
1
-8/+21
*
|
|
|
|
Issue #27027: Added test.support.is_android that is True when this is an
Xavier de Gaye
2016-07-10
1
-1/+3
*
|
|
|
|
[merge from 3.5] - Issue #27466: Change time format returned by
Senthil Kumaran
2016-07-10
1
-0/+22
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #27466: Change time format returned by http.cookie.time2netscape,
Senthil Kumaran
2016-07-10
1
-0/+22
*
|
|
|
|
Issue #27474: Unified error messages in the __contains__ method of bytes and
Serhiy Storchaka
2016-07-10
1
-0/+1
*
|
|
|
|
Issue #26896: Disambiguate uses of "importer" with "finder".
Brett Cannon
2016-07-08
3
-3/+1
*
|
|
|
|
Issue27139 patch by Julio C Cardoza.
Steven D'Aprano
2016-07-07
1
-0/+16
[next]