]> granicus.if.org Git - python/shortlog
python
2017-08-17 Victor Stinner[3.6] bpo-31221: patchcheck ignores external libraries...
2017-08-17 Julien PalardUpdate the language selection in the docs language...
2017-08-17 Victor Stinnerbpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type...
2017-08-16 Victor Stinnerbpo-31069, test_multiprocessing: Fix dangling process...
2017-08-16 Victor StinnerRevert "[3.6] bpo-30983: eval frame rename in pep 0523...
2017-08-15 Terry Jan Reedy[3.6] bpo-30928: Update idlelib/NEWS.txt to 2017-08...
2017-08-15 Terry Jan Reedy[3.6] bpo-31205: IDLE: Factor KeysPage class from Confi...
2017-08-15 Christian Heimes[3.6] bpo-30714: ALPN changes for OpenSSL 1.1.0f (...
2017-08-15 Terry Jan Reedy[3.6] bpo-31002: IDLE: Add tests for configdialog keys...
2017-08-14 Łukasz Langa[3.6] bpo-30983: eval frame rename in pep 0523 broke...
2017-08-11 Victor Stinnerbpo-31067: test_subprocess calls reap_children() (...
2017-08-11 Victor Stinnerbpo-31173: Rewrite WSTOPSIG test of test_subprocess...
2017-08-10 Victor Stinnerbpo-31008: Fix asyncio test_wait_for_handle on Windows...
2017-08-10 Julien Palardbpo-31159: fix language switch regex on unknown yet...
2017-08-10 Victor Stinner[3.6] bpo-31160: Backport reap_children() fixes from...
2017-08-10 Terry Jan Reedy[3.6] bpo-19903: IDLE: Calltips changed to use inspect...
2017-08-09 Ammar Askar[3.6] bpo-31150: Wait for child process in test_forkint...
2017-08-09 Serhiy Storchaka[3.6] bpo-31070: Fix a race condition in importlib...
2017-08-09 Victor Stinnerttk: fix LabeledScale and OptionMenu destroy() method...
2017-08-08 Julien Palardbpo-31045: Language switch (#2652) (#3023)
2017-08-07 Terry Jan Reedy[3.6] bpo-31130: IDLE -- stop leaks in test_configdialo...
2017-08-07 Terry Jan Reedy[3.6] bpo-29910: IDLE - revert `break`s that disabled...
2017-08-06 Antoine Pitrou[3.6] bpo-30808: Use _Py_atomic API for concurrency...
2017-08-05 Rajath Agasthyabpo-31029: test_tokenize Add missing import unittest...
2017-08-05 Shane Harvey[3.6] bpo-31107: Fix copyreg mangled slot names calcula...
2017-08-04 Yuan Chao ChouFix a shadow-compatible-local warning (#2181)
2017-08-03 Mariatta[3.6] Improve grammar in asyncio documentation (GH...
2017-08-03 Serhiy Storchaka[3.6] bpo-31071: Avoid masking original TypeError in...
2017-08-03 Serhiy Storchaka[3.6] bpo-30978: str.format_map() now passes key lookup...
2017-08-02 INADA Naokibpo-31061: fix crash in asyncio speedup module (GH...
2017-08-01 Terry Jan Reedy[3.6] bpo-31083: IDLE: Describe the Page classes in...
2017-08-01 MariattaRemove .mention-bot (GH-2923) (GH-2970)
2017-08-01 Mariattabpo-25910: Update LICENSE (GH-2873) (GH-2967)
2017-07-31 csabella[3.6] bpo-25684: ttk.OptionMenu radiobuttons weren...
2017-07-30 Terry Jan Reedy[3.6] bpo-31050: IDLE: Factor GenPage class from Config...
2017-07-30 Terry Jan Reedy[3.6] bpo-31004: IDLE: Factor out FontPage class from...
2017-07-30 Terry Jan Reedy[3.6] bpo-30928: Update IDLE News.txt. (GH-2948) (...
2017-07-29 Terry Jan Reedy[3.6] bpo-30803: clarify truth value testing documentat...
2017-07-29 Terry Jan Reedy[3.6] bpo-31027: Fix test_listcomps failure when run...
2017-07-29 Terry Jan Reedy[3.6] bpo-30781: IDLE - Use ttk Notebook in ConfigDialo...
2017-07-29 MariattaFix trivial typo in multiprocessing documentation ...
2017-07-28 Terry Jan Reedy[3.6] bpo-30853: IDLE - touch-up configdialog.VarTrace...
2017-07-28 Terry Jan Reedy[3.6] bpo-30853: IDLE: Convert font and general vars...
2017-07-28 Terry Jan Reedy[3.6] bpo-31060: IDLE: Finish regrouping ConfigDialog...
2017-07-27 Victor Stinnerbpo-31044: Skip test_posix.test_makedev() on FreeBSD...
2017-07-27 Victor Stinnerbpo-31028: Fix test_pydoc when run directly (#2864...
2017-07-27 Serhiy Storchaka[3.6] bpo-30814, bpo-30876: Add new import test files...
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 ...
next