]> granicus.if.org Git - python/shortlog
python
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)
2017-06-29 Victor Stinnerbpo-30602: Fix refleak in os.spawnv() (#2212) (#2486)
2017-06-28 Antoine Pitrou[3.6] Clear potential ref cycle between Process and...
2017-06-28 Antoine Pitrou[3.6] bpo-30775: Fix refleaks in test_multiprocessing...
2017-06-28 Serhiy Storchaka[3.6] bpo-13617: Reject embedded null characters in...
2017-06-28 terryjreedy[3.6] bpo-24813: IDLE tagline is Integrated Developmen...
2017-06-28 terryjreedy[3.6] bpo-30723: IDLE -- Enhance parenmatch; add style...
2017-06-28 regexaurusClarification to the `break` statement (GH-2453) (...
2017-06-28 Victor Stinnerbpo-30704, bpo-30604: Fix memleak in code_dealloc(...
2017-06-27 Serhiy Storchaka[3.6] bpo-30708: Check for null characters in PyUnicode...
2017-06-27 Victor Stinner[3.6] bpo-30523, bpo-30764, bpo-30776: Sync regrtest...
2017-06-27 terryjreedy[3.6] bpo-30674: IDLE: add docstrings to grep.py (GH...
2017-06-27 terryjreedy[3.6] bpo-21519: IDLE basic custom key entry better...
2017-06-27 terryjreedy[3.6] bpo-29910: IDLE no longer deletes a character...
2017-06-27 Emily Morehouse[3.6] bpo-30769: Fix reference leak introduced in 77703...
2017-06-27 terryjreedy[3.6] bpo-24813: IDLE: Add build bitness to About Idle...
2017-06-27 terryjreedy[3.6] bpo-30728: IDLE: Refactor configdialog to PEP8...
2017-06-26 Victor Stinnerbpo-30764: test_subprocess uses SuppressCrashReport...
2017-06-26 Antoine Pitrou[3.6] bpo-30765: Avoid blocking when PyThread_acquire_l...
2017-06-26 terryjreedy[3.6] bpo-6739: IDLE: Check for valid keybinding in...
2017-06-25 Serhiy Storchaka[3.6] bpo-30746: Prohibited the '=' character in enviro...
2017-06-25 Brett Cannon[3.6] Check the whitespace of pull requests on Travis...
2017-06-24 Dong-hee Na[3.6] bpo-30616: Functional API of enum allows to creat...
2017-06-24 Serhiy Storchaka[3.6] bpo-30745: Fix compiler warnings introduced in...
2017-06-24 Mariatta[3.6] Fix a typo in a comment in coroutines.py (GH...
2017-06-24 terryjreedy[3.6] bpo-24813: IDLE: Add default title to help_about...
2017-06-23 Brett Cannon[3.6] bpo-30645: don't append to an inner loop path...
2017-06-23 Serhiy Storchaka[3.6] bpo-30730: Prevent environment variables injectio...
2017-06-23 terryjreedy[3.6] bpo-24813: IDLE: Add icon to help_about (GH-2335...
2017-06-23 Victor Stinnerbpo-30604: Skip CoExtra tests if ctypes is missing...
2017-06-23 Victor Stinner[3.6] bpo-30726: PCbuild _elementtree: remove duplicate...
2017-06-23 Victor Stinnerbpo-30602: Fix lastarg in os.spawnve() (#2287) (#2357)
2017-06-23 Serhiy Storchaka[3.6] bpo-30727: Fix a race condition in test_threading...
2017-06-23 Benjamin Petersonfix some reference to Unicode 8 that should be to Unico...
2017-06-23 Mariatta[3.6] bpo-30709: Improve code example in Descriptor...
2017-06-23 Mariatta[3.6] bpo-30619: Clarify typing.Union documentation...
2017-06-23 larryhastingsAdd "Misc/NEWS.d" directory tree for "blurb". GH-2329
2017-06-22 terryjreedy[3.6] Fix typo in idlelib.config_key.py (GH-2322) ...
2017-06-22 terryjreedy[3.6] Fix trivial typo in idlelib/config.py (GH-2309...
2017-06-21 Victor Stinnerbpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1...
2017-06-20 Serhiy Storchaka[3.6] bpo-29755: Fixed the lgettext() family of functio...
2017-06-20 Victor Stinnerbpo-30500: Fix the NEWS entry (#2296)
2017-06-20 Victor Stinnerbpo-30500: urllib: Simplify splithost by calling into...
2017-06-20 Mariatta[3.6] bpo-30420: List cwd parameter in subprocess conve...
2017-06-19 Steve Dowerbpo-30687: Fixes build scripts to find msbuild.exe...
2017-06-19 Victor Stinnerbpo-29887: test_normalization handles PermissionError...
2017-06-19 Mariatta[3.6] bpo-29887: Test normalization now fails if downlo...
2017-06-18 Ned DeilyBump version for post 3.6.2rc1
2017-06-17 Ned DeilyVersion bump to 3.6.2rc1 v3.6.2rc1
2017-06-17 Ned DeilyUpdate pydoc topics for v3.6.2rc1
2017-06-17 Ned DeilyRemove check for git binary in Mac installer build
2017-06-17 Ned DeilyAdd option to pass vcs info into Mac installer build
2017-06-17 Ned Deilybpo-30038: add Misc/NEWS entry.
2017-06-17 Ned Deilybpo-23894: add Misc/NEWS entry. (#2255)
2017-06-16 Mariattabpo-30176: Add missing curses cell attributes constants...
2017-06-16 Mariatta[email] bpo-29478: Fix passing max_line_length=None...
2017-06-16 Serhiy Storchaka[3.6] bpo-30682: Removed a too-strict assertion that...
2017-06-16 Victor StinnerSynchronize libregrtest from master to 3.6 (#2244)
2017-06-16 Victor StinnerRevert "bpo-30673: test.bat: add -t option (timeout...
2017-06-16 terryjreedy[3.6]Add IDLE items to NEWS and idlelib/NEWS.txt (...
2017-06-16 Zachary Warebpo-30450: Pull Windows dependencies from GitHub rather...
2017-06-16 Mariattabpo-28837: Fix lib2to3 handling of map/zip/filter calls...
2017-06-16 Neil SchemenauerCheck that Python is 64-bit before enabling BLAKE2_USE_...
2017-06-16 Mariattabpo-30656: Fix Python C API Module Objects documentatio...
2017-06-15 Victor Stinnerbpo-23890: Fix ref cycle in TestCase.assertRaises ...
2017-06-15 Victor Stinnerbpo-30673: test.bat: add -t option (timeout) (#2211...
2017-06-15 Serhiy Storchaka[3.6] bpo-30626: Fix error handling in PyImport_Import...
2017-06-15 Dong-hee Nabpo-30149: Fix partialmethod without explicit self...
2017-06-15 Serhiy Storchaka[3.6] bpo-29931 fix __lt__ check in ipaddress.ip_interf...
2017-06-15 Serhiy Storchaka[3.6] bpo-30650: Fixed a syntax error: missed right...
2017-06-15 Serhiy Storchaka[3.6] bpo-30605: Fix compiling binary regexs with Bytes...
2017-06-14 Victor Stinnerbpo-29591: Upgrade Modules/expat to libexpat 2.2 (...
2017-06-14 Victor Stinnerbpo-30231: Remove skipped test_imaplib tests (#1419...
2017-06-14 terryjreedy[3.6]bpo-15786: Fix IDLE autocomplete return problem...
2017-06-14 Mariattabpo-30659 : Use ** for kwargs in namedtuple._replace...
2017-06-14 csabellaFix trivial typo in Python Setup documentation (GH...
2017-06-14 terryjreedybpo-15786: IDLE: Fix mouse clicks on autocompletetion...
2017-06-14 Victor Stinner[3.6] bpo-30649: test_os tolerates 50 ms delta for...
2017-06-14 terryjreedy[3.6]bpo-25514: Improve IDLE's connection refused messa...
2017-06-13 terryjreedy[3.6]bpo-27922: Stop gui flash from idle_test.test_pare...
2017-06-13 terryjreedy[3.6]bpo-30642: Fix ref leak in idle_test.test_macosx...
2017-06-13 Antoine Pitrou[3.6] bpo-24484: Avoid race condition in multiprocessin...
2017-06-13 terryjreedybpo-30642: IDLE: Fix test_query refleak (#2147) (#2161)
2017-06-13 Nick Coghlan[3.6] bpo-29514: Check magic number for bugfix releases...
2017-06-13 Victor Stinnerbpo-30604: Fix __PyCodeExtraState_Get() prototype ...
2017-06-13 Antoine Pitrou[3.6] Mention how to disable signal fd wakeup (GH-2140...
2017-06-13 Mariattabpo-6519: Improve Python Input Output Tutorial (GH...
2017-06-13 Dino Viehland[3.6] bpo-30604: Move co_extra_freefuncs to interpreter...
2017-06-12 Marco Buttubpo-30217: add the operators ~ and | to the index ...
2017-06-12 Antoine Pietri[3.6] bpo-30177: add NEWS entry (#2134)
2017-06-12 Nick Coghlanbpo-23404: `make regen-all` What's New entry (#2128)
2017-06-12 Serhiy Storchaka[3.6] bpo-28994: Fixed errors handling in atexit._run_e...
2017-06-12 Mariattabpo-30621: Update Input Output Tutorial Example(GH...
2017-06-11 Benjamin Petersonbackport ssl doc fixes (#2117)
2017-06-11 terryjreedy[3.6]bpo-20185: Adjust IDLE test to 3.7 Clinic change...
2017-06-11 terryjreedy[3.6]bpo-29995: Adjust IDLE test for 3.7 re.escape...
next