summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-22257: Small changes for PEP 432. (#1728)Eric Snow2017-05-231-0/+2
* bpo-25532: Protect against infinite loops in inspect.unwrap() (#1717)Thomas Kluyver2017-05-231-0/+4
* bpo-29102: Add a unique ID to PyInterpreterState. (#1639)Eric Snow2017-05-231-0/+3
* bpo-30395 _PyGILState_Reinit deadlock fix (#1734)Jason Fried2017-05-221-0/+1
* Add --with-assertions configure flag to enable C assertions(#1731)T. Wouters2017-05-221-0/+4
* bpo-30003: Fix handling escape characters in HZ codec (#1556)Xiang Zhang2017-05-221-0/+3
* bpo-27945: Fixed various segfaults with dict. (#1657)Serhiy Storchaka2017-05-202-0/+5
* bpo-17188: DOC: Document 'from None' in raise statement (#1671)csabella2017-05-201-0/+1
* bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (#1652)Serhiy Storchaka2017-05-201-0/+3
* bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081)Nathaniel J. Smith2017-05-171-0/+4
* bpo-30149: Fix partialmethod without explicit self parameter (#1308)Dong-hee Na2017-05-171-0/+4
* bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601)Xiang Zhang2017-05-171-0/+3
* bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613)Serhiy Storchaka2017-05-161-2/+2
* bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595)Serhiy Storchaka2017-05-161-0/+4
* bpo-30357: test_thread now uses threading_cleanup() (#1592)Victor Stinner2017-05-152-0/+6
* bpo-30329: Catch Windows error 10022 on shutdown() (#1538)Victor Stinner2017-05-151-0/+4
* bpo-29196: Removed old-deprecated classes Plist, Dict and _InternalDict (#488)Serhiy Storchaka2017-05-151-0/+5
* bpo-9850: Document macpath deprecation in Misc/NEWS (#1590)Victor Stinner2017-05-151-0/+3
* bpo-30299: Display a bytecode when compile a regex in debug mode. (#1491)Serhiy Storchaka2017-05-141-0/+3
* bpo-30340: Enhanced regular expressions optimization. (#1542)Serhiy Storchaka2017-05-141-0/+3
* bpo-30178: Add Jim Fasarakis-Hilliard to Misc/ACKS (GH-1572)Mariatta2017-05-131-0/+1
* bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506)Serhiy Storchaka2017-05-131-0/+3
* bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1097)INADA Naoki2017-05-111-0/+3
* bpo-28787: Fix out of tree --with-dtrace builds (#135)stratakis2017-05-102-0/+4
* bpo-30298: Weaken the condition of deprecation warnings for inline modifiers....Serhiy Storchaka2017-05-101-0/+6
* bpo-30285: Optimize case-insensitive matching and searching (#1482)Serhiy Storchaka2017-05-091-0/+3
* bpo-30024: Circular imports involving absolute imports with binding (#1264)Serhiy Storchaka2017-05-091-0/+3
* bpo-29990: Fix range checking in GB18030 decoder (#1495)Xiang Zhang2017-05-091-0/+2
* bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorag...Pierre Quentel2017-05-081-0/+4
* Revert bpo-26293 for zipfile breakage. See also bpo-29094. (#1484)Serhiy Storchaka2017-05-061-7/+0
* bpo-30218: support path-like objects in shutil.unpack_archive() (GH-1367)Jelle Zijlstra2017-05-051-0/+3
* bpo-29243: Fix Makefile with respect to --enable-optimizations (#1478)torsava2017-05-052-0/+5
* bpo-30243: Fixed the possibility of a crash in _json. (#1420)Serhiy Storchaka2017-05-051-0/+4
* bpo-30215: Make re.compile() locale agnostic. (#1361)Serhiy Storchaka2017-05-051-0/+4
* bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (#1319)Antoine Pitrou2017-05-041-0/+3
* bpo-23404: make touch becomes make regen-all (#1405)Victor Stinner2017-05-031-0/+4
* bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (...Xiang Zhang2017-05-031-0/+3
* bpo-28556: Routine updates to typing (#1366)Ivan Levkivskyi2017-05-021-0/+4
* bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370)Antoine Pitrou2017-05-021-0/+2
* bpo-30228: FileIO seek() and tell() set seekable (#1384)Victor Stinner2017-05-021-0/+3
* bpo-30190: improved error msg for assertAlmostEqual(delta=...) (#1331)Giampaolo Rodola2017-05-011-1/+5
* bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (#1...Serhiy Storchaka2017-04-281-0/+6
* bpo-30101: Add support for curses.A_ITALIC. (#1015)Eijebong2017-04-262-0/+3
* bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926)Jim Fasarakis-Hilliard2017-04-251-1/+1
* bpo-29822: Make inspect.isabstract() work during __init_subclass__. (#678)Nate2017-04-241-0/+3
* bpo-29751: add Cheryl Sabella to Misc/ACKS (GH-1268)Mariatta2017-04-241-0/+1
* Remove unneeded Misc/NEWS entry for bpo-29802. (#1251)Serhiy Storchaka2017-04-221-3/+0
* bpo-29960 _random.Random corrupted on exception in setstate(). (#1019)bladebryan2017-04-222-0/+4
* bpo-29802: Fix reference counting in module-level struct functions (#1213)Serhiy Storchaka2017-04-201-0/+3
* bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168)Dong-hee Na2017-04-202-0/+5