summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Fixes sphinx warning in "changelog" misc/NEWS (#829)Michael Seifert2017-03-271-2/+2
* bpo-29901: Improve support of path-like objects in zipapp. (#815)Serhiy Storchaka2017-03-251-0/+3
* bpo-29894: Deprecate returning an instance of complex subclass from __complex...Serhiy Storchaka2017-03-241-0/+4
* bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True) (#805)Serhiy Storchaka2017-03-241-0/+3
* bpo-29861: release references to multiprocessing Pool tasks (#743)Antoine Pitrou2017-03-241-0/+3
* bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799)Serhiy Storchaka2017-03-241-0/+3
* faulthandler: Restore the old sigaltstack during teardown (#777)Christophe Zeitouny2017-03-232-0/+4
* bpo-6532: Make the thread id an unsigned integer. (#781)Serhiy Storchaka2017-03-231-0/+4
* bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477)Nathaniel J. Smith2017-03-231-0/+3
* bpo-29859: Fix error messages from return codes for pthread_* calls (GH-741)Daniel Birnstiel2017-03-211-0/+3
* bpo-29849: fix a memory leak in import_from (GH-712)Xiang Zhang2017-03-211-0/+2
* bpo-20087: Revert "make the glibc alias table take precedence over the X11 on...Benjamin Peterson2017-03-201-2/+0
* bpo-28876: bool of large range raises OverflowError (#699)4kir42017-03-201-0/+3
* bpo-29748: Added the slice index converter in Argument Clinic. (#549)Serhiy Storchaka2017-03-191-0/+2
* bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514)Serhiy Storchaka2017-03-191-0/+2
* bpo-29581: Make ABCMeta.__new__ pass **kwargs to type.__new__ (#527)Nate2017-03-151-0/+3
* bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords ar...Michael Seifert2017-03-152-0/+4
* bpo-28856: Let %b format for bytes support objects that follow the buffer pro...Xiang Zhang2017-03-141-0/+3
* bpo-29742: asyncio get_extra_info() throws exception (#525)Nikolay Kim2017-03-121-0/+3
* bpo-26121: Revert to using the own implementations of lgamma and gamma on all...Serhiy Storchaka2017-03-121-2/+1
* bpo-8256: Fixed possible failing or crashing input() (#517)Serhiy Storchaka2017-03-121-0/+3
* bpo-29723: Add missing NEWS entry (#638)Nick Coghlan2017-03-121-0/+8
* bpo-28692: Deprecate using non-integer value for selecting a plural form in g...Serhiy Storchaka2017-03-121-0/+3
* bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)Serhiy Storchaka2017-03-121-0/+4
* bpo-26121: Use C library implementation for math functions: (#515)Serhiy Storchaka2017-03-111-0/+3
* bpo-29619: Convert st_ino using unsigned integer (#557)Victor Stinner2017-03-091-1/+4
* bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements (#570)orenmn2017-03-091-0/+3
* bpo-29645: Speed up importing the webbrowser module. (#484)Serhiy Storchaka2017-03-081-0/+3
* bpo-28231: The zipfile module now accepts path-like objects for external path...Serhiy Storchaka2017-03-081-0/+3
* Revert "bpo-29571: Use correct locale encoding in test_re (#149)" (#554)Benjamin Peterson2017-03-081-9/+0
* make the glibc alias table take precedence over the X11 one (#422)Benjamin Peterson2017-03-081-0/+2
* bpo-29568: Disable any characters between two percents for escaped percent "%...Serhiy Storchaka2017-03-081-0/+3
* bpo-26915: Test identity first in membership operation in index() and count()...Xiang Zhang2017-03-081-0/+3
* bpo-28682: Added support for bytes paths in os.fwalk(). (#489)Serhiy Storchaka2017-03-071-0/+2
* bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() an...Serhiy Storchaka2017-03-061-3/+2
* bpo-29714: Fix a regression that bytes format may fail when containing zero ...Xiang Zhang2017-03-061-0/+3
* bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)Serhiy Storchaka2017-03-051-0/+4
* bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462)Ned Deily2017-03-041-0/+4
* bpo-27593: Get SCM build info from git instead of hg. (#446)Ned Deily2017-03-041-0/+4
* bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-439)Zachary Ware2017-03-031-0/+2
* bpo-29623: Make PathLike objects work with ConfigParser.read() (#242)David Ellis2017-03-031-0/+3
* bpo-9303: Migrate sqlite3 module to _v2 API to enhance performance (#359)Aviv Palivoda2017-03-031-0/+2
* bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/...Yury Selivanov2017-03-031-0/+3
* bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405)Seth M. Larson2017-03-031-0/+3
* bpo-28893: Set __cause__ for errors in async iteration protocol (#407)Yury Selivanov2017-03-031-0/+3
* bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406)Yury Selivanov2017-03-031-0/+3
* bpo-29703: asyncio: Fix creating new event loops in child processes. (#404)Yury Selivanov2017-03-031-0/+3
* bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#376)Brian Coleman2017-03-021-0/+3
* bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260)Petr Motejlek2017-03-011-0/+4
* bpo-29684: Fix regression of PyEval_CallObjectWithKeywords (GH-87)INADA Naoki2017-03-011-0/+4