]> granicus.if.org Git - python/shortlog
python
2017-06-29 csabellabpo-30495: IDLE: improve textview with docstrings,...
2017-06-29 Nick Coghlanbpo-30647: Check nl_langinfo(CODESET) in locale coercio...
2017-06-29 Antoine Pitroubpo-30796: Fix failures in signal delivery stress test...
2017-06-29 Victor Stinnerbpo-30776: regrtest: reduce memleak false positive...
2017-06-29 INADA Naokibpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWOR...
2017-06-28 Segev Finerbpo-30726: Also fix pyexpat.vcxproj (#2375)
2017-06-28 Antoine Pitroubpo-30703: Improve signal delivery (#2415)
2017-06-28 Segev Finerbpo-23451: Fix socket deprecation warnings in socketmod...
2017-06-28 Steve (Gadget... bpo-30362 : Add list options to launcher. (#1578)
2017-06-28 Victor Stinnerbpo-29585: Define PYTHONFRAMEWORK in PC/pyconfig.h...
2017-06-28 INADA Naokibpo-29585: optimize site.py startup time (GH-136)
2017-06-28 Antoine PitrouClear potential ref cycle between Process and Process...
2017-06-28 Antoine Pitroubpo-30775: Fix refleaks in test_multiprocessing (#2467)
2017-06-28 Serhiy StorchakaFix compiler warnings on Windows introduced in bpo...
2017-06-28 Serhiy Storchaka[security] bpo-13617: Reject embedded null characters...
2017-06-28 Mark Rosemanbpo-24813: IDLE tagline is Integrated Development...
2017-06-28 wohlgangerbpo-30723: IDLE -- Enhance parenmatch; add style, flash...
2017-06-28 Victor Stinnerbpo-29512: Add test.bisect, bisect failing tests (...
2017-06-28 Victor Stinnerbpo-30704, bpo-30604: Fix memleak in code_dealloc(...
2017-06-27 regexaurusClarification to the `break` statement (GH-2453)
2017-06-27 Serhiy Storchakabpo-30708: Check for null characters in PyUnicode_AsWid...
2017-06-27 csabellabpo-30674: IDLE: add docstrings to grep.py (#2213)
2017-06-27 terryjreedybpo-21519: IDLE basic custom key entry better detects...
2017-06-27 Serhiy Storchakabpo-29910: IDLE no longer deletes a character after...
2017-06-27 csabellabpo-24813: IDLE: Add build bitness to About Idle title...
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 (...
next