]> granicus.if.org Git - python/shortlog
python
2017-07-20 Aaron Gallagherbpo-29403: Fix mock's broken autospec behavior on metho...
2017-07-19 Louie Lubpo-30917: IDLE: Fix mock_config deepcopy to read_strin...
2017-07-19 Ammar AskarUse pythontest.net instead of debian.org in test_urllib...
2017-07-18 Louie Lubpo-30917: IDLE: Add config.IdleConf unittests (#2691)
2017-07-18 Steve Dowerbpo-30450: Fix logic for retrying nuget.exe download...
2017-07-18 Xiang Zhangbpo-30961: Fix decrementing a borrowed reference in...
2017-07-18 Vitor Pereirabpo-30794: added kill() method to multiprocessing.Proce...
2017-07-18 Antoine Pitroubpo-30946: Remove obsolete fallback code in readline...
2017-07-17 Steve Dowerbpo-30450: Fall back to git.exe if no Python is found...
2017-07-17 Steve Dowerbpo-30450: Adds alternate download approach for nuget...
2017-07-17 Antoine Pitroubpo-30808: Use _Py_atomic API for concurrency-sensitive...
2017-07-17 Steve Dower[bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows...
2017-07-16 Serhiy Storchakabpo-30936: Fix a reference leak in json when fail to...
2017-07-16 terryjreedybpo-30934: Document coverage details for idlelib tests...
2017-07-15 Ned Deilybpo-30939: Avoid Sphinx deprecation warning in docs...
2017-07-15 Nick Coghlanbpo-30836: fix test_c_locale_coercion on AIX (GH-2713)
2017-07-15 terryjreedyNull merge so github sees fork as synchronized with...
2017-07-14 Łukasz RogalskiDoc that 'sorted' args are keyword-only, fix 'reverse...
2017-07-14 terryjreedyUpdate idlelib/NEWS.txt. (#2703)
2017-07-14 csabellabpo-30913: IDLE: Document tk vars, attributes, and...
2017-07-14 Louie Lubpo-30870: IDLE: Add configdialog fontlist selection...
2017-07-13 Segev Finerbpo-30731: python.manifest fix (#2328)
2017-07-13 Stefan Krahbpo-30923: Suppress fall-through warnings in libmpdec...
2017-07-13 Serhiy Storchakabpo-30911: Add tests for bad boolean arguments for...
2017-07-13 Segev Finerbpo-30911: Fix a crash in json on platforms with unsign...
2017-07-13 Trey Hunnerbpo-30466: Add brief explanation of classes to tutorial...
2017-07-12 Brett CannonFix a spelling mistake and tweak tense of output for...
2017-07-12 Louie Lubpo-30899: Add unittests, 100% coverage, for IDLE's...
2017-07-12 Victor Stinnerbpo-30908: Fix dangling thread in test_os.TestSendfile...
2017-07-12 Serhiy Storchakabpo-30876: Relative import from unloaded package now...
2017-07-11 csabellabpo-30779: IDLE: fix changes.delete_section calls in...
2017-07-11 Segev FinerAvoid _GNU_SOURCE redefined warning in xmlparse.c ...
2017-07-11 csabellabpo-30881: IDLE: add docstrings to browser.py (#2638)
2017-07-11 terryjreedybpo-30870: IDLE -- fix logic error in eae2537. (#2660)
2017-07-11 Serhiy Storchakabpo-22207: Add checks for possible integer overflows...
2017-07-11 Serhiy Storchakabpo-30879: os.listdir() and os.scandir() now emit bytes...
2017-07-10 Victor Stinnerbpo-30891: Fix importlib _find_and_load() race conditio...
2017-07-10 Victor Stinnerbpo-30892: Fix _elementtree module initialization ...
2017-07-10 csabellabpo-30851: IDLE: Remove unused tk variables in configdi...
2017-07-10 Victor Stinnerbpo-30866: Add _testcapi.stack_pointer() (#2601)
2017-07-10 Victor Stinnerbpo-30886: Fix multiprocessing.Queue.join_thread()...
2017-07-10 Serhiy StorchakaRemove _PyArg_NoStackKeywords(). (#2641)
2017-07-09 Louie Lubpo-30870: IDLE: Change sample font when select by...
2017-07-09 Sylvainbpo-30878: Fix error message when keyword arguments...
2017-07-08 Nir Sofferbpo-29854: Skip history-size test on older readline...
2017-07-08 terryjreedybpo-8231: Call idlelib.IdleConf.GetUserCfgDir only...
2017-07-08 terryjreedybpo-30779: News (#2627)
2017-07-07 terryjreedybpo-30779: IDLE -- Factor ConfigChanges class from...
2017-07-07 Victor Stinnerbpo-29854: test_readline logs versions (#2619)
2017-07-07 Nir Sofferbpo-29854: Fix segfault in call_readline() (GH-728)
2017-07-07 terryjreedybpo-30780: Fix error in idlelib.test_idle.test_configdi...
2017-07-07 Gregory P.... Make test_shutil test_disk_usage not depend on the...
2017-07-06 Segev FinerFix case in .gitignore (GH-2607)
2017-07-06 Manvisha Kodalibpo-26506: hex() documentation: mention %x % int (GH...
2017-07-06 Vinay Sajipbpo-30862: Updated Logger.setLevel documentation. ...
2017-07-06 Serhiy Storchakabpo-30814: Fixed a race condition when import a submodu...
2017-07-05 terryjreedyUpdate idlelib/NEWS.txt with merges upto 2017 Jul 5...
2017-07-05 Yury Selivanovbpo-30828: Fix out of bounds write in `asyncio.CFuture...
2017-07-05 Victor StinnerRevert "bpo-30822: Fix testing of datetime module....
2017-07-05 Masayuki Yamamotobpo-30854: Fix compile error when --without-threads...
2017-07-05 terryjreedyNEWS for 30777 (#2576)
2017-07-05 terryjreedybpo-21624: IDLE -- minor htest fixes (#2575)
2017-07-05 csabellabpo-30777: IDLE: configdialog - add docstrings and...
2017-07-04 Victor Stinnerbpo-30319: socket.close() now ignores ECONNRESET (...
2017-07-04 Serhiy Storchakabpo-30789: Use a single memory block for co_extra....
2017-07-04 Victor Stinnerbpo-30845: Enhance test_concurrent_futures cleanup...
2017-07-04 Antoine Pitroubpo-29293: multiprocessing.Condition.notify() lacks...
2017-07-04 Berker PeksagRemove outdated FOX from GUI FAQ (GH-2538)
2017-07-04 csabellabpo-6691: Pyclbr now reports nested classes and functio...
2017-07-03 Serhiy Storchakabpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_K...
2017-07-03 Masayuki Yamamotobpo-30832: Remove own implementation for thread-local...
2017-07-03 Victor Stinnerbpo-30764: Fix regrtest --fail-env-changed --forever...
2017-07-02 Serhiy Storchakabpo-30822: Deduplicate ZoneInfoTest classes in test_dat...
2017-07-02 Utkarsh Upadhyaybpo-30822: Fix testing of datetime module. (#2530)
2017-07-01 Osvaldo Santana... bpo-30441: Fix bug when modifying os.environ while...
2017-07-01 xdegayebpo-30695: Add set_nomemory(start, stop) to _testcapi...
2017-06-30 Victor StinnerAppVeyor: run tests with --fail-env-changed (#2522)
2017-06-30 INADA Naokibpo-30804: fix macOS build with framework enabled....
2017-06-30 Victor Stinnerbpo-30818: test_ftplib calls asyncore.close_all() ...
2017-06-30 Victor Stinnertest_urllib2_localnet: clear server variable (#2510)
2017-06-30 Victor Stinnerbuildbot: pass --fail-env-changed to regrtest (#2509)
2017-06-30 Victor Stinnerbpo-30812: Fix test_warnings, restore _showwarnmsg...
2017-06-30 Victor Stinnerbpo-30813: Fix unittest when hunting refleaks (#2502)
2017-06-30 Victor Stinnerbpo-30280: Cleanup threads in ayncio tests (#2501)
2017-06-30 Victor Stinnerthreading_cleanup() failure marks test as ENV_CHANGED...
2017-06-30 Antoine Pitroubpo-30807: signal.setitimer() may disable the timer...
2017-06-29 csabellabpo-30495: IDLE: improve textview with docstrings,...
2017-06-29 Nick Coghlanbpo-30647: Check nl_langinfo(CODESET) in locale coercio...
2017-06-29 Antoine Pitroubpo-30796: Fix failures in signal delivery stress test...
2017-06-29 Victor Stinnerbpo-30776: regrtest: reduce memleak false positive...
2017-06-29 INADA Naokibpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWOR...
2017-06-28 Segev Finerbpo-30726: Also fix pyexpat.vcxproj (#2375)
2017-06-28 Antoine Pitroubpo-30703: Improve signal delivery (#2415)
2017-06-28 Segev Finerbpo-23451: Fix socket deprecation warnings in socketmod...
2017-06-28 Steve (Gadget... bpo-30362 : Add list options to launcher. (#1578)
2017-06-28 Victor Stinnerbpo-29585: Define PYTHONFRAMEWORK in PC/pyconfig.h...
2017-06-28 INADA Naokibpo-29585: optimize site.py startup time (GH-136)
2017-06-28 Antoine PitrouClear potential ref cycle between Process and Process...
2017-06-28 Antoine Pitroubpo-30775: Fix refleaks in test_multiprocessing (#2467)
2017-06-28 Serhiy StorchakaFix compiler warnings on Windows introduced in bpo...
next