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 |
2017-06-29 |
terryjreedy | [3.6] bpo-30495: IDLE: improve textview with docstrings... |
commit | commitdiff | tree | snapshot |
2017-06-29 |
Victor Stinner | _winconsoleio: Fix memory leak (#2485) |
commit | commitdiff | tree | snapshot |
2017-06-29 |
Victor Stinner | bpo-30602: Fix refleak in os.spawnv() (#2212) (#2486) |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Antoine Pitrou | [3.6] Clear potential ref cycle between Process and... |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Antoine Pitrou | [3.6] bpo-30775: Fix refleaks in test_multiprocessing... |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Serhiy Storchaka | [3.6] bpo-13617: Reject embedded null characters in... |
commit | commitdiff | tree | snapshot |
2017-06-28 |
terryjreedy | [3.6] bpo-24813: IDLE tagline is Integrated Developmen... |
commit | commitdiff | tree | snapshot |
2017-06-28 |
terryjreedy | [3.6] bpo-30723: IDLE -- Enhance parenmatch; add style... |
commit | commitdiff | tree | snapshot |
2017-06-28 |
regexaurus | Clarification to the `break` statement (GH-2453) (... |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Victor Stinner | bpo-30704, bpo-30604: Fix memleak in code_dealloc(... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Serhiy Storchaka | [3.6] bpo-30708: Check for null characters in PyUnicode... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Victor Stinner | [3.6] bpo-30523, bpo-30764, bpo-30776: Sync regrtest... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
terryjreedy | [3.6] bpo-30674: IDLE: add docstrings to grep.py (GH... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
terryjreedy | [3.6] bpo-21519: IDLE basic custom key entry better... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
terryjreedy | [3.6] bpo-29910: IDLE no longer deletes a character... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Emily Morehouse | [3.6] bpo-30769: Fix reference leak introduced in 77703... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
terryjreedy | [3.6] bpo-24813: IDLE: Add build bitness to About Idle... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
terryjreedy | [3.6] bpo-30728: IDLE: Refactor configdialog to PEP8... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Victor Stinner | bpo-30764: test_subprocess uses SuppressCrashReport... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Antoine Pitrou | [3.6] bpo-30765: Avoid blocking when PyThread_acquire_l... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
terryjreedy | [3.6] bpo-6739: IDLE: Check for valid keybinding in... |
commit | commitdiff | tree | snapshot |
2017-06-25 |
Serhiy Storchaka | [3.6] bpo-30746: Prohibited the '=' character in enviro... |
commit | commitdiff | tree | snapshot |
2017-06-25 |
Brett Cannon | [3.6] Check the whitespace of pull requests on Travis... |
commit | commitdiff | tree | snapshot |
2017-06-24 |
Dong-hee Na | [3.6] bpo-30616: Functional API of enum allows to creat... |
commit | commitdiff | tree | snapshot |
2017-06-24 |
Serhiy Storchaka | [3.6] bpo-30745: Fix compiler warnings introduced in... |
commit | commitdiff | tree | snapshot |
2017-06-24 |
Mariatta | [3.6] Fix a typo in a comment in coroutines.py (GH... |
commit | commitdiff | tree | snapshot |
2017-06-24 |
terryjreedy | [3.6] bpo-24813: IDLE: Add default title to help_about... |
commit | commitdiff | tree | snapshot |
2017-06-23 |
Brett Cannon | [3.6] bpo-30645: don't append to an inner loop path... |
commit | commitdiff | tree | snapshot |
2017-06-23 |
Serhiy Storchaka | [3.6] bpo-30730: Prevent environment variables injectio... |
commit | commitdiff | tree | snapshot |
2017-06-23 |
terryjreedy | [3.6] bpo-24813: IDLE: Add icon to help_about (GH-2335... |
commit | commitdiff | tree | snapshot |
2017-06-23 |
Victor Stinner | bpo-30604: Skip CoExtra tests if ctypes is missing... |
commit | commitdiff | tree | snapshot |
2017-06-23 |
Victor Stinner | [3.6] bpo-30726: PCbuild _elementtree: remove duplicate... |
commit | commitdiff | tree | snapshot |
2017-06-23 |
Victor Stinner | bpo-30602: Fix lastarg in os.spawnve() (#2287) (#2357) |
commit | commitdiff | tree | snapshot |
next |