]> granicus.if.org Git - python/shortlog
python
2017-06-14 Victor Stinnerbpo-29591: Upgrade Modules/expat to libexpat 2.2 (...
2017-06-14 Victor Stinnerbpo-30284: Fix regrtest for out of tree build (#1481)
2017-06-14 Milan Oberkirchbpo-30436: Raise ModuleNotFoundError for importlib...
2017-06-14 terryjreedybpo-15786: Fix IDLE autocomplete return problem. (...
2017-06-14 Victor Stinnerbpo-30231: Remove skipped test_imaplib tests (#1419)
2017-06-14 mlouielubpo-15786: IDLE: Fix mouse clicks on autocompletetion...
2017-06-14 csabellaFix trivial typo in Readme (GH-2185)
2017-06-14 Victor Stinnerbpo-30602: Fix refleak in os.spawnve() (#2184)
2017-06-14 Victor Stinnerbpo-30649: Revert utime delta in test_os (#2176)
2017-06-14 terryjreedybpo-25514: Improve IDLE's connection refused message...
2017-06-13 Victor Stinnerbpo-30595: Increase test_queue_feeder_donot_stop_onexc...
2017-06-13 Victor Stinnerbpo-30649: test_os tolerates 50 ms delta for utime...
2017-06-13 Ben Hoytbpo-30659 : Use ** for kwargs in namedtuple._replace...
2017-06-13 Jonathan Eunicebpo-30603: Add test case to textwrap.dedent (GH-2014)
2017-06-13 terryjreedybpo-27922: Stop gui flash from idle_test.test_parenmatc...
2017-06-13 Emily Morehousebpo-30656: Fix Python C API Module Objects documentatio...
2017-06-13 Sanyam Khuranabpo-24744: Raises error in pkgutil.walk_packages if...
2017-06-13 Antoine Pitroubpo-24484: Avoid race condition in multiprocessing...
2017-06-13 terryjreedyFix ref leak in idle_test.test_macosx (#2163)
2017-06-13 messi Liaobpo-30650: Fixed a syntax error: missed right parenthes...
2017-06-13 Nick Coghlanbpo-28180: assume UTF-8 for Mac OS X PEP 538 tests...
2017-06-13 mlouielubpo-30642: IDLE: Fix test_query refleak (#2147)
2017-06-13 Victor Stinnerbpo-30635: Fix refleak in test_c_locale_coercion (...
2017-06-13 Victor Stinnerbpo-28180: Fix test_capi.test_forced_io_encoding()...
2017-06-13 Antoine PitrouMention how to disable signal fd wakeup (#2140)
2017-06-13 Antoine Pitroubpo-30643: Fix race condition in signal wakeup in forks...
2017-06-13 Andrew Kuchlingbpo-6519: Improve Python Input Output Tutorial (GH...
2017-06-13 Stéphane Wirtelbpo-30636: Fix the indentation for the help (#2131)
2017-06-12 Antoine Pietribpo-30177: add NEWS entry (#2135)
2017-06-12 Antoine PitrouFix bpo-30589: improve Process.exitcode with forkserver...
2017-06-12 Giampaolo Rodolabpo-30624 remaining bare except (#2108)
2017-06-12 Stéphane Wirtelbpo-30636: Add PYTHONCOERCECLOCALE to the help of the...
2017-06-12 mircea-cosbuc[email] bpo-29478: Fix passing max_line_length=None...
2017-06-12 Serhiy Storchakabpo-28994: Fixed errors handling in atexit._run_exitfun...
2017-06-12 suketabpo-30621: Update Input Output Tutorial Example(GH...
2017-06-11 Yury SelivanovRevert "bpo-29406: asyncio SSL contexts leak sockets...
2017-06-11 Yury Selivanovbpo-30508: Don't log exceptions if Task/Future "cancel...
2017-06-11 Serhiy Storchakabpo-30501: Make the compiler producing optimized code...
2017-06-11 Serhiy Storchakabpo-11822: Improve disassembly to show embedded code...
2017-06-11 Benjamin Petersonremove extra word (#2101)
2017-06-11 Benjamin Petersonclarify recv() and send() on SSLObject (#2100)
2017-06-11 Zachary WareShow what's changed when Travis fails regen check ...
2017-06-11 Nick Coghlanbpo-28180: Implementation for PEP 538 (#659)
2017-06-11 Zachary WareUse Travis to make sure all generated files are up...
2017-06-11 terryjreedyUpdate idlelib NEWS for 3.7 (#2089)
2017-06-11 terryjreedyAdd IDLE NEWS items for 3.7 (#2090)
2017-06-10 Giampaolo Rodola#30624 / selectors: use bare except clause in order...
2017-06-10 Zachary Warebpo-27425: Be more explicit in .gitattributes (GH-840)
2017-06-10 Ivan Levkivskyibpo-28556: Updates to typing module (#2076)
2017-06-10 KatherineMichelbpo-30312: Small correction in datastructures set code...
2017-06-10 Victor Stinnerbpo-30599: Fix test_threaded_import reference leak...
2017-06-10 Victor Stinnerbpo-30595: Fix multiprocessing.Queue.get(timeout) ...
2017-06-10 Serhiy StorchakaRegenerate Argument Clinic code for bpo-19180. (#2073)
2017-06-10 Roy Williamsbpo-30605: Fix compiling binary regexs with BytesWarnin...
2017-06-10 Sylvainbpo-30600: Fix error messages (condition order in Argum...
2017-06-10 csabellabpo-25409: Clarify fnmatch and fnmatchcase documentatio...
2017-06-10 Nikolay Kimbpo-29406: asyncio SSL contexts leak sockets after...
2017-06-10 Jim Fasarakis... Fix TypeError is asyncio/proactor_events (#993)
2017-06-10 Zachary Warebpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)
2017-06-09 Brett CannonMake codecov config on master the only config used...
2017-06-09 Yury SelivanovAdd a NEWS entry for #29870 (PR #981) (#2047)
2017-06-09 Michaël SghaïerBreak circular references when closing SSLTransport...
2017-06-09 Nikolay KimClosing transport during handshake process leaks socket...
2017-06-09 Brett CannonClarify what --enable-optimizations does (GH-1847)
2017-06-09 Yury Selivanovbpo-27585: Add a NEWS entry for #1031 (#2036)
2017-06-09 Jim Fasarakis... bpo-30335: Add deprecation alias entry for assertNotReg...
2017-06-09 Giampaolo Rodolabpo-30014: make poll-like selector's modify() method...
2017-06-09 Mathieu SornayFix waiter cancellation in asyncio.Lock (#1031)
2017-06-09 Serhiy StorchakaFix regression in error message introduced in bpo-29951...
2017-06-09 Jelle Zijlstrabpo-30266: support "= None" pattern in AbstractContextM...
2017-06-09 Victor Stinnerbpo-30524: Write unit tests for FASTCALL (#2022)
2017-06-09 Marco Buttubpo-30217: Add the operators ~ and | to the index ...
2017-06-09 Chandan Kumarbpo-19180: Updated references for RFC 1750, RFC 3280...
2017-06-09 Nathaniel J... Add a test for bad IDNA in ssl server_hostname (#1997)
2017-06-09 Victor Stinnerbpo-30540: regrtest: add --matchfile option (#1909)
2017-06-09 adisbladisbpo-24755: Document asyncio.wrap_future (GH-603)
2017-06-08 Serhiy Storchakabpo-30529: Fix errors for invalid whitespaces in f...
2017-06-08 Victor Stinnerbpo-30601: Fix a refleak in WindowsConsoleIO (#2003)
2017-06-08 Victor Stinnerbpo-30418: Popen.communicate() always ignore EINVAL...
2017-06-08 Lisa Roachbpo-30486: Allow setting cell value (#1840)
2017-06-08 Serhiy Storchakabpo-30592: Fixed error messages for some builtins....
2017-06-08 Victor Stinnerbpo-30598: _PySys_EndInit() now duplicates warnoptions...
2017-06-08 Stéphane Wirtelbpo-30547: Fix multiple reference leaks (#1995)
2017-06-08 Nathaniel J... bpo-30594: Fixed refcounting in newPySSLSocket (#1992)
2017-06-08 Will Robertsbpo-30537: use PyNumber in itertools.islice instead...
2017-06-07 Jonathan Eunicebpo-30591: Added test for textwrap backtracking. (...
2017-06-07 Matthias Klosetrivial: update config.{guess,sub} from gnu.org. (GH...
2017-06-07 Erik Braybpo-30353: Fix pass by value for structs on 64-bit...
2017-06-07 Denis Osipovbpo-30584: Fix test_os fails on non-English Windows...
2017-06-07 Antoine Pietribpo-30177: pathlib: include the full path in resolve...
2017-06-06 Aaron Hall... bpo-30463: Add an empty __slots__ to abc.ABC.
2017-06-06 gfyoungbpo-29596: Improve clinic howto documentation (GH-1710)
2017-06-06 wim glennbpo-30583: Fix typo in datetime dateutil documentation...
2017-06-06 Victor Stinnerbpo-30557: Fix test_faulthandler (#1969)
2017-06-06 Serhiy Storchakabpo-30534: Fixed error messages when pass keyword argum...
2017-06-06 Serhiy Storchakabpo-25324: Move the description of tokenize tokens...
2017-06-06 Vinay Sajipbpo-30520: Implemented pickling for loggers. (#1956)
2017-06-06 Alex GaynorSimplify X.509 extension handling code (#1855)
2017-06-06 Oz N Tirambpo-30095: Make CSS classes used by calendar.HTMLCalend...
2017-06-06 Zachary WareInstall dependencies in Travis OSX build (GH-1952)
next