]> granicus.if.org Git - python/shortlog
python
2016-07-25 Terry Jan ReedyIssue #19198: IDLE: tab after initial whitespace should...
2016-07-25 Martin PanterIssue #7063: Remove dead code from array slice handling
2016-07-25 Berker PeksagIssue #27601: Merge from 3.5
2016-07-25 Berker PeksagIssue #27601: Improve example in the "Hashing of numeri...
2016-07-25 Berker PeksagIssue #27454: Use PyDict_SetDefault in PyUnicode_Intern...
2016-07-25 Steve DowerMerge from 3.5
2016-07-25 Steve DowerIssue #27610: Adds PEP 514 metadata to Windows installer
2016-07-25 Steve DowerFixes default intermediate directory when building...
2016-07-25 Alexander BelopolskyIssue 24773: Make zoneinfo tests more robust. (reapply)
2016-07-25 Terry Jan ReedyIssue #27609: Explicitly return None when there are...
2016-07-24 Alexander BelopolskyReindented Lib/test/datetimetester.py.
2016-07-24 Alexander BelopolskyIssue #24773: Made ZoneInfoCompleteTest a TestSuit.
2016-07-23 Alexander BelopolskyIssue 24773: Make zoneinfo tests more robust.
2016-07-23 Steve DowerFixes bad Misc/NEWS merge
2016-07-23 Steve DowerIssue #27469: Adds a shell extension to the launcher...
2016-07-23 Berker PeksagIssue #13849: Merge from 3.5
2016-07-23 Berker PeksagIssue #13849: Fix test_null_bytes under Windows
2016-07-23 Berker PeksagIssue #13849: Merge from 3.5
2016-07-23 Berker PeksagIssue #13849: Add tests for null byte checking in test_...
2016-07-23 Berker PeksagIssue #27493: Fix test_path_objects under Windows
2016-07-23 Berker PeksagIssue #27591: Merge from 3.5
2016-07-23 Berker PeksagIssue #27591: Set sigint_event to NULL if _PyOS_IsMainT...
2016-07-23 Martin PanterIssue #27130: Merge zlib 64-bit fixes from 3.5
2016-07-23 Martin PanterIssue #27130: Fix handling of buffers exceeding UINT_MA...
2016-07-22 Alexander BelopolskyCloses issue #24773: Implement PEP 495 (Local Time...
2016-07-22 Vinay SajipCloses #27493: accepted Path objects in file handlers...
2016-07-22 Victor StinnerMerge 3.5 (INVALID_SOCKET)
2016-07-22 Victor Stinnersocket: use INVALID_SOCKET
2016-07-22 Victor StinnerMerge 3.5 (fix internal_select)
2016-07-22 Vinay SajipCloses #26559: Allow configuring flush-on-close behavio...
2016-07-22 Victor Stinnersocket: Fix internal_select()
2016-07-22 Xavier de GayeIssue #27472: Add test.support.unix_shell as the path...
2016-07-19 Zachary WareCloses #25393: Merge with 3.5
2016-07-19 Zachary WareIssue #25393: Fix probable copy/paste error in resource...
2016-07-19 Berker PeksagIssue #27567: Expose the POLLRDHUP constant in the...
2016-07-19 Benjamin Petersonadd mising word
2016-07-19 Benjamin Petersonadd EPOLLEXCLUSIVE
2016-07-19 Benjamin Petersonexpose EPOLLRDHUP (closes #27567)
2016-07-19 Martin PanterIssue #1621: Avoid signed int negation overflow in...
2016-07-19 Martin PanterIssue #27528: Merge warning doc and test from 3.5
2016-07-19 Martin PanterIssue #27528: Document and test warning messages must...
2016-07-18 Martin PanterIssue #16191: Merge comment fixes from 3.5
2016-07-18 Martin PanterIssue #16191: Fix up references to renamed variables
2016-07-18 Martin PanterIssue #27507: Merge overflow check from 3.5
2016-07-18 Martin PanterIssue #27507: Check for integer overflow in bytearray...
2016-07-18 Steve DowerMerge from 3.5
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 #27309: Enables proper Windows styles in python...
2016-07-18 Steve DowerIssue #27533: Release GIL in nt._isdir
2016-07-18 Steve DowerIssue #27533: Release GIL in nt._isdir
2016-07-18 Steve DowerCloses #27545: Remove pyshellext.vcxproj from pcbuild...
2016-07-18 Steve DowerCloses #27545: Remove pyshellext.vcxproj from pcbuild...
2016-07-17 Berker PeksagIssue #27531: Merge from 3.5
2016-07-17 Berker PeksagIssue #27531: Update signature of Mock.assert_not_calle...
2016-07-17 Stefan KrahMerge 3.5.
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 StorchakaIssue #27419: Added temporary workaround for subinterpr...
2016-07-17 Serhiy StorchakaIssues #23147, #23148: Presumably fixed bugs in folding...
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 #27419: Standard __import__() no longer look...
2016-07-17 Serhiy StorchakaIssue #17711: Fixed unpickling by the persistent ID...
2016-07-17 Serhiy StorchakaIssue #17711: Fixed unpickling by the persistent ID...
2016-07-16 Steve DowerIssue #27469: Adds a shell extension to the launcher...
2016-07-16 Steve DowerMerge from 3.5
2016-07-16 Steve DowerFixes use of Py_IntDir and Py_OutDir to control build...
2016-07-16 Terry Jan ReedyIssue #25507: Merge from 3.5 with ttk replacing colorch...
2016-07-16 Terry Jan ReedyIssue #25507: IDLE no longer runs buggy code because...
2016-07-16 Brett CannonCheck in update for importlib_external.h
2016-07-16 Brett CannonMerge for #27083
2016-07-16 Brett CannonFix regressions introduced by fixes for issue #27083.
2016-07-16 Martin PanterIssue #27285: Cleanup leftover susp-ignored entry after...
2016-07-16 R David MurrayMerge: #27522: break unintended cycle in feedparser.
2016-07-16 R David Murray#27522: break unintended cycle in feedparser.
2016-07-15 Brett CannonMerge for #26696
2016-07-15 Brett CannonIssue #26696: Document collections.abc.ByteString.
2016-07-15 Steve DowerMerge from 3.5
2016-07-15 Steve DowerFix building tcl/tk with only the VC build tools installed.
2016-07-15 Brett CannonMerge for #27083
2016-07-15 Brett CannonIssue #27083: Respect the PYTHONCASEOK environment...
2016-07-15 Brett CannonFix a failing test introduced as part of issue #27512
2016-07-15 Brett CannonMerge for #26844
2016-07-15 Brett CannonIssue #26844: Fix imp.find_module() to have the excepti...
2016-07-15 Brett CannonIssue #27512: Don't segfault when os.fspath() calls...
2016-07-15 Berker PeksagIssue #27518: Merge from 3.5
2016-07-15 Berker PeksagIssue #27518: Fix typo in Grammar/Grammar
2016-07-15 Terry Jan ReedyIssue #25507: Move 4 objects from pyshell to run and...
2016-07-15 Benjamin Petersonmerge 3.5 (#27514)
2016-07-15 Benjamin Petersonmake too many nested blocks be a SyntaxError instead...
2016-07-14 Berker PeksagIssue #27180: Merge from 3.5
2016-07-14 Berker PeksagIssue #27180: Clarify Path.rename() behavior on Unix...
2016-07-14 Berker PeksagIssue #27455: Merge from 3.5
2016-07-14 Berker PeksagIssue #27455: Improve examples in tkinter documentation
2016-07-14 Benjamin PetersonBacked out changeset af29d89083b3 (closes #25548) ...
2016-07-14 Martin PanterIssue #27369: Merge test_pyexpat from 3.5
2016-07-14 Martin PanterIssue #27369: Merge test_pyexpat from 3.4 into 3.5
2016-07-14 Steve DowerMerge from 3.5
2016-07-14 Steve DowerFixes build order and lingering intermediate files.
next