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 #27748: Merge with 3.5
Zachary Ware
2016-09-05
1
-4/+1
|
\
|
*
Issue #27748: Backed out changeset f845e24d794e
Zachary Ware
2016-09-05
1
-4/+1
*
|
Issue 27744: AES-CBC and DRBG need Kernel 3.19+
Christian Heimes
2016-09-05
1
-0/+2
*
|
os.access does not allow a fd
Benjamin Peterson
2016-09-05
1
-1/+1
*
|
Issue 27744: Check for AF_ALG support in Kernel
Christian Heimes
2016-09-05
1
-1/+14
*
|
Issue #27748: Merge with 3.5
Zachary Ware
2016-09-05
1
-1/+4
|
\
\
|
|
/
|
*
Issue #27748: strengthen test_alias_nofallback
Zachary Ware
2016-09-05
1
-1/+4
*
|
Issue #27355: Removed support for Windows CE. It was never finished,
Larry Hastings
2016-09-05
1
-1/+1
*
|
Issue #27866: Add SSLContext.get_ciphers() method to get a list of all enable...
Christian Heimes
2016-09-05
1
-0/+9
*
|
Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module.
Christian Heimes
2016-09-05
1
-0/+165
*
|
Issue #24254: Preserve class attribute definition order.
Eric Snow
2016-09-05
5
-6/+229
*
|
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
Christian Heimes
2016-09-05
1
-31/+58
|
\
\
|
|
/
|
*
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
Christian Heimes
2016-09-05
1
-31/+58
*
|
Closes #11620: Fix support for SND_MEMORY in winsound.PlaySound.
Zachary Ware
2016-09-05
1
-0/+16
*
|
Closes #27748: Merge with 3.5
Zachary Ware
2016-09-05
2
-203/+62
|
\
\
|
|
/
|
*
Issue #27748: Simplify test_winsound.
Zachary Ware
2016-09-05
2
-203/+62
*
|
fix skipping #27921 for windows
Benjamin Peterson
2016-09-05
1
-2/+1
*
|
merge 3.5 (closes #27811)
Benjamin Peterson
2016-09-05
1
-0/+8
|
\
\
|
|
/
|
*
do not allow _PyGen_Finalize to fail (closes #27811)
Benjamin Peterson
2016-09-05
1
-0/+8
*
|
Merge with 3.5
Terry Jan Reedy
2016-09-05
1
-2/+3
|
\
\
|
|
/
|
*
Issue #27918# test.resource.is_gui_available no longer flashes tk window.
Terry Jan Reedy
2016-09-05
1
-2/+3
*
|
issue23591: more docs; slight change to repr
Ethan Furman
2016-09-04
1
-6/+6
*
|
Issue #27427: Additional tests for the math module. Thanks Francisco Couzo.
Mark Dickinson
2016-09-04
1
-6/+22
*
|
Issue #27953: skip failing math and cmath tests for tan on OS X 10.4.
Mark Dickinson
2016-09-04
2
-1/+38
*
|
Issue #26040: Improve test_math and test_cmath coverage and rigour. Thanks Je...
Mark Dickinson
2016-09-03
2
-87/+319
*
|
Issue 27921: Remove backslash from another f-string. I'll revert this change ...
Eric V. Smith
2016-09-03
2
-2/+12
*
|
Issue #11734: Add support for IEEE 754 half-precision floats to the struct mo...
Mark Dickinson
2016-09-03
1
-2/+105
*
|
Closes #27935: returned numeric value for 'FATAL' logging level.
Vinay Sajip
2016-09-03
1
-0/+4
*
|
Issue 27921: Remove backslash from another f-string. I'll revert this change ...
Eric V. Smith
2016-09-03
1
-14/+14
*
|
Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a tem...
Eric V. Smith
2016-09-03
3
-96/+52
*
|
Merge
Raymond Hettinger
2016-09-03
2
-1/+12
|
\
\
|
|
/
|
*
Issue 27936: Fix inconsistent round() behavior between float and int
Raymond Hettinger
2016-09-03
2
-1/+12
*
|
issue23591: bool(empty_flags) == False; more docs & tests
Ethan Furman
2016-09-02
1
-0/+16
*
|
issue23591: add docs; code cleanup; more tests
Ethan Furman
2016-09-02
1
-17/+71
*
|
Merge
Raymond Hettinger
2016-08-31
1
-0/+18
|
\
\
|
|
/
|
*
Issue #27706: Fix regression in random.seed(somestr, version=1)
Raymond Hettinger
2016-08-31
1
-0/+18
*
|
Merge asyncio from 3.5
Guido van Rossum
2016-08-31
1
-0/+75
|
\
\
|
|
/
|
*
Don't select for read on character devices in _UnixWritePipeTransport.
Guido van Rossum
2016-08-31
1
-0/+75
*
|
Issue #27907: variable rename. (Ville Skyttä) (Merge 3.5->3.6)
Guido van Rossum
2016-08-31
1
-2/+2
|
\
\
|
|
/
|
*
Issue #27907: variable rename. (Ville Skyttä)
Guido van Rossum
2016-08-31
1
-2/+2
*
|
issue23591: add Flags, IntFlags, and tests
Ethan Furman
2016-08-31
1
-1/+451
*
|
Issue #27895: Strengthen the dict reader tests.
Raymond Hettinger
2016-08-30
1
-0/+38
*
|
Issue #27842: The csv.DictReader now returns rows of type OrderedDict.
Raymond Hettinger
2016-08-30
1
-0/+16
*
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
16
-31/+31
*
|
Merge with 3.5
Zachary Ware
2016-08-30
1
-1/+5
|
\
\
|
|
/
|
*
Skip test_tools.test_i18n when pygettext.py is missing
Zachary Ware
2016-08-30
1
-1/+5
*
|
Issue #27870: A left shift of zero by a large integer no longer attempts to a...
Mark Dickinson
2016-08-29
1
-0/+15
*
|
Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj.
Mark Dickinson
2016-08-29
1
-0/+17
*
|
Issue #26027: Fix test_path_t_converter on Windows
Berker Peksag
2016-08-27
1
-1/+1
*
|
Don't test for path-like bytes paths on Windows
Brett Cannon
2016-08-27
1
-2/+7
[next]