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
*
Update docs and patchlevel for 3.6.1 final
v3.6.1
Ned Deily
2017-03-21
1
-19/+7
*
[3.6] bpo-29723: Consistently configure sys.path[0] (#636)
Nick Coghlan
2017-03-21
1
-0/+36
*
Update docs and patchlevel for 3.6.1rc1.
v3.6.1rc1
Ned Deily
2017-03-04
1
-3/+3
*
[3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#463)
Ned Deily
2017-03-04
1
-0/+4
*
[3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454)
Ned Deily
2017-03-04
1
-0/+6
*
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-442)
Zachary Ware
2017-03-03
1
-0/+2
*
[3.6] bpo-29623: Make PathLike objects work with ConfigParser.read() (#242) (...
Berker Peksag
2017-03-03
1
-0/+3
*
Restore NEWS file after incorrect git automerge
Yury Selivanov
2017-03-03
1
-785/+3
*
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/+785
*
bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406)
Yury Selivanov
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-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 (#402)
Brian Coleman
2017-03-02
1
-0/+3
*
bpo-29684: Fix minor regression of PyEval_CallObjectWithKeywords. (GH-378)
INADA Naoki
2017-03-01
1
-0/+4
*
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting ...
Martijn Pieters
2017-02-27
1
-0/+3
*
Delete accidentally merged entries from Misc/NEWS (#338)
Berker Peksag
2017-02-27
1
-10/+0
*
bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-330)
Xiang Zhang
2017-02-27
1
-0/+2
*
[3.6] bpo-29110: Fix file object leak in `aifc.open` (#310)
INADA Naoki
2017-02-26
1
-0/+3
*
bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathL...
Berker Peksag
2017-02-26
2
-0/+4
*
bpo-28518: Start a transaction implicitly before a DML statement (#245) (#318)
Berker Peksag
2017-02-26
1
-0/+3
*
[3.6] bpo-28929: Add to Misc/NEWS (GH-284)
Mariatta
2017-02-26
1
-0/+2
*
bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#278)
Barry Warsaw
2017-02-24
1
-1/+4
*
bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (GH-219)
INADA Naoki
2017-02-21
1
-0/+3
*
bpo-29532: Altering a kwarg dictionary passed to functools.partial() no longe...
Serhiy Storchaka
2017-02-21
1
-0/+13
*
bpo-29602: fix signed zero handling in complex constructor. (#203) (#206)
Mark Dickinson
2017-02-20
1
-0/+4
*
bpo-29347: Fix possibly dereferencing undefined pointers when creating weakre...
Xiang Zhang
2017-02-20
1
-0/+3
*
[3.6] bpo-29571: Use correct locale encoding in test_re (#149) (#153)
Nick Coghlan
2017-02-19
1
-0/+5
*
bpo-29579: Removes readme.txt from the installer. (#161)
Steve Dower
2017-02-19
1
-0/+2
*
bpo-29521 update Misc/ACKS (#110)
Mariatta
2017-02-15
1
-0/+1
*
bpo-28556: Various updates to typing (#28) (#77)
Mariatta
2017-02-14
1
-0/+4
*
bpo-29438: fixed use-after-free in key sharing dict (#39)
INADA Naoki
2017-02-13
1
-0/+2
*
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 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
*
|
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 #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
*
|
Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.
Steve Dower
2017-02-04
1
-0/+2
|
\
\
|
|
/
|
*
Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.
Steve Dower
2017-02-04
1
-0/+5
*
|
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
Steve Dower
2017-02-04
1
-0/+2
|
\
\
|
|
/
|
*
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
Steve Dower
2017-02-04
1
-0/+2
*
|
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
Serhiy Storchaka
2017-02-04
1
-0/+3
|
\
\
|
|
/
|
*
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
Serhiy Storchaka
2017-02-04
1
-0/+3
*
|
Merge 3.5
doko@ubuntu.com
2017-02-01
1
-1/+1
|
\
\
|
|
/
|
*
Issue #29169: Fix NEWS entry.
doko@ubuntu.com
2017-02-01
1
-1/+1
[next]