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