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
/
NEWS
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[3.5] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a ma...
Serhiy Storchaka
2017-04-16
1
-2/+2
*
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is prese...
Xiang Zhang
2017-04-15
1
-3/+5
*
[3.5] bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-...
Mariatta
2017-04-14
1
-0/+4
*
[3.5] bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeErr...
Mariatta
2017-04-13
1
-0/+3
*
bpo-26985: Add missing info of code object in inspect documentation (GH-1090)...
Xiang Zhang
2017-04-13
1
-0/+2
*
bpo-29998: Pickling and copying ImportError now preserves name and path (#101...
Serhiy Storchaka
2017-04-08
1
-0/+3
*
Miscellaneous minor fixes of Misc/NEWS formatting. (#1002) (#1006)
Serhiy Storchaka
2017-04-05
1
-9/+9
*
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#912)
T. Wouters
2017-03-30
1
-0/+3
*
bpo-29935: Fixed error messages in the index() method of tuple, list and dequ...
Serhiy Storchaka
2017-03-30
1
-0/+3
*
bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#904)
Serhiy Storchaka
2017-03-30
1
-0/+3
*
bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-884)
Xiang Zhang
2017-03-29
1
-0/+4
*
bpo-29643: Fix check for --enable-optimizations (GH-871)
INADA Naoki
2017-03-28
1
-0/+5
*
bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True) (#805) ...
Serhiy Storchaka
2017-03-24
1
-0/+3
*
bpo-29861: release references to multiprocessing Pool tasks (#743) (#801)
Antoine Pitrou
2017-03-24
1
-0/+3
*
faulthandler: Restore the old sigaltstack during teardown (GH-777) (GH-796)
Christophe Zeitouny
2017-03-24
1
-0/+3
*
bpo-28876: bool of large range raises OverflowError (#699) (#735)
Serhiy Storchaka
2017-03-20
1
-0/+3
*
bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#5...
Serhiy Storchaka
2017-03-19
1
-0/+2
*
bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords ar...
Michael Seifert
2017-03-15
1
-0/+3
*
bpo-29742: asyncio get_extra_info() throws exception (#525) (#646)
Yury Selivanov
2017-03-12
1
-0/+3
*
Fix wrapping into StopIteration of return values in generators and coroutines...
Yury Selivanov
2017-03-12
1
-0/+2
*
[3.5] bpo-8256: Fixed possible failing or crashing input() (#642)
Serhiy Storchaka
2017-03-12
1
-0/+3
*
bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements
orenmn
2017-03-09
1
-0/+3
*
bpo-29537: Also cover 3.5.2 in NEWS entry
Nick Coghlan
2017-03-08
1
-1/+1
*
[3.5] bpo-29537: Tolerate legacy invalid bytecode (#169)
Nick Coghlan
2017-03-08
1
-0/+6
*
bpo-29615: backport to 3.5 (#479)
Petr Motejlek
2017-03-05
1
-0/+4
*
[3.5] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) (#455)
Ned Deily
2017-03-04
1
-5/+0
*
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-443)
Zachary Ware
2017-03-03
1
-0/+5
*
bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405)
Seth M. Larson
2017-03-03
1
-0/+3
*
bpo-29703: asyncio: Fix creating new event loops in child processes. (#411)
Yury Selivanov
2017-03-03
1
-0/+3
*
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting ...
Martijn Pieters
2017-02-27
1
-0/+3
*
bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-329)
Xiang Zhang
2017-02-27
1
-0/+2
*
bpo-29110: Fix file object leak in `aifc.open` (GH-311)
INADA Naoki
2017-02-26
1
-0/+3
*
Fix unittest.mock._Call: don't ignore name (#307)
Berker Peksag
2017-02-26
1
-0/+3
*
[3.5] bpo-28929: Add to Misc/NEWS (GH-285)
Mariatta
2017-02-26
1
-0/+2
*
bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#279)
Barry Warsaw
2017-02-24
1
-0/+3
*
[3.5] bpo-29532: Altering a kwarg dictionary passed to functools.partial() no...
Serhiy Storchaka
2017-02-22
1
-0/+3
*
bpo-29602: fix signed zero handling in complex constructor. (#203) (#205)
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.5] bpo-29571: Use correct locale encoding in test_re (#149) (#154)
Nick Coghlan
2017-02-19
1
-0/+8
*
bpo-28556: Various updates to typing (#28) (#78)
Mariatta
2017-02-13
1
-0/+7
*
bpo-29438: Fixed use-after-free in key sharing dict (#40)
INADA Naoki
2017-02-13
1
-0/+2
*
Fix #29519: weakref spewing exceptions during interp finalization
Ćukasz Langa
2017-02-10
1
-0/+3
*
Issue #26355: Specify canonical URLs in docs pages
Nick Coghlan
2017-02-09
1
-0/+3
*
Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
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 #29444: Fixed out-of-bounds buffer access in the group() method of
Serhiy Storchaka
2017-02-04
1
-0/+3
*
Issue #29169: Fix NEWS entry.
doko@ubuntu.com
2017-02-01
1
-1/+1
*
- Issue #29169: Update zlib to 1.2.10.
doko@ubuntu.com
2017-01-31
1
-0/+5
*
Issue #29349: Fix Python 2 syntax in documentation build code
Martin Panter
2017-01-29
1
-0/+5
[prev]
[next]