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
*
[3.6] bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1...
Dong-hee Na
2017-04-20
2
-0/+5
*
[3.6] bpo-30070: Fixed leaks and crashes in errors handling in the parser mod...
Serhiy Storchaka
2017-04-19
1
-0/+2
*
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096...
Serhiy Storchaka
2017-04-19
1
-0/+5
*
bpo-30017: Allowed calling the close() method of the zip entry writer object ...
Serhiy Storchaka
2017-04-16
1
-0/+3
*
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is prese...
Xiang Zhang
2017-04-15
1
-3/+5
*
[3.6] bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-...
Mariatta
2017-04-14
1
-0/+4
*
[3.6] 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/+5
*
bpo-29506: Clarify deep copy note in copy module
Nick Coghlan
2017-04-09
1
-0/+1
*
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) (#1003)
Serhiy Storchaka
2017-04-05
1
-17/+17
*
Keep the c-api exception doc up-to-date (#966)
cocoatomo
2017-04-03
1
-0/+1
*
bpo-29949: Fix set memory usage regression (GH-945)
INADA Naoki
2017-04-01
1
-0/+2
*
bpo-29953: Fix memory leaks in the replace() method of datetime and t… (#933)
Serhiy Storchaka
2017-03-31
1
-0/+3
*
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#911)
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) (#903)
Serhiy Storchaka
2017-03-30
1
-0/+3
*
bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-882)
Xiang Zhang
2017-03-29
1
-0/+4
*
bpo-29643: Fix check for --enable-optimizations (GH-869)
INADA Naoki
2017-03-28
1
-0/+5
*
bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True)… (#806)
Serhiy Storchaka
2017-03-24
1
-0/+3
*
bpo-29861: release references to multiprocessing Pool tasks (#743) (#800)
Antoine Pitrou
2017-03-24
1
-0/+3
*
faulthandler: Restore the old sigaltstack during teardown (GH-777) (GH-797)
Christophe Zeitouny
2017-03-24
2
-0/+4
*
Merge branch '3.6.1' of github.com:ned-deily/cpython into 3.6
Ned Deily
2017-03-22
1
-10/+26
|
\
|
*
Bump to 3.6.2rc1 development.
Ned Deily
2017-03-22
1
-0/+50
|
*
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
*
|
Revert and fix Misc/NEWS after merge error in fca705d53397. (#755)
Ned Deily
2017-03-22
1
-802/+3
*
|
bpo-29859: Fix error messages from return codes for pthread_* calls (GH-753)
INADA Naoki
2017-03-21
1
-0/+3
*
|
bpo-28876: bool of large range raises OverflowError (#699) (#734)
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/+800
*
|
Delete duplicate entry in Misc/NEWS (#673)
Berker Peksag
2017-03-15
1
-2/+0
*
|
bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords ar...
Michael Seifert
2017-03-15
2
-0/+4
*
|
bpo-28856: Let %b format for bytes support objects that follow the buffer pro...
Xiang Zhang
2017-03-14
1
-0/+3
*
|
bpo-29742: asyncio get_extra_info() throws exception (#525) (#645)
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.6] bpo-8256: Fixed possible failing or crashing input() (#641)
Serhiy Storchaka
2017-03-12
1
-0/+3
*
|
[3.6] bpo-29723: Consistently configure sys.path[0] (#636)
Nick Coghlan
2017-03-12
1
-0/+8
*
|
[3.6] bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements ...
orenmn
2017-03-09
1
-0/+3
*
|
[3.6] bpo-28231: The zipfile module now accepts path-like objects for extern...
Serhiy Storchaka
2017-03-08
1
-0/+3
*
|
Revert "bpo-29571: Use correct locale encoding in test_re (#149)" (#554) (#555)
Benjamin Peterson
2017-03-08
1
-0/+1
*
|
bpo-26915: Test identity first in index() and count() of collections.abc.Sequ...
Xiang Zhang
2017-03-08
1
-0/+3
*
|
[3.6] bpo-29714: Fix a regression that bytes format may fail when containing ...
Xiang Zhang
2017-03-06
1
-0/+3
*
|
bpo-29615: backport to 3.6 (#478)
Petr Motejlek
2017-03-05
1
-0/+4
*
|
Bump to v3.6.1rc1+.
Ned Deily
2017-03-05
1
-0/+12
|
/
*
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
[next]