]> granicus.if.org Git - python/shortlog
python
2016-09-10 Steve DowerIssue #27932: Fixes memory leak in platform.win32_ver()
2016-09-10 Steve DowerIssue #27932: Fixes memory leak in platform.win32_ver()
2016-09-10 Zachary WareActually fix suspicious markup, I ignored it too readily
2016-09-10 Benjamin Petersonfix dummy macro
2016-09-10 Łukasz LangaDTrace support: function calls, GC activity, line execution
2016-09-10 Zachary WareRemove line numbers from suspicious rules
2016-09-10 Steve DowerIssue #25758: Prevents zipimport from unnecessarily...
2016-09-10 Steve DowerIssue #25758: Prevents zipimport from unnecessarily...
2016-09-10 R David MurrayMerge: #14977: Make mailcap respect the order of the...
2016-09-10 R David Murray#14977: Make mailcap respect the order of the lines...
2016-09-10 Gregory P.... Remove 2to3's fix_callable... We reintroduced the calla...
2016-09-10 Zachary WareCloses #27976: Deprecate bundled full copy of libffi
2016-09-09 Raymond HettingerMerge
2016-09-09 Raymond HettingerIssue #22450: Use "Accept: */*" in the default headers...
2016-09-09 Steve DowerIssue #25144: Ensures TargetDir is set before continuin...
2016-09-09 Steve DowerIssue #25144: Ensures TargetDir is set before continuin...
2016-09-09 Zachary WareRename test_strlit -> test_string_literals
2016-09-09 Davin PottsIssue #28053: Applying refactorings, docs and other...
2016-09-09 Raymond Hettingermerge
2016-09-09 Raymond HettingerIssue 14976: Note that the queue module is not designe...
2016-09-09 Steve DowerFix call to PathCombineW.
2016-09-09 Zachary WareWe're not that far in the future yet
2016-09-09 Zachary WareFix suspicious markup
2016-09-09 Steve DowerRemove buildbot diagnostic code.
2016-09-09 Zachary WareRemove another useless buildbot script
2016-09-09 R David Murray#20476: add a message_factory policy attribute to email.
2016-09-09 Steve DowerExpands buildbot validation code
2016-09-09 Zachary WareRemove outdated buildbot scripts
2016-09-09 Benjamin Petersonrepair versionadded directive
2016-09-09 Steve DowerAdds temporary validation code to buildbot script
2016-09-09 Steve DowerEnsures buildbots don't have zip files in build directory.
2016-09-09 Steve DowerAdd links from whatsnew to Windows docs.
2016-09-09 Christian HeimesIssue #28025: Convert all ssl module constants to IntEn...
2016-09-09 Benjamin Petersonrepair reST
2016-09-09 Serhiy StorchakaMerge heads
2016-09-09 Steve DowerAdds search path changes to whatsnew/3.6.rst
2016-09-09 Steve DowerAdds documentation for pythonXX.zip as a landmark.
2016-09-09 Benjamin Petersonremove more READ_TIMESTAMP
2016-09-09 Benjamin Petersonremove READ_TIMESTAMP macro
2016-09-09 Benjamin Petersonremove ceval timestamp support
2016-09-09 Serhiy StorchakaIssue #433028: Added support of modifier spans in regul...
2016-09-09 Steve DowerIssue #24186: Reenable optimised OpenSSL function
2016-09-09 Brett CannonIssue #26331: Implement the parsing part of PEP 515.
2016-09-09 Serhiy StorchakaMerge heads
2016-09-09 Serhiy StorchakaIssue #25856: The __module__ attribute of extension...
2016-09-09 Gregory P.... issue27985 - fix the incorrect duplicate class name...
2016-09-09 Guido van RossumMerge asyncio upstream.
2016-09-09 Victor StinnerIssue #27810: Add _PyCFunction_FastCallKeywords()
2016-09-09 Steve DowerIssue #27874: Allows use of pythonXX.zip file as landma...
2016-09-09 Steve DowerPrevent PGO build for x86 releases.
2016-09-09 Benjamin Petersonremove all usage of Py_LOCAL
2016-09-09 Eric SnowIssue #24320: Drop an old setuptools-induced hack.
2016-09-09 Zachary WareRemove unused suspicious rules
2016-09-09 Zachary WareAdd tix deprecation to whatsnew
2016-09-09 Steve DowerCloses #27314: Fixes launcher installer upgrade table.
2016-09-09 Zachary WareIssue #19489: Merge with 3.5
2016-09-09 Zachary WareIssue #19489: Add NEWS and ACKS
2016-09-09 Zachary WareCloses #19489: Merge with 3.5
2016-09-09 Zachary WareIssue #19489: Move the search box from sidebar to heade...
2016-09-09 Guido van RossumRename Future._blocking to _asyncio_future_blocking.
2016-09-09 Zachary WareRename test_pep####.py files
2016-09-09 Zachary WareFix running test_tokenize directly
2016-09-09 Guido van RossumRename Future._blocking to _asyncio_future_blocking.
2016-09-09 Benjamin Petersonrepair errors in (set|get)_task_factory note (#28051)
2016-09-09 Victor StinnerIssue #27213: document changes in Misc/NEWS
2016-09-09 Victor StinnerAdd _PyObject_FastCallKeywords()
2016-09-09 Benjamin Petersonmerge 3.5 (#28051)
2016-09-09 Benjamin Petersonremove unconvincing use of Py_LOCAL
2016-09-09 Gregory P.... Add a note about queue not being safe for use from...
2016-09-09 Gregory P.... Add a note about queue not being safe for use from...
2016-09-09 Gregory P.... Fix make buildbottest to not re-trigger a profile-opt...
2016-09-09 Steve DowerIssue #24594: Validates persist parameter when opening...
2016-09-09 R David Murray#28047: Fix calculation of base64 line length.
2016-09-09 Steve DowerCloses #22731: Documents change of console mode.
2016-09-09 Steve DowerIssue #26619: Improves error message when installing...
2016-09-09 Victor StinnerRework CALL_FUNCTION* opcodes
2016-09-09 Gregory P.... Fix make buildbottest to not re-trigger a profile-opt...
2016-09-09 Steve DowerMerge with 3.5
2016-09-09 Eric SnowIssue #27576: Fix call order in OrderedDict.__init__().
2016-09-09 Benjamin Petersonremove --with(out)-signal-module, since the signal...
2016-09-09 Guido van RossumIssue #28049: Add documentation for typing.Awaitable...
2016-09-09 Yury SelivanovIssue #28008: Fix test_unparse
2016-09-09 Steve DowerCloses #22731: Documents change of console mode.
2016-09-09 Steve DowerIssue #26619: Improves error message when installing...
2016-09-09 Benjamin Petersonremove unused osx10.5 sdk check
2016-09-09 Zachary WareRemove Lib/test/test_pep247.py
2016-09-09 Eric SnowDoc updates for PEPs 520 and 468.
2016-09-09 Brett CannonMerge
2016-09-09 Brett CannonMention how requiring ordered dicts breaks backwards...
2016-09-09 Yury Selivanovtests: use subTest in test_unparse.test_files
2016-09-09 Brett CannonMention that the order-preserving aspect of the new...
2016-09-09 Zachary WareRemove Lib/_sysconfigdata.py from .gitignore
2016-09-09 Yury SelivanovIssue #28008: Implement PEP 530 -- asynchronous compreh...
2016-09-09 Benjamin Petersoncompile with -std=c99 instead of -std=gnu99; use kiddie...
2016-09-09 Guido van RossumAdd a few big-ticket items to What's new in 3.6.
2016-09-09 Steve DowerIssue #26513: Fixes platform module detection of Window...
2016-09-09 Guido van RossumIssue #27999: Make "global after use" a SyntaxError...
2016-09-09 Guido van RossumMove news items for PEP 526 and 525 to the top of their...
2016-09-09 Steve DowerIssue #26513: Fixes platform module detection of Window...
2016-09-09 Steve DowerSwitch to using |version| substitition in Windows docs.
next