]> granicus.if.org Git - python/shortlog
python
2017-05-22 Vijay KumarFix spelling mistakes in tkinter.py (#1716)
2017-05-22 Xiang Zhangbpo-30003: Fix handling escape characters in HZ codec...
2017-05-22 Ben LloydCorrected grammar mistake in documentation (#1713)
2017-05-22 xdegayebpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type...
2017-05-21 mlouielubpo-30290: IDLE: Add more tests for help_about dialog...
2017-05-21 Serhiy Storchakabpo-30415: Add new tests for the fnmatch module. (...
2017-05-20 Giampaolo Rodola#30014: refactor poll-related classes (#1035)
2017-05-20 Serhiy Storchakabpo-27945: Fixed various segfaults with dict. (#1657)
2017-05-20 csabellabpo-17188: DOC: Document 'from None' in raise statement...
2017-05-20 Serhiy Storchakabpo-25794: Fix `type.__setattr__()` for non-interned...
2017-05-19 delirious-lettuceFix typos in multiple `.rst` files (#1668)
2017-05-19 remitamineRemove duplicate line in Lib/http/client.py (#1665)
2017-05-19 delirious-lettuceRemove trailing semicolon in datetime doc example ...
2017-05-18 Victor Stinnerbpo-27103: regrtest disables -W if -R is used (#1651)
2017-05-18 Jon Dufresnebpo-30296 Remove unnecessary tuples, lists, sets, and...
2017-05-18 Senthil Kumaranbpo-29976: urllib.parse clarify '' in scheme values...
2017-05-18 terryjreedyIDLE test_textview: add comments and test, increase...
2017-05-17 Louie Lubpo-30303: IDLE: Add _utest argument to textview (...
2017-05-17 Nathaniel J... bpo-30039: Don't run signal handlers while resuming...
2017-05-17 Steve DowerFixes encodings in vcxproj files and adds script to...
2017-05-17 Steve DowerAdds lib.pyproj file to solution (#1633)
2017-05-17 Dong-hee Nabpo-30149: Fix partialmethod without explicit self...
2017-05-17 Victor Stinnerbpo-30387: Fix warning in test_threading (#1634)
2017-05-17 Xiang Zhangbpo-30301: Fix AttributeError when using SimpleQueue...
2017-05-16 csabellabpo-30211: bdb: add docstrings (#1350)
2017-05-16 Nathaniel J... bpo-30038: fix race condition in signal delivery +...
2017-05-16 Mariattabpo-30380: Pin the version of Sphinx used to build...
2017-05-16 Serhiy Storchakabpo-30380: Fix Sphinx 1.6.1 warnings. (#1613)
2017-05-16 Dominik MiedzińskiFix ModuleNotFoundError typo in import reference (...
2017-05-16 Serhiy Storchakabpo-30375: Correct the stacklevel of regex compiling...
2017-05-16 Berker Peksagbpo-29898: Fix incorrect env variable name (GH-1576)
2017-05-16 Senthil KumaranRemove unused variable in test_urllibnet. (#1598)
2017-05-16 Howie Benefiel bpo-29651 - Cover edge case of square brackets in...
2017-05-15 Victor Stinnerbpo-30339: test_multiprocessing_main_handling timeout...
2017-05-15 Victor Stinnerbpo-30357: test_thread now uses threading_cleanup(...
2017-05-15 Victor Stinnerbpo-30329: Catch Windows error 10022 on shutdown()...
2017-05-15 Serhiy Storchakabpo-29196: Removed old-deprecated classes Plist, Dict...
2017-05-15 Victor Stinnerbpo-9850: Document macpath deprecation in Misc/NEWS...
2017-05-15 Victor Stinnerbpo-9850: Deprecate the macpath module (#1540)
2017-05-15 Xiang Zhangbpo-30242: resolve some undefined behaviours in struct...
2017-05-15 Xiang Zhangbpo-30110: fix resource leak in test_asyncio.test_event...
2017-05-15 Xiang Zhangbpo-30224: remove outdated checks in struct (#1374)
2017-05-15 csabellabpo-30354: Update data model documentation for super...
2017-05-14 Zachary Warebpo-29763: Clean up _pth tests (GH-954)
2017-05-14 csabellabpo-30358: Document sort argument of profile.runctx...
2017-05-14 Serhiy Storchakabpo-30299: Display a bytecode when compile a regex...
2017-05-14 Serhiy Storchakabpo-30340: Enhanced regular expressions optimization...
2017-05-13 morrmeMove Codecov's configuration file under .github (GH...
2017-05-13 Mariattabpo-30178: Add Jim Fasarakis-Hilliard to Misc/ACKS...
2017-05-13 Jim Fasarakis... bpo-30178: Indent methods and attributes of MimeType...
2017-05-13 Serhiy Storchakabpo-28974: `object.__format__(x, '')` is now equivalent...
2017-05-13 Xiang Zhangbpo-30341: Improve _PyTrash_thread_destroy_chain()...
2017-05-12 CharlesPCbuild/build.bat: Add note about using msbuild respons...
2017-05-12 Steve (Gadget... bpo-30291 Changes to launcher so as to allow py -3...
2017-05-12 Vinay SajipIndented Handler sections for improved clarity. (#1554)
2017-05-11 Brett CannonComment as to why docs are built against Python 3.6...
2017-05-11 csabellabpo-30308: Code coverage for argument in random.shuffle...
2017-05-11 INADA Naokibpo-30048: asyncio: fix Task.cancel() was ignored....
2017-05-10 Giampaolo Rodola#30190: fix invalid escape sequence warnings (#1534)
2017-05-10 stratakisbpo-28787: Fix out of tree --with-dtrace builds (#135)
2017-05-10 Xiang Zhangbpo-30281: Fix the default value for stop in PySlice_Un...
2017-05-10 Serhiy Storchakabpo-30298: Weaken the condition of deprecation warnings...
2017-05-10 Victor Stinnerbpo-30320: test_eintr now uses pthread_sigmask() (...
2017-05-09 CharlesPCbuild/build.bat: pass command line parameters when...
2017-05-09 Serhiy Storchakabpo-30285: Optimize case-insensitive matching and searc...
2017-05-09 Serhiy Storchakabpo-30024: Circular imports involving absolute imports...
2017-05-09 Jeremy Klothbpo-30273: update distutils.sysconfig for venv's create...
2017-05-09 Victor Stinnerbpo-30258: regrtest: Fix run_tests_multiprocess() ...
2017-05-09 Xiang Zhangbpo-29990: Fix range checking in GB18030 decoder (...
2017-05-09 Xiang Zhangbpo-30289: remove Misc/python-config.sh when make distc...
2017-05-08 Pierre Quentelbpo-29979: Rewrite cgi.parse_multipart to make it consi...
2017-05-08 Jim Fasarakis... Fix a trivial typo in global section (#1497)
2017-05-07 Jim Fasarakis... Closes bpo-30168: indent methods in Logger Class (...
2017-05-06 Serhiy StorchakaRevert bpo-26293 for zipfile breakage. See also bpo...
2017-05-05 Jelle Zijlstrabpo-30218: support path-like objects in shutil.unpack_a...
2017-05-05 torsavabpo-29243: Fix Makefile with respect to --enable-optimi...
2017-05-05 masklinnbpo-29920: Document cgitb.text() and cgitb.html() funct...
2017-05-05 Masayuki Yamamotobpo-30279: Remove unused Python/thread_foobar.h (#1473)
2017-05-05 Victor Stinnerbpo-30264: ExpatParser closes the source on error ...
2017-05-05 Serhiy Storchakabpo-30277: Replace _sre.getlower() with _sre.ascii_tolo...
2017-05-05 Serhiy Storchakabpo-30243: Fixed the possibility of a crash in _json...
2017-05-05 Serhiy Storchakabpo-30215: Make re.compile() locale agnostic. (#1361)
2017-05-04 Brett CannonMake code coverage less strict (GH-1438)
2017-05-04 Victor Stinnerbpo-30273: Update sysconfig (#1464)
2017-05-04 Antoine Pitroubpo-30185: avoid KeyboardInterrupt tracebacks in forkse...
2017-05-04 Victor Stinnerbpo-30263: regrtest: log system load (#1452)
2017-05-04 Serhiy Storchakabpo-29956: Improve the math.exp() related documentation...
2017-05-04 Serhiy Storchakabpo-30166: Import command-line parsing modules only...
2017-05-03 Victor Stinnerbpo-30225: Fix is_valid_fd() on macOS Tiger (#1443)
2017-05-03 Serhiy Storchakabpo-30184: Add tests for invalid use of PyArg_ParseTupl...
2017-05-03 Christian HeimesAdd myself to mention-bot's alwaysNotifyForPaths for...
2017-05-03 Brett CannonExplicitly mention what should (not) be discussed on...
2017-05-03 UltimateCoderbpo-28315: Improve code examples in docs (GH-1372)
2017-05-03 Victor Stinnerbpo-23404: make touch becomes make regen-all (#1405)
2017-05-03 Xiang Zhangbpo-30103: Allow Uuencode in Python using backtick...
2017-05-02 Antoine PitrouFix tests: getsockname() can return None on OS X on...
2017-05-02 Victor Stinnerbpo-30232: Regenerate configure (#1396)
2017-05-02 Victor Stinnerbpo-30232: Support Git worktree in configure.ac (#1391)
2017-05-02 Jim Fasarakis... Remove outdated tests in test_isinstance (GH-1393)
2017-05-02 Ivan Levkivskyibpo-28556: Routine updates to typing (#1366)
next