summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-31845: Fix reading flags from environment (GH-4105)Nick Coghlan2017-10-251-0/+1
* bpo-30768: Recompute timeout on interrupted lock (GH-4103)Victor Stinner2017-10-241-0/+3
* bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags...Serhiy Storchaka2017-10-241-0/+2
* Closes bpo-28292: Implemented Calendar.itermonthdays3() and itermonthdays4()....Alexander Belopolsky2017-10-241-0/+5
* bpo-31664: Add support for the Blowfish method in crypt. (#3854)Serhiy Storchaka2017-10-241-0/+1
* bpo-30639: Lazily compute repr for error (#2132)Thomas Kluyver2017-10-241-0/+2
* bpo-31174: Fix test_tools.test_unparse (#4102)Victor Stinner2017-10-241-0/+3
* bpo-31827: Remove os.stat_float_times() (GH-4061)Victor Stinner2017-10-241-0/+3
* fixes bpo-31834: Use optimized code for BLAKE2 only with SSSE3+ (#4066)Michał Górny2017-10-241-0/+2
* bpo-30722: Make redemo work with Python 3.6+ (GH-2311)Christoph Sarnowski2017-10-231-0/+9
* bpo-30817: Fix PyErr_PrintEx() when no memory (#2526)xdegaye2017-10-231-0/+2
* bpo-31752: Fix possible crash in timedelta constructor called with custom int...Serhiy Storchaka2017-10-231-0/+1
* bpo-31756: subprocess.run should alias universal_newlines to text (#4049)andyclegg2017-10-231-0/+3
* Move exc state to generator. Fixes bpo-25612 (#1773)Mark Shannon2017-10-221-0/+3
* bpo-20825: Containment test for ip_network in ip_network.Cheryl Sabella2017-10-221-0/+3
* bpo-31653: Don't release the GIL if we can acquire a multiprocessing semaphor...Antoine Pitrou2017-10-221-0/+2
* bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or...Antoine Pitrou2017-10-221-0/+1
* bpo-31781: Prevent crashes when calling methods of an uninitialized zipimport...Oren Milman2017-10-201-0/+2
* bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058)Serhiy Storchaka2017-10-201-0/+2
* bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)Antoine Pitrou2017-10-191-0/+1
* bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817)jlacoline2017-10-192-0/+3
* bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters (#4044)Łukasz Langa2017-10-191-0/+2
* Add NEWS entry for opcode tracing change. (GH-4045)George King2017-10-191-0/+7
* bpo-31457: Make the `LoggerAdapter.manager` property settable (#4042)Łukasz Langa2017-10-191-0/+1
* bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more...Pablo Galindo2017-10-181-0/+4
* bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (#3960)Terry Jan Reedy2017-10-171-0/+15
* time.clock() now emits a DeprecationWarning (GH-4020)Victor Stinner2017-10-171-0/+2
* bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)Zane Bitter2017-10-174-0/+9
* bpo-31334: Fix timeout in select.poll.poll() (GH-3277)Riccardo Coccioli2017-10-172-0/+4
* bpo-31786: Make functions in the select module blocking when timeout is a sma...Pablo Galindo2017-10-171-0/+3
* bpo-30541: Add new method to seal mocks (GH61923)Mario Corchero2017-10-171-0/+2
* Update NEWS and topics for 3.7.0a2Ned Deily2017-10-1769-140/+683
* bpo-31558: Update NEWS and ACKS (#4013)Łukasz Langa2017-10-162-0/+6
* bpo-28647: Update -u documentation after bpo-30404 (GH-3961)Berker Peksag2017-10-131-7/+2
* bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH...INADA Naoki2017-10-131-0/+2
* bpo-30058: Fixed buffer overflow in select.kqueue.control(). (#1095)Serhiy Storchaka2017-10-121-0/+1
* bpo-31537: Update readline documentation example. (GH-3925)Brad Smith2017-10-101-0/+2
* bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.t...Oren Milman2017-10-101-0/+2
* bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929)Victor Stinner2017-10-091-0/+1
* bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() al...Oren Milman2017-10-081-0/+2
* bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3...Serhiy Storchaka2017-10-081-0/+2
* bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)Masayuki Yamamoto2017-10-061-0/+4
* bpo-31708: Allow async generator expressions in synchronous functions (#3905)Yury Selivanov2017-10-061-0/+1
* bpo-31709: Drop support for asynchronous __aiter__. (#3903)Yury Selivanov2017-10-061-0/+1
* closes bpo-31696: don't mention GCC in sys.version when building with clang (...Benjamin Peterson2017-10-061-0/+2
* bpo-30406: Make async and await proper keywords (#1669)Jelle Zijlstra2017-10-061-0/+1
* PEP 553 built-in breakpoint() function (bpo-31353) (#3355)Barry Warsaw2017-10-051-0/+5
* bpo-31556: asyncio.wait_for can cancel futures faster with timeout <= 0 (#3703)Victor K2017-10-051-0/+1
* bpo-31671: re: Convert RegexFlag to int before compile (GH-3862)INADA Naoki2017-10-051-0/+2
* closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expre...Jakub Stasiak2017-10-051-0/+2