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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor spell fix and formatting fixes in urllib tests. (#959)
Senthil Kumaran
2017-04-02
2
-2/+6
*
bpo-29957: change LBYL key lookup to dict.setdefault (#938)
Michael Selik
2017-04-02
1
-5/+0
*
Revert "bpo-29763: Use unittest cleanup in test_site (GH-841)" (GH-942)
Zachary Ware
2017-04-01
1
-34/+45
*
bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6. (#879)
s-sanjay
2017-04-01
2
-10/+33
*
Add helpful explaination to test_password_manager tests. (#936)
Senthil Kumaran
2017-04-01
1
-15/+26
*
bpo-29763: Use unittest cleanup in test_site (GH-841)
Zachary Ware
2017-04-01
1
-45/+34
*
bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927)
Serhiy Storchaka
2017-03-31
1
-0/+5
*
Remove catching OSError in ftphandler test. Only URLError is raised in urllib...
Senthil Kumaran
2017-03-31
1
-3/+1
*
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#889)
T. Wouters
2017-03-30
1
-0/+8
*
bpo-10030: Sped up reading encrypted ZIP files by 2 times. (#550)
Serhiy Storchaka
2017-03-30
1
-57/+55
*
bpo-29204: Emit warnings for already deprecated ElementTree features. (#773)
Serhiy Storchaka
2017-03-30
3
-50/+49
*
bpo-29887: Test normalization now fails if download fails (#905)
Victor Stinner
2017-03-30
1
-4/+9
*
bpo-20548: Use specific asserts in warnings and exceptions tests (#788)
Serhiy Storchaka
2017-03-30
3
-35/+35
*
bpo-27863: Fixed multiple crashes in ElementTree. (#765)
Serhiy Storchaka
2017-03-30
1
-0/+112
*
bpo-29816: Shift operation now has less opportunity to raise OverflowError. (...
Serhiy Storchaka
2017-03-30
1
-2/+30
*
bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502)
Serhiy Storchaka
2017-03-30
2
-18/+55
*
Remove an unrequired TODO in test_urllib2. (#897)
Senthil Kumaran
2017-03-30
1
-1/+0
*
bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-693)
Xiang Zhang
2017-03-29
2
-25/+113
*
bpo-19791: Use functions from test support to check the symlink support. (GH-...
Vajrasky Kok
2017-03-28
1
-35/+20
*
bpo-10379: add 'monetary' to format_string, deprecate format
Garvit Khatri
2017-03-28
3
-23/+33
*
Fix ref cycles in TestCase.assertRaises() (#193)
Victor Stinner
2017-03-27
2
-22/+43
*
bpo-29912: Remove redundant tests in list_tests that are found in seq_tests (...
Jim Fasarakis-Hilliard
2017-03-27
2
-63/+4
*
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner
2017-03-27
35
-49/+28
*
bpo-20552: Use specific asserts in bytes tests (#790)
Serhiy Storchaka
2017-03-27
1
-15/+15
*
Minor test cleanup (GH-837)
Zachary Ware
2017-03-27
2
-7/+0
*
import sys before we use it on line 9 (#828)
Jelle Zijlstra
2017-03-27
1
-1/+2
*
Fix small exception typos in Lib (#818)
Jim Fasarakis-Hilliard
2017-03-26
2
-3/+3
*
bpo-29900: Simplify pathlib implementation. (#814)
Serhiy Storchaka
2017-03-25
1
-29/+17
*
bpo-29901: Improve support of path-like objects in zipapp. (#815)
Serhiy Storchaka
2017-03-25
1
-7/+4
*
bpo-29862: Fix grammar in importlib.reload() exception (GH-809)
Mandeep Bhutani
2017-03-25
1
-1/+1
*
bpo-29894: Deprecate returning an instance of complex subclass from __complex...
Serhiy Storchaka
2017-03-24
2
-3/+5
*
bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True) (#805)
Serhiy Storchaka
2017-03-24
2
-17/+20
*
bpo-29861: release references to multiprocessing Pool tasks (#743)
Antoine Pitrou
2017-03-24
2
-1/+34
*
bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799)
Serhiy Storchaka
2017-03-24
2
-1/+13
*
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka
2017-03-23
5
-8/+13
*
fix function name in tabnanny documentation (GH-759)
Jelle Zijlstra
2017-03-22
1
-1/+1
*
bpo-20087: Revert "make the glibc alias table take precedence over the X11 on...
Benjamin Peterson
2017-03-20
2
-109/+42
*
bpo-28876: bool of large range raises OverflowError (#699)
4kir4
2017-03-20
1
-4/+13
*
bpo-29845: Mark tests that use _testcapi as CPython-only (#711)
Serhiy Storchaka
2017-03-19
5
-1/+8
*
bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514)
Serhiy Storchaka
2017-03-19
2
-1/+27
*
bpo-29776: Use decorator syntax for properties. (#585)
Serhiy Storchaka
2017-03-19
10
-33/+52
*
bpo-29836: Remove nturl2path from test_sundry and amend the module docstring ...
Jim Fasarakis-Hilliard
2017-03-17
2
-3/+7
*
bpo-29808: SysLogHandler: Do not fail if initial connect to syslog failed (#6...
Коренберг Марк
2017-03-17
1
-1/+8
*
bpo-16355: Clarify when inspect.getcomments() returns None (#428)
Marco Buttu
2017-03-17
1
-0/+5
*
bpo-29581: Make ABCMeta.__new__ pass **kwargs to type.__new__ (#527)
Nate
2017-03-15
2
-2/+14
*
Fix stderr bug in json.tool test (#346)
Daniel Himmelstein
2017-03-15
1
-5/+4
*
bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords ar...
Michael Seifert
2017-03-15
1
-0/+26
*
Add ELLIPSIS and RARROW. Add tests (#666)
Jim Fasarakis-Hilliard
2017-03-14
2
-1/+24
*
bpo-29592: site: skip abs_paths() when it's redundant (GH-167)
INADA Naoki
2017-03-14
1
-1/+6
*
bpo-28856: Let %b format for bytes support objects that follow the buffer pro...
Xiang Zhang
2017-03-14
1
-2/+6
[next]