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-22257: Small changes for PEP 432. (#1728)
Eric Snow
2017-05-23
1
-0/+2
*
bpo-25532: Protect against infinite loops in inspect.unwrap() (#1717)
Thomas Kluyver
2017-05-23
1
-0/+4
*
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
Eric Snow
2017-05-23
1
-0/+3
*
bpo-30395 _PyGILState_Reinit deadlock fix (#1734)
Jason Fried
2017-05-22
1
-0/+1
*
Add --with-assertions configure flag to enable C assertions(#1731)
T. Wouters
2017-05-22
1
-0/+4
*
bpo-30003: Fix handling escape characters in HZ codec (#1556)
Xiang Zhang
2017-05-22
1
-0/+3
*
bpo-27945: Fixed various segfaults with dict. (#1657)
Serhiy Storchaka
2017-05-20
2
-0/+5
*
bpo-17188: DOC: Document 'from None' in raise statement (#1671)
csabella
2017-05-20
1
-0/+1
*
bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (#1652)
Serhiy Storchaka
2017-05-20
1
-0/+3
*
bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081)
Nathaniel J. Smith
2017-05-17
1
-0/+4
*
bpo-30149: Fix partialmethod without explicit self parameter (#1308)
Dong-hee Na
2017-05-17
1
-0/+4
*
bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601)
Xiang Zhang
2017-05-17
1
-0/+3
*
bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613)
Serhiy Storchaka
2017-05-16
1
-2/+2
*
bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595)
Serhiy Storchaka
2017-05-16
1
-0/+4
*
bpo-30357: test_thread now uses threading_cleanup() (#1592)
Victor Stinner
2017-05-15
2
-0/+6
*
bpo-30329: Catch Windows error 10022 on shutdown() (#1538)
Victor Stinner
2017-05-15
1
-0/+4
*
bpo-29196: Removed old-deprecated classes Plist, Dict and _InternalDict (#488)
Serhiy Storchaka
2017-05-15
1
-0/+5
*
bpo-9850: Document macpath deprecation in Misc/NEWS (#1590)
Victor Stinner
2017-05-15
1
-0/+3
*
bpo-30299: Display a bytecode when compile a regex in debug mode. (#1491)
Serhiy Storchaka
2017-05-14
1
-0/+3
*
bpo-30340: Enhanced regular expressions optimization. (#1542)
Serhiy Storchaka
2017-05-14
1
-0/+3
*
bpo-30178: Add Jim Fasarakis-Hilliard to Misc/ACKS (GH-1572)
Mariatta
2017-05-13
1
-0/+1
*
bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506)
Serhiy Storchaka
2017-05-13
1
-0/+3
*
bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1097)
INADA Naoki
2017-05-11
1
-0/+3
*
bpo-28787: Fix out of tree --with-dtrace builds (#135)
stratakis
2017-05-10
2
-0/+4
*
bpo-30298: Weaken the condition of deprecation warnings for inline modifiers....
Serhiy Storchaka
2017-05-10
1
-0/+6
*
bpo-30285: Optimize case-insensitive matching and searching (#1482)
Serhiy Storchaka
2017-05-09
1
-0/+3
*
bpo-30024: Circular imports involving absolute imports with binding (#1264)
Serhiy Storchaka
2017-05-09
1
-0/+3
*
bpo-29990: Fix range checking in GB18030 decoder (#1495)
Xiang Zhang
2017-05-09
1
-0/+2
*
bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorag...
Pierre Quentel
2017-05-08
1
-0/+4
*
Revert bpo-26293 for zipfile breakage. See also bpo-29094. (#1484)
Serhiy Storchaka
2017-05-06
1
-7/+0
*
bpo-30218: support path-like objects in shutil.unpack_archive() (GH-1367)
Jelle Zijlstra
2017-05-05
1
-0/+3
*
bpo-29243: Fix Makefile with respect to --enable-optimizations (#1478)
torsava
2017-05-05
2
-0/+5
*
bpo-30243: Fixed the possibility of a crash in _json. (#1420)
Serhiy Storchaka
2017-05-05
1
-0/+4
*
bpo-30215: Make re.compile() locale agnostic. (#1361)
Serhiy Storchaka
2017-05-05
1
-0/+4
*
bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (#1319)
Antoine Pitrou
2017-05-04
1
-0/+3
*
bpo-23404: make touch becomes make regen-all (#1405)
Victor Stinner
2017-05-03
1
-0/+4
*
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (...
Xiang Zhang
2017-05-03
1
-0/+3
*
bpo-28556: Routine updates to typing (#1366)
Ivan Levkivskyi
2017-05-02
1
-0/+4
*
bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370)
Antoine Pitrou
2017-05-02
1
-0/+2
*
bpo-30228: FileIO seek() and tell() set seekable (#1384)
Victor Stinner
2017-05-02
1
-0/+3
*
bpo-30190: improved error msg for assertAlmostEqual(delta=...) (#1331)
Giampaolo Rodola
2017-05-01
1
-1/+5
*
bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (#1...
Serhiy Storchaka
2017-04-28
1
-0/+6
*
bpo-30101: Add support for curses.A_ITALIC. (#1015)
Eijebong
2017-04-26
2
-0/+3
*
bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926)
Jim Fasarakis-Hilliard
2017-04-25
1
-1/+1
*
bpo-29822: Make inspect.isabstract() work during __init_subclass__. (#678)
Nate
2017-04-24
1
-0/+3
*
bpo-29751: add Cheryl Sabella to Misc/ACKS (GH-1268)
Mariatta
2017-04-24
1
-0/+1
*
Remove unneeded Misc/NEWS entry for bpo-29802. (#1251)
Serhiy Storchaka
2017-04-22
1
-3/+0
*
bpo-29960 _random.Random corrupted on exception in setstate(). (#1019)
bladebryan
2017-04-22
2
-0/+4
*
bpo-29802: Fix reference counting in module-level struct functions (#1213)
Serhiy Storchaka
2017-04-20
1
-0/+3
*
bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168)
Dong-hee Na
2017-04-20
2
-0/+5
[next]