]> granicus.if.org Git - python/shortlog
python
2016-08-08 Berker PeksagFix use of default reST role
2016-08-08 Berker PeksagIssue #23322: Remove outdated reference to an example...
2016-08-08 Andrew SvetlovUse asyncio.gather instead of asyncio.wait in example.
2016-08-07 Gregory P.... Issue #26750: unittest.mock.create_autospec() now works...
2016-08-06 Guido van RossumBetter docs for typing.Any by Michael Lee. Fixes issue...
2016-08-06 Berker PeksagIssue #18548: Fix unittest.TestSuite() example
2016-08-05 Vinay SajipIssue #20160: Merged fix from 3.4.
2016-08-05 Vinay SajipIssue #20160: Merged fix from 3.3.
2016-08-05 Vinay SajipIssue #20160: Handled passing of large structs to callb...
2016-08-05 Guido van RossumAdd typing.Generator docs, by Michael Lee.
2016-08-04 Martin PanterFix spelling and grammar in documentation and code...
2016-08-04 Zachary WareFix half-finished sentence.
2016-08-04 Berker PeksagFix indentation of versionadded directive in IPv4Addres...
2016-08-04 Berker PeksagIndent ipaddress.ip_address() example correctly
2016-08-04 Benjamin Petersonhttps link to the bug tracker (closes #27670)
2016-08-03 Donald StufftMerge 3.3
2016-08-03 Donald StufftSwitch upload.pypi.io to upload.pypi.org
2016-07-31 Senthil Kumaran[merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)
2016-07-31 Senthil KumaranPrevent HTTPoxy attack (CVE-2016-1000110)
2016-07-29 Martin PanterIssue #27641: Comment out regeneration rules when cross...
2016-08-03 Martin PanterIssue #24278: Explain how argument parsing output buffe...
2016-08-03 Donald StufftMerge 3.4
2016-08-03 Berker PeksagIssue #23710: Update PyObject_HEAD documentation
2016-08-03 Stefan KrahIssue #20767: Fix -R option for FreeBSD/clang.
2016-08-03 Berker PeksagIssue #26576: Clarify that the @deco syntax is not...
2016-08-02 Stefan KrahIssue #27241: Catch exception when running pstats as...
2016-07-31 Senthil Kumaranmerge heads
2016-07-31 Senthil Kumaran[merge from 3.4] - Prevent HTTPoxy attack (CVE-2016...
2016-07-31 Benjamin Petersonall SCHED_ constants are optional (closes #27656)
2016-07-30 Xavier de GayeIssue #27453: CPP invocation in configure must use...
2016-07-30 Berker PeksagSilence another "default role used" warning in typing.rst
2016-07-29 Guido van RossumFix whitespace.
2016-07-29 Guido van RossumExpand documentation about type aliases and NewType...
2016-07-26 Martin PanterIssue #26462: Doc: reduce literal_block warnings, fix...
2016-07-29 Zachary WareCorrect typo in Windows docs.
2016-07-28 Victor StinnerNEWS: tag security related changes with [Security]...
2016-07-28 Martin PanterIssue #23943: Restore extra fixes lost in merge 4fb2075...
2016-07-28 Martin PanterIssue #27626: Spelling fixes in docs, comments and...
2016-07-28 Martin PanterIssue #27490: Do not build pgen when cross-compiling
2016-07-27 Victor Stinnerctypes: fix CThunkObject_new()
2016-07-27 Berker PeksagIssue #27633: Fix usage of versionchanged directive...
2016-07-26 Xavier de GayeIssue #26662: Set PYTHON_FOR_GEN in configure
2016-07-26 Martin PanterIssue #26638: Don’t link 2to3 -l option to the tarfile...
2016-07-25 Martin PanterIssue #27581: Don’t rely on overflow wrapping in PySequ...
2016-07-25 Berker PeksagIssue #27601: Improve example in the "Hashing of numeri...
2016-07-25 Steve DowerFixes default intermediate directory when building...
2016-07-16 Steve DowerIssue #27469: Adds a shell extension to the launcher...
2016-07-23 Berker PeksagIssue #13849: Fix test_null_bytes under Windows
2016-07-23 Berker PeksagIssue #13849: Add tests for null byte checking in test_...
2016-07-23 Berker PeksagIssue #27591: Set sigint_event to NULL if _PyOS_IsMainT...
2016-07-23 Martin PanterIssue #27130: Fix handling of buffers exceeding UINT_MA...
2016-07-22 Victor Stinnersocket: use INVALID_SOCKET
2016-07-22 Victor Stinnersocket: Fix internal_select()
2016-07-19 Zachary WareIssue #25393: Fix probable copy/paste error in resource...
2016-07-19 Martin PanterIssue #27528: Document and test warning messages must...
2016-07-18 Martin PanterIssue #16191: Fix up references to renamed variables
2016-07-18 Martin PanterIssue #27507: Check for integer overflow in bytearray...
2016-07-18 Steve DowerRemoves unused files from PC folder.
2016-07-18 Steve DowerIssue #27309: Enables proper Windows styles in python...
2016-07-18 Steve DowerIssue #27533: Release GIL in nt._isdir
2016-07-18 Steve DowerCloses #27545: Remove pyshellext.vcxproj from pcbuild...
2016-07-17 Berker PeksagIssue #27531: Update signature of Mock.assert_not_calle...
2016-07-17 Stefan KrahIssue #26974: Fix segfault in the presence of absurd...
2016-07-17 Serhiy StorchakaIssue #27419: Added temporary workaround for subinterpr...
2016-07-17 Serhiy StorchakaIssues #23147, #23148: Presumably fixed bugs in folding...
2016-07-17 Serhiy StorchakaIssue #27419: Standard __import__() no longer look...
2016-07-17 Serhiy StorchakaIssue #17711: Fixed unpickling by the persistent ID...
2016-07-16 Steve DowerFixes use of Py_IntDir and Py_OutDir to control build...
2016-07-16 Terry Jan ReedyIssue #25507: IDLE no longer runs buggy code because...
2016-07-16 Brett CannonFix regressions introduced by fixes for issue #27083.
2016-07-16 R David Murray#27522: break unintended cycle in feedparser.
2016-07-15 Brett CannonIssue #26696: Document collections.abc.ByteString.
2016-07-15 Steve DowerFix building tcl/tk with only the VC build tools installed.
2016-07-15 Brett CannonIssue #27083: Respect the PYTHONCASEOK environment...
2016-07-15 Brett CannonIssue #26844: Fix imp.find_module() to have the excepti...
2016-07-15 Berker PeksagIssue #27518: Fix typo in Grammar/Grammar
2016-07-15 Benjamin Petersonmake too many nested blocks be a SyntaxError instead...
2016-07-14 Berker PeksagIssue #27180: Clarify Path.rename() behavior on Unix...
2016-07-14 Berker PeksagIssue #27455: Improve examples in tkinter documentation
2016-07-14 Martin PanterIssue #27369: Merge test_pyexpat from 3.4 into 3.5
2016-07-14 Steve DowerFixes build order and lingering intermediate files.
2016-07-14 Martin PanterIssue #27369: Merge test_pyexpat from 3.3 into 3.4
2016-07-14 Martin PanterIssue #27369: Merge test_pyexpat from 3.2 into 3.3
2016-07-14 Martin PanterIssue #27369: Don’t test error message detail that... 3.2
2016-07-14 Martin PanterIssue #22758: Move NEWS entry to Library section
2016-07-12 Yury SelivanovIssue #27392: Add loop.connect_accepted_socket().
2016-07-12 Serhiy StorchakaIssue #27481: Docummented that ValueError is now raised...
2016-07-11 Martin PanterEnglish spelling and grammar fixes
2016-07-11 Martin PanterRestore NEWS entries lost in revision 8145f25f26aa
2016-07-11 Martin PanterIssue #23804: Fix SSL zero-length recv() calls to not...
2016-07-10 Serhiy StorchakaMerge heads
2016-07-10 R David Murray#22758 null merge
2016-07-10 R David Murray#22758 null merge
2016-07-10 R David Murray#22758 null merge
2016-07-10 R David Murray#26176: fix usage of Address constructor in email examples.
2016-07-10 Serhiy StorchakaIssue #27473: Fixed possible integer overflow in bytes...
2016-07-10 R David Murray#22758: fix regression in handling of secure cookies.
2016-07-10 R David Murray#20647: Update dictobject.c comments to account for...
2016-07-10 Senthil KumaranIssue #27466: Change time format returned by http.cooki...
2016-07-07 Serhiy StorchakaIssue #27332: Fixed the type of the first argument...
next