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-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
*
bpo-22807: Expose platform UUID generation safety information. (#138)
Barry Warsaw
2017-02-18
1
-0/+4
*
bpo-29571: Use correct locale encoding in test_re (#149)
Nick Coghlan
2017-02-18
1
-0/+5
*
bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_...
Matthias Bussonnier
2017-02-16
1
-0/+3
*
bpo-29521 update Misc/ACKS (#106)
Mariatta
2017-02-15
1
-0/+1
*
bpo-29546: Set 'path' on ImportError for ``from ... import ...`` (GH-91)
Matthias Bussonnier
2017-02-15
1
-0/+2
*
Issue #29534: move Misc/NEWS entry to correct section; add Misc/ACS entry for...
Mark Dickinson
2017-02-14
2
-2/+4
*
Fixed #29534 - _decimal difference with _pydecimal (#65)
Andrew Nester
2017-02-14
1
-0/+2
*
bpo-28556: Various updates to typing (#28)
Ivan Levkivskyi
2017-02-13
1
-0/+4
*
bpo-29438: fixed use-after-free in key sharing dict (#17)
INADA Naoki
2017-02-12
1
-0/+2
*
Fix some sphinx warnings (#9)
Ryan Gonzalez
2017-02-11
1
-1/+1
*
Merge 3.6
Victor Stinner
2017-02-10
1
-0/+3
|
\
|
*
Fix datetime.fromtimestamp(): check bounds
Victor Stinner
2017-02-10
1
-0/+3
|
*
Merge 3.5 (fix #29519)
Łukasz Langa
2017-02-10
1
-0/+3
|
|
\
|
|
*
Fix #29519: weakref spewing exceptions during interp finalization
Łukasz Langa
2017-02-10
1
-0/+3
*
|
|
Merge issue #26355 fix from 3.6
Nick Coghlan
2017-02-09
2
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Merge issue #26355 fix from Python 3.5
Nick Coghlan
2017-02-09
2
-0/+4
|
|
\
\
|
|
|
/
|
|
*
Issue #26355: Specify canonical URLs in docs pages
Nick Coghlan
2017-02-09
2
-0/+4
*
|
|
Prohibit implicit C function declarations
Victor Stinner
2017-02-06
1
-0/+4
*
|
|
Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
Steve Dower
2017-02-04
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
Steve Dower
2017-02-04
1
-0/+2
|
|
\
\
|
|
|
/
|
|
*
Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
Steve Dower
2017-02-04
1
-0/+2
*
|
|
Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
Steve Dower
2017-02-04
2
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
Steve Dower
2017-02-04
2
-0/+3
*
|
|
Merge issue #28164 and issue #29409
Steve Dower
2017-02-04
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)
Steve Dower
2017-02-04
1
-0/+2
|
*
|
Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun)
Steve Dower
2017-02-04
1
-0/+2
[next]