]> granicus.if.org Git - python/shortlog
python
2016-07-30 Berker PeksagIssue #27652: Expose ESHUTDOWN conditionally
2016-07-30 Berker PeksagIssue #27366: Tweak PEP 487 documentation
2016-07-30 Xavier de Gaye(merge from 3.5) Issue #27453: CPP invocation in config...
2016-07-30 Xavier de GayeIssue #27453: CPP invocation in configure must use...
2016-07-30 Nick CoghlanIssue #27366: Implement PEP 487
2016-07-30 Berker PeksagMerge from 3.5
2016-07-30 Berker PeksagSilence another "default role used" warning in typing.rst
2016-07-30 Berker PeksagFix "default role used" warning in shlex.rst
2016-07-29 Guido van RossumFix whitespace.
2016-07-29 Guido van RossumFix whitespace.
2016-07-29 Guido van RossumExpand documentation about type aliases and NewType...
2016-07-29 Guido van RossumExpand documentation about type aliases and NewType...
2016-07-29 Vinay SajipCloses #1521950: Made shlex parsing more shell-like.
2016-07-29 Martin PanterIssue #17596: MINGW: add wincrypt.h in Python/random.c
2016-07-29 Martin PanterIssue #26462: Merge code block fixes from 3.5
2016-07-29 Zachary WareMerge with 3.5
2016-07-29 Zachary WareCorrect typo in Windows docs.
2016-07-28 Zachary WareIssue #27647: Update Windows build to Tcl/Tk 8.6.6
2016-07-28 Victor StinnerMerge 3.5 (issue #27404)
2016-07-28 Victor StinnerNEWS: tag security related changes with [Security]...
2016-07-28 Martin PanterIssue #23943: Merge spelling fixes from 3.5
2016-07-28 Martin PanterIssue #23943: Restore extra fixes lost in merge 4fb2075...
2016-07-28 Terry Jan ReedyIssue #27620: Make htest box respond to <Return> and...
2016-07-28 Terry Jan ReedyIssue #27620: Mark the default action button as the...
2016-07-28 Martin PanterIssue #27626: Further spelling fixes for 3.6
2016-07-28 Martin PanterIssue #27626: Merge spelling fixes from 3.5
2016-07-28 Martin PanterIssue #27490: Merge pgen cross-compile logic from 3.5
2016-07-28 Martin PanterIssue #27490: Do not build pgen when cross-compiling
2016-07-28 Martin PanterIssue #27626: Spelling fixes in docs, comments and...
2016-07-27 Victor StinnerMerge 3.5 (issue #11048)
2016-07-27 Victor Stinnerctypes: fix CThunkObject_new()
2016-07-27 Berker PeksagIssue #27633: Merge from 3.5
2016-07-27 Berker PeksagIssue #27633: Fix usage of versionchanged directive...
2016-07-26 Alexander BelopolskyIssue #24773: Fixed tests failures on systems with...
2016-07-26 Xavier de Gaye(merge from 3.5) Issue #26662: Set PYTHON_FOR_GEN in...
2016-07-26 Xavier de GayeIssue #26662: Set PYTHON_FOR_GEN in configure
2016-07-26 Martin PanterIssue #26462: Doc: reduce literal_block warnings, fix...
2016-07-26 Martin PanterIssue #26638: Merge CLI link fix from 3.5
2016-07-26 Martin PanterIssue #26638: Don’t link 2to3 -l option to the tarfile...
2016-07-26 Terry Jan ReedyIssue #27620: Escape key closes Query box as cancelled.
2016-07-25 Alexander BelopolskyIssue 24773: Added a time_t overflow check.
2016-07-25 Terry Jan ReedyIssue #24137, issue #27611: Restore tkinter after test_...
2016-07-25 Martin PanterIssue #1621: Avoid signed overflow in list and tuple...
2016-07-25 Martin PanterIssue #27581: Merge overflow fix from 3.5
2016-07-25 Terry Jan ReedyIssue #19198: IDLE: tab after initial whitespace should...
2016-07-25 Martin PanterIssue #27581: Don’t rely on overflow wrapping in PySequ...
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...
next