]> granicus.if.org Git - python/shortlog
python
2017-04-14 Jack McCrackenFix misplaced positional argument in OS X support libra...
2017-04-14 Antoine PitrouRelax test timing (bpo-29861) to avoid sporadic failure...
2017-04-14 Mariatta[3.5] bpo-29694: race condition in pathlib mkdir with...
2017-04-13 Mariatta[3.5] Fix a typo in Doc/library/functions.rst (GH-1117...
2017-04-13 Serhiy Storchakabpo-30021: Add examples for re.escape(). (#1048) (...
2017-04-13 Berker Peksagbpo-29791: Clarify that flush is keyword-only argument...
2017-04-13 Mariatta[3.5] bpo-29692: contextlib.contextmanager may incorrec...
2017-04-13 Mariatta[3.5] Clarify exception handler scope in contextlib...
2017-04-13 Mariatta[3.5] Remove superfluous comment in urllib.error. ...
2017-04-13 Xiang Zhangbpo-26985: Add missing info of code object in inspect...
2017-04-10 Senthil KumaranRemove OSError related comment in urllib.request. ...
2017-04-09 Mariatta[3.5] Correct typo in configparser.rst (GH-1012) (GH...
2017-04-09 Senthil KumaranRemove invalid comment in urllib.request.(#1056)
2017-04-09 Nick Coghlanbpo-29506: Clarify deep copy note in copy module
2017-04-09 Nick Coghlanbpo-29798: Handle git worktree in patchcheck
2017-04-08 Serhiy Storchakabpo-29998: Pickling and copying ImportError now preserv...
2017-04-08 Serhiy StorchakaExpand the PySlice_GetIndicesEx macro. (#1023) (#1045)
2017-04-07 Vinay SajipCloses bpo-29939: suppress compiler warnings in _ctypes...
2017-04-07 Barry WarsawFix a minor typo. (#1032) (#1036)
2017-04-07 Senthil KumaranRemove Invalid comment in test_urllib2.py (#1021)
2017-04-06 cocoatomo[3.5] bpo-19225: Lack of c api exceptions doc (#965)
2017-04-05 Senthil Kumarancorrect parse_qs and parse_qsl test case descriptions...
2017-04-05 Serhiy StorchakaMiscellaneous minor fixes of Misc/NEWS formatting....
2017-04-04 Senthil Kumaranbpo-29725: DOC: add text for arraysize in sqlite3.Curso...
2017-04-02 Senthil KumaranMinor spell fix and formatting fixes in urllib tests...
2017-04-02 T. Woutersbpo-29941: Assert fixes (#886) (#956)
2017-04-02 Senthil Kumaranbpo-26947: DOC: clarify wording on hashable in glossary...
2017-03-31 INADA Naokibpo-29952: Use usual terminology of dict (GH-923)
2017-03-31 Senthil KumaranRemove catching OSError in ftphandler test. Only URLErr...
2017-03-30 T. Woutersbpo-29942: Fix the use of recursion in itertools.chain...
2017-03-30 Serhiy Storchakabpo-29935: Fixed error messages in the index() method...
2017-03-30 Serhiy Storchakabpo-27863: Fixed multiple crashes in ElementTree. ...
2017-03-30 Senthil KumaranRemove an unrequired TODO in test_urllib2. (#897) ...
2017-03-30 Senthil Kumaranbpo-29917: DOC: Remove link from PyMethodDef (#890...
2017-03-30 Mariattabpo-29677: DOC: clarify documentation for `round` ...
2017-03-29 Xiang Zhangbpo-28699: fix abnormal behaviour of pools in multiproc...
2017-03-28 Mariattabpo-16011: clarify that 'in' always returns a boolean...
2017-03-28 INADA Naokibpo-29643: Fix check for --enable-optimizations (GH...
2017-03-28 Mariattabpo-29677: DOC: clarify documentation for `round` ...
2017-03-27 Brett CannonDrop the standard gcc test build on Travis (GH-853...
2017-03-27 Victor Stinnerbpo-27425: Add .gitattributes, fix Windows tests (...
2017-03-27 Zachary WareMinor test cleanup (GH-837) (GH-839)
2017-03-27 Zachary WareTreat Sphinx warnings as errors (GH-832) (GH-835)
2017-03-26 Ned Deilybpo-29888: Fix the link referring to the "Python downlo...
2017-03-25 Mariattabpo-29862: Fix grammar in importlib.reload() exception...
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 Christophe... faulthandler: Restore the old sigaltstack during teardo...
2017-03-23 MariattaRemove an outdated statement in execution model docs...
2017-03-22 INADA Naokidoc: minor fix for library/profile (GH-767)
2017-03-22 Xiang Zhangfix function name in tabnanny documentation (GH-763)
2017-03-21 Ned Deilybpo-27593: Revise git SCM build info. (#744) (#746)
2017-03-20 Serhiy Storchakabpo-28876: bool of large range raises OverflowError...
2017-03-20 Mariattabpo-29856: Fix typo in curses documentation (GH-730...
2017-03-19 Serhiy Storchakabpo-25455: Fixed crashes in repr of recursive buffered...
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-28749: Fixed the documentation of the mapping codec...
2017-03-19 Brett CannonDrop C++ header compatibility test (#718) (#720)
2017-03-17 Brett CannonCombine the C++ header CI build into the main C build...
2017-03-17 Vinay Sajipbpo-29808: Do not fail in SysLogHandler constructor...
2017-03-17 Berker Peksagbpo-16355: Clarify when inspect.getcomments() returns...
2017-03-17 Mariattabpo-29820: othergui.rst: Remove outdated information...
2017-03-16 Steve DowerTakes vcruntime140.dll from the correct source. (#683)
2017-03-15 Berker PeksagChange assertRaises to assertRaisesRegex in test_xmlrpc...
2017-03-15 Michael Seifertbpo-29800: Fix crashes in partial.__repr__ if the keys...
2017-03-13 Xiang Zhangftplib.FTP.retrbinary callback gets a bytes, not a...
2017-03-13 Xiang Zhangfix the name of argument to ftplib.FTP.set_pasv and...
2017-03-12 Yury Selivanovbpo-29742: asyncio get_extra_info() throws exception...
2017-03-12 Yury SelivanovFix wrapping into StopIteration of return values in...
2017-03-12 Serhiy Storchaka[3.5] bpo-8256: Fixed possible failing or crashing...
2017-03-12 Nick Coghlanbpo-29798: Handle git worktree in `make patchcheck...
2017-03-12 Serhiy Storchakabpo-29746: Update marshal docs to Python 3. (#547)...
2017-03-12 Nick Coghlanbpo-29656: Handle PR branches in 'make patchcheck'...
2017-03-11 Zachary WareOnly trigger AppVeyor on code or config changes (GH...
2017-03-11 Mariattatempfile.rst: Fix some typos (GH-610) (GH-619)
2017-03-11 Xiang Zhangbpo-29770: remove outdated PYO related info (GH-590...
2017-03-11 Mariattabpo-29784: Fix the reference to shutil.copy in the...
2017-03-10 Zachary WareAdd Appveyor (GH-324 backport) (GH-492)
2017-03-09 orenmnbpo-28298: make array 'Q', 'L' and 'I' accept big intab...
2017-03-09 Serhiy Storchaka[3.5] bpo-29773: Add more cases for testing string...
2017-03-09 Serhiy Storchakabpo-29768: Fixed compile-time check for expat version...
2017-03-08 Nick Coghlanbpo-29537: Also cover 3.5.2 in NEWS entry
2017-03-08 Benjamin PetersonRevert "bpo-29571: Use correct locale encoding in test_...
2017-03-08 Nick Coghlan[3.5] bpo-29537: Tolerate legacy invalid bytecode ...
2017-03-07 INADA NaokiPCbuild: Add -q option to svn export (GH-538)
2017-03-06 Mariattabpo-29557: Remove ambiguous line in binhex docs (GH...
2017-03-06 Steve DowerFixes the upload script to purge the CDN correctly...
2017-03-05 Ivan LevkivskyiBackport fix for spurious refleak failures (#482)
2017-03-05 Petr Motejlekbpo-29615: backport to 3.5 (#479)
2017-03-05 Mariattadistutils docs: Fix a typo (GH-470) (#472)
2017-03-04 MariattaCorrect spelling "instanciate" (GH-465) (GH-468)
2017-03-04 Ned Deily[3.5] bpo-27593: Get SCM build info from git instead...
2017-03-04 Steve DowerFixes git command (#451) (#453)
2017-03-04 Steve Dowerbpo-27593: Updates Windows build to use information...
2017-03-03 Brett Cannonbpo-26213: Document _UNPACK bytecodes and BUILD_MAP...
2017-03-03 Zachary Warebpo-29572: Update Windows build to OpenSSL 1.0.2k ...
2017-03-03 Mariattabpo-29709: Improve Boolean Operations documentation...
2017-03-03 Seth M. Larsonbpo-29704: Fix asyncio.SubprocessStreamProtocol closing...
2017-03-03 Berker PeksagAdd Python version since deprecation in base64 methods...
next