]> granicus.if.org Git - python/shortlog
python
2017-04-01 Zachary Warebpo-29763: Use unittest cleanup in test_site (GH-841)
2017-03-31 Brett CannonLink to the devguide's PR guidelines (GH-932)
2017-03-31 Serhiy Storchakabpo-29953: Fix memory leaks in the replace() method...
2017-03-31 T. WoutersFix spurious MemoryError introduced by PR #886. (#930)
2017-03-31 T. Woutersbpo-29941: Assert fixes (#886)
2017-03-31 Benjamin Petersonsuppress compiler warnings in _ctypes_test (#902)
2017-03-31 cocoatomobpo-29952: Use usual terminology of dict (GH-917)
2017-03-31 Senthil KumaranRemove catching OSError in ftphandler test. Only URLErr...
2017-03-30 Mariattabpo-29928: Add f-string to the Glossary (GH-864)
2017-03-30 Louie Lubpo-29946: Fix "sqrtpi defined but not used" (#908)
2017-03-30 T. Woutersbpo-29942: Fix the use of recursion in itertools.chain...
2017-03-30 Serhiy Storchakabpo-10030: Sped up reading encrypted ZIP files by 2...
2017-03-30 Serhiy Storchakabpo-29935: Fixed error messages in the index() method...
2017-03-30 Serhiy Storchakabpo-29204: Emit warnings for already deprecated Element...
2017-03-30 Victor Stinnerbpo-29887: Test normalization now fails if download...
2017-03-30 Serhiy Storchakabpo-20548: Use specific asserts in warnings and excepti...
2017-03-30 s-sanjaybpo-29913: deprecate compare_networks() in documentatio...
2017-03-30 Serhiy Storchakabpo-29918: Add missed "const" modifiers in C API docume...
2017-03-30 Serhiy Storchakabpo-27863: Fixed multiple crashes in ElementTree. ...
2017-03-30 Serhiy Storchakabpo-29816: Shift operation now has less opportunity...
2017-03-30 Serhiy Storchakabpo-29852: Argument Clinic Py_ssize_t converter now...
2017-03-30 Serhiy Storchakabpo-25996: Added support of file descriptors in os...
2017-03-30 Serhiy Storchakabpo-24821: Fixed the slowing down to 25 times in the...
2017-03-30 Serhiy Storchakabpo-29878: Add global instances of int for 0 and 1...
2017-03-30 Senthil KumaranRemove an unrequired TODO in test_urllib2. (#897)
2017-03-30 csabellabpo-29917: DOC: Remove link from PyMethodDef (#890)
2017-03-29 csabellabpo-29677: DOC: clarify documentation for `round` ...
2017-03-29 Sylvainbpo-29932: Fix small error message typos in arraymodule...
2017-03-29 Louie Lubpo-29927: Remove duplicate BufferError init and unnece...
2017-03-29 Niklas Fiekasbpo-29936: fix typo __GNU*C*_MINOR__ (#878)
2017-03-29 Xiang Zhangbpo-28699: fix abnormal behaviour of pools in multipro...
2017-03-28 Vajrasky Kokbpo-19791: Use functions from test support to check...
2017-03-28 Garvit Khatribpo-10379: add 'monetary' to format_string, deprecate...
2017-03-28 INADA NaokiNEWS: remove duplicated "Build" section (GH-872)
2017-03-28 Amit Kumarbpo-16011 clarify that 'in' always returns a boolean...
2017-03-28 Barry WarsawImprove the documentation for template strings (#856)
2017-03-28 Alex Wangbpo-29643: Fix check for --enable-optimizations (GH...
2017-03-27 Brett CannonDrop the standard gcc test build on Travis (GH-853)
2017-03-27 Victor StinnerFix ref cycles in TestCase.assertRaises() (#193)
2017-03-27 Gerrit Hollbpo-29677: DOC: clarify documentation for `round` ...
2017-03-27 Sylvainbpo-29924: Remove useless argument (#854)
2017-03-27 Jim Fasarakis... bpo-29912: Remove redundant tests in list_tests that...
2017-03-27 Victor Stinnerbpo-29919: Remove unused imports found by pyflakes...
2017-03-27 Serhiy Storchakabpo-20552: Use specific asserts in bytes tests (#790)
2017-03-27 Zachary WareMinor test cleanup (GH-837)
2017-03-27 Zachary WareTreat Sphinx warnings as errors (GH-832)
2017-03-27 Jelle Zijlstraimport sys before we use it on line 9 (#828)
2017-03-27 Michael SeifertFixes sphinx warning in "changelog" misc/NEWS (#829)
2017-03-26 Jim Fasarakis... Fix small exception typos in Lib (#818)
2017-03-26 cocoatomobpo-29888: Fix the link referring to the "Python downlo...
2017-03-25 Serhiy Storchakabpo-29900: Simplify pathlib implementation. (#814)
2017-03-25 Serhiy Storchakabpo-29901: Improve support of path-like objects in...
2017-03-25 Serhiy StorchakaSimplify partial.__new__. (#813)
2017-03-25 Mandeep Bhutanibpo-29862: Fix grammar in importlib.reload() exception...
2017-03-25 NAKAMURA Osamubpo-29892: Fix wrong markup on doc-lib-functions (GH...
2017-03-24 Ivan Levkivskyibpo-28810: Document remaining bytecode changes in 3...
2017-03-24 Serhiy Storchakabpo-29894: Deprecate returning an instance of complex...
2017-03-24 Serhiy Storchakabpo-25803: Avoid incorrect errors raised by Path.mkdir...
2017-03-24 Antoine Pitroubpo-29861: release references to multiprocessing Pool...
2017-03-24 Serhiy Storchakabpo-19930: The mode argument of os.makedirs() no longer...
2017-03-24 Sylvain Bellemaredoc: Fix small typos in library/multiprocessing (GH...
2017-03-24 Alex Dzyoba`make tags` fixes (GH-717)
2017-03-23 Christophe... faulthandler: Restore the old sigaltstack during teardo...
2017-03-23 Serhiy StorchakaUse NULL rather than 0. (#778)
2017-03-23 Serhiy Storchakabpo-6532: Make the thread id an unsigned integer. ...
2017-03-23 Nathaniel J... bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477)
2017-03-23 Ivan LevkivskyiRemove an outdated statement in execution model docs...
2017-03-22 INADA Naokidoc: minor fix for library/profile (GH-761)
2017-03-22 Jelle Zijlstrafix function name in tabnanny documentation (GH-759)
2017-03-21 Daniel Birnstielbpo-29859: Fix error messages from return codes for...
2017-03-21 Serhiy Storchakabpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZ...
2017-03-21 Serhiy StorchakaDon't use Py_SIZE for dict object. (#747)
2017-03-21 Ned Deilybpo-27593: Revise git SCM build info. (#744)
2017-03-21 Xiang Zhangbpo-29849: fix a memory leak in import_from (GH-712)
2017-03-20 zertrinFix "NotImplentedError" typo in constants documentation...
2017-03-20 Benjamin Petersonbpo-20087: Revert "make the glibc alias table take...
2017-03-20 4kir4bpo-28876: bool of large range raises OverflowError...
2017-03-20 Mariattabpo-29856: Fix typo in curses documentation (GH-730)
2017-03-19 Serhiy Storchakabpo-29845: Mark tests that use _testcapi as CPython...
2017-03-19 Serhiy Storchakabpo-29116: Fix error messages for concatenating bytes...
2017-03-19 Serhiy Storchakabpo-29116: Improve error message for concatenating...
2017-03-19 Serhiy Storchakabpo-29748: Added the slice index converter in Argument...
2017-03-19 Serhiy Storchakabpo-25455: Fixed crashes in repr of recursive buffered...
2017-03-19 Brett CannonDrop C++ header compatibility test (#718)
2017-03-19 Serhiy Storchakabpo-29793: Convert some builtin types constructors...
2017-03-19 Serhiy Storchakabpo-20186: Convert tuple object implementation to Argum...
2017-03-19 Serhiy Storchakabpo-20185: Convert typeobject.c to Argument Clinic...
2017-03-19 Serhiy Storchakabpo-29776: Use decorator syntax for properties. (#585)
2017-03-19 Serhiy Storchakabpo-28749: Fixed the documentation of the mapping codec...
2017-03-18 Marco Buttubpo-27200: Fix doctests in programming.rst and datetime...
2017-03-17 Brett CannonCombine the C++ header CI build into the main C build...
2017-03-17 Jim Fasarakis... bpo-29836: Remove nturl2path from test_sundry and amend...
2017-03-17 Коренберг Маркbpo-29808: SysLogHandler: Do not fail if initial connec...
2017-03-17 Marco Buttubpo-16355: Clarify when inspect.getcomments() returns...
2017-03-17 Marco Buttubpo-29820: othergui.rst: Remove outdated information...
2017-03-16 Steve DowerTakes vcruntime140.dll from the correct source. (#679)
2017-03-15 Natebpo-29581: Make ABCMeta.__new__ pass **kwargs to type...
2017-03-15 Daniel HimmelsteinFix stderr bug in json.tool test (#346)
2017-03-15 Michael Seifertbpo-29800: Fix crashes in partial.__repr__ if the keys...
2017-03-14 Donald StufftUse the default number of reviewers (3) for mention...
next