]> granicus.if.org Git - python/shortlog
python
2017-06-21 Dino Viehlandbpo-30604: clean up co_extra support (#2144)
2017-06-21 haneybpo-30183: Fixes HP-UX cc compilation error in pytime...
2017-06-21 Dong-hee Nabpo-30616: Functional API of enum allows to create...
2017-06-21 Victor Stinnerbpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1...
2017-06-21 KunYuChenFix trivial typo in idlelib/config.py (GH-2309)
2017-06-21 Daniel PorteousFix typo in 3.7 whatsnew (#2308)
2017-06-20 dong-jyFix trivial typo in json module docstring (GH-2274)
2017-06-20 Kojo Idrissabpo-29933: Improve set_write_buffer_limits description...
2017-06-20 Victor Stinnerbpo-30054: Expose tracemalloc C API (#1236)
2017-06-20 Serhiy Storchakabpo-29755: Fixed the lgettext() family of functions...
2017-06-20 Victor Stinnerbpo-30500: Fix the NEWS entry (#2293)
2017-06-20 Sanyam Khuranabpo-30597: Show expected input in custom 'print' error...
2017-06-20 postmastersurllib: Simplify splithost by calling into urlparse...
2017-06-20 Motoki Narusebpo-30629: Add Motoki Naruse to Misc/ACKS (#2284)
2017-06-19 Steve Dowerbpo-30687: Fixes build scripts to find msbuild.exe...
2017-06-18 Nick Coghlanbpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag...
2017-06-17 Ned Deilybpo-30038: add Misc/NEWS entry. (#2258)
2017-06-17 Ned Deilybpo-23894: add Misc/NEWS entry. (#2256)
2017-06-17 Motoki Narusebpo-30629: Remove second call of str.lower() in html...
2017-06-16 Victor StinnerRevert "bpo-30673: test.bat: add -t option (timeout...
2017-06-16 Louie Lubpo-30523: Add --list-cases unittest (#2243)
2017-06-16 ericvsmithbpo-30682: Removed a too-strict assertion that failed...
2017-06-16 mlouielubpo-30523: regrtest: Add --list-cases option (#2238)
2017-06-16 Victor Stinnerbpo-29783: Replace codecs.open() with io.open() (#599)
2017-06-16 terryjreedyAdd IDLE items to NEWS and idlelib/NEWS.txt (#2239)
2017-06-16 Zachary Warebpo-30450: Add NEWS and whatsnew (GH-2236)
2017-06-16 Xiang Zhangbpo-30176: Add missing curses cell attributes constants...
2017-06-16 Segev Finerbpo-30631: Silence MSVC warnings in third-party code...
2017-06-16 Zachary Warebpo-30450: Pull Windows dependencies from GitHub rather...
2017-06-16 Jonathan Eunicebpo-30620: Remove dead lines from textwrap.dedent ...
2017-06-16 Jonathan Eunicebpo-30603: add tests to textwrap.dedent (GH-2206)
2017-06-15 Victor Stinnerbpo-30673: test.bat: add -t option (timeout) (#2211)
2017-06-15 Serhiy Storchakabpo-30626: Fix error handling in PyImport_Import()...
2017-06-15 Sylvainbpo-20627: Fix error message when keyword arguments...
2017-06-15 Victor Stinnerbpo-30602: Fix refleak in os.spawnv() (#2212)
2017-06-15 Nick Coghlanbpo-28180: Standard stream & FS encoding differ on...
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)
next