]> granicus.if.org Git - python/shortlog
python
2017-04-19 Serhiy Storchaka[2.7] bpo-30061: Check if PyObject_Size()/PySequence_Si...
2017-04-19 Christopher... Fix typo in HTTPConnection.set_tunnel description ...
2017-04-16 Serhiy Storchakabpo-29943: Remove the PySlice_GetIndicesEx() macro...
2017-04-15 Serhiy Storchakabpo-30074: Fix compile warnings of _PySlice_Unpack...
2017-04-15 Serhiy Storchakabpo-30011: Fixed race condition in HTMLParser.unescape...
2017-04-15 Xiang Zhangbpo-30068: add missing iter(self) in _io._IOBase.readli...
2017-04-15 Michael Seifert[2.7] bpo-30059: Include Py_Ellipsis in C API documenta...
2017-04-15 Mariatta[2.7] bpo-29738: Fix memory leak in _get_crl_dp (GH...
2017-04-13 Serhiy Storchakabpo-30021: Add examples for re.escape(). (#1048) (...
2017-04-12 Serhiy Storchakabpo-30027: Fix Py3k warnings in test_xml_etree. (#1065)
2017-04-10 Mariatta[2.7] bpo-29521: Fix two minor documentation build...
2017-04-09 Mariatta[2.7] Correct typo in configparser.rst (GH-1012) (GH...
2017-04-09 Nick Coghlanbpo-29506: Clarify deep copy note in copy module
2017-04-09 Nick CoghlanIssue #29798: Handle git worktree in patchcheck (#1057)
2017-04-08 Serhiy Storchakabpo-27867: Expand the PySlice_GetIndicesEx macro. ...
2017-04-08 cocoatomo[2.7] bpo-19225: Lack of c api exceptions doc (#964)
2017-04-06 Eric WieserFix references within buffer protocol docs (#1016)
2017-04-04 Mariattaremove merge=union attribute for Misc/NEWS (GH-460...
2017-04-03 Victor Stinnerbpo-28087: Skip test_asyncore and test_eintr poll failu...
2017-04-03 Ivan MokeevFix socket leaks (#351)
2017-04-02 Serhiy Storchakabpo-27863: Fixed multiple crashes in ElementTree. ...
2017-04-02 Serhiy Storchakabpo-15083: Convert ElementTree doctests to unittests...
2017-03-31 INADA Naokibpo-29952: Use usual terminology of dict (GH-924)
2017-03-30 Mandeep Singh[2.7] bpo-22392: Improve documentation for __getinitarg...
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 Senthil Kumaranbpo-29917: DOC: Remove link from PyMethodDef (#890...
2017-03-29 Mariattabpo-16011: clarify that 'in' always returns a boolean...
2017-03-28 INADA Naokibpo-29643: Fix check for --enable-optimizations (GH...
2017-03-27 Brett CannonDrop the standard gcc test build on Travis (GH-853...
2017-03-27 cocoatomobpo-29888: Fix the link referring to "Python download...
2017-03-24 Antoine Pitroubpo-29861: release references to multiprocessing Pool...
2017-03-22 cocoatomoInsert a missing semicolon in sgmllib documentation...
2017-03-22 Xiang Zhangfix function name in tabnanny documentation (GH-764)
2017-03-22 Xiang Zhangbpo-29876: fix DECREF for NULL value in subelement...
2017-03-22 Xiang Zhangbpo-29874: fix INCREF for possible NULL values in selec...
2017-03-22 Xiang Zhangbpo-29873: fix INCREF for possible NULL value in elemen...
2017-03-20 Mariattabpo-29856: Fix typo in curses documentation (GH-730...
2017-03-19 Brett CannonDrop C++ header compatibility test (#718) (#721)
2017-03-17 Brett Cannon[2.7] Combine the C++ header CI build into the main...
2017-03-14 Serhiy Storchakabpo-27880: Fixed integer overflow in cPickle when pickl...
2017-03-13 Xiang Zhangfix parameter names in ftplib documentation (GH-656)
2017-03-12 Nick Coghlanbpo-29798: Handle git worktree in `make patchcheck...
2017-03-12 Nick Coghlan[2.7] bpo-29656: Handle PR branches in 'make patchcheck...
2017-03-09 cocoatomoInsert the line which should not have been deleted...
2017-03-09 Serhiy Storchaka[2.7] bpo-29768: Fixed compile-time check for expat...
2017-03-09 svelankarIssue #29682:Possible missing NULL check in pyexpat...
2017-03-08 Serhiy Storchakabpo-29655: Fixed possible reference leaks in `import...
2017-03-07 INADA NaokiPCbuild: Add -q option to svn export (GH-539)
2017-03-04 Steve Dowerbpo-27593: Updates Windows build to use information...
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-02 Donald Stufftbpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1...
2017-03-01 Donald StufftDisable mention-bot for maintenance branches (GH-370)
2017-03-01 Xiang Zhangbpo-26867: Ubuntu's openssl OP_NO_SSLv3 is forced on...
2017-03-01 Xiang Zhangbpo-28598: Support __rmod__ for RHS subclasses of str...
2017-02-28 INADA Naokibpo-29110: Fix file object leak in aifc.open (GH-356)
2017-02-26 Mariattabpo-22594: Add a link to the regex module in re documen...
2017-02-26 Benjamin Petersonmark various test data binary (#233) (#303)
2017-02-26 Mariatta[2.7] bpo-28929: Add to Misc/NEWS (GH-286)
2017-02-21 INADA Naokibpo-29165: doc: make extending/newtypes more Python...
2017-02-21 Benjamin Petersonreinit the TLS before anything else (#130)
2017-02-20 Mark Dickinsonbpo-29602: fix signed zero handling in complex construc...
2017-02-20 Xiang Zhangbpo-29347: Fix possibly dereferencing undefined pointer...
2017-02-20 Senthil Kumaran[2.7] Change some mercurial/ hg.python.org references...
2017-02-20 INADA Naokibpo-29520: doc: fix deprecation warning from 'defindex...
2017-02-20 INADA Naokibpo-29529: Add .travis.yml to 2.7 branch (GH-27)
2017-02-19 Qingpeng "Q... Remove redundant footnote (#181)
2017-02-15 INADA NaokiUpdate URL of Mersenne Twister Home Page (GH-116)
2017-02-12 Mariattabpo-28929: Link the documentation to its source file...
2017-02-12 Mariatta[backport to 2.7] Change documentation's `Show Source...
2017-02-11 Mariattabpo-29474: Improve documentation for weakref.WeakValueD...
2017-02-10 Victor StinnerBackport test_gdb fixes for s390x buildbots
2017-02-09 Nick CoghlanIssue #26355: Specify canonical URLs in docs pages
2017-02-07 Mariatta WijayaIssue #29371: Clarify bitwise OR operation in doctest...
2017-02-04 Serhiy StorchakaIssue #27867: Fixed merging error.
2017-02-04 Serhiy StorchakaIssue #27867: Silenced may-be-used-uninitialized warnin...
2017-02-02 Mark DickinsonIssue #14376: sys.exit now accepts longs as well as...
2017-02-02 Mariatta WijayaIssue #29329: Improve documentation for hex(). Patch...
2017-02-02 Mariatta WijayaIssue #29381: Clarify ordering of UNIX shebang line...
2017-02-01 Serhiy StorchakaIssue #29354: Fixed inspect.getargs() for parameters...
2017-02-01 Serhiy StorchakaIssue #29028: Fixed possible use-after-free bugs in...
2017-01-31 doko@ubuntu.comupdate zlib ChangeLog file
2017-01-31 doko@ubuntu.com- Issue #29169: Update zlib to 1.2.11.
2017-01-21 Martin PanterIssue #12067: Rewrite Comparisons section in the langua...
2017-01-28 Senthil KumaranAdd clarity to the warning on certificate verification...
2017-01-25 Serhiy StorchakaMerge heads
2017-01-25 Serhiy StorchakaIssue #27867: Replaced function PySlice_GetIndicesEx...
2017-01-25 Senthil Kumaranissue26149 - Point to Wiki for Editors and Python IDEs...
2017-01-24 Martin PanterIssue #29189: Fix indentation in RST markup
2017-01-23 Gregory P.... Issue #29335: Fix subprocess.Popen.wait() when the...
2017-01-18 Martin PanterIssue #29274: tests cases → test cases
2017-01-16 Benjamin Petersonrevert dd13098a5dc2 (#29006, #10513)
2017-01-16 Benjamin Petersongenerate spaces instead of tabs into config.c
2017-01-16 Benjamin Petersonfix _testcapi to work when statically linked into python
2017-01-14 Martin PanterAvoid line breaks after hyphens, otherwise they are...
2017-01-14 Martin PanterIssue #15527: remove double parens by changing markup.
2017-01-14 Martin PanterFix spelling and markup in documentation and code comment
2017-01-13 Serhiy StorchakaMerge heads
2017-01-13 Serhiy StorchakaIssue #29219: Fixed infinite recursion in the repr...
next