]> granicus.if.org Git - python/shortlog
python
2017-06-27 Eric N. Vander... bpo-30769: Fix reference leak introduced in 77703942c59...
2017-06-27 Victor Stinnerbpo-30776: reduce regrtest -R false positives (#2422)
2017-06-26 csabellabpo-30728: IDLE: Refactor configdialog to PEP8 names...
2017-06-26 Joel Hillacrebpo-30532: Fix whitespace folding in certain cases
2017-06-26 Antoine Pitroubpo-30765: Avoid blocking when PyThread_acquire_lock...
2017-06-26 Victor Stinnerbpo-30764: regrtest: add --fail-env-changed option...
2017-06-26 Walter Dörwaldbpo-30733: Fix typos in "What's New" entry (GH-2414)
2017-06-26 Victor Stinnerbpo-30764: test_subprocess uses SuppressCrashReport...
2017-06-26 Victor Stinnerbpo-30523: regrtest --list-cases --match (#2401)
2017-06-26 csabellabpo-6739: IDLE: Check for valid keybinding in config_ke...
2017-06-25 Serhiy Storchakabpo-30746: Port more tests for os.spawnvpe() and os...
2017-06-25 Serhiy Storchakabpo-30746: Prohibited the '=' character in environment...
2017-06-25 Antoine PitrouUpdate `make patchcheck` for blurb and NEWS.d (#2381)
2017-06-24 Brett CannonCheck the whitespace of pull requests on Travis (GH...
2017-06-24 Antoine PitrouFix bpo-30596: Add close() method to multiprocessing...
2017-06-24 Serhiy Storchakabpo-30745: Fix compiler warnings introduced in bpo...
2017-06-24 Johan de JagerFix a typo in a comment in coroutines.py (GH-2267)
2017-06-24 INADA Naokibp-29304: Simplify dictobject.c (GH-2347)
2017-06-24 csabellabpo-24813: IDLE: Add default title to help_about (...
2017-06-23 Victor Stinnerbpo-30726: expat: Fix compiler warnings on Windows...
2017-06-23 Adrian WielgosikTrivial cleanup: remove redundant variable stores in...
2017-06-23 Serhiy Storchakabpo-30664: The description of a unittest subtest now...
2017-06-23 Alexandru Ardeleanbpo-30645: don't append to an inner loop path in imp...
2017-06-23 Serhiy Storchakabpo-30730: Prevent environment variables injection...
2017-06-23 csabellabpo-24813: IDLE: Add icon to help_about (#2335)
2017-06-23 Victor Stinnerbpo-21071: struct.Struct.format type is now str (#845)
2017-06-23 Victor Stinnerbpo-30604: Skip CoExtra tests if ctypes is missing...
2017-06-23 Victor Stinnerbpo-30602: Fix lastarg in os.spawnve() (#2287)
2017-06-23 Segev Finerbpo-30726: Fix elementtree warnings on Windows due...
2017-06-23 Serhiy Storchakabpo-30727: Fix a race condition in test_threading....
2017-06-23 Victor Stinnerbpo-30726: PCbuild _elementtree: remove duplicate defin...
2017-06-23 INADA Naokibpo-29304: simplify lookdict_index() function. (GH...
2017-06-23 Benjamin Petersonbpo-30736: upgrade to Unicode 10.0 (#2344)
2017-06-23 _ = NaNbpo-30709: Improve code example in Descriptor HowTo...
2017-06-22 larryhastingsAdd "Misc/NEWS.d" directory tree for "blurb". (GH-2316)
2017-06-22 khyoxbpo-30619: Clarify typing.Union documentation (GH-2326)
2017-06-22 Gregory P.... bpo-29212: Fix the ugly repr() ThreadPoolExecutor threa...
2017-06-22 terryjreedyFix typo in idlelib.config_key.py (#2322)
2017-06-21 Dino Viehlandbpo-30604: clean up co_extra support (#2144)
2017-06-21 haneybpo-30183: Fixes HP-UX cc compilation error in pytime...
2017-06-21 Dong-hee Nabpo-30616: Functional API of enum allows to create...
2017-06-21 Victor Stinnerbpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1...
2017-06-21 KunYuChenFix trivial typo in idlelib/config.py (GH-2309)
2017-06-21 Daniel PorteousFix typo in 3.7 whatsnew (#2308)
2017-06-20 dong-jyFix trivial typo in json module docstring (GH-2274)
2017-06-20 Kojo Idrissabpo-29933: Improve set_write_buffer_limits description...
2017-06-20 Victor Stinnerbpo-30054: Expose tracemalloc C API (#1236)
2017-06-20 Serhiy Storchakabpo-29755: Fixed the lgettext() family of functions...
2017-06-20 Victor Stinnerbpo-30500: Fix the NEWS entry (#2293)
2017-06-20 Sanyam Khuranabpo-30597: Show expected input in custom 'print' error...
2017-06-20 postmastersurllib: Simplify splithost by calling into urlparse...
2017-06-20 Motoki Narusebpo-30629: Add Motoki Naruse to Misc/ACKS (#2284)
2017-06-19 Steve Dowerbpo-30687: Fixes build scripts to find msbuild.exe...
2017-06-18 Nick Coghlanbpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag...
2017-06-17 Ned Deilybpo-30038: add Misc/NEWS entry. (#2258)
2017-06-17 Ned Deilybpo-23894: add Misc/NEWS entry. (#2256)
2017-06-17 Motoki Narusebpo-30629: Remove second call of str.lower() in html...
2017-06-16 Victor StinnerRevert "bpo-30673: test.bat: add -t option (timeout...
2017-06-16 Louie Lubpo-30523: Add --list-cases unittest (#2243)
2017-06-16 ericvsmithbpo-30682: Removed a too-strict assertion that failed...
2017-06-16 mlouielubpo-30523: regrtest: Add --list-cases option (#2238)
2017-06-16 Victor Stinnerbpo-29783: Replace codecs.open() with io.open() (#599)
2017-06-16 terryjreedyAdd IDLE items to NEWS and idlelib/NEWS.txt (#2239)
2017-06-16 Zachary Warebpo-30450: Add NEWS and whatsnew (GH-2236)
2017-06-16 Xiang Zhangbpo-30176: Add missing curses cell attributes constants...
2017-06-16 Segev Finerbpo-30631: Silence MSVC warnings in third-party code...
2017-06-16 Zachary Warebpo-30450: Pull Windows dependencies from GitHub rather...
2017-06-16 Jonathan Eunicebpo-30620: Remove dead lines from textwrap.dedent ...
2017-06-16 Jonathan Eunicebpo-30603: add tests to textwrap.dedent (GH-2206)
2017-06-15 Victor Stinnerbpo-30673: test.bat: add -t option (timeout) (#2211)
2017-06-15 Serhiy Storchakabpo-30626: Fix error handling in PyImport_Import()...
2017-06-15 Sylvainbpo-20627: Fix error message when keyword arguments...
2017-06-15 Victor Stinnerbpo-30602: Fix refleak in os.spawnv() (#2212)
2017-06-15 Nick Coghlanbpo-28180: Standard stream & FS encoding differ on...
2017-06-14 Victor Stinnerbpo-29591: Upgrade Modules/expat to libexpat 2.2 (...
2017-06-14 Victor Stinnerbpo-30284: Fix regrtest for out of tree build (#1481)
2017-06-14 Milan Oberkirchbpo-30436: Raise ModuleNotFoundError for importlib...
2017-06-14 terryjreedybpo-15786: Fix IDLE autocomplete return problem. (...
2017-06-14 Victor Stinnerbpo-30231: Remove skipped test_imaplib tests (#1419)
2017-06-14 mlouielubpo-15786: IDLE: Fix mouse clicks on autocompletetion...
2017-06-14 csabellaFix trivial typo in Readme (GH-2185)
2017-06-14 Victor Stinnerbpo-30602: Fix refleak in os.spawnve() (#2184)
2017-06-14 Victor Stinnerbpo-30649: Revert utime delta in test_os (#2176)
2017-06-14 terryjreedybpo-25514: Improve IDLE's connection refused message...
2017-06-13 Victor Stinnerbpo-30595: Increase test_queue_feeder_donot_stop_onexc...
2017-06-13 Victor Stinnerbpo-30649: test_os tolerates 50 ms delta for utime...
2017-06-13 Ben Hoytbpo-30659 : Use ** for kwargs in namedtuple._replace...
2017-06-13 Jonathan Eunicebpo-30603: Add test case to textwrap.dedent (GH-2014)
2017-06-13 terryjreedybpo-27922: Stop gui flash from idle_test.test_parenmatc...
2017-06-13 Emily Morehousebpo-30656: Fix Python C API Module Objects documentatio...
2017-06-13 Sanyam Khuranabpo-24744: Raises error in pkgutil.walk_packages if...
2017-06-13 Antoine Pitroubpo-24484: Avoid race condition in multiprocessing...
2017-06-13 terryjreedyFix ref leak in idle_test.test_macosx (#2163)
2017-06-13 messi Liaobpo-30650: Fixed a syntax error: missed right parenthes...
2017-06-13 Nick Coghlanbpo-28180: assume UTF-8 for Mac OS X PEP 538 tests...
2017-06-13 mlouielubpo-30642: IDLE: Fix test_query refleak (#2147)
2017-06-13 Victor Stinnerbpo-30635: Fix refleak in test_c_locale_coercion (...
2017-06-13 Victor Stinnerbpo-28180: Fix test_capi.test_forced_io_encoding()...
2017-06-13 Antoine PitrouMention how to disable signal fd wakeup (#2140)
2017-06-13 Antoine Pitroubpo-30643: Fix race condition in signal wakeup in forks...
next