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
*
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
*
Fix wrapping into StopIteration of return values in generators and coroutines...
Yury Selivanov
2017-03-12
1
-0/+15
*
bpo-29742: asyncio get_extra_info() throws exception (#525)
Nikolay Kim
2017-03-12
2
-1/+15
*
bpo-28692: Deprecate using non-integer value for selecting a plural form in g...
Serhiy Storchaka
2017-03-12
2
-3/+10
*
bpo-29723: Consistently configure sys.path[0] (#575)
Nick Coghlan
2017-03-12
1
-0/+67
*
bpo-29763: Use support.unlink instead of os.unlink (GH-624)
Zachary Ware
2017-03-12
1
-4/+4
*
bpo-20185: Convert list object implementation to Argument Clinic. (#542)
Serhiy Storchaka
2017-03-11
1
-4/+4
*
bpo-29773: Add more cases for testing string to float conversion errors. (#580)
Serhiy Storchaka
2017-03-09
1
-8/+20
*
bpo-29774: Improve error reporting for corrupted extra field in ZIP file. (#583)
Serhiy Storchaka
2017-03-09
1
-1/+3
*
bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements (#570)
orenmn
2017-03-09
1
-15/+24
*
bpo-29645: Speed up importing the webbrowser module. (#484)
Serhiy Storchaka
2017-03-08
2
-79/+117
*
bpo-28231: The zipfile module now accepts path-like objects for external path...
Serhiy Storchaka
2017-03-08
2
-19/+118
*
bpo-28230: Document the pathlib support in tarfile and add tests. (#512)
Serhiy Storchaka
2017-03-08
1
-0/+76
*
Revert "bpo-29571: Use correct locale encoding in test_re (#149)" (#554)
Benjamin Peterson
2017-03-08
1
-1/+1
*
make the glibc alias table take precedence over the X11 one (#422)
Benjamin Peterson
2017-03-08
2
-42/+109
*
bpo-29568: Disable any characters between two percents for escaped percent "%...
Serhiy Storchaka
2017-03-08
1
-41/+36
*
bpo-24329: allow __qualname__ and __classcell__ in __slots__ (GH-495)
Xiang Zhang
2017-03-08
1
-0/+40
*
bpo-26915: Test identity first in membership operation in index() and count()...
Xiang Zhang
2017-03-08
2
-6/+16
*
bpo-28682: Added support for bytes paths in os.fwalk(). (#489)
Serhiy Storchaka
2017-03-07
2
-15/+26
*
bpo-28728: clarify possible test failure due to ISP (GH-412)
Xiang Zhang
2017-03-07
1
-5/+15
*
bpo-29695: Fixed tests after removing keyword args support in some basic type...
Serhiy Storchaka
2017-03-06
1
-8/+14
*
bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() an...
Serhiy Storchaka
2017-03-06
5
-14/+12
*
bpo-29714: Fix a regression that bytes format may fail when containing zero ...
Xiang Zhang
2017-03-06
1
-0/+10
*
bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)
Serhiy Storchaka
2017-03-05
5
-2/+26
*
bpo-29638: Fix spurious refleaks after typing is imported (#469)
Ivan Levkivskyi
2017-03-05
1
-3/+8
*
Change assertRaises to assertRaisesRegex in test_xmlrpc (#481)
Dillon Brock
2017-03-05
1
-3/+3
*
bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462)
Ned Deily
2017-03-04
2
-0/+5
*
bpo-27593: Get SCM build info from git instead of hg. (#446)
Ned Deily
2017-03-04
2
-7/+9
*
bpo-29623: Make PathLike objects work with ConfigParser.read() (#242)
David Ellis
2017-03-03
2
-1/+15
*
bpo-29693: Fix for DeprecationWarning in test_import (#421)
Anish Shah
2017-03-03
1
-2/+2
*
asyncio: Optimize _get_running_loop() to call getpid() only when there's a loop
Yury Selivanov
2017-03-03
1
-2/+3
*
bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/...
Yury Selivanov
2017-03-03
1
-0/+29
*
asyncio: Fix trailing whitespace/code style
Yury Selivanov
2017-03-03
2
-6/+8
*
bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405)
Seth M. Larson
2017-03-03
2
-2/+37
*
bpo-28893: Set __cause__ for errors in async iteration protocol (#407)
Yury Selivanov
2017-03-03
1
-0/+38
*
bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406)
Yury Selivanov
2017-03-03
1
-0/+17
[next]