]> granicus.if.org Git - python/shortlog
python
2016-09-07 Gregory P.... Fixes Issue #27983: Cause lack of llvm-profdata tool...
2016-09-07 Gregory P.... Fixes issue# 27983: Cause lack of llvm-profdata tool...
2016-09-07 Benjamin Petersonreplace some Py_LOCAL_INLINE with the inline keyword
2016-09-07 Benjamin Petersonfix expected layout of code objects
2016-09-07 Benjamin Petersonmore linux -> __linux__
2016-09-07 R David MurrayMerge: #22233: Only split headers on \r and/or \n,...
2016-09-07 R David Murray#22233: Only split headers on \r and/or \n, per email...
2016-09-07 Brett CannonMake PyCodeObject.co_extra even more private to force...
2016-09-07 Benjamin Petersonuse c++ style comments
2016-09-07 Benjamin Petersonuse the '__linux__' instead 'linux' preprocessor define
2016-09-07 Brett CannonEliminate a tautological-pointer-compare warning found...
2016-09-07 R David Murray#27331: add policy keyword argument to all MIME subclasses.
2016-09-07 Brett CannonChange error return value to be more consistent with...
2016-09-07 Benjamin Petersonput -std=c99 in CFLAGS_NODIST
2016-09-07 Benjamin Petersoncompile with -std=c99
2016-09-07 Benjamin Petersonpermit intermingled declarations
2016-09-07 Benjamin Petersonhardcode sizeof(_Bool) on windows
2016-09-07 Benjamin Petersonuse a the bool type for a boolean variable
2016-09-07 Brett CannonAdd the co_extra field and accompanying APIs to code...
2016-09-07 Benjamin Petersonrequire C99 bool
2016-09-07 R David MurrayMerge: #26209: Clarify type of *localaddr*/*remoteadr...
2016-09-07 R David Murray#26209: Clarify type of *localaddr*/*remoteadr* in...
2016-09-07 R David MurrayMerge: 27988: Make sure iter_attachments does not mutat...
2016-09-07 R David Murray27988: Make sure iter_attachments does not mutate the...
2016-09-07 Benjamin Petersonmake _Py_static_string_init use a designated initializer
2016-09-07 Steve DowerIssue #27959: Prevent ImportError from escaping codec...
2016-09-07 Benjamin Petersonreplace PY_SIZE_MAX with SIZE_MAX
2016-09-07 Benjamin Petersonmerge 3.5 (closes #27968)
2016-09-07 Benjamin Petersoncapture stderr to silence output during test_coroutines...
2016-09-07 Benjamin Petersonnew and exciting shutdown error on windows
2016-09-07 Benjamin Petersonmerge 3.5 (#27968)
2016-09-07 Benjamin Petersonsupress coroutine warning when an exception is pending...
2016-09-07 Ethan Furmanadd recipes for pseudo-valueless enums
2016-09-07 Christian HeimesIssue #16113: one more C90 violation in big endian...
2016-09-07 Christian HeimesIssue #16113: take 2 on big endian machines.
2016-09-07 Christian HeimesIssue #16113: compile the module on Windows, too.
2016-09-07 Christian HeimesIssue #16113: KeccakP-1600-opt64 does not support big...
2016-09-07 Christian HeimesIssue #16113: Add SHA-3 and SHAKE support to hashlib...
2016-09-07 Christian Heimesblake2: silence two more warnings on platforms with...
2016-09-07 Serhiy StorchakaIssue #26032: Optimized globbing in pathlib by using...
2016-09-07 Senthil Kumaranissue20842 - null merge with 3.5
2016-09-07 Senthil Kumaran[backport to 3.5] - issue26896 - Disambiguate uses...
2016-09-07 Raymond HettingerRename weighted_choices() to just choices()
2016-09-07 Serhiy StorchakaIssue #25596: Falls back to listdir in glob for bytes...
2016-09-07 Guido van RossumIssue #27905: Docs for typing.Type[C], by Michael Lee...
2016-09-07 Guido van RossumIssue #27905: Docs for typing.Type[C], by Michael Lee.
2016-09-07 Benjamin Petersonmerge 3.5
2016-09-07 Steve DowerIssue #27731: Opt-out of MAX_PATH on Windows 10
2016-09-07 Benjamin Petersonpromote some shifts to unsigned, so as not to invoke...
2016-09-07 Benjamin Petersonget skipIf from the right place
2016-09-07 Steve DowerIssue #6135: Adds encoding and errors parameters to...
2016-09-07 Victor StinnerFix test_os.GetRandomTests()
2016-09-07 Steve DowerIssue #27959: Updates NEWS and whatsnew
2016-09-07 Steve DowerIssue #27959: Documents new encoding and alias.
2016-09-07 Steve DowerIssue #27959: Adds oem encoding, alias ansi to mbcs...
2016-09-07 Steve DowerAdds test.support.PGO and skips tests that are not...
2016-09-07 Brett CannonIssue #27182: Add support for path-like objects to...
2016-09-07 Steve DowerFix some warnings from MSVC
2016-09-07 Benjamin Petersonmerge 3.5
2016-09-07 Benjamin Petersondo not memcpy from NULL
2016-09-07 Berker PeksagMerge from 3.5
2016-09-07 Berker PeksagUse shorter version of Connection.isolation_level in...
2016-09-07 Benjamin Petersonmerge 3.5
2016-09-07 Benjamin Petersonmake sure to not call memcpy with a NULL second argument
2016-09-07 Christian HeimesSilence two warnings in blake2. key_length is between...
2016-09-07 Christian HeimesBypass __get_openssl_constructor() and always use our...
2016-09-07 Gregory P.... Correct a comment in the test referencing the wrong...
2016-09-07 Brett CannonMerge
2016-09-07 Brett CannonMerge for #26359
2016-09-07 Raymond HettingerIssue #18844: Add random.weighted_choices()
2016-09-07 Brett CannonIssue #26359: Add the --with-optimizations flag.
2016-09-07 Brett CannonIssue #26359: Add the --with-optimizations configure...
2016-09-07 Victor StinnerOptimize unicode_escape and raw_unicode_escape
2016-09-07 Victor StinnerIssue #27776: include process.h on Windows for getpid()
2016-09-06 Victor Stinner_PyUnicodeWriter: assert that max character <= MAX_UNICODE
2016-09-06 Gregory P.... Fixes issue26307: The profile-opt build now applys...
2016-09-06 Gregory P.... Fixes issue26307: The profile-opt build now applys...
2016-09-06 Zachary WareAdd libpython*.dylib to .{hg,git}ignore
2016-09-06 Christian HeimesIssue #26798: Hello Winndows, my old friend. I've come...
2016-09-06 Victor Stinneros.urandom() now blocks on Linux
2016-09-06 Raymond HettingerIssue #23226: Add linspace() recipe to the docs
2016-09-06 Christian HeimesDownload hashlib test vectors from pythontest.net
2016-09-06 Brett CannonIssue #27974: Remove importlib._bootstrap._ManageReload.
2016-09-06 Victor StinnerAdd os.getrandom()
2016-09-06 Berker PeksagIssue #21250: Merge from 3.5
2016-09-06 Berker PeksagIssue #21250: Add tests for SQLite's ON CONFLICT clause
2016-09-06 Brett CannonDarn you, Benjamin!
2016-09-06 Benjamin Petersonmerge heads
2016-09-06 Brett CannonMerge for #27872 doc changes
2016-09-06 Brett CannonIssue #26027, #27524: Document the support for path...
2016-09-06 Benjamin Petersonmerge 3.5
2016-09-06 Benjamin Petersondo not leak addrinfo in configure test
2016-09-06 Victor StinnerRun Argument Clinic on posixmodule.c
2016-09-06 Brett CannonIssue #26027: Support path-like objects in PyUnicode...
2016-09-06 Christian HeimesIssue #26798: for loop initial declarations, take 3
2016-09-06 Christian HeimesIssue #26798: for loop initial declarations, take 2
2016-09-06 Ned DeilyIssue #21122: Fix LTO builds on OS X.
2016-09-06 Berker PeksagRemove redundant bullet point in 3.6.rst
2016-09-06 Benjamin Petersonshut up some perfectly innocent reST in hashlib-blake2
2016-09-06 Zachary WareCloses #27982: Allow keyword arguments to winsound...
next