]> granicus.if.org Git - python/shortlog
python
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...
2016-07-07 Benjamin Petersonassume egd unless OPENSSL_NO_EGD is defined—remove...
2016-07-07 Benjamin Petersonfix refleaks in PyDict_SetItem error cases (closes...
2016-07-06 Donald StufftFix a test with the new upload URL
2016-07-06 Benjamin Petersonmerge 3.4
2016-07-06 Benjamin Petersonmerge 3.3
2016-07-06 Benjamin Petersonmerge 3.4
2016-07-06 Donald StufftSwitch to the new upload url for PyPI
2016-07-06 Donald StufftSwitch to the new upload url for PyPI
2016-07-06 Terry Jan ReedyIssue #27452: add line counter and crc to IDLE configHa...
2016-07-05 Berker PeksagAdd versionadded to PyDict_SetDefault documentation
2016-07-03 Serhiy StorchakaIssue #19527: Fixed tests with defined COUNT_ALLOCS.
2016-07-03 Serhiy StorchakaIssue #27443: __length_hint__() of bytearray itearator...
2016-07-01 Berker PeksagIssue #27431: Update default protocol version in shelve...
2016-07-01 Berker PeksagIssue #27430: Fix typos, patch by scop.
2016-06-30 Brett CannonIssue #26665: Remove mis-use of ``$`` in activate.fish.
2016-06-30 Serhiy StorchakaIssue #4945: Improved the documenting of boolean argume...
2016-06-30 Victor StinnerIssue #27416: clarify copy doc
2016-06-30 Serhiy StorchakaIssue #27418: Fixed Tools/importbench/importbench.py.
2016-06-28 Guido van RossumFix issue #27402: example for typing did not type-check.
2016-06-28 Yury Selivanovasyncio: Use socket specs for getaddrinfo() in sock_con...
2016-06-28 Yury Selivanovasyncio: Fix NameError in sslproto _fatal_error()
2016-06-27 Steve DowerAdds script for purging the caching server for download...
2016-06-27 Steve DowerAdds batch file to build nuget packages.
2016-06-27 Steve DowerInclude libs folder in nuget package and allow preinsta...
2016-06-27 Berker PeksagIssue #27393: Fix escaping of C:\ too
2016-06-27 Berker PeksagIssue #27393: Fix escaping of venv activate commands...
2016-06-27 Larry HastingsNull merge from 3.4 (well, except, pull in the tag...
2016-06-27 Larry HastingsMerge.
2016-06-27 Larry HastingsPost-release fixups for Python 3.5.2.
2016-06-27 Larry HastingsMerge.
2016-06-27 Larry HastingsPost-release fixups for Python 3.4.5.
2016-06-26 Terry Jan ReedyUpdate NEWS and idlelib NEWS.text.
2016-06-26 Serhiy StorchakaIssue #22115: Fixed tracing Tkinter variables:
2016-06-25 Steve DowerSimplifies nuget build with better parameters.
2016-06-25 Larry HastingsAdded tag v3.4.5 for changeset 619b61e505d0
2016-06-25 Larry HastingsVersion bump for 3.4.5 final. v3.4.5
2016-06-25 Larry HastingsRegenerate pydoc topics for 3.4.5 final.
2016-06-25 Larry HastingsAdded tag v3.5.2 for changeset 4def2a2901a5
2016-06-25 Larry HastingsVersion number bump for 3.5.2 final. v3.5.2
2016-06-25 Larry HastingsUpdate pydoc topics for 3.5.2 final.
2016-06-25 Brett CannonFix a scoping issue where an UnboundLocalError was...
2016-06-24 Brett CannonRemove a stale reference to pathlib.PurePath.path
2016-06-24 Steve DowerPreinstalls pip into the nuget package so that pip...
2016-06-24 Steve DowerAdds scripts for producing Nuget packages.
2016-06-24 Berker PeksagIssue #27381: Remove superfluous paren in zipfile docum...
2016-06-24 Berker PeksagIssue #18300: Set TERM='' by default in assert_python_*
2016-06-24 Berker PeksagIssue #26547: Remove outdated term dictproxy from vars...
2016-06-24 Berker PeksagIssue #27378: Remove an outdated reference from regex...
2016-06-24 Berker PeksagMake PyPIRCCommandTestCase derive from a base class
2016-06-23 Serhiy StorchakaFixed integer overflow in array.buffer_info().
2016-06-23 Terry Jan ReedyIssue #27304: Source code links for sub-packages in...
2016-06-22 Terry Jan ReedyIssue #27365: Allow non-ascii in idlelib/NEWS.txt,...
2016-06-22 Terry Jan ReedyIssue #27365: Allow non-ascii in idlelib/NEWS.txt ...
next