]> granicus.if.org Git - python/shortlog
python
2017-07-27 Terry Jan Reedy[3.6] bpo-31003: IDLE - Add more tests for General...
2017-07-27 Terry Jan Reedy[3.6] bpo-30853: IDLE: Factor a VarTrace class from...
2017-07-26 Nir Sofferbpo-30980: Fix double close in asyncore.file_wrapper...
2017-07-26 Steve DowerFix build batch files (#2750) (#2897)
2017-07-26 Dong-hee Na[3.6] bpo-30119: fix ftplib.FTP.putline() to throw...
2017-07-26 Utkarsh Upadhyay[3.6] bpo-30822: Fix testing of datetime module. (GH...
2017-07-26 MariattaAdd the link to asyncio source code in the docs (GH...
2017-07-26 Victor Stinner[3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout...
2017-07-26 Victor Stinnerbpo-30845: Enhance test_concurrent_futures cleanup...
2017-07-26 Victor Stinner[3.6] bpo-26762, bpo-31019: Backport multiprocessing...
2017-07-26 Victor Stinnerbpo-31034: Reliable signal handler for test_asyncio...
2017-07-25 Mariattabpo-26506: hex() documentation: mention %x % int (GH...
2017-07-25 Segev Finer[3.6] bpo-31018: Switch to GH-pragma pack from __declsp...
2017-07-24 Terry Jan Reedy[3.6] Minor typo in curses.rst (GH-2763) (#2853)
2017-07-24 Victor Stinnerbpo-30908: Fix dangling thread in test_os.TestSendfile...
2017-07-24 Terry Jan Reedy[3.6] bpo-30993: IDLE - Improve configdialog font page...
2017-07-23 Ned DeilyMac installer build now needs venv for docs build ...
2017-07-23 Terry Jan Reedy[3.6] bpo-30993: IDLE - Improve configdialog font page...
2017-07-23 Gregory P.... [3.6] Make test_shutil test_disk_usage not depend on...
2017-07-22 Terry Jan Reedy[3.6] bpo-30981: IDLE -- Add more configdialog font...
2017-07-21 Berker Peksag[3.6] bpo-29403: Fix mock's broken autospec behavior...
2017-07-21 Victor Stinnerbpo-30891: Fix again importlib _find_and_load() (#2665...
2017-07-21 Nicholas[3.6] bpo-30964: Mention ensurepip in package installat...
2017-07-21 Terry Jan Reedy[3.6] bpo-28523: IDLE: Use 'color' instead of 'colour...
2017-07-21 Trey Hunnerbpo-30466: Add brief explanation of classes to tutorial...
2017-07-20 Victor Stinnerbpo-30822: Exclude tzdata from regrtest --all (#2775...
2017-07-20 Mariatta[3.6] Fix typo in Turtle Docs: yingyang -> yinyang...
2017-07-20 Ned DeilyUpdate doc download files size estimates. (#2771) ...
2017-07-20 terryjreedy[3.6] bpo-30917: IDLE: Add config.IdleConf unittests...
2017-07-20 Ammar Askar[3.6] bpo-30883: Use pythontest.net instead of debian...
2017-07-19 Steve Dower[3.6] bpo-30450: Improved logic for obtaining dependenc...
2017-07-18 Xiang Zhangbpo-30961: Fix decrementing a borrowed reference in...
2017-07-17 Ned DeilyAlso bump README.rst
2017-07-17 Ned DeilyBump to v3.6.2+
2017-07-17 Ned DeilyMerge tag 'v3.6.2' into 3.6
2017-07-16 Serhiy Storchaka[3.6] bpo-30936: Fix a reference leak in json when...
2017-07-16 Serhiy Storchaka[3.6] bpo-30876: Relative import from unloaded package...
2017-07-16 terryjreedy[3.6] bpo-30934: Document coverage details for idlelib...
2017-07-15 Ned Deilybpo-30939: Avoid Sphinx deprecation warning in docs...
2017-07-14 Łukasz RogalskiDoc that 'sorted' args are keyword-only, fix 'reverse...
2017-07-14 terryjreedy[3.6] Update idlelib/NEWS.txt. (GH-2703) (#2704)
2017-07-14 terryjreedy[3.6] bpo-30913: IDLE: Document tk vars, attributes...
2017-07-14 terryjreedy[3.6] bpo-30870: IDLE: Add configdialog fontlist select...
2017-07-13 Steve Dowerbpo-30731: python.manifest fix (#2328) (#2699)
2017-07-13 Serhiy Storchaka[3.6] bpo-30911: Add tests for bad boolean arguments...
2017-07-12 terryjreedy[3.6] bpo-30899: Add unittests, 100% coverage, for...
2017-07-11 terryjreedy[3.6] bpo-30779: IDLE: fix changes.delete_section calls...
2017-07-11 terryjreedy[3.6] bpo-30881: IDLE: add docstrings to browser.py...
2017-07-11 terryjreedy[3.6] bpo-30870: IDLE -- fix logic error in eae2537...
2017-07-11 Serhiy Storchaka[3.6] bpo-22207: Add checks for possible integer overfl...
2017-07-11 Serhiy Storchaka[3.6] bpo-30879: os.listdir() and os.scandir() now...
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 terryjreedy[3.6] bpo-30851: IDLE: Remove unused tk variables in...
2017-07-10 Victor Stinnerbpo-30886: Fix multiprocessing.Queue.join_thread()...
2017-07-09 terryjreedy[3.6] bpo-30870: IDLE: Change sample font when select...
2017-07-08 Nir Soffer[3.6] bpo-29854: Fix segfault in call_readline() (GH...
2017-07-08 Ned DeilyUpdate for post-3.6.2rc2
2017-07-08 Ned DeilyMerge tag 'v3.6.2rc2' into 3.6
2017-07-08 Ned DeilyVersion bump to 3.6.2final v3.6.2
2017-07-08 terryjreedy[3.6] bpo-8231: Call idlelib.IdleConf.GetUserCfgDir...
2017-07-08 terryjreedy[3.6] bpo-30779: News (GH-2627) (#2630)
2017-07-07 terryjreedy[3.6] bpo-30779: IDLE -- Factor ConfigChanges class...
2017-07-07 Ned DeilyVersion bump to 3.6.2rc2 v3.6.2rc2
2017-07-07 Ned Deilybpo-30797, bpo-30694: Avoid _GNU_SOURCE redefined warni...
2017-07-07 Ned Deilybpo-30797, bpo-30694: Avoid _GNU_SOURCE redefined warni...
2017-07-07 Serhiy Storchaka[3.6] bpo-30745: Fix compiler warnings introduced in...
2017-07-07 Serhiy Storchaka[3.6] bpo-30730: Prevent environment variables injectio...
2017-07-07 Victor Stinnerbpo-30704, bpo-30604: Fix memleak in code_dealloc(...
2017-07-07 Segev Finer[3.6] bpo-30726: Also fix pyexpat.vcxproj (GH-2375...
2017-07-07 Victor Stinner[3.6] bpo-30726: PCbuild _elementtree: remove duplicate...
2017-07-07 Victor Stinnerbpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1...
2017-07-07 Victor Stinnerbpo-30500: urllib: Simplify splithost by calling into...
2017-07-07 Steve Dowerbpo-30687: Fixes build scripts to find msbuild.exe...
2017-07-07 terryjreedy[3.6] bpo-30780: Fix error in idlelib.test_idle.test_co...
2017-07-06 Joel Hillacrebpo-30532: Fix whitespace folding in certain cases...
2017-07-06 Segev Finer[3.6] Fix case in .gitignore (GH-2607) (GH-2608)
2017-07-06 terryjreedy[3.6] Update idlelib/NEWS.txt with merges upto 2017...
2017-07-06 Serhiy Storchaka[3.6] bpo-30814: Fixed a race condition when import...
2017-07-05 Yury Selivanov[3.6] bpo-30828: Fix out of bounds write in `asyncio...
2017-07-05 Masayuki Yamamoto[3.6] bpo-30854: Fix compile error when --without-threa...
2017-07-05 terryjreedy[3.6] NEWS for 30777 (GH-2576) (#2579)
2017-07-05 terryjreedy[3.6] bpo-21624: IDLE -- minor htest fixes (GH-2575...
2017-07-05 terryjreedy[3.6] bpo-30777: IDLE: configdialog - add docstrings...
2017-07-04 Segev Finer[3.6] bpo-30726: Also fix pyexpat.vcxproj (GH-2375...
2017-07-04 Victor Stinnerbpo-30319: socket.close() now ignores ECONNRESET (...
2017-07-04 Berker PeksagRemove outdated FOX from GUI FAQ (GH-2538)
2017-07-04 Serhiy Storchaka[3.6] bpo-30441: Fix bug when modifying os.environ...
2017-07-03 Victor Stinnerbpo-30764: Fix regrtest --fail-env-changed --forever...
2017-07-03 Nick Coghlan[3.6] bpo-30597: Show expected input in custom 'print...
2017-07-02 Kojo Idrissa[3.6] bpo-29933: Improve set_write_buffer_limits descri...
2017-07-01 Antoine Pitrou[3.6] bpo-30703: Improve signal delivery (GH-2415)...
2017-07-01 Mariatta[3.6] Fix trivial typo in json module docstring (GH...
2017-06-30 Victor Stinner[3.6] bpo-29512, bpo-30776: Backport regrtest enhanceme...
2017-06-30 Victor Stinnerbpo-30280: Cleanup threads in ayncio tests (#2501)...
2017-06-30 Victor Stinnerbpo-30813: Fix unittest when hunting refleaks (#2502...
2017-06-30 Victor Stinnerbpo-30812: Fix test_warnings, restore _showwarnmsg...
2017-06-30 Antoine Pitrou[3.6] bpo-30807: signal.setitimer() may disable the...
2017-06-29 terryjreedy[3.6] bpo-30495: IDLE: improve textview with docstrings...
2017-06-29 Victor Stinner_winconsoleio: Fix memory leak (#2485)
next