2017-07-17 |
Steve Dower | bpo-30450: Fall back to git.exe if no Python is found... |
commit | commitdiff | tree | snapshot |
2017-07-17 |
Steve Dower | bpo-30450: Adds alternate download approach for nuget... |
commit | commitdiff | tree | snapshot |
2017-07-17 |
Antoine Pitrou | bpo-30808: Use _Py_atomic API for concurrency-sensitive... |
commit | commitdiff | tree | snapshot |
2017-07-17 |
Steve Dower | [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows... |
commit | commitdiff | tree | snapshot |
2017-07-16 |
Serhiy Storchaka | bpo-30936: Fix a reference leak in json when fail to... |
commit | commitdiff | tree | snapshot |
2017-07-16 |
terryjreedy | bpo-30934: Document coverage details for idlelib tests... |
commit | commitdiff | tree | snapshot |
2017-07-15 |
Ned Deily | bpo-30939: Avoid Sphinx deprecation warning in docs... |
commit | commitdiff | tree | snapshot |
2017-07-15 |
Nick Coghlan | bpo-30836: fix test_c_locale_coercion on AIX (GH-2713) |
commit | commitdiff | tree | snapshot |
2017-07-15 |
terryjreedy | Null merge so github sees fork as synchronized with... |
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 | Update idlelib/NEWS.txt. (#2703) |
commit | commitdiff | tree | snapshot |
2017-07-14 |
csabella | bpo-30913: IDLE: Document tk vars, attributes, and... |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Louie Lu | bpo-30870: IDLE: Add configdialog fontlist selection... |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Segev Finer | bpo-30731: python.manifest fix (#2328) |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Stefan Krah | bpo-30923: Suppress fall-through warnings in libmpdec... |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Serhiy Storchaka | bpo-30911: Add tests for bad boolean arguments for... |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Segev Finer | bpo-30911: Fix a crash in json on platforms with unsign... |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Trey Hunner | bpo-30466: Add brief explanation of classes to tutorial... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Brett Cannon | Fix a spelling mistake and tweak tense of output for... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Louie Lu | bpo-30899: Add unittests, 100% coverage, for IDLE's... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Victor Stinner | bpo-30908: Fix dangling thread in test_os.TestSendfile... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Serhiy Storchaka | bpo-30876: Relative import from unloaded package now... |
commit | commitdiff | tree | snapshot |
2017-07-11 |
csabella | bpo-30779: IDLE: fix changes.delete_section calls in... |
commit | commitdiff | tree | snapshot |
2017-07-11 |
Segev Finer | Avoid _GNU_SOURCE redefined warning in xmlparse.c ... |
commit | commitdiff | tree | snapshot |
2017-07-11 |
csabella | bpo-30881: IDLE: add docstrings to browser.py (#2638) |
commit | commitdiff | tree | snapshot |
2017-07-11 |
terryjreedy | bpo-30870: IDLE -- fix logic error in eae2537. (#2660) |
commit | commitdiff | tree | snapshot |
2017-07-11 |
Serhiy Storchaka | bpo-22207: Add checks for possible integer overflows... |
commit | commitdiff | tree | snapshot |
2017-07-11 |
Serhiy Storchaka | bpo-30879: os.listdir() and os.scandir() now emit bytes... |
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 |
csabella | bpo-30851: IDLE: Remove unused tk variables in configdi... |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Victor Stinner | bpo-30866: Add _testcapi.stack_pointer() (#2601) |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Victor Stinner | bpo-30886: Fix multiprocessing.Queue.join_thread()... |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Serhiy Storchaka | Remove _PyArg_NoStackKeywords(). (#2641) |
commit | commitdiff | tree | snapshot |
2017-07-09 |
Louie Lu | bpo-30870: IDLE: Change sample font when select by... |
commit | commitdiff | tree | snapshot |
2017-07-09 |
Sylvain | bpo-30878: Fix error message when keyword arguments... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Nir Soffer | bpo-29854: Skip history-size test on older readline... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
terryjreedy | bpo-8231: Call idlelib.IdleConf.GetUserCfgDir only... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
terryjreedy | bpo-30779: News (#2627) |
commit | commitdiff | tree | snapshot |
2017-07-07 |
terryjreedy | bpo-30779: IDLE -- Factor ConfigChanges class from... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Victor Stinner | bpo-29854: test_readline logs versions (#2619) |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Nir Soffer | bpo-29854: Fix segfault in call_readline() (GH-728) |
commit | commitdiff | tree | snapshot |
2017-07-07 |
terryjreedy | bpo-30780: Fix error in idlelib.test_idle.test_configdi... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Gregory P.... | Make test_shutil test_disk_usage not depend on the... |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Segev Finer | Fix case in .gitignore (GH-2607) |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Manvisha Kodali | bpo-26506: hex() documentation: mention %x % int (GH... |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Vinay Sajip | bpo-30862: Updated Logger.setLevel documentation. ... |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Serhiy Storchaka | bpo-30814: Fixed a race condition when import a submodu... |
commit | commitdiff | tree | snapshot |
2017-07-05 |
terryjreedy | Update idlelib/NEWS.txt with merges upto 2017 Jul 5... |
commit | commitdiff | tree | snapshot |
2017-07-05 |
Yury Selivanov | bpo-30828: Fix out of bounds write in `asyncio.CFuture... |
commit | commitdiff | tree | snapshot |
2017-07-05 |
Victor Stinner | Revert "bpo-30822: Fix testing of datetime module.... |
commit | commitdiff | tree | snapshot |
2017-07-05 |
Masayuki Yamamoto | bpo-30854: Fix compile error when --without-threads... |
commit | commitdiff | tree | snapshot |
2017-07-05 |
terryjreedy | NEWS for 30777 (#2576) |
commit | commitdiff | tree | snapshot |
2017-07-05 |
terryjreedy | bpo-21624: IDLE -- minor htest fixes (#2575) |
commit | commitdiff | tree | snapshot |
2017-07-05 |
csabella | bpo-30777: IDLE: configdialog - add docstrings and... |
commit | commitdiff | tree | snapshot |
2017-07-04 |
Victor Stinner | bpo-30319: socket.close() now ignores ECONNRESET (... |
commit | commitdiff | tree | snapshot |
2017-07-04 |
Serhiy Storchaka | bpo-30789: Use a single memory block for co_extra.... |
commit | commitdiff | tree | snapshot |
2017-07-04 |
Victor Stinner | bpo-30845: Enhance test_concurrent_futures cleanup... |
commit | commitdiff | tree | snapshot |
2017-07-04 |
Antoine Pitrou | bpo-29293: multiprocessing.Condition.notify() lacks... |
commit | commitdiff | tree | snapshot |
2017-07-04 |
Berker Peksag | Remove outdated FOX from GUI FAQ (GH-2538) |
commit | commitdiff | tree | snapshot |
2017-07-04 |
csabella | bpo-6691: Pyclbr now reports nested classes and functio... |
commit | commitdiff | tree | snapshot |
2017-07-03 |
Serhiy Storchaka | bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_K... |
commit | commitdiff | tree | snapshot |
2017-07-03 |
Masayuki Yamamoto | bpo-30832: Remove own implementation for thread-local... |
commit | commitdiff | tree | snapshot |
2017-07-03 |
Victor Stinner | bpo-30764: Fix regrtest --fail-env-changed --forever... |
commit | commitdiff | tree | snapshot |
2017-07-02 |
Serhiy Storchaka | bpo-30822: Deduplicate ZoneInfoTest classes in test_dat... |
commit | commitdiff | tree | snapshot |
2017-07-02 |
Utkarsh Upadhyay | bpo-30822: Fix testing of datetime module. (#2530) |
commit | commitdiff | tree | snapshot |
2017-07-01 |
Osvaldo Santana... | bpo-30441: Fix bug when modifying os.environ while... |
commit | commitdiff | tree | snapshot |
2017-07-01 |
xdegaye | bpo-30695: Add set_nomemory(start, stop) to _testcapi... |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Victor Stinner | AppVeyor: run tests with --fail-env-changed (#2522) |
commit | commitdiff | tree | snapshot |
2017-06-30 |
INADA Naoki | bpo-30804: fix macOS build with framework enabled.... |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Victor Stinner | bpo-30818: test_ftplib calls asyncore.close_all() ... |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Victor Stinner | test_urllib2_localnet: clear server variable (#2510) |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Victor Stinner | buildbot: pass --fail-env-changed to regrtest (#2509) |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Victor Stinner | bpo-30812: Fix test_warnings, restore _showwarnmsg... |
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-30280: Cleanup threads in ayncio tests (#2501) |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Victor Stinner | threading_cleanup() failure marks test as ENV_CHANGED... |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Antoine Pitrou | bpo-30807: signal.setitimer() may disable the timer... |
commit | commitdiff | tree | snapshot |
2017-06-29 |
csabella | bpo-30495: IDLE: improve textview with docstrings,... |
commit | commitdiff | tree | snapshot |
2017-06-29 |
Nick Coghlan | bpo-30647: Check nl_langinfo(CODESET) in locale coercio... |
commit | commitdiff | tree | snapshot |
2017-06-29 |
Antoine Pitrou | bpo-30796: Fix failures in signal delivery stress test... |
commit | commitdiff | tree | snapshot |
2017-06-29 |
Victor Stinner | bpo-30776: regrtest: reduce memleak false positive... |
commit | commitdiff | tree | snapshot |
2017-06-29 |
INADA Naoki | bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWOR... |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Segev Finer | bpo-30726: Also fix pyexpat.vcxproj (#2375) |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Antoine Pitrou | bpo-30703: Improve signal delivery (#2415) |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Segev Finer | bpo-23451: Fix socket deprecation warnings in socketmod... |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Steve (Gadget... | bpo-30362 : Add list options to launcher. (#1578) |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Victor Stinner | bpo-29585: Define PYTHONFRAMEWORK in PC/pyconfig.h... |
commit | commitdiff | tree | snapshot |
2017-06-28 |
INADA Naoki | bpo-29585: optimize site.py startup time (GH-136) |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Antoine Pitrou | Clear potential ref cycle between Process and Process... |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Antoine Pitrou | bpo-30775: Fix refleaks in test_multiprocessing (#2467) |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Serhiy Storchaka | Fix compiler warnings on Windows introduced in bpo... |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Serhiy Storchaka | [security] bpo-13617: Reject embedded null characters... |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Mark Roseman | bpo-24813: IDLE tagline is Integrated Development... |
commit | commitdiff | tree | snapshot |
2017-06-28 |
wohlganger | bpo-30723: IDLE -- Enhance parenmatch; add style, flash... |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Victor Stinner | bpo-29512: Add test.bisect, bisect failing tests (... |
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 |
regexaurus | Clarification to the `break` statement (GH-2453) |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Serhiy Storchaka | bpo-30708: Check for null characters in PyUnicode_AsWid... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
csabella | bpo-30674: IDLE: add docstrings to grep.py (#2213) |
commit | commitdiff | tree | snapshot |
next |