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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-29742: asyncio get_extra_info() throws exception (#525)
Nikolay Kim
2017-03-12
1
-0/+3
*
bpo-26121: Revert to using the own implementations of lgamma and gamma on all...
Serhiy Storchaka
2017-03-12
1
-2/+1
*
bpo-8256: Fixed possible failing or crashing input() (#517)
Serhiy Storchaka
2017-03-12
1
-0/+3
*
bpo-29723: Add missing NEWS entry (#638)
Nick Coghlan
2017-03-12
1
-0/+8
*
bpo-28692: Deprecate using non-integer value for selecting a plural form in g...
Serhiy Storchaka
2017-03-12
1
-0/+3
*
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka
2017-03-12
1
-0/+4
*
bpo-26121: Use C library implementation for math functions: (#515)
Serhiy Storchaka
2017-03-11
1
-0/+3
*
bpo-29619: Convert st_ino using unsigned integer (#557)
Victor Stinner
2017-03-09
1
-1/+4
*
bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements (#570)
orenmn
2017-03-09
1
-0/+3
*
bpo-29645: Speed up importing the webbrowser module. (#484)
Serhiy Storchaka
2017-03-08
1
-0/+3
*
bpo-28231: The zipfile module now accepts path-like objects for external path...
Serhiy Storchaka
2017-03-08
1
-0/+3
*
Revert "bpo-29571: Use correct locale encoding in test_re (#149)" (#554)
Benjamin Peterson
2017-03-08
1
-9/+0
*
make the glibc alias table take precedence over the X11 one (#422)
Benjamin Peterson
2017-03-08
1
-0/+2
*
bpo-29568: Disable any characters between two percents for escaped percent "%...
Serhiy Storchaka
2017-03-08
1
-0/+3
*
bpo-26915: Test identity first in membership operation in index() and count()...
Xiang Zhang
2017-03-08
1
-0/+3
*
bpo-28682: Added support for bytes paths in os.fwalk(). (#489)
Serhiy Storchaka
2017-03-07
1
-0/+2
*
bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() an...
Serhiy Storchaka
2017-03-06
1
-3/+2
*
bpo-29714: Fix a regression that bytes format may fail when containing zero ...
Xiang Zhang
2017-03-06
1
-0/+3
*
bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)
Serhiy Storchaka
2017-03-05
1
-0/+4
*
bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462)
Ned Deily
2017-03-04
1
-0/+4
*
bpo-27593: Get SCM build info from git instead of hg. (#446)
Ned Deily
2017-03-04
1
-0/+4
*
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-439)
Zachary Ware
2017-03-03
1
-0/+2
*
bpo-29623: Make PathLike objects work with ConfigParser.read() (#242)
David Ellis
2017-03-03
1
-0/+3
*
bpo-9303: Migrate sqlite3 module to _v2 API to enhance performance (#359)
Aviv Palivoda
2017-03-03
1
-0/+2
*
bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/...
Yury Selivanov
2017-03-03
1
-0/+3
*
bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405)
Seth M. Larson
2017-03-03
1
-0/+3
*
bpo-28893: Set __cause__ for errors in async iteration protocol (#407)
Yury Selivanov
2017-03-03
1
-0/+3
*
bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406)
Yury Selivanov
2017-03-03
1
-0/+3
*
bpo-29703: asyncio: Fix creating new event loops in child processes. (#404)
Yury Selivanov
2017-03-03
1
-0/+3
*
bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#376)
Brian Coleman
2017-03-02
1
-0/+3
*
bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260)
Petr Motejlek
2017-03-01
1
-0/+4
*
bpo-29684: Fix regression of PyEval_CallObjectWithKeywords (GH-87)
INADA Naoki
2017-03-01
1
-0/+4
*
bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used ...
Xiang Zhang
2017-02-28
1
-0/+3
*
bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-236)
Xiang Zhang
2017-02-27
1
-0/+2
*
bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathL...
Sayan Chowdhury
2017-02-26
2
-0/+4
*
bpo-28518: Start a transaction implicitly before a DML statement (#245)
Berker Peksag
2017-02-26
1
-0/+3
*
bpo-26128: Added __init__to subprocess.STARTUPINFO (#171)
Subhendu Ghosh
2017-02-25
2
-1/+5
*
bpo-16285: Update urllib quoting to RFC 3986 (#173)
Ratnadeep Debnath
2017-02-25
2
-1/+7
*
bpo-24241: Improve preferred webbrowser handling (#85)
David Steele
2017-02-25
2
-0/+6
*
bpo-28929: Add to Misc/NEWS (GH-112)
Mariatta
2017-02-25
1
-0/+2
*
bpo-25008: Deprecate smtpd and point to aiosmtpd (#274)
Barry Warsaw
2017-02-24
1
-0/+3
*
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting ...
Martijn Pieters
2017-02-23
1
-0/+4
*
bpo-29463: Add docstring field to some AST nodes. (#46)
INADA Naoki
2017-02-22
1
-0/+4
*
bpo-29546: Improve from-import error message with location (#103)
Matthias Bussonnier
2017-02-22
1
-0/+2
*
bpo-29110: Fix file object leak in `aifc.open` when given invalid AIFF file. ...
Anthony Zhang
2017-02-22
1
-0/+3
*
bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (#202)
Matthieu Dartiailh
2017-02-21
1
-0/+3
*
bpo-29602: fix signed zero handling in complex constructor. (#203)
Mark Dickinson
2017-02-20
1
-0/+4
*
bpo-29532: Altering a kwarg dictionary passed to functools.partial() (#190)
Serhiy Storchaka
2017-02-20
1
-0/+3
*
bpo-29347: Fix possibly dereferencing undefined pointers when creating weakre...
Xiang Zhang
2017-02-20
1
-0/+3
*
bpo-29579: Removes readme.txt from the installer. (#160)
Steve Dower
2017-02-19
1
-0/+2
[next]